# -*- 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.$*) fakeroot $(GNUTAR) -cf - -C $(solaris_WORKDIR) $* | gzip > $@ # vim: set noet sw=4 ts=4: ro/collabora/co-2021 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/reportdesign/uiconfig
AgeCommit message (Expand)Author
2019-05-09Related tdf#38889: Sync sub menus Tools > MacrosJens Carl
2018-10-28update old 'interface-requires' comments to <requires> tagCaolán McNamara
2018-10-23remove all use_action_appearance linesCaolán McNamara
2018-10-09tdf#120264 - Access to "Get Involved"heiko tietze
2018-10-08weld ORptPageDialogCaolán McNamara
2018-10-07weld OPageNumberDialogCaolán McNamara
2018-10-02make all notebooks scrollable and enable_popupCaolán McNamara
2018-06-15menubar reportdesigner initial updateandreas kainz
2018-05-23toolbar:id is not valid attribute of toolbar:toolbarChristian Lohmaier
2018-05-21weld ODateTimeDialogCaolán McNamara
2018-04-14look for check buttons without underlinesCaolán McNamara
2018-03-05Resolves: tdf#116188 set min version on all .ui files to 3.18Caolán McNamara
2018-02-25convert all help responses to gtk's -11Caolán McNamara
2018-01-17Handle focus_on_click glade property for buttonsMaxim Monastirsky
2017-10-17turn implicit container explicit in buildable notebooksCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2017-07-04tdf#105831 Add Donate entry on Help menuOlivier
2017-04-18convert navigator menu to .uiCaolán McNamara
2017-04-14convert group sort context menu to .uiCaolán McNamara
2017-02-18Convert RID_MENU_REPORT to xmlMaxim Monastirsky
2017-02-05.uno:ScriptOrganizer should be menu:menuitemMaxim Monastirsky
2016-10-19tdf#96015 (part) link to Doc'tation in Help menuOlivier Hallot
2016-10-10safemode: Add uno command and menu entrySamuel Mehrbrodt
2016-09-27convert floating add field to .ui formatCaolán McNamara
2016-08-11tdf#96015 (part) links to Askbot in the Help menuOlivier Hallot
2015-12-13These should use menu:menuitemMaxim Monastirsky
2015-12-06reportdesign: Use ToolbarAsMenuControllerMaxim Monastirsky
2015-11-20Remove last redundant toolbar:style propertiesSamuel Mehrbrodt
2015-11-20Remove redundant toolbar:style="radio" propertySamuel Mehrbrodt
2015-11-20Remove redundant toolbar:style definitionsSamuel Mehrbrodt
2015-11-19Remove redundant toolbar:style attributesSamuel Mehrbrodt
2015-11-17Toolbar: Remove empty attributesSamuel Mehrbrodt
2015-06-14tdf#89830: Ambiguous naming of character backgroundZolnai Tamás
2015-01-05fdo#67343 Arrange Help button in a secondary groupAdolfo Jayme Barrientos
2014-11-09fdo#86050 Let LibreOffice add scrollbars to widgets only when necessaryAdolfo Jayme Barrientos
2014-09-03convert RID_GROUPS_SORTING floating window to .uiCaolán McNamara
2014-09-02convert RID_NAVIGATOR floatingwindow to .uiCaolán McNamara
2014-08-20add a VclViewportCaolán McNamara
2014-07-08hook up scrollingCaolán McNamara
2014-07-08Convert RID_CONDFORMAT to .uiPalenik Mihály
2014-04-06fdo#72276 introduce .uno:ZoomMenu so we can split the menu entries/labelsJoren De Cuyper
2014-02-03uiconfig: remove obsolete helpid's and clean trailing whitespace.Michael Meeks
2013-12-31convert related family of tabdialogs to .uiCaolán McNamara