summaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Collapse)AuthorAgeFilesLines
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-2/+0
|
* fdo#60701: Properly quote shell parameter expansionsStephan Bergmann2013-03-111-19/+18
| | | | | | | ...and revert bogus c1f02657ccece20a1e5843c78115ffcb193eb459 "Fixes fdo#60701 by escaping uri-encode path correctly" again. Change-Id: Ic8a85f42e3781068c2aef3b6af23e0d992478d82
* fdo#43460: use isEmpty()Thomas Arnhold2013-03-091-1/+1
| | | | Change-Id: I01f503ea5268245cc4f98524931730cfa063d57e
* Fixes fdo#60701 by escaping uri-encode path correctlyArnaud Versini2013-03-081-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>
* WIP: fdo#47011 autosave featureKrisztian Pinter2013-03-072-0/+22
| | | | Change-Id: Ib2cbcc33e6188c60c183b5f47e9ae9c9d4c91b95
* doubled includesThomas Arnhold2013-03-047-15/+0
| | | | Change-Id: I70ec796188e2388e1e4d699126f7ae817f5ff86e
* remove all d.lstMichael Stahl2013-02-281-0/+0
| | | | Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
* loplugin: improve indentationThomas Arnhold2013-02-251-1/+1
| | | | Change-Id: Idb847766d93dc222d6c55889616da21eeac212ee
* Update TDE (Trinity Desktop Environment) integration filesTimothy Pearson2013-02-242-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>
* [Uu]sefull -> [Uu]sefulJulien Nabet2013-02-221-1/+1
| | | | Change-Id: I5dad83789ff9b6815561208679a5e19821041e1f
* s/the the/the/Tor Lillqvist2013-02-221-1/+1
| | | | Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
* simplify makefileDavid Tardon2013-02-131-11/+5
| | | | Change-Id: Id40bdd821308b18a49630c15b1e28c004d7311ed
* fdo#60386 fix l10n of windows shell extensionDavid Tardon2013-02-131-2/+15
| | | | Change-Id: I5b4b839b930c294bee6727402dbc47efee7fbcd7
* let's split this for easier cherry-pickingDavid Tardon2013-02-131-15/+2
| | | | This reverts commit fc65a66de972951946c57c8b01bfd5df46633693.
* fdo#60386 fix l10n of windows shell extensionDavid Tardon2013-02-131-2/+15
| | | | | | Throw in crash reporter as a bonus. Change-Id: Ia1eccd4a3948b3c6d361b341599c7f565cd74cfb
* fdo#46808, Use singleton util::theMacroExpander new-style constructorNoel Grandin2013-02-111-14/+2
| | | | | | And deprecate the old-style service util::MacroExpander Change-Id: Ifcefe31a8f8c68c6d44d6ec19616727eb607e1cd
* Some cppcheck cleaningJulien Nabet2013-01-311-1/+1
| | | | Change-Id: I39e1dd985af6029e1fd688ff47350734c85928a6
* gbuild: fix silly "expandtabs" in makefile VIM modelinesMichael Stahl2013-01-261-1/+1
| | | | Change-Id: I54d8923ad315e8041fd3904da3a29f1a7a8c8b16
* gbuild: do not copy boost headers aroundMichael Stahl2013-01-267-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
* unify the spelling of 'Kazakh' language nameAndras Timar2013-01-261-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
* Fix Same expression on both sides of '=='Julien Nabet2013-01-241-1/+1
| | | | Change-Id: I37ef5de92296b7ea7d7d44fa6701ad025d94435e
* Get rid of GetVersionInfo and checkdllTor Lillqvist2013-01-161-1/+0
| | | | | | | With gbuildification neither was actually used anyway, as far as I could see. Change-Id: I00d914e6571aed3110226f91ac1685a838031c65
* fdo#57950: Remove some chained appends in shellMarcos Paulo de Souza2013-01-157-84/+57
| | | | | | | | | And remove some *STRINGPARAM macros. Change-Id: Idebee475e4b383f5f390040515bdfa7c49a24c1d Reviewed-on: https://gerrit.libreoffice.org/1682 Reviewed-by: Luboš Luňák <l.lunak@suse.cz> Tested-by: Luboš Luňák <l.lunak@suse.cz>
* gbuild: replace all use of PRODUCT with ENABLE_DBGUTILMichael Stahl2013-01-031-1/+1
| | | | | | | Also fix the wrong check in cppunit/ExternalProject_cppunit.mk which caused cppunit to always be built without -D_GLIBCXX_DEBUG. Change-Id: Ia247dcd84e2c6fa0e9384fd27643537984d980b5
* add runtime deps for custom targetsDavid Tardon2012-12-301-3/+3
| | | | Change-Id: I49272003ea72c84c9e81bc826820b0ac5f9d5008
* drop executable bitPeter Foley2012-12-291-0/+0
| | | | Change-Id: I092a8183b7aa044cc6e55df91ac1109e269d8b8e
* Sigh, my git grep regexps missed some casesTor Lillqvist2012-12-271-1/+1
| | | | Change-Id: I085f14f40fb83cba171b35b14cf7c0d99091fc00
* Get rid of (most uses of) GUITor Lillqvist2012-12-251-1/+1
| | | | | | | | | | 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>
* use config_xxx.h files instead of -DHAVE_XXX on the command lineLuboš Luňák2012-12-071-0/+2
| | | | | | | | | | | | | | As the latter does not quite scale, and also source files depending on the setting/feature did not rebuild in case of a change. There are intentionally more config_xxx.h files (so autoheader from autotools is not used), so that a setting change does not force automatically a rebuild of everything. Running configure does not touch those config_xxx.h files that have not changed. There's config/README with a howto. Change-Id: I6d6e82050ff8faf5364ed246848b8401aca3e0e5
* -Werror,-Wunused-resultStephan Bergmann2012-12-051-1/+1
| | | | Change-Id: I25cf94e9abaf976df9a8a0b8ee5f9955d623b006
* c++ API: use css alias in generated headers, adds global css declThorsten Behrens2012-11-3013-20/+0
| | | | | | | | | | | | This changes all generated API headers (.hpp and .hdl) to use a namespace alias 'css' instead of the pointlessly long com::sun::star Makes the change in cppumaker & associated tools, adds a global namespace alias definition in sal/types.h, and removes a kiloton of local, now pointless-to-harmful versions of that alias from all over the code. Change-Id: Ice5a644a6b971a981f01dc0589d48f5add31cc0f
* API CHANGE: remove com.sun.star.system.XProxySettingsMichael Stahl2012-11-292-196/+0
| | | | | | | | | | | | | | | | | | | | | | | ... and related services: com.sun.star.system.SOffice52ProxySettings com.sun.star.system.ProxySettings com.sun.star.system.SystemProxySettings The implementation for these has apparently been removed in OpenOffice.org 2.0 or thereabouts. EXISTENCE: published key "/UCR/com/sun/star/system/SOffice52ProxySettings" exists only in registry 1 EXISTENCE: published key "/UCR/com/sun/star/system/ProxySettings" exists only in registry 1 EXISTENCE: published key "/UCR/com/sun/star/system/XProxySettings" exists only in registry 1 EXISTENCE: published key "/UCR/com/sun/star/system/SystemProxySettings" exists only in registry 1 Change-Id: If00c332edf08619fcad12ed07d0d8a13a714045e
* We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist2012-11-281-4/+0
| | | | | | We can drop or simplify many conditionals. Change-Id: I37e820e515cc09845c30b62c89ddb3b6ff370f97
* Work around Windows' missing symlinksStephan Bergmann2012-11-251-1/+1
| | | | | | | | | | | Instead of creating a single solver/*/installation/program -> ../../bin symlink used by all gb_CppunitTest_use_executable together, individually copy each gb_CppunitTest_use_executable into a true solver/*/install/program/ diretory. (Renamed solver/*/installation/ to solver/*/install/ so that old existing solver/*/installation/program symlinks on non-Windows platforms would not interfere with the new cp rule.) Change-Id: I4ce82b41856056669ad074ff2ef8004fdc6533c1
* Move in-build liblangtag data to solver's unittest/installation/shareStephan Bergmann2012-11-241-1/+1
| | | | | | | | | ...let BRAND_BASE_DIR point to solver's unittest/installation during CppUnit tests, and get rid of LIBLANGTAG_SHARE special case. (Intending to add further code to CppUnit tests soon that requires a fake BRAND_BASE_DIR, so clean this up now.) Change-Id: Ia5f0f247e54952f901c37ca31eda53f9c6591458
* offapi: rename XModify.InstalliGStreamerResourcesMichael Stahl2012-11-201-1/+1
| | | | | | | ...since GStreamer is not an Apple product it should not be called iGStreamer. Change-Id: Ia2b73ecb56dd7aee88b23b560430ffe94b455665
* 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-1114-70/+284
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * \ Merge branch 'master' into feature/killsdfAndras Timar2012-10-13115-2419/+1791
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile.top Module_tail_build.mk RepositoryExternal.mk RepositoryFixes.mk accessibility/source/standard/vclxaccessibletoolbox.cxx basic/source/uno/dlgcont.cxx connectivity/Library_ado.mk cross_tail_build/prj/build.lst desktop/source/offacc/acceptor.cxx filter/Library_PptImporter.mk filter/source/t602/filterenv.cxx i18npool/Library_textconv_dict.mk ooo.lst.in saxon/ExternalProject_saxon.mk saxon/build.xml sc/sdi/scalc.sdi sc/source/filter/xml/xmlstyli.cxx sc/source/ui/condformat/condformatdlg.cxx sc/source/ui/condformat/condformatmgr.cxx sc/source/ui/view/cellsh1.cxx sdext/source/pdfimport/misc/pwdinteract.cxx shell/qa/zip/makefile.mk shell/qa/zip/testimpl/makefile.mk solenv/gbuild/CppunitTest.mk solenv/gbuild/gbuild.mk solenv/gbuild/platform/android.mk solenv/gbuild/platform/com_GCC_defs.mk solenv/gbuild/platform/macosx.mk soltools/Executable_adjustvisibility.mk soltools/Executable_checkdll.mk soltools/Executable_cpp.mk soltools/Executable_javadep.mk soltools/Executable_makedepend.mk sw/qa/extras/rtfimport/rtfimport.cxx tail_build/prj/build.lst tomcat/ExternalProject_tomcat.mk ucb/source/ucp/webdav/webdavcontent.cxx xml2cmp/Executable_xml2cmp.mk
| * | | translations is a source-only moduleAndras Timar2012-10-011-1/+1
| | | | | | | | | | | | | | | | Change-Id: I9fcddfcdfa2d60860a7b016dbb870a3b6e8f3ea4
| * | | gbuild: invert handling of standard system libraries:Michael Stahl2012-10-0113-26/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
| * | | gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:Michael Stahl2012-10-019-15/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | add a new gb_LinkTarget_use_system_win32_libs to abstract different linker options on MSVC and GCC. Change-Id: Ic9bf2545f59bf7871e6fc06b290c486ddfbec03d
| * | | gbuild: gb_Library_PLAINLIBS_NONE cleanup for unxgcc/solarisMichael Stahl2012-10-011-2/+2
| | | | | | | | | | | | | | | | Change-Id: Ia7f64bdd0fd81c5dcc08d828db4602b65e2da949
| * | | gbuild: clean up Mac OS X framework handling:Michael Stahl2012-10-012-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There are currently 3 different mechanisms being used for frameworks, which is of course intolerable so we invent a 4th one and standardize on it: gb_LinkTarget_use_darwin_frameworks (This doesn't mean using add_libs or externals was wrong, it was just inconsistent... and i don't see an obvious benefit of using externals here) Change-Id: I5de9020402c87e7236c6a358c47f02fa56642d3d
| * | | gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2012-10-0113-13/+26
| | | | | | | | | | | | | | | | | | | | | | | | ... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
| * | | gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2012-10-018-0/+8
| | | | | | | | | | | | | | | | Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
* | | | remove license header that confuses lngconvexLuboš Luňák2012-11-201-18/+0
| | | | | | | | | | | | | | | | | | | | | | | | This is not C++ source. Change-Id: I05fe98ef019df23fd4be0d7e281ebb877b545484
* | | | do not use exitcode 0 on failureLuboš Luňák2012-11-201-0/+3
| | | | | | | | | | | | | | | | Change-Id: I47ce1502e8ffd58709a64a3ca520d59cb765bfaa
* | | | lngconvex needs liblangtag dataDavid Tardon2012-11-201-0/+1
| | | | | | | | | | | | | | | | Change-Id: I788437db6a4031ee6ff406fcf56c5765158285dc
* | | | use LanguageTagEike Rathke2012-11-171-3/+7
| | | | | | | | | | | | | | | | Change-Id: I1ec1f619cb6b427b4376d28292d3412ba6eb67ee