summaryrefslogtreecommitdiff
path: root/sysui
AgeCommit message (Collapse)Author
2013-07-31sysui: remove slackware desktop integration stuffMichael Stahl
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 Stahl
Change-Id: I1ffcbd5ebf560f9f7ba8ad4b1ec9fefdb32da487
2013-07-22avoid file conflict in debian-menus package (fdo#67031)Petr Mladek
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 Mladek
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 Mladek
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 Stahl
Change-Id: I0c5b68f6bc81c7c1c88be2cde42fc06949fff8e7
2013-07-15sysui: oops, the mac stuff uses documents.ulf from CT_shareMichael Stahl
Change-Id: I2872a9bef161b7e073f6e236c3eb51081262d816
2013-07-15sysui: no point in trying to build .desktops and RPMs on MacMichael Stahl
Change-Id: I0b5b88ea381f1cbff7d645ef5b48a542411ef7a5
2013-07-04fdo#66100 : fix icons associations on MacOSXNorbert Thiebaud
Change-Id: Idbce5516f1cc59b8d1cc39ee0a0db2aad90e8074
2013-06-12Add Flat Document and MathML MIME typesSamuel Mehrbrodt
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 Michaelsen
* was previously money-patched in on Debian/Ubuntu packaging Change-Id: I9cd14b0d61e6c73181f368387fb560b4edb383a6
2013-06-07Resolves: fdo#65243 broken mark up man pageEric S. Raymond
Change-Id: If8a73e0416e19d9c59d93cc55f4f61bd01f11909
2013-06-06add StartupWMClass= to .desktop files (bnc#777070)Luboš Luňák
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 Wittmann
(cherry picked from commit 613c8044fd9af3d1820c293bd95d12b700177405) Change-Id: I8412a600ea4a828639b3334b3d913705b6e4f782
2013-05-29fix UNIXFILENAME variable for the Linux desktop integreation (fdo#64707)Petr Mladek
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 Mehrbrodt
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 Tardon
Change-Id: Iab78a95bc8588b89fb10dc96b6c2c25e864fc1f4
2013-05-17several fixes of Linux desktop integration after gbuildisation (fdo#64707)Petr Mladek
- $(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 Mladek
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 Meeks
Change-Id: I6e119f79a9293fa204904459c75ff97e5d3b5be6
2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist
2013-05-14remove empty string (fixes a warning)Andras Timar
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 Meeks
Change-Id: I52c75432eb30a46b2c6a597211df09fdbb08056c
2013-05-03Use lowercase product name in desktop integration packages againPetr Mladek
The variable UNIXFILENAME used to use the lowercase product name before gbuildification. Change-Id: I09a5ff27acf07d394f712d943ea5f83765a7f834
2013-04-18fdo#63197, convert sysui osxiconsJulien Nabet
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 Tardon
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 McNamara
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 McNamara
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 McNamara
Change-Id: I326c599b09a5f2ec793601a889bda0ea191d1a06
2013-04-02Related: rhbz#156677 / rhbz#186515 shrink num of entries in system menusCaolán McNamara
Change-Id: I24069489c67ef2b7bd07dc9ee30bde85aab2b97a
2013-03-25Remove unneeded project and projectroot parametersZolnai Tamás
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 Meeks
2013-03-13sysui: remove non-existent imaginary extract_icons_names.plMichael Stahl
Change-Id: I6f2f785f50a83789bc45b90747144eb030f7fe7d
2013-03-09Related to fdo#60724: Fix grammar.Benjamin Drung
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 Drung
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 Strba
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 Mehrbrodt
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 Timar
Change-Id: Id0c413d64e6f6fa7ded3c5ff10e764bc2e40f006
2013-03-03silence rpmbuildDavid Tardon
Change-Id: Iee5fbadb4eafb1c919bfcef7799e2e81ca3438d8
2013-03-03silence sysui scriptsDavid Tardon
Change-Id: I0d27e522ff8059200f9d08a28f4b70d7f436c100
2013-03-03fixes for renaming LOdev builds to LibreOfficeDevLuboš Luňák
Follow-up to 16826147188bd78d67b97863226f903cc24add71 .
2013-03-02-writer -> --writerThomas Arnhold
Change-Id: I78bd922b33d237f36c62ab27e1e383b456797e3a
2013-02-28remove all d.lstMichael Stahl
Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
2013-02-19GNUTAR is run at build time so check OS_FOR_BUILD instead of OSTor Lillqvist
Change-Id: Ib8cfcda3f7688797e2cb5aee75d36515548e7de9
2013-02-18Apparent typoStephan Bergmann
Change-Id: I37841734ee2845679252741b776af03625b49aaa
2013-02-17convert sysui to gbuild and add to tail_buildPeter Foley
Change-Id: Ia32e51f0d95e001bcf07766f6340398e0ab1bf6a Reviewed-on: https://gerrit.libreoffice.org/2192 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by: David Ostrovsky <David.Ostrovsky@gmx.de>
2013-02-15fdo#58283 produce all translations for desktop filesDavid Tardon
Change-Id: Ie97e1ae7b2cc059630cba682a051eefff3ca044b
2013-02-01Add option to set bundle identifier and use it when signingTor Lillqvist
Sign also all the dylibs and frameworks in the bundle. Change-Id: I7f67b9d7eda0204b24e2ea2ef44a53fb8db0f8aa
2012-12-25Get rid of (most uses of) GUITor Lillqvist
GUI only takes values UNX or WNT, so it is fairly pointless. One can check whether OS is WNT or not instead. Change-Id: I78ae32c03536a496a563e5deeb0fca78aebf9c34 Reviewed-on: https://gerrit.libreoffice.org/1304 Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>
2012-11-28sysui: remove some unused stuffMatúš Kukan
Change-Id: I6d18017311013f3bb63451c4b6f59f82f02f918a