summaryrefslogtreecommitdiffstats
path: root/sysui
Commit message (Collapse)AuthorAgeFilesLines
* xml2cmp no longer usedStephan Bergmann2012-10-031-1/+1
| | | | Change-Id: Idba65371b8778521bc767fe4893340cf13a8ff3b
* revised MacOSX mimetype iconsNicholas Shanks2012-09-1736-0/+0
| | | | Change-Id: I68a1f132d0c4c379a3bcbf5e1a0f9a37604a8948
* Resolves: fdo#54820 128x128px and 256x256px icons too small on MacOSXNicholas Shanks2012-09-173-0/+0
| | | | Change-Id: I9d1d21737da21724f98c2a7d06734693bb4ebedb
* checksize.pl chokes on empty files created by __debug_install_post…Christian Lohmaier2012-09-171-0/+1
| | | | | | | | | | | | …that is /usr/lib/rpm/mageia/find-debuginfo.sh on Mageia for example. As the desktop-integration packages don't have any binaries whose debuginfo could be extracted and put into a -debug package, there is no impact on the packages themselves. Change-Id: I99756f6a1a3de707a94f7559b9f1b5169d2e7ee1 Reviewed-on: https://gerrit.libreoffice.org/630 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
* higher-resolution OpenDocument icons for MacOSXNicholas Shanks2012-09-0738-0/+0
| | | | Change-Id: I5bd4e5a8f80520f9cdf3f5a223dfe5cebadc4c6a
* Remove unused OS X ooo iconsNicholas Shanks2012-09-0411-0/+0
| | | | | | | | | | | | From e-mail: I have verified that none of these icons are shipped in the current TDF distribution, nor are they referred to by the Info.plist file (which is how Mac OS X specifies relationships between file types and icons, I don't know if this file is distribution.specific), therefore they are just dead files in the repository. Change-Id: I1134642ffa651f3972a81fac2ae992835f6479db
* fdo#47157 adding Keywords to .desktop filesMarco Biscaro2012-08-276-0/+6
| | | | | | | | | | Adding Keywords to .desktop files, following the suggestions in https://bugs.freedesktop.org/show_bug.cgi?id=47157#c0 Change-Id: Ic2a1428aaa12bc31b0af8488d166f78d5a970a1d Reviewed-on: https://gerrit.libreoffice.org/490 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
* Fix for fdo#46858 Have us show up in Productivity category in FinderDave2012-08-231-0/+2
| | | | Change-Id: I19416bdef0e046102b78953d4663feaffa153722
* reduce ascii noise and useless commentsThomas Arnhold2012-08-082-8/+0
| | | | Change-Id: I317058e3b25cebb7c1d89361636261c5f16a84d4
* remove include comments and boxesThomas Arnhold2012-08-086-24/+0
| | | | Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7
* fix "No template found for item" warning and make it an errorCaolán McNamara2012-07-262-1/+5
| | | | Change-Id: I75985c3f8821b3506e46eaf572c54828db97c964
* move ulfconv to l10ntoolsDavid Tardon2012-07-171-1/+1
| | | | | | This allows us to drop dependency on setup_native everywhere. Change-Id: Ib033f8d5953682379c6c2ab53d5cf221e9d8cfec
* rewrite a horrible perl script to saner formDavid Tardon2012-07-011-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
* add more categoriesDavid Tardon2012-06-281-1/+1
| | | | | | this fixes desktop-file-validate warning Change-Id: Ic9d7acee0871896d7b4a9012e7d9158289932ac8
* add more categoriesDavid Tardon2012-06-281-1/+1
| | | | | | this fixes desktop-file-validate warning Change-Id: Ic8d833b552de318f4e7e221c8c67c20e42298dd8
* fix invalid .desktop filesDavid Tardon2012-06-256-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
* .ulf files don't need executable bitsMichael Stahl2012-06-224-0/+0
| | | | Change-Id: Ie84a08aa0626dffed871200df565e33642f53866
* .icns files don't need executable bitsMichael Stahl2012-06-2248-0/+0
| | | | Change-Id: Id96026910ffbdda72bfb7a4bf8653c63759e7c96
* .dxp files don't need executable bitsMichael Stahl2012-06-221-0/+0
| | | | Change-Id: I5fae2ec81b50203e9d6100f8c938fb3643ff651f
* .mk files don't need executable bitsMichael Stahl2012-06-222-0/+0
| | | | Change-Id: I3ee442ab6dac31eb7daac32e7a9ed5c6526f07ba
* re-base on ALv2 code.Michael Meeks2012-06-214-95/+59
| | | | Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
* re-base on ALv2 code.Michael Meeks2012-06-219-168/+114
| | | | Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
* correctly set icon names in desktop filesPetr Mladek2012-06-111-1/+3
| | | | | | | config_host.mk defines even empty UNIXWRAPPERNAME variable now. Hence, 'UNIXWRAPPERNAME *=' newer assign the default value. Change-Id: I2c782bdf79eddffa2451c5462106519479db7431
* targeted string re-workNorbert Thiebaud2012-05-282-19/+19
| | | | Change-Id: I03f894f52cd4115f4871a82eb6e481c5642362da
* better detect OASIS MIME types (bnc#711977)Petr Mladek2012-05-021-3/+18
| | | | check more elements; also set sub-class-of application/xml for Flat XML
* Add Flat XML MIME types (bnc#711977)Petr Mladek2012-05-021-0/+12
|
* add missing MIME types into .desktop files (bnc#711977)Petr Mladek2012-05-025-5/+5
| | | | | | took from the older desktop files from the build repo Change-Id: I6888e78b8e10c25cac110357c64c4587b2df8cd5
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-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
* lp#904212: add missing mimetypes to impress.desktopBjoern Michaelsen2012-04-261-1/+1
| | | | | * application/vnd.openxmlformats-officedocument.presentationml.slide * application/vnd.openxmlformats-officedocument.presentationml.slideshow
* lp#720716: add unity quicklist support (add missed file)Bjoern Michaelsen2012-04-181-0/+23
|
* lp#720716: add unity quicklist supportBjoern Michaelsen2012-04-188-4/+48
|
* lp#926940: Make LibreOffice Draw handle Visio filesBjoern Michaelsen2012-04-181-1/+1
|
* display LO application in the right desktop submenu (bnc#718694)Petr Mladek2012-04-136-6/+6
| | | | | + add subcategories to desktop files + remove the obsolete X-SuSE-* stuff
* find-4.1.20 does not support -regextype optionPetr Mladek2012-04-131-2/+2
| | | | use -name "*.png" -o -name "*.svg" instead
* add scalable desktop icons (fdo#39690)Petr Mladek2012-04-1224-2/+432092
|
* use x.y.z version also for desktop integration packages (fdo#47840)Petr Mladek2012-04-101-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.
* Tiny editTor Lillqvist2012-04-041-1/+1
|
* fdo#34324 put 16x16 math icon in RGB color spaceAndras Timar2012-03-262-0/+0
|
* chmod -xTor Lillqvist2012-03-2113-0/+0
|
* Resolves: rhbz#799525 put flat odf mimetypes in xsltfilter.desktopCaolán McNamara2012-03-069-5/+19
|
* Get rid of CREATEVERSIONRESMGR[_NAME]Stephan Bergmann2012-02-231-3/+1
|
* move binfilter mime types into extra .desktop fileDavid Tardon2012-02-2110-8/+23
|
* Added READMEs for modules which used to be in libs-coreJosh Heidenreich2012-02-081-0/+1
|
* Decrease verbiage a little bitTor Lillqvist2012-01-271-1/+1
|
* 256x256 Windows icons fdo#39555Andras Timar2012-01-1237-0/+0
|
* fix prefix of command line switches (-- instead of -)Andras Timar2012-01-111-17/+17
|
* Add 256x256 desktop and MIME type icons (fdo#39555, bnc#722644)Petr Mladek2012-01-1120-0/+0
|
* avoid the hardcoded 3.4 versionPetr Mladek2011-12-202-20/+20
|
* set correct icon names in desktop filesPetr Mladek2011-12-202-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
* these translations do already exist in translations repoDavid Tardon2011-12-152-336/+0
|