summaryrefslogtreecommitdiff
path: root/sysui
AgeCommit message (Expand)Author
2014-04-17remove executable bitAndras Timar
2014-04-04drop OnlyShowIn from .desktop filesCaolán McNamara
2014-03-21drop spadminCaolán McNamara
2014-01-26macosx: add --enable-macosx-retinaNorbert Thiebaud
2014-01-23Revert "regression since fdo#70553"David Tardon
2014-01-23regression since fdo#70553David Tardon
2014-01-02Fix math categories to make SUSE rpm check happyTomáš Chvátal
2013-11-20add some new mimetypesDavid Tardon
2013-11-12add missing semicolonDavid Tardon
2013-11-12sysui: fix incremental builds in CustomTarget_shareMichael Stahl
2013-11-04sysui: fix yet more cases of accidental OpenOffice.org XML rebrandingMichael Stahl
2013-11-02remove SOLARENV variableMichael Stahl
2013-11-02fdo#70553: Fix Unity QuicklistsJean-Baptiste Faure
2013-10-31sysui: remove Package_desktopMichael Stahl
2013-10-30sysui: remove Package_iconsMichael Stahl
2013-10-30sysui: stop delivering icons that are unusedMichael Stahl
2013-10-30sysui: stop delivering icons that are used from SRCDIR alreadyMichael Stahl
2013-10-28gbuild: set Package default target to INSTDIRMichael Stahl
2013-10-24sysui: deliver .desktop files to INSTDIRMichael Stahl
2013-10-24replace libreoffice with UNIXBASISROOTNAMECaolán McNamara
2013-10-23Fix syntax error in the LSMinimumSystemVersion valueTor Lillqvist
2013-10-22macosx: add a LSMinimumSystemVersion in Info.plistNorbert Thiebaud
2013-10-04remove superfluous endifMichael Stahl
2013-10-04Enable %U in desktop files with kde integrationTomas Chvatal
2013-10-01sysui: remove cruft from freedesktop-menus.specMichael Stahl
2013-10-01fdo#69210: sysui: add AppData to system-integration RPM/DEBMichael Stahl
2013-10-01fdo#69210: sysui: add some AppStream AppData filesRichard Hughes
2013-09-30gitignore configure-generated Info.plistStephan Bergmann
2013-09-24Create a proper Info.plist for the OS X app bundle already in configureTor Lillqvist
2013-09-23Try to fix cross-compilationTor Lillqvist
2013-09-11Move Mac OS X Info.plist into instdirStephan Bergmann
2013-09-11Towards a working instdir for Mac OS XStephan Bergmann
2013-07-31sysui: remove slackware desktop integration stuffMichael Stahl
2013-07-31sysui: build slackware stuff only on LinuxMichael Stahl
2013-07-22avoid file conflict in debian-menus package (fdo#67031)Petr Mladek
2013-07-18use correct package name in libreofficeX.Y-debian-menus package (fdo#67041)Petr Mladek
2013-07-18debian-menus packages should not conflict with older versions (fdo#67031)Petr Mladek
2013-07-16gbuild: consolidate ULF copypaste in gb_CustomTarget_ulfex_ruleMichael Stahl
2013-07-15sysui: oops, the mac stuff uses documents.ulf from CT_shareMichael Stahl
2013-07-15sysui: no point in trying to build .desktops and RPMs on MacMichael Stahl
2013-07-04fdo#66100 : fix icons associations on MacOSXNorbert Thiebaud
2013-06-12Add Flat Document and MathML MIME typesSamuel Mehrbrodt
2013-06-08add X-KDE-ProtocolsBjoern Michaelsen
2013-06-07Resolves: fdo#65243 broken mark up man pageEric S. Raymond
2013-06-06add StartupWMClass= to .desktop files (bnc#777070)Luboš Luňák
2013-05-29remove code which has been commented outOliver-Rainer Wittmann
2013-05-29fix UNIXFILENAME variable for the Linux desktop integreation (fdo#64707)Petr Mladek
2013-05-24Add Corel Draw and MS Publisher MIME Types to DrawSamuel Mehrbrodt
2013-05-20put common vars into standalone makefileDavid Tardon
2013-05-17several fixes of Linux desktop integration after gbuildisation (fdo#64707)Petr Mladek
3' class='logmsg'> See tdf#42949 for motivation. Change-Id: I89c082d62409b40c8472b865cc60b0d10923c9c1 Reviewed-on: https://gerrit.libreoffice.org/75015 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com> 2019-03-21CppunitTest_svx_unit: use CPPUNIT_TEST_FIXTURE()Miklos Vajna Change-Id: Ib2eac7368ebb06702f05101641e8830ea1fff6d5 Reviewed-on: https://gerrit.libreoffice.org/69483 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com> 2018-10-15add SvStream::TellEndNoel Grandin and simplify callsites to use it instead of the current "seek to end, find pos, seek back to original pos" pattern Change-Id: Ib5828868f73c341891efc759af8bd4695ae2f33c Reviewed-on: https://gerrit.libreoffice.org/61738 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2017-12-22tdf#42949 Fix some Include What You Use warningsMiklos Vajna Change-Id: I30121764303579a7cb4ded0f0f48cc1f8fff6c33 Reviewed-on: https://gerrit.libreoffice.org/46946 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org> 2017-06-27loplugin:oncevar in svxNoel Grandin Change-Id: I22a3a13e059ac7d3479f12860564fe3eb1b55e44 Reviewed-on: https://gerrit.libreoffice.org/39282 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2017-06-21convert ErrCode to strong typedefNoel Grandin would have preferred to re-use o3tl::strong_int, of which this is a modified copy, but there are lots of convenience accessors which are nice to define on the class. Change-Id: I301b807aaf02fbced3bf75de1e1692cde6c0340a Reviewed-on: https://gerrit.libreoffice.org/38497 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2017-06-02convert GRFILTER constants to ERRCODE_GRFILTER_Noel Grandin since various code mixes these constants in with ErrCode values from other code, let us just make it into real ErrCode values. Change-Id: Ifa3d0f7526172609a44e6749bed9f730ab6b1a95 Reviewed-on: https://gerrit.libreoffice.org/38313 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk> 2017-03-08make SfxGetpApp just get and move GetOrCreate to the peripheryCaolán McNamara Change-Id: If3b22635e46dbccf0fad101f51bb653cbbcd3a32 Reviewed-on: https://gerrit.libreoffice.org/34957 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> 2017-02-13vcl pdf import: use pdfium instead of draw_pdf_importMiklos Vajna Replace creating a full Draw component with direct pdfium library calls. This also means that the result is now a bitmap, not a metafile for now. Also decouple HAVE_FEATURE_PDFIMPORT and HAVE_FEATURE_PDFIUM, the first is the "import PDF into Draw" feature, the second is the "insert PDF as image" feature. Change-Id: I72c25642ec84cc831df362e02b1520c6e6d9adcf Reviewed-on: https://gerrit.libreoffice.org/34217 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org> 2017-02-01Need <config_features.h> here, tooTor Lillqvist Change-Id: I9dc03760831f3f1ff433c67abde95060d533ea14 2016-07-22Fix --disable-pdfimport buildMiklos Vajna Change-Id: Ida06b892aea92cfe26fd62372e21ca611d8838d3 Reviewed-on: https://gerrit.libreoffice.org/27447 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org> 2016-06-29loplugin:defaultparamsStephan Bergmann Change-Id: I17fd4679e0a6a58856021b40575ac9603da01b37 2016-06-29svx: add XOutBitmap testcaseMiklos Vajna This fails with commit 7d76bb251e0c88ff17282a33b801a5d17a434af5 (vcl: add graphic export-as-pdf filter, 2016-06-24) reverted. Change-Id: Idea5c282d610d949958d757677ee642d97ca1c8e Reviewed-on: https://gerrit.libreoffice.org/26747 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>