summaryrefslogtreecommitdiffstats
path: root/sysui
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* The common_build stuff is surely obsoleteTor Lillqvist2011-12-111-11/+0
|
* allow to install desktop integration in Linux dev buildPetr Mladek2011-12-056-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.
* remove unused Windows iconAndras Timar2011-12-021-0/+0
|
* remove ooo3_ from Windows icon namesAndras Timar2011-12-028-0/+0
|
* remove unused OOo Windows iconsAndras Timar2011-12-0257-64/+9
|
* update libreoffice.1 for the (new) long option namesRene Engelhard2011-11-081-48/+48
|
* change address of extensions' websiteAndras Timar2011-10-311-1/+1
|
* do not show "LibreOffice Math" in the desktop menu (fdo#41681)Petr Mladek2011-10-191-0/+1
| | | | | It is just a helper application. The desktop file still makes sense to keep the MIME type association.
* Revert "Use PREFIXDIR when possible"Stephan Bergmann2011-09-201-11/+11
| | | | This reverts commit af37c0a988109b3b38e68591a5e9a7ea39e2c2a7.
* Use PREFIXDIR when possibleBaptiste Daroussin2011-09-191-11/+11
|
* Fix sandbox violation.Tomas Chvatal2011-09-181-1/+1
| | | | This was once was fixed in 3.4. Can't find the commit so doing it again.
* Chop the redhat-menus, since freedesktop desktop integration works for RH tooFridrich Strba2011-09-153-429/+2
|
* don't quote ???x???Caolán McNamara2011-09-141-1/+1
|
* Fix quoting in create_tree so distdir can have spaces in it.Tomáš Chvátal2011-09-131-42/+43
|
* Drop OS/2 linesTor Lillqvist2011-08-221-1/+0
|
* Merge commit 'libreoffice-3.4.2.3'Jan Holesovsky2011-07-284-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
| * Support distro packagingPetr Mladek2011-07-114-1/+328
| | | | | | | | | | | | | | | | | | | | allow to redefine prefix via OFFICE_PREFIX variable in create_tree.sh add libreoffice and unopg man pages Signed-off-by: Michael Meeks <michael.meeks@novell.com> Signed-off-by: Miklos Vajna <vmiklos@frugalware.org> Signed-off-by: Bjoern Michaelsen <bjoern.michaelsen@gmail.com>
| * always get GNOME MIME type icons from the gnome subdirPetr Mladek2011-06-143-18/+6
| | | | | | | | | | | | | | | | | | | | | | sysui/desktop/share/create_tree.sh put the GNOME icons under the gnome subdir and KDE icons under the hicolor and lolor dirs. GNOME and KDE root dir is the same (/usr) on RedHat and FreeDesktop. It is different (/opt vs. /usr) on SUSE. The directory /opt/gnome/*/hicolor is available on SUSE but the LO icons are installed only under the gnome subdir. Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
| * fix paths and restore original semanticsDavid Tardon2011-06-143-93/+104
| | | | | | | | Signed-off-by: Petr Mladek <pmladek@suse.cz>
| * Using "$(ICONPREFIX.libreoffice)-" as icon prefixKalman Szalai - KAMI2011-06-071-3/+3
| | | | | | | | | | | | | | | | | | | | | | During packaing phase we create only one type of /opt/libreoffice3.4/share/*.desktop files however we create icon files for all products (libreoffice, oxygenoffice) This patch fix icon names to libreofficexx-then all program desktop files will have icons again in OxygenOffice Signed-off-by: Petr Mladek <pmladek@suse.cz>
* | typo fix in Calc description fdo#39483Andras Timar2011-07-252-2/+2
| |
* | No point building xml2cmp when cross-compilingTor Lillqvist2011-07-141-1/+1
| |
* | add text/spreadsheet (.slk/.sylk) to calc.desktopCaolán McNamara2011-07-132-2/+2
| |
* | Remove component_getImplementationEnvironment methodsMatúš Kukan2011-07-121-1/+0
| |
* | Use DESKTOP and NATIVE where appropriateTor Lillqvist2011-06-161-1/+1
| |
* | always get GNOME MIME type icons from the gnome subdirPetr Mladek2011-06-143-18/+6
| | | | | | | | | | | | | | | | | | sysui/desktop/share/create_tree.sh put the GNOME icons under the gnome subdir and KDE icons under the hicolor and lolor dirs. GNOME and KDE root dir is the same (/usr) on RedHat and FreeDesktop. It is different (/opt vs. /usr) on SUSE. The directory /opt/gnome/*/hicolor is available on SUSE but the LO icons are installed only under the gnome subdir.
* | add hwp to desktop etc. filesCaolán McNamara2011-06-146-2/+6
| |
* | Merge remote-tracking branch 'origin/libreoffice-3-4'Jan Holesovsky2011-06-061-1/+1
|\| | | | | | | | | | | | | | | | | | | Conflicts: connectivity/qa/makefile.mk sfx2/source/appl/appdata.cxx sfx2/source/appl/appinit.cxx sfx2/source/inc/appdata.hxx sysui/desktop/productversion.mk xmloff/source/forms/elementimport.cxx
| * Add OxygenOffice menu-icon package supportKalman Szalai - KAMI2011-06-031-1/+6
| | | | | | | | Signed-off-by: pmladek@suse.cz
| * replace "seagull" icons to LibreOffice icons fdo#37617Andras Timar2011-05-305-0/+0
| | | | | | | | Signed-off-by: Tor Lillqvist <tlillqvist@novell.com>
* | Revert "Add Unity Quick List to StartCenter icon"Bjoern Michaelsen2011-06-061-37/+0
| | | | | | | | | | This reverts commit 572c84d696926132b30060203cd1ab1b16b8fc49. see dev mailing list for details
* | Add Unity Quick List to StartCenter iconlibo322011-06-051-0/+37
| | | | | | | | | | Adding Writer, Calc, Impress, Draw, Base, Math, Global to Unity Quick List of StartCenter icon.
* | Using "$(ICONPREFIX.libreoffice)-" as icon prefixKalman Szalai - KAMI2011-06-041-3/+3
| | | | | | | | | | | | | | | | | | During packaing phase we create only one type of /opt/libreoffice3.4/share/*.desktop files however we create icon files for all products (libreoffice, oxygenoffice) This patch fix icon names to libreofficexx-then all program desktop files will have icons again in OxygenOffice
* | Drop %_EXT% which was always emptyTor Lillqvist2011-06-031-19/+19
| |
* | fix paths and restore original semanticsDavid Tardon2011-06-033-93/+104
| |
* | Merge commit 'libreoffice-3.4.0.2'Jan Holesovsky2011-05-318-72/+168
|\| | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: basic/source/app/app.cxx basic/source/runtime/iosys.cxx desktop/unx/source/start.c sfx2/source/appl/appdata.cxx sfx2/source/appl/appinit.cxx sfx2/source/inc/appdata.hxx svx/AllLangResTarget_svx.mk sysui/desktop/productversion.mk sysui/desktop/share/makefile.mk
| * find the versioned desktop menu icons (fdo#37160)Petr Mladek2011-05-171-1/+1
| | | | | | | | Signed-off-by: Fridrich Štrba <fridrich.strba@bluewin.ch>
| * do not conflict with GNOME MIME icons (fdo#36551)Petr Mladek2011-05-064-53/+146
| | | | | | | | | | create the symlinks in post install; it is not perfect because they are not remove in postun but is it worth hacking?
| * do not conflict with /usr/share/mime/packages/libreoffice.xml (fdo#36551)Petr Mladek2011-05-061-2/+2
| |
| * fix desktop integration for the versioned root dir (fdo#36551)Petr Mladek2011-05-068-17/+20
| | | | | | | | | | we want to install LO-3.3 and LO-3.4 in parallel, so we started to use /opt/libreoffice3.4 instead of /opt/libreoffice