summaryrefslogtreecommitdiff
path: root/shell
AgeCommit message (Collapse)AuthorFilesLines
2013-07-16bnc#829017 fix issue with negative seeks in win32 shell extensionFridrich Štrba3-5/+5
Change-Id: Ia8072f78ad43281e406377922f50f8de53194f1b (cherry picked from commit 2a4c55f6d46aec5164ec2ec189ee39cf71c9308c) Reviewed-on: https://gerrit.libreoffice.org/4941 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2013-05-10More gb_PROGRAMDIRNAME clean upStephan Bergmann4-6/+6
Change-Id: I5af86e15bcb8958a680e7309f13d7a865f29d7a9
2013-05-08zlib: remove ExternalPackage_zlibMichael Stahl1-4/+0
Change-Id: I5bce88b2044279a6563fd68c35f9c1ac824c8850
2013-05-04install scripts from shell using filelistsDavid Tardon5-6/+56
The FILELIST install method is really tailored to large sets of closely related files. It is not such a great idea to apply it just to move some unrelated files, delivered from a single module, out of $(OUTDIR), like here, because it requires splitting one Package to several to allow the files to be placed to different installation modules in scp2. The extra makefile increases the overhead needed to place a file into an installation set. We really need a better way to handle this... Change-Id: I2f271562d8773152e69d284b4fe8ae356dea0945
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-1/+1
2013-04-24gbuild: drop empty use_packages callsDavid Tardon2-6/+0
Change-Id: I8e9f70eb5d929c98b4379416c2259a74e31d587f Reviewed-on: https://gerrit.libreoffice.org/3503 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-24gbuild: drop uses of removed packagesDavid Tardon2-2/+0
Change-Id: I400fad08c0ae7b6b34bad63693f54856867e4dac Reviewed-on: https://gerrit.libreoffice.org/3502 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-04-23execute move of global headersBjoern Michaelsen5-324/+0
see https://gerrit.libreoffice.org/#/c/3367/ and Change-Id: I00c96fa77d04b33a6f8c8cd3490dfcd9bdc9e84a for details Change-Id: I199a75bc4042af20817265d5ef85b1134a96ff5a
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks35-770/+140
2013-04-19use GLIB_CHECK_VERSION instead of GLIB_VERSION_X_XXIvan Timofeev2-2/+2
Michael Meeks pointed out that the latter can cause problems. Change-Id: I68e7f8c6dcfae52305738b2a8cdee72e9c2c7f93
2013-04-18WaE: g_type_init has been deprecated since GLib 2.36Ivan Timofeev2-0/+4
Change-Id: Ied9b2c2424d780d589cb1b07df0ec38107d49829 Reviewed-on: https://gerrit.libreoffice.org/3434 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-04-17-Werror=unused-macros (MinGW, shell)Stephan Bergmann1-8/+0
Change-Id: I19a346a35eef403a7f831299e42655b9761f2c43
2013-04-15prefix all component_getFactory methodsPeter Foley2-2/+2
Change-Id: I954176fdab9103125444dd2fb397673406f7aff9
2013-04-15autoinstall more common librariesMatúš Kukan1-1/+1
Change-Id: I293cca130137f35b6ff29925228284ced3d9b1b7
2013-04-15fdo#60724 correct spellingThomas Arnhold2-2/+2
Change-Id: Ieb653adbd0cb4371ec5db57e70bcc551872f647f
2013-04-10fdo#62096: Replaced some OUString 'compareTo' with '=='Prashant Pandey4-4/+4
Change-Id: I1d095cf5640595789f4ae99f1b0679be88b0baa9
2013-04-09rename expat external to 'expat'David Tardon11-11/+11
expat_utf16 is long gone, so there is no need to fool around with expat_utf8. Change-Id: I0dd4a5c4d78805e98913e645cc83d2ab634bcb89
2013-04-07remove needless forward rtl::OUString declarationsLuboš Luňák1-1/+0
Change-Id: I97d91a758dd82d64768d75c1d2ddd279de5f6034
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák35-365/+347
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2013-04-05new module i18nlangtagEike Rathke2-2/+2
Moved portions from module i18npool, all of former i18nisolang1 library that now is i18nlangtag. Included are languagetag, isolang and mslangid. This i18nlangtag code is now even used by module comphelper, so disentangling i18npool and making this an own module was needed to not create circular module dependencies. Change-Id: Ib887c3d6dde667403fd22d382310ba5f1a9b0015
2013-03-27-Wunused-macrosStephan Bergmann2-2/+3
Change-Id: Ifaa1637122d6f9cae1e29b77ac36ca5d1f220aed
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-20use #if instead of #ifdef for testing config_xxx.hxx macrosLuboš Luňák1-1/+1
http://lists.freedesktop.org/archives/libreoffice/2013-March/047769.html Change-Id: I81ed4500878ff3193e028410a1f0205e28d17fc3
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold4-8/+4
s/(OUString\s+[a-zA-Z_][A-Za-z0-9_]*\s*)\(\s*RTL_CONSTASCII_USTRINGPARAM\s*\((\s*"[^")]*?"\s*)\)\s*\)/$1\($2\)/gms Change-Id: Iad20f242c80c4bdc69df17e2d7a69d58ea53654b Reviewed-on: https://gerrit.libreoffice.org/2835 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold5-32/+16
Done with a perl regex: s/OUString\s*\(\s*RTL_CONSTASCII_USTRINGPARAM\s*\((\s*"[^")]*?"\s*)\)\s*\)/OUString\($1\)/gms Change-Id: Idf28320817cdcbea6d0f7ec06a9bf51bd2c3b3ec Reviewed-on: https://gerrit.libreoffice.org/2832 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-03-18quote URI_ENCODEEike Rathke1-1/+1
Change-Id: Ib3bb6065b02eee8de7c4ca16c8fda05385409703
2013-03-18i82660 - SimpleCommandMail: fix options passed to ThunderbirdAriel Constenla-Haile1-5/+5
2013-03-18i82660 - SimpleCommandMail: fix options passed to KmailAriel Constenla-Haile1-4/+13
Change-Id: I20f3411787b3965aaaad118d1ba6582acaa25f70
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks1-2/+0
2013-03-11fdo#60701: Properly quote shell parameter expansionsStephan Bergmann1-19/+18
...and revert bogus c1f02657ccece20a1e5843c78115ffcb193eb459 "Fixes fdo#60701 by escaping uri-encode path correctly" again. Change-Id: Ic8a85f42e3781068c2aef3b6af23e0d992478d82
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold1-1/+1
Change-Id: I01f503ea5268245cc4f98524931730cfa063d57e
2013-03-08Fixes fdo#60701 by escaping uri-encode path correctlyArnaud Versini1-0/+1
Change-Id: If1242623f4954c0cb8c6c938608cd3185e652259 Reviewed-on: https://gerrit.libreoffice.org/2588 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
2013-03-07WIP: fdo#47011 autosave featureKrisztian Pinter2-0/+22
Change-Id: Ib2cbcc33e6188c60c183b5f47e9ae9c9d4c91b95
2013-03-04doubled includesThomas Arnhold7-15/+0
Change-Id: I70ec796188e2388e1e4d699126f7ae817f5ff86e
2013-02-28remove all d.lstMichael Stahl1-0/+0
Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
2013-02-25loplugin: improve indentationThomas Arnhold1-1/+1
Change-Id: Idb847766d93dc222d6c55889616da21eeac212ee
2013-02-24Update TDE (Trinity Desktop Environment) integration filesTimothy Pearson2-77/+93
Change-Id: I48a5da0d01ad3532b9a77ff864f8f9e4d14e734c Reviewed-on: https://gerrit.libreoffice.org/2374 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
2013-02-22[Uu]sefull -> [Uu]sefulJulien Nabet1-1/+1
Change-Id: I5dad83789ff9b6815561208679a5e19821041e1f
2013-02-22s/the the/the/Tor Lillqvist1-1/+1
Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
2013-02-13simplify makefileDavid Tardon1-11/+5
Change-Id: Id40bdd821308b18a49630c15b1e28c004d7311ed
2013-02-13fdo#60386 fix l10n of windows shell extensionDavid Tardon1-2/+15
Change-Id: I5b4b839b930c294bee6727402dbc47efee7fbcd7
2013-02-13let's split this for easier cherry-pickingDavid Tardon1-15/+2
This reverts commit fc65a66de972951946c57c8b01bfd5df46633693.
2013-02-13fdo#60386 fix l10n of windows shell extensionDavid Tardon1-2/+15
Throw in crash reporter as a bonus. Change-Id: Ia1eccd4a3948b3c6d361b341599c7f565cd74cfb
2013-02-11fdo#46808, Use singleton util::theMacroExpander new-style constructorNoel Grandin1-14/+2
And deprecate the old-style service util::MacroExpander Change-Id: Ifcefe31a8f8c68c6d44d6ec19616727eb607e1cd
2013-01-31Some cppcheck cleaningJulien Nabet1-1/+1
Change-Id: I39e1dd985af6029e1fd688ff47350734c85928a6
2013-01-26gbuild: fix silly "expandtabs" in makefile VIM modelinesMichael Stahl1-1/+1
Change-Id: I54d8923ad315e8041fd3904da3a29f1a7a8c8b16
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl7-0/+9
- do not use gb_UnpackedTarball_copy_header_files for boost - adapt the optimization in concat-deps.c for new path - use boost_headers in all LinkTargets that require it - add explicit include paths to mysqlc, mysqlcppconn, libvisio, liborcus Change-Id: I0c43e73ed43cc9d2e6bce8faf55e992d655a0bb9
2013-01-26unify the spelling of 'Kazakh' language nameAndras Timar1-1/+1
While 'Kazakh' can be written as 'Kazak' or 'Qazaq', the 'Kazakh' form is the most widespread according to online sources (Wikipedia, LCID list from Microsoft). Also the 'Kazakh' form is preferred by a Kazakh contributor, see http://listarchives.libreoffice.org/global/l10n/msg05444.html In LibreOffice both 'Kazak' and 'Kazakh' was used at different places. Change-Id: Ief83eb05e92af16cb5b795f2bbb1e3d6f7c9659a
2013-01-24Fix Same expression on both sides of '=='Julien Nabet1-1/+1
Change-Id: I37ef5de92296b7ea7d7d44fa6701ad025d94435e
2013-01-16Get rid of GetVersionInfo and checkdllTor Lillqvist1-1/+0
With gbuildification neither was actually used anyway, as far as I could see. Change-Id: I00d914e6571aed3110226f91ac1685a838031c65