# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # $(eval $(call gb_Package_Package,desktop_branding,$(SRCDIR)/icon-themes/galaxy)) $(eval $(call gb_Package_add_files,desktop_branding,$(LIBO_ETC_FOLDER),\ $(foreach image,$(filter $(BRAND_INTRO_IMAGES),$(DEFAULT_BRAND_IMAGES)),\ $(if $(filter intro.png,$(image)),\ $(if $(ENABLE_RELEASE_BUILD),brand,brand_dev)/$(image),\ brand/$(image) \ ) \ ) \ )) $(eval $(call gb_Package_add_files,desktop_branding,$(LIBO_ETC_FOLDER)/shell,\ $(addprefix brand/shell/,$(filter-out $(BRAND_INTRO_IMAGES),$(DEFAULT_BRAND_IMAGES))) \ )) # vim: set noet sw=4 ts=4: /allotropia/zeta-7-4'>distro/allotropia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/registry
AgeCommit message (Expand)Author
2019-10-23size some stringbuffer to prevent re-allocNoel Grandin
2019-10-03tdf#127766: Avoid ODR violation for class/struct FieldEntryTor Lillqvist
2019-10-01loplugin:stringadd in package..saxNoel Grandin
2019-08-31Add version resource to executables where it was missingMike Kaganski
2019-08-12Fix typosAndrea Gelmini
2019-07-30Fix typosAndrea Gelmini
2019-07-23close some more holes in structuresNoel Grandin
2019-06-07Fix typosAndrea Gelmini
2019-04-19optimise find/insert patternNoel Grandin
2019-03-08new loplugin constvarsNoel Grandin
2019-02-15tdf#42949 Fix IWYU warnings in registry/Gabor Kelemen
2019-02-09loplugin:indentation in registry..saxNoel Grandin
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-12-07HAVE_CPP_INLINE_VARIABLES is always true nowStephan Bergmann
2018-11-16loplugin:staticmethods improvementNoel Grandin
2018-11-07loplugin:collapseif in framework..salNoel Grandin
2018-11-02fix signatures of deleted copy/assign operatorsNoel Grandin
2018-11-01gbuild: rename value OS=IOS to OS=iOSMichael Stahl
2018-10-31loplugin:useuniqueptr in TypeWriter::createBlopNoel Grandin