summaryrefslogtreecommitdiffstats
path: root/sysui
Commit message (Collapse)AuthorAgeFilesLines
* Add Flat Document and MathML MIME typesSamuel Mehrbrodt2013-06-125-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>
* add X-KDE-ProtocolsBjoern Michaelsen2013-06-089-0/+9
| | | | | | * was previously money-patched in on Debian/Ubuntu packaging Change-Id: I9cd14b0d61e6c73181f368387fb560b4edb383a6
* Resolves: fdo#65243 broken mark up man pageEric S. Raymond2013-06-071-1/+1
| | | | Change-Id: If8a73e0416e19d9c59d93cc55f4f61bd01f11909
* add StartupWMClass= to .desktop files (bnc#777070)Luboš Luňák2013-06-067-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
* remove code which has been commented outOliver-Rainer Wittmann2013-05-291-1/+0
| | | | | | (cherry picked from commit 613c8044fd9af3d1820c293bd95d12b700177405) Change-Id: I8412a600ea4a828639b3334b3d913705b6e4f782
* fix UNIXFILENAME variable for the Linux desktop integreation (fdo#64707)Petr Mladek2013-05-291-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
* Add Corel Draw and MS Publisher MIME Types to DrawSamuel Mehrbrodt2013-05-241-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>
* put common vars into standalone makefileDavid Tardon2013-05-207-10/+32
| | | | Change-Id: Iab78a95bc8588b89fb10dc96b6c2c25e864fc1f4
* several fixes of Linux desktop integration after gbuildisation (fdo#64707)Petr Mladek2013-05-172-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
* bin obsolete suse and madriva desktop integration packagesPetr Mladek2013-05-173-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
* move desktop translation tool to solenv.Michael Meeks2013-05-152-157/+10
| | | | Change-Id: I6e119f79a9293fa204904459c75ff97e5d3b5be6
* Spelling "separate" (etc) correctly is hardTor Lillqvist2013-05-151-1/+1
|
* remove empty string (fixes a warning)Andras Timar2013-05-141-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>
* fdo#64311 - .desktop files: use %U for URLs only if we have gvfs or gio.Michael Meeks2013-05-1110-17/+38
| | | | Change-Id: I52c75432eb30a46b2c6a597211df09fdbb08056c
* Use lowercase product name in desktop integration packages againPetr Mladek2013-05-031-3/+6
| | | | | | | The variable UNIXFILENAME used to use the lowercase product name before gbuildification. Change-Id: I09a5ff27acf07d394f712d943ea5f83765a7f834
* fdo#63197, convert sysui osxiconsJulien Nabet2013-04-182-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>
* just use explicit list of filesDavid Tardon2013-04-102-78/+23
| | | | | | | IMHO it does not make much sense to dynamically generate a list that is practically unchanging. Change-Id: If5898956d11b9f410cf36d1ebe5535194365a954
* start deprecating spadmin by removing it from the menusCaolán McNamara2013-04-0313-58/+2
| | | | | | | we keep the printer admin tool, just not install the .desktop file for it anymore. Change-Id: I41fcdcca555e16d76fa2de4a929b6ad508b6c066
* add X-GIO-NoFuse so we get url:// instead of file://~.gvfs/Caolán McNamara2013-04-0210-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
* always enable StartupNotify of trueCaolán McNamara2013-04-029-1/+9
| | | | Change-Id: I326c599b09a5f2ec793601a889bda0ea191d1a06
* Related: rhbz#156677 / rhbz#186515 shrink num of entries in system menusCaolán McNamara2013-04-021-0/+1
| | | | Change-Id: I24069489c67ef2b7bd07dc9ee30bde85aab2b97a
* Remove unneeded project and projectroot parametersZolnai Tamás2013-03-251-1/+1
| | | | | | | Plus avoid use of Export::sLanguages member outside of the class. Change-Id: I33702816fdb4980d690cfe8fcd8cc3fbd0df1dd8
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-2/+0
|
* sysui: remove non-existent imaginary extract_icons_names.plMichael Stahl2013-03-131-1/+0
| | | | Change-Id: I6f2f785f50a83789bc45b90747144eb030f7fe7d
* Related to fdo#60724: Fix grammar.Benjamin Drung2013-03-091-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>
* Fix typo in libreoffice man page.Benjamin Drung2013-03-091-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>
* Revert "Add PDF Mimetype to Draw"Fridrich Strba2013-03-081-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>
* Add PDF Mimetype to DrawSamuel Mehrbrodt2013-03-081-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>
* remove stale javafiltersAndras Timar2013-03-036-35/+1
| | | | Change-Id: Id0c413d64e6f6fa7ded3c5ff10e764bc2e40f006
* silence rpmbuildDavid Tardon2013-03-031-14/+20
| | | | Change-Id: Iee5fbadb4eafb1c919bfcef7799e2e81ca3438d8
* silence sysui scriptsDavid Tardon2013-03-033-4/+0
| | | | Change-Id: I0d27e522ff8059200f9d08a28f4b70d7f436c100
* fixes for renaming LOdev builds to LibreOfficeDevLuboš Luňák2013-03-035-8/+8
| | | | Follow-up to 16826147188bd78d67b97863226f903cc24add71 .
* -writer -> --writerThomas Arnhold2013-03-021-6/+6
| | | | Change-Id: I78bd922b33d237f36c62ab27e1e383b456797e3a
* remove all d.lstMichael Stahl2013-02-281-0/+0
| | | | Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
* GNUTAR is run at build time so check OS_FOR_BUILD instead of OSTor Lillqvist2013-02-191-2/+2
| | | | Change-Id: Ib8cfcda3f7688797e2cb5aee75d36515548e7de9
* Apparent typoStephan Bergmann2013-02-181-1/+1
| | | | Change-Id: I37841734ee2845679252741b776af03625b49aaa
* convert sysui to gbuild and add to tail_buildPeter Foley2013-02-1734-1226/+689
| | | | | | | | 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>
* fdo#58283 produce all translations for desktop filesDavid Tardon2013-02-151-11/+14
| | | | Change-Id: Ie97e1ae7b2cc059630cba682a051eefff3ca044b
* Add option to set bundle identifier and use it when signingTor Lillqvist2013-02-011-1/+1
| | | | | | Sign also all the dylibs and frameworks in the bundle. Change-Id: I7f67b9d7eda0204b24e2ea2ef44a53fb8db0f8aa
* Get rid of (most uses of) GUITor Lillqvist2012-12-252-3/+3
| | | | | | | | | | 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>
* sysui: remove some unused stuffMatúš Kukan2012-11-289-955/+0
| | | | Change-Id: I6d18017311013f3bb63451c4b6f59f82f02f918a
* translations is a source-only moduleAndras Timar2012-11-201-1/+1
| | | | Change-Id: Ib89ccdfe3646f68df6b483c54eb330c0b223c32a
* Merge branch 'feature/killsdf'Andras Timar2012-11-201-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | Conflicts: desktop/prj/build.lst helpcontent2 l10ntools/Executable_gsicheck.mk l10ntools/Executable_uiex.mk regexp/inc/regexp/reclass.hxx solenv/gbuild/AllLangResTarget.mk Change-Id: I398f0cd9e7daefa8d2e04fd977d5bc2e9708169b
| * Merge branch 'master' into feature/killsdfAndras Timar2012-11-1111-23/+9
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Repository.mk RepositoryFixes.mk connectivity/prj/build.lst extensions/prj/build.lst filter/prj/build.lst fpicker/prj/build.lst l10ntools/StaticLibrary_transex.mk saxon/build.xml shell/prj/build.lst solenv/gbuild/AllLangResTarget.mk solenv/gbuild/Configuration.mk solenv/gbuild/UI.mk ucb/source/ucp/webdav/webdavcontent.cxx
| * | Correct checksize.pl not to work with sdfZolnai Tamás2012-10-141-1/+1
| | | | | | | | | | | | Change-Id: I644874f123079a88d0901e77b367b7a35bb44b9e
* | | re-base on ALv2 code. Includes:Michael Meeks2012-11-1278-343/+1278
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patches contributed by Pedro Giffuni: Avoid some uses of non portable #!/bin/bash in shell scripts. http://svn.apache.org/viewvc?view=revision&revision=1235297 Reduce the dependencies on non standard GNU copy. http://svn.apache.org/viewvc?view=revision&revision=1238684 Correct /usr/bin/env path. http://svn.apache.org/viewvc?view=revision&revision=1235619 Complex Toolbar Controls Extension from the SDK Patches contributed by Ariel Constenla-Haile http://svn.apache.org/viewvc?view=revision&revision=1190390 i118615 - make epm more verbose http://svn.apache.org/viewvc?view=revision&revision=1204288 Patches contributed by Mathias Bauer (and others) gnumake4 work variously http://svn.apache.org/viewvc?view=revision&revision=1394707 http://svn.apache.org/viewvc?view=revision&revision=1394326 Patches contributed by Juergen Schmidt: jsc341: i117327: take care if no dependency node in current description exists, create one http://svn.apache.org/viewvc?view=revision&revision=1172101 jsc341: i117327: add extra extension dependency check http://svn.apache.org/viewvc?view=revision&revision=1172098 make initial branding changes http://svn.apache.org/viewvc?view=revision&revision=1231878 Patches contributed by Ingo Schmidt native373: #i117733# no linux jre installation on 64 bit systems http://svn.apache.org/viewvc?view=revision&revision=1167536 native373: ##164464# improve debian support http://svn.apache.org/viewvc?view=revision&revision=1167537 Patch contribtued by Armin Le-Grand: Changed various aspects concerning usages of old vendor names http://svn.apache.org/viewvc?view=revision&revision=1293313 fix for neon webdav, remove coinmp bits, improve odk script, cleanup & remove OS/2 conditionals, system ucpp fixes, remove OS/2 conditionals, restore our license filenames.
* | binfilter.die.die.dieNorbert Thiebaud2012-11-095-16/+2
| | | | | | | | | | | | | | Change-Id: Ia3c103e4343d309b997ed37e33a382ffdfbddac3 Reviewed-on: https://gerrit.libreoffice.org/1014 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
* | fdo#47157 Add more keywords to .desktop filesSamuel Mehrbrodt2012-11-075-6/+6
| | | | | | | | | | | | | | Change-Id: I34d0bf75d7cf8c5ec764a1bfa0ad0e4c5ab8ae4e Reviewed-on: https://gerrit.libreoffice.org/953 Reviewed-by: Radek Doulík <rodo@novell.com> Tested-by: Radek Doulík <rodo@novell.com>
* | drop rdbmaker completelyMatúš Kukan2012-10-221-1/+1
|/ | | | Change-Id: I313afb391562adae4f91c55480a036c228e0b540
* xml2cmp no longer usedStephan Bergmann2012-10-031-1/+1
| | | | Change-Id: Idba65371b8778521bc767fe4893340cf13a8ff3b