summaryrefslogtreecommitdiff
path: root/sysui
AgeCommit message (Collapse)AuthorFilesLines
2012-07-01rewrite a horrible perl script to saner formDavid Tardon1-63/+62
The old form duplicated the last line of the processed file if the key was not present. This was not a problem before we added Unity-specific keys to the desktop files, because all keys were always present... Change-Id: Ifef6a90250fd303b913807944c7a23e04a5aafb1
2012-06-28add more categoriesDavid Tardon1-1/+1
this fixes desktop-file-validate warning Change-Id: Ic9d7acee0871896d7b4a9012e7d9158289932ac8
2012-06-28add more categoriesDavid Tardon1-1/+1
this fixes desktop-file-validate warning Change-Id: Ic8d833b552de318f4e7e221c8c67c20e42298dd8
2012-06-25fix invalid .desktop filesDavid Tardon6-12/+12
desktop-file-validate issued the following error: error: file contains group "New Shortcut Group", but groups extending the format should start with "X-" Change-Id: I45c0039ab788546a37780927284c8827a19fd52c
2012-06-11correctly set icon names in desktop filesPetr Mladek1-1/+3
config_host.mk defines even empty UNIXWRAPPERNAME variable now. Hence, 'UNIXWRAPPERNAME *=' newer assign the default value. Change-Id: I2c782bdf79eddffa2451c5462106519479db7431
2012-05-28targeted string re-workNorbert Thiebaud2-19/+19
Change-Id: I03f894f52cd4115f4871a82eb6e481c5642362da
2012-05-02better detect OASIS MIME types (bnc#711977)Petr Mladek1-3/+18
check more elements; also set sub-class-of application/xml for Flat XML
2012-05-02Add Flat XML MIME types (bnc#711977)Petr Mladek1-0/+12
2012-05-02add missing MIME types into .desktop files (bnc#711977)Petr Mladek5-5/+5
took from the older desktop files from the build repo Change-Id: I6888e78b8e10c25cac110357c64c4587b2df8cd5
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen1-0/+0
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
2012-04-26lp#904212: add missing mimetypes to impress.desktopBjoern Michaelsen1-1/+1
* application/vnd.openxmlformats-officedocument.presentationml.slide * application/vnd.openxmlformats-officedocument.presentationml.slideshow
2012-04-18lp#720716: add unity quicklist support (add missed file)Bjoern Michaelsen1-0/+23
2012-04-18lp#720716: add unity quicklist supportBjoern Michaelsen8-4/+48
2012-04-18lp#926940: Make LibreOffice Draw handle Visio filesBjoern Michaelsen1-1/+1
2012-04-13display LO application in the right desktop submenu (bnc#718694)Petr Mladek6-6/+6
+ add subcategories to desktop files + remove the obsolete X-SuSE-* stuff
2012-04-13find-4.1.20 does not support -regextype optionPetr Mladek1-2/+2
use -name "*.png" -o -name "*.svg" instead
2012-04-12add scalable desktop icons (fdo#39690)Petr Mladek24-2/+432092
2012-04-10use x.y.z version also for desktop integration packages (fdo#47840)Petr Mladek1-1/+2
This version scheme is used for other packages as well. It is important for the desktop integration packages now because we started reseting buildid for each bugfix release (fdo#47840). This value is used also for the release number of Linux packages.
2012-04-04Tiny editTor Lillqvist1-1/+1
2012-03-26fdo#34324 put 16x16 math icon in RGB color spaceAndras Timar2-0/+0
2012-03-21chmod -xTor Lillqvist13-0/+0
2012-03-06Resolves: rhbz#799525 put flat odf mimetypes in xsltfilter.desktopCaolán McNamara9-5/+19
2012-02-23Get rid of CREATEVERSIONRESMGR[_NAME]Stephan Bergmann1-3/+1
2012-02-21move binfilter mime types into extra .desktop fileDavid Tardon10-8/+23
2012-02-08Added READMEs for modules which used to be in libs-coreJosh Heidenreich1-0/+1
2012-01-27Decrease verbiage a little bitTor Lillqvist1-1/+1
2012-01-12256x256 Windows icons fdo#39555Andras Timar37-0/+0
2012-01-11fix prefix of command line switches (-- instead of -)Andras Timar1-17/+17
2012-01-11Add 256x256 desktop and MIME type icons (fdo#39555, bnc#722644)Petr Mladek20-0/+0
2011-12-20avoid the hardcoded 3.4 versionPetr Mladek2-20/+20
2011-12-20set correct icon names in desktop filesPetr Mladek2-4/+4
also use icon names *3.5* instead of *35*; this version is used on another locations as well; it allows to reuse the UNIXBASISROOTNAME variable that is substituted by the installer
2011-12-15these translations do already exist in translations repoDavid Tardon2-336/+0
2011-12-11The common_build stuff is surely obsoleteTor Lillqvist1-11/+0
2011-12-05allow to install desktop integration in Linux dev buildPetr Mladek6-10/+18
The desktop integration searched for the package name by the dash "-" delimiter on many locations. It was not easy to add support for package names with the dash. In addition, there was an inconsistence. Most package names used the "libo-dev" prefix name but the ure packages used "lodev". It was installed into the prefix /opt/lo-dev. So, I remaned everything to "lodev". It removed the inconsistence and solved solution with the dash.
2011-12-02remove unused Windows iconAndras Timar1-0/+0
2011-12-02remove ooo3_ from Windows icon namesAndras Timar8-0/+0
2011-12-02remove unused OOo Windows iconsAndras Timar57-64/+9
2011-11-08update libreoffice.1 for the (new) long option namesRene Engelhard1-48/+48
2011-10-31change address of extensions' websiteAndras Timar1-1/+1
2011-10-19do not show "LibreOffice Math" in the desktop menu (fdo#41681)Petr Mladek1-0/+1
It is just a helper application. The desktop file still makes sense to keep the MIME type association.
2011-09-20Revert "Use PREFIXDIR when possible"Stephan Bergmann1-11/+11
This reverts commit af37c0a988109b3b38e68591a5e9a7ea39e2c2a7.
2011-09-19Use PREFIXDIR when possibleBaptiste Daroussin1-11/+11
2011-09-18Fix sandbox violation.Tomas Chvatal1-1/+1
This was once was fixed in 3.4. Can't find the commit so doing it again.
2011-09-15Chop the redhat-menus, since freedesktop desktop integration works for RH tooFridrich Strba3-429/+2
2011-09-14don't quote ???x???Caolán McNamara1-1/+1
2011-09-13Fix quoting in create_tree so distdir can have spaces in it.Tomáš Chvátal1-42/+43
2011-08-22Drop OS/2 linesTor Lillqvist1-1/+0
2011-07-28Merge commit 'libreoffice-3.4.2.3'Jan Holesovsky4-1/+328
Conflicts: desktop/source/app/app.cxx desktop/source/app/dispatchwatcher.cxx desktop/unx/source/splashx.c sfx2/Library_qstart.mk sfx2/Library_sfx.mk sfx2/source/bastyp/fltfnc.cxx
2011-07-25typo fix in Calc description fdo#39483Andras Timar2-2/+2
2011-07-14No point building xml2cmp when cross-compilingTor Lillqvist1-1/+1