summaryrefslogtreecommitdiff
path: root/sysui
AgeCommit message (Collapse)AuthorFilesLines
2013-10-04remove superfluous endifMichael Stahl1-1/+0
Change-Id: If585526ab15d31f2f7a1b46c216f0b019d913fd3
2013-10-04Enable %U in desktop files with kde integrationTomas Chvatal1-2/+8
This fixes issues when clicking on various URLS when the KDE only integration were build. Change-Id: Id15b67b8a5589bc54e1f3214e07d2e97b3eddea2 Reviewed-on: https://gerrit.libreoffice.org/6018 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2013-10-01sysui: remove cruft from freedesktop-menus.specMichael Stahl1-5/+1
Change-Id: I0e4dc2145fe4ddcb7b3e4d4d0233987a8b70dd34
2013-10-01fdo#69210: sysui: add AppData to system-integration RPM/DEBMichael Stahl3-0/+7
Change-Id: Ifabf7965c922d7f719201cea39827acbccb57937
2013-10-01fdo#69210: sysui: add some AppStream AppData filesRichard Hughes5-0/+139
Change-Id: I5c4af1c36290f0e1b3815058bd68b952f6005f4a
2013-09-30gitignore configure-generated Info.plistStephan Bergmann1-0/+9
Change-Id: I390dfbdedd5c4b53519c51d9953a6be07f403bc0
2013-09-24Create a proper Info.plist for the OS X app bundle already in configureTor Lillqvist2-29/+30
After recent instdir changes the SCPZIP_REPLACE thing was not used any more for Info.plist, so all the ${FOO} things were left in Info.plist unexpanded with predictably wonky results, a non-working app. Instead just expand it from the configure script. While at it, use a correct CFBundleShortVersionString: only three integers should be in that. Also, hardcode FILEFORMATNAME as OpenOffice.org and FILEFORMATVERSION as 1.0, and drop the "variables", as that is what those "variables" *means*. They were used to refer to the OOo 1.0 formats. (It would have been utterly wrong to define them as something else, like another product name and a newer version number, in openoffice.lst, so pointless to have them there.) Drop the meaningless BUILDIDCWS. Change-Id: I4030aa060b78e8b3fb812a6362869996e8db7d3d
2013-09-23Try to fix cross-compilationTor Lillqvist2-2/+2
Add more FOO_FOR_BUILD variables and some gb_Foo_for_build functions. Get rid of gb_INSTROOT and gb_DEVINSTALLROOT, just use INSTROOT. Change-Id: Iee531b02d14fae41edb68ad589a5dec829a60255
2013-09-11Move Mac OS X Info.plist into instdirStephan Bergmann1-1/+3
Change-Id: I69139234a7f55101afc987a960bcdf5aca95c5b3
2013-09-11Towards a working instdir for Mac OS XStephan Bergmann1-1/+1
Introduced gb_INSTROOT, which is the same as $(INSTDIR) except for Mac OS X, where it is $(INSTDIR)/LibreOffice.app/Contents. Most stuff ends up there (so most occurrences of $(INSTDIR) have been replaced with $(gb_INSTROOT)), but SDK- related stuff goes to $(INSTDIR)/$(gb_Package_SDKDIRNAME). (And GeneratedPackage needed to be made more flexible, to allow for packages that go into either of those two places.) For Android and iOS, gb_INSTROOT probably still needs to be set. The most obvious missing thing yet to make instdir work for Mac OS X is the instdir/*/LibreOffice.app/Contents/ure/ vs. instdir/*/LibreOffice.app/Contents/ure-link/ split. Change-Id: I4478edd27b14c92c96d92d5169bdca3ec50d78f5
2013-07-31sysui: remove slackware desktop integration stuffMichael Stahl4-83/+0
This is apparently not used at all currently; cloph says the *slackware-menus*.tgz used to be bundled with RPM instsets but the last release that contained it was apparently OOo 3.1.1; it is gone in OOo 3.2.1 RPM instset. There are no bug reports about it missing, so no problem with removing it altogether. Change-Id: I1b93c94c4ac5c1d1826069b05cb58fdbb30cd71f
2013-07-31sysui: build slackware stuff only on LinuxMichael Stahl1-1/+1
Change-Id: I1ffcbd5ebf560f9f7ba8ad4b1ec9fefdb32da487
2013-07-22avoid file conflict in debian-menus package (fdo#67031)Petr Mladek1-1/+1
Use versioned file name for Debian specific /usr/lib/menu/libreoffice. All the other files have been versioned for years when we did this for RPMs. Heh, nobody noticed this with DEBs because people were used to that conflict and did not complain ;-) Change-Id: I1195279ff4825ed9154cf497ff3cc702f7309b6a
2013-07-18use correct package name in libreofficeX.Y-debian-menus package (fdo#67041)Petr Mladek1-2/+2
Add back the missing "-debian-menus" suffix. It was lost during gbuildisation. Also add the X.Y version. The files and menu entries have been versioned since LO 4.1 but we did not versioned the package name ;-) Finally, fix typo in the package version definition and mention the release number again. Change-Id: I26e1664349c326db199905e6c5b1efb5d2d1723c
2013-07-18debian-menus packages should not conflict with older versions (fdo#67031)Petr Mladek1-3/+0
All the files and menu entries have been versioned since LO 3.4. There are not real conflicts with older versions or native Debian packages any longer. Change-Id: Ie3afb8b506cb23767b52a5f9cf1c721521e60ec3
2013-07-16gbuild: consolidate ULF copypaste in gb_CustomTarget_ulfex_ruleMichael Stahl3-15/+13
Change-Id: I0c5b68f6bc81c7c1c88be2cde42fc06949fff8e7
2013-07-15sysui: oops, the mac stuff uses documents.ulf from CT_shareMichael Stahl1-0/+2
Change-Id: I2872a9bef161b7e073f6e236c3eb51081262d816
2013-07-15sysui: no point in trying to build .desktops and RPMs on MacMichael Stahl1-1/+2
Change-Id: I0b5b88ea381f1cbff7d645ef5b48a542411ef7a5
2013-07-04fdo#66100 : fix icons associations on MacOSXNorbert Thiebaud1-25/+24
Change-Id: Idbce5516f1cc59b8d1cc39ee0a0db2aad90e8074
2013-06-12Add Flat Document and MathML MIME typesSamuel Mehrbrodt5-6/+6
Change-Id: If9affe0e230ebcd4dbec9d4dcc8dc88fb8cde513 Reviewed-on: https://gerrit.libreoffice.org/4230 Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
2013-06-08add X-KDE-ProtocolsBjoern Michaelsen9-0/+9
* was previously money-patched in on Debian/Ubuntu packaging Change-Id: I9cd14b0d61e6c73181f368387fb560b4edb383a6
2013-06-07Resolves: fdo#65243 broken mark up man pageEric S. Raymond1-1/+1
Change-Id: If8a73e0416e19d9c59d93cc55f4f61bd01f11909
2013-06-06add StartupWMClass= to .desktop files (bnc#777070)Luboš Luňák7-0/+7
The actual purpose is to help Plasma taskbar associate taskbar items with .desktop files for the purpose of creating launchers. LibreOffice's WM_CLASS handling is rather broken, but the class part of it usually ends up being 'libreoffice-<component>', which however doesn't match names of .desktop files or executables. I fear renaming .desktop files would cause too much breakages in various places that expect the current names, so adding StartupWMClass will help Plasma match them. Change-Id: Ia946307b429d9a7c00408b2b508726fdc88908ac
2013-05-29remove code which has been commented outOliver-Rainer Wittmann1-1/+0
(cherry picked from commit 613c8044fd9af3d1820c293bd95d12b700177405) Change-Id: I8412a600ea4a828639b3334b3d913705b6e4f782
2013-05-29fix UNIXFILENAME variable for the Linux desktop integreation (fdo#64707)Petr Mladek1-3/+3
There was a mistage when merging the clean up. Note that $(UNIXFILENAME.$*) is not correctly substituted if the variables are define by another VAR.bla variables. This is why we need to hardcode the lowercase names here. Change-Id: I9110083122175cdbd09baa0533d890a7ef6d8213
2013-05-24Add Corel Draw and MS Publisher MIME Types to DrawSamuel Mehrbrodt1-1/+1
Change-Id: Idbaa8cea7427db3103954c6c60aa7caa6784a3ba Reviewed-on: https://gerrit.libreoffice.org/4022 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-05-20put common vars into standalone makefileDavid Tardon7-10/+32
Change-Id: Iab78a95bc8588b89fb10dc96b6c2c25e864fc1f4
2013-05-17several fixes of Linux desktop integration after gbuildisation (fdo#64707)Petr Mladek2-12/+11
- $(UNIXFILENAME.$*) is not correctly substituted if the variables are defined by another VAR.bla variables - add missing '-' to the iconprefix - use '$${PRODUCTNAME} $${PRODUCTVERSION}' for the desktop menu; the real name and version is added later by the installer in instsetto_native - use correct .po file for the translations - deliver the localized and corrected desktop files Change-Id: Ifcf797b57f94b16bd7ee498136c9c353b85c7c46
2013-05-17bin obsolete suse and madriva desktop integration packagesPetr Mladek3-748/+1
The freedesktop solution has been supported by the Linux desktops for many years. It should be enough these days. At least the SUSE desktop integration has not been needed since about 2009. Change-Id: Ib5048bd062802f6e70403e81433ea68ca9dff177
2013-05-15move desktop translation tool to solenv.Michael Meeks2-157/+10
Change-Id: I6e119f79a9293fa204904459c75ff97e5d3b5be6
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist1-1/+1
2013-05-14remove empty string (fixes a warning)Andras Timar1-3/+0
Ulfex warning: inavlid po attributes extracted from /home/timar/libreoffice-master/sysui/desktop/share/launcher_unityquicklist.ulf No string specified! GroupID: startcenter Change-Id: I39b08feb8bb691da17a7a7ed5d17411720ae1d6a Reviewed-on: https://gerrit.libreoffice.org/3909 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-05-11fdo#64311 - .desktop files: use %U for URLs only if we have gvfs or gio.Michael Meeks10-17/+38
Change-Id: I52c75432eb30a46b2c6a597211df09fdbb08056c
2013-05-03Use lowercase product name in desktop integration packages againPetr Mladek1-3/+6
The variable UNIXFILENAME used to use the lowercase product name before gbuildification. Change-Id: I09a5ff27acf07d394f712d943ea5f83765a7f834
2013-04-18fdo#63197, convert sysui osxiconsJulien Nabet2-3/+5
Change-Id: Iab9cb3704385c115e1d25189a3d8833bd6721e24 Reviewed-on: https://gerrit.libreoffice.org/3440 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-10just use explicit list of filesDavid Tardon2-78/+23
IMHO it does not make much sense to dynamically generate a list that is practically unchanging. Change-Id: If5898956d11b9f410cf36d1ebe5535194365a954
2013-04-03start deprecating spadmin by removing it from the menusCaolán McNamara13-58/+2
we keep the printer admin tool, just not install the .desktop file for it anymore. Change-Id: I41fcdcca555e16d76fa2de4a929b6ad508b6c066
2013-04-02add X-GIO-NoFuse so we get url:// instead of file://~.gvfs/Caolán McNamara10-0/+10
for when office is launched via e.g. nautilus. This way we can check what the protocol really is and handle it ourselves for the protocols we have specialized handlers for. Change-Id: Idf7650743bd0096c34772ed81bdc829055ea4159
2013-04-02always enable StartupNotify of trueCaolán McNamara9-1/+9
Change-Id: I326c599b09a5f2ec793601a889bda0ea191d1a06
2013-04-02Related: rhbz#156677 / rhbz#186515 shrink num of entries in system menusCaolán McNamara1-0/+1
Change-Id: I24069489c67ef2b7bd07dc9ee30bde85aab2b97a
2013-03-25Remove unneeded project and projectroot parametersZolnai Tamás1-1/+1
Plus avoid use of Export::sLanguages member outside of the class. Change-Id: I33702816fdb4980d690cfe8fcd8cc3fbd0df1dd8
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks1-2/+0
2013-03-13sysui: remove non-existent imaginary extract_icons_names.plMichael Stahl1-1/+0
Change-Id: I6f2f785f50a83789bc45b90747144eb030f7fe7d
2013-03-09Related to fdo#60724: Fix grammar.Benjamin Drung1-1/+1
Change-Id: I6094a7c3ee2ed4e30d955024ef81811bca572dcd Reviewed-on: https://gerrit.libreoffice.org/2611 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-03-09Fix typo in libreoffice man page.Benjamin Drung1-1/+1
Change-Id: Ieb3e74630e48feaf69f5d58e9b7eb57779033356 Reviewed-on: https://gerrit.libreoffice.org/2610 Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
2013-03-08Revert "Add PDF Mimetype to Draw"Fridrich Strba1-1/+1
pdf-import is not in core, since it requires poppler. And without it installed, this is not having any sense. Sorry :( This reverts commit a3c0df8222a20860f64b06c956c213131b79a73b Change-Id: I79a526573f59e4f27b5023d031c37a529aa784c3 Reviewed-on: https://gerrit.libreoffice.org/2592 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-08Add PDF Mimetype to DrawSamuel Mehrbrodt1-1/+1
PDF Import is now a Core Component Change-Id: I1313a7e7ea1c2409cb40cb8058e3b4ab78601fe4 Reviewed-on: https://gerrit.libreoffice.org/2549 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-03remove stale javafiltersAndras Timar6-35/+1
Change-Id: Id0c413d64e6f6fa7ded3c5ff10e764bc2e40f006
2013-03-03silence rpmbuildDavid Tardon1-14/+20
Change-Id: Iee5fbadb4eafb1c919bfcef7799e2e81ca3438d8
2013-03-03silence sysui scriptsDavid Tardon3-4/+0
Change-Id: I0d27e522ff8059200f9d08a28f4b70d7f436c100