summaryrefslogtreecommitdiffstats
path: root/extras/Module_extras.mk
Commit message (Collapse)AuthorAgeFilesLines
* fdo#63197, convert last gallery + template accessoriesJulien Nabet2013-04-181-11/+11
| | | | | | | Change-Id: If393e383a5485ee60f634cbcc6d6de54af7ad1d3 Reviewed-on: https://gerrit.libreoffice.org/3466 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* fdo#63197: convert the rest of accessoriesgallery*Julien Nabet2013-04-181-10/+10
| | | | | | | Change-Id: Ib664ba3f208c87570db284b5fc38fa58d8d8a679 Reviewed-on: https://gerrit.libreoffice.org/3454 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* fdo#63197, convert some accessoriesJulien Nabet2013-04-181-5/+5
| | | | | | | Change-Id: I0b406734603ad61d7a00ea2f6114103e10f265ed Reviewed-on: https://gerrit.libreoffice.org/3449 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* fdo#63197, convert accessoriesgallerydrawspeopleJulien Nabet2013-04-181-1/+1
| | | | | | | Change-Id: I9743fd98691695f831fa282a64482b23178f0026 Reviewed-on: https://gerrit.libreoffice.org/3444 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* fdo#63197, convert Zip_accessoriesgalleryJulien Nabet2013-04-171-1/+1
| | | | | | | Change-Id: I23d31c9574269f9d945a6940728c90cb7a9ae51d Reviewed-on: https://gerrit.libreoffice.org/3416 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* fdo#63197, Convert Zip_tpl*Julien Nabet2013-04-151-8/+8
| | | | | | | Change-Id: I0175c31865ca442ce57f688a642bbc7d726fab69 Reviewed-on: https://gerrit.libreoffice.org/3396 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* fdo#63197: Convert list below:Julien Nabet2013-04-141-8/+8
| | | | | | | | | | Zip_gallbullets, Zip_gallhtmlexpo, Zip_gallroot, Zip_gallsound Zip_gallsounds, Zip_gallsystem, Zip_gallwwwback, Zip_gallwwwgraf Change-Id: Ic326d83ad69968a4871518065277e863eb8815a8 Reviewed-on: https://gerrit.libreoffice.org/3382 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* fdo#63197, Convert Zip_cfgsrvbitmapunx, Zip_cfgsrvnolang and Zip_cfgusrJulien Nabet2013-04-141-6/+6
| | | | | | | Change-Id: I11064116d44f4e45676553dd26a9fe75376d923f Reviewed-on: https://gerrit.libreoffice.org/3368 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* convert AllLangZip to install using PackagesDavid Tardon2013-04-131-29/+29
| | | | | | ... and also rename it to AllLangPackage. Change-Id: I5bbc3847f2806221a5e3e4fa063ccc5a3b60a3fb
* fdo#63197, Convert Zip_autotextuserJulien Nabet2013-04-121-1/+1
| | | | | | | Change-Id: I6a7764637f6e5754e68ee6e4ab417224f542592d Reviewed-on: https://gerrit.libreoffice.org/3348 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* fdo#63197, Convert Zip_databasebiblioJulien Nabet2013-04-111-1/+1
| | | | | | | Change-Id: I58d387c4bbfd4af9cc1e800bc8c715e34a61a970 Reviewed-on: https://gerrit.libreoffice.org/3318 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* fdo#63197, Convert Zip_databaseJulien Nabet2013-04-101-1/+1
| | | | | | | Change-Id: I459b27065869b50639330dcbbae8bc7a1651882f Reviewed-on: https://gerrit.libreoffice.org/3302 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* move autocorr.zip to packageDavid Tardon2013-04-051-1/+1
| | | | | | | Change-Id: Ia032d3cb3c41a654ab42b9fe5b2d79bc7ca713f1 Reviewed-on: https://gerrit.libreoffice.org/3150 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
* move palettes.zip to packageDavid Tardon2013-04-051-1/+1
| | | | | | | Change-Id: Ide4e393ff2d735d9cdf01fcb489d65b7659acdbe Reviewed-on: https://gerrit.libreoffice.org/3151 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
* Show LibreOffice controls in Glade's tool paletteMathias Hasselmann2013-03-141-0/+1
| | | | | | | | | | | | | | | Glade didn't show any LibreOffice controls in its tool palette because the catalog didn't have any glade-widget-group element. This adds a XSLT script to automatically generate such element. A better version of the script would create separate groups for each module/namespace, but currently I have no idea how to do this with libxslt, as it doesn't provide fn::distinct-values(). Change-Id: Iaa3e4b0471b58c48838e000e6d78a73b0c6a4bd3 Reviewed-on: https://gerrit.libreoffice.org/2724 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
* add a glade catalog so glade can manage our custom widgetsCaolán McNamara2013-02-211-0/+1
| | | | | | | | | export GLADE_CATALOG_SEARCH_PATH=install/share/glade distro maintainers can link/move this to /usr/share/glade/catalogs Change-Id: Id4d8d51103d0ef91eea5cd0da9742a28838028cc
* Get Labels.xcu out of configuration data.Matúš Kukan2013-02-141-0/+1
| | | | | | Modify the file format, install separately into share/labels, and parse it using xmlreader when needed. Saves time on startup and reduces pointless configurarion size.
* fdo#50827 move language dependent wordlists to the appropriate dict packAndras Timar2013-02-081-1/+1
| | | | Change-Id: Ie60051b65834cdfc748d12a71089a683f3108335
* Removed horizontal rule ugly 1990 thingCédric Bosdonnat2012-11-241-1/+0
| | | | | | | Change-Id: Ifafd8b2ffd9af90b6ac4ed2ee0ccd3c5e980731c Conflicts: sw/source/ui/misc/insrule.cxx
* extras: extra_fonts needs to be a ExternalPackageMichael Stahl2012-10-301-1/+1
| | | | | | | ... so everything is re-delivered on an incremental build when unpack happens. Change-Id: I0d6dae6bdbafc94898546146140069d4c67f5c8e
* localize spreadsheet style template names runtimeAndras Timar2012-08-251-1/+1
| | | | Change-Id: I16d45284cfb4ab8d239ea5e9a326160a742c4bf1
* translate fax/letter/agenda/report templates runtimeIstvan Turi2012-08-241-3/+3
| | | | | | | | | | Instead of distributing bazillions of localized templates, that contain only a few translatable strings, we try to localize them runtime. This is the initial patch that does the heavy-lifting. It has some rough edges, but the feature will be polished by freezing of LibreOffice 3.7. Change-Id: I535b3bff1f5706afebd21d017c01e2b4745b7cfb
* gbuildize extrasDavid Tardon2012-08-241-0/+132
Change-Id: I190b1314a91026dcfc39df3e3e178df55d14d90a