summaryrefslogtreecommitdiff
path: root/sysui
AgeCommit message (Collapse)AuthorFilesLines
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-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-27Add 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> (cherry picked from commit aa360797608efd5b03e9eccf0ab934410e042734) Signed-off-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
2013-03-03fixes for renaming LOdev builds to LibreOfficeDevLuboš Luňák5-8/+8
Follow-up to 16826147188bd78d67b97863226f903cc24add71 .
2013-03-02-writer -> --writerThomas Arnhold1-6/+6
Change-Id: I78bd922b33d237f36c62ab27e1e383b456797e3a
2013-02-28remove all d.lstMichael Stahl1-0/+0
Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
2013-02-19GNUTAR is run at build time so check OS_FOR_BUILD instead of OSTor Lillqvist1-2/+2
Change-Id: Ib8cfcda3f7688797e2cb5aee75d36515548e7de9
2013-02-18Apparent typoStephan Bergmann1-1/+1
Change-Id: I37841734ee2845679252741b776af03625b49aaa
2013-02-17convert sysui to gbuild and add to tail_buildPeter Foley34-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>
2013-02-15fdo#58283 produce all translations for desktop filesDavid Tardon1-11/+14
Change-Id: Ie97e1ae7b2cc059630cba682a051eefff3ca044b
2013-02-01Add option to set bundle identifier and use it when signingTor Lillqvist1-1/+1
Sign also all the dylibs and frameworks in the bundle. Change-Id: I7f67b9d7eda0204b24e2ea2ef44a53fb8db0f8aa
2012-12-25Get rid of (most uses of) GUITor Lillqvist2-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>
2012-11-28sysui: remove some unused stuffMatúš Kukan9-955/+0
Change-Id: I6d18017311013f3bb63451c4b6f59f82f02f918a
2012-11-20translations is a source-only moduleAndras Timar1-1/+1
Change-Id: Ib89ccdfe3646f68df6b483c54eb330c0b223c32a
2012-11-20Merge branch 'feature/killsdf'Andras Timar1-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
2012-11-12re-base on ALv2 code. Includes:Michael Meeks78-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.
2012-11-11Merge branch 'master' into feature/killsdfAndras Timar11-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
2012-11-09binfilter.die.die.dieNorbert Thiebaud5-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>
2012-11-07fdo#47157 Add more keywords to .desktop filesSamuel Mehrbrodt5-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>
2012-10-22drop rdbmaker completelyMatúš Kukan1-1/+1
Change-Id: I313afb391562adae4f91c55480a036c228e0b540
2012-10-14Correct checksize.pl not to work with sdfZolnai Tamás1-1/+1
Change-Id: I644874f123079a88d0901e77b367b7a35bb44b9e
2012-10-03xml2cmp no longer usedStephan Bergmann1-1/+1
Change-Id: Idba65371b8778521bc767fe4893340cf13a8ff3b
2012-09-17revised MacOSX mimetype iconsNicholas Shanks36-0/+0
Change-Id: I68a1f132d0c4c379a3bcbf5e1a0f9a37604a8948
2012-09-17Resolves: fdo#54820 128x128px and 256x256px icons too small on MacOSXNicholas Shanks3-0/+0
Change-Id: I9d1d21737da21724f98c2a7d06734693bb4ebedb
2012-09-17checksize.pl chokes on empty files created by __debug_install_post…Christian Lohmaier1-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>
2012-09-07higher-resolution OpenDocument icons for MacOSXNicholas Shanks38-0/+0
Change-Id: I5bd4e5a8f80520f9cdf3f5a223dfe5cebadc4c6a