# -*- 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/. # include $(SRCDIR)/sysui/productlist.mk solaris_WORKDIR := $(call gb_CustomTarget_get_workdir,sysui/solaris) solaris_SRCDIR := $(SRCDIR)/sysui/desktop/solaris $(eval $(call gb_CustomTarget_CustomTarget,sysui/solaris)) $(eval $(call gb_CustomTarget_register_targets,sysui/solaris,\ $(foreach product,$(PRODUCTLIST),\ $(product)/pkginfo \ $(product)/depend \ $(product)/mailcap \ $(product)/copyright \ $(product)/postinstall \ $(product)/postremove \ $(product)/prototype \ $(product)-desktop-integration.tar.gz) \ )) $(solaris_WORKDIR)/%/pkginfo: $(solaris_SRCDIR)/pkginfo cat $< | tr -d "\015" | sed -e "s/%PRODUCTNAME/$(PRODUCTNAME.$*) $(PRODUCTVERSION)/g" -e "s/%pkgprefix/$*/g" > $@ $(solaris_WORKDIR)/%/depend: $(solaris_SRCDIR)/depend cat $< | tr -d "\015" | sed -e "s/%PRODUCTNAME/$(PRODUCTNAME.$*) $(PRODUCTVERSION)/g" -e "s/%pkgprefix/$*/g" > $@ $(solaris_WORKDIR)/%/mailcap: $(solaris_SRCDIR)/mailcap cat $< | tr -d "\015" | sed -e "s/%PREFIX/$(UNIXFILENAME.$*)/g" > $@ $(solaris_WORKDIR)/%/copyright: $(solaris_SRCDIR)/copyright cat $< | tr -d "\015" > $@ $(solaris_WORKDIR)/%/postinstall: $(solaris_SRCDIR)/postinstall cat $< | tr -d "\015" > $@ $(solaris_WORKDIR)/%/postremove: $(solaris_SRCDIR)/postremove cat $< | tr -d "\015" > $@ $(solaris_WORKDIR)/%/prototype: $(solaris_SRCDIR)/prototype cat $< | tr -d "\015" | sed -e "s/%PREFIX/$(UNIXFILENAME.$*)/g" -e "s_%SOURCE_$(call gb_CustomTarget_get_workdir,sysui/share)/$*_g" -e "s/%ICONPREFIX/$(UNIXFILENAME.$*)/g" > $@ $(solaris_WORKDIR)/%-desktop-integration.tar.gz: $(solaris_WORKDIR)/%/copyright $(solaris_WORKDIR)/%/pkginfo $(solaris_WORKDIR)/%/depend $(solaris_WORKDIR)/%/mailcap $(solaris_WORKDIR)/%/postinstall $(solaris_WORKDIR)/%/postremove $(solaris_WORKDIR)/%/prototype $(call gb_CustomTarget_get_workdir,sysui/share)/%/openoffice.org.xml # pkgmk -l 1073741824 -r $(solaris_WORKDIR) -f $(solaris_WORKDIR)/$*/prototype -o -d $(solaris_WORKDIR) ARCH=all VERSION=$(PKGVERSION.$*) $(GNUTAR) -cf - -C $(solaris_WORKDIR) $*$(LIBO_MAJOR) -desktop-int | gzip > $@ # vim: set noet sw=4 ts=4: light LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/source/tbxctrls/tbxcolorupdate.cxx
AgeCommit message (Expand)Author
2019-09-24tdf#126966: Use larger buttons for the colours in the sidebar on iOS - 2Marco Cecchetti
2019-09-17Revert "tdf#126966: Use larger buttons for the colours in the sidebar on iOS"Tor Lillqvist
2019-08-30tdf#126966: Use larger buttons for the colours in the sidebar on iOSTor Lillqvist
2017-11-22loplugin:flatten in svxNoel Grandin
2017-10-08tdf#106642 Wide color buttons are only for the sidebarMaxim Monastirsky
2017-10-08Remove some old workaroundMaxim Monastirsky
2017-05-23tdf#107731 New default red and yellow for font and highlight colorYousuf Philips
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2016-10-30toolbox: don't need "ItemImageOriginal" anymoreTomaž Vajngerl
2016-10-13This comment is no longer trueMaxim Monastirsky
2016-10-13SvxColorToolBoxControl: Some cleanupMaxim Monastirsky
2016-09-12tdf#90721 Line color initial behavior similar to fill colorMaxim Monastirsky
2016-02-18tdf#84985 always align color bar to icon bottom edgeRegina Henschel
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-07-06tdf#83541 Redraw the last used color after theme changeMaxim Monastirsky
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini
2015-05-06color bar doesn't fill tool itemCaolán McNamara
2015-04-24loplugin:simplifyboolStephan Bergmann