summaryrefslogtreecommitdiffstats
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
* tdf#126641: don't fail on file URLs with fragmentMike Kaganski2019-08-301-1/+3
* Filter out problematic file URLsStephan Bergmann2019-08-302-0/+153
* Resolves: tdf#105096 add xdg-email as the default email routeCaolán McNamara2017-01-051-2/+8
* tdf#101661: Report XDG_{DOCUMENTS,TEMPLATES}_DIR only when it existsStephan Bergmann2016-08-231-6/+10
* Related: rhbz#1065807 recover using xdg templates and documents settingsCaolán McNamara2016-07-251-7/+122
* Workaround to call /app/bin/xdg-open when run under flatpakStephan Bergmann2016-07-061-2/+6
* clang-tidy modernize-loop-convert in scripting to svtoolsNoel Grandin2016-05-111-3/+3
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-201-8/+8
* WIP tdf#89609 Ignore subsecond precision in iso8601Muhammet Kara2016-04-192-1/+11
* clean-up: unused using declarations and includesJochen Nitschke2016-04-186-11/+0
* tdf#94306 replace boost::noncopyable in sfx2 to sotJochen Nitschke2016-04-134-11/+13
* Drop pointless "internal" directory level for already internal include filesTor Lillqvist2016-04-0749-108/+108
* cleanup: remove unused Reference.h(xx) includesJochen Nitschke2016-04-022-2/+0
* tdf#97966 Drop 'static' keywordsWastack2016-04-011-1/+1
* use SAL_N_ELEMENTS more widelyNoel Grandin2016-03-315-10/+10
* tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar2016-03-111-3/+3
* tdf#97703 Removed empty setUp/tearDown methodsChirag Manwani2016-03-081-2/+0
* tdf#96099 Reduce number of trivial typedefsChirag Manwani2016-03-071-5/+3
* shell, scp2: clean up empty script packagesMichael Stahl2016-03-024-39/+0
* Just use xdg-openBryan Quigley2016-03-027-197/+2
* loplugin:unuseddefaultparam in shellNoel Grandin2016-03-012-3/+3
* Typo: namesapce(s)->namespace(s)Julien Nabet2016-02-171-1/+1
* use consistent #define checks for the Windows platformNoel Grandin2016-02-172-8/+8
* use consistent #define checks for the Windows platformNoel Grandin2016-02-161-4/+0
* Remove excess newlinesChris Sherlock2016-02-0934-129/+0
* Fix typosAndrea Gelmini2016-02-052-2/+2
* -Werror=terminate (GCC 6)Stephan Bergmann2016-01-191-3/+5
* cppcheck: noExplicitConstructorCaolán McNamara2016-01-088-17/+17
* tdf#84263 KDE4: unify includesJan-Marek Glogowski2016-01-022-6/+6
* Remove gnome-open supportBryan Quigley2015-12-174-21/+0
* Do not assume time_t is long.Pedro Giffuni2015-12-111-2/+2
* Resolve Linker Warning LNK4104Mike Kaganski2015-12-089-20/+19
* -Werror,-Wdelete-non-virtual-dtorStephan Bergmann2015-11-281-1/+1
* -Werror,-Wduplicate-decl-specifier (extern "C" already in STDAPI)Stephan Bergmann2015-11-281-2/+2
* -Werror,-Wunused-functionStephan Bergmann2015-11-281-274/+0
* loplugin:unusedfields in shell/Noel Grandin2015-11-232-19/+3
* shell: rename CppunitTest to the same name as the makefileMichael Stahl2015-11-201-6/+6
* Seems more natural to pass a homogenous list by initializer_listStephan Bergmann2015-11-201-1/+1
* -Werror,-Wunused-variableStephan Bergmann2015-11-181-3/+0
* -Werror,-Wduplicate-decl-specifier (extern "C" already in STDAPI)Stephan Bergmann2015-11-181-4/+4
* -Werror,-Wunused-const-variableStephan Bergmann2015-11-181-1/+0
* -Werror,-Wunused-const-variableStephan Bergmann2015-11-181-7/+0
* -Werror,-Wsizeof-pointer-memaccessStephan Bergmann2015-11-181-1/+2
* -Wmissing-braces is globally disabled in com_GCC_defs.mk anywayStephan Bergmann2015-11-181-6/+0
* Don't assume sal_Unicode is unsigned shortStephan Bergmann2015-11-171-1/+1
* Don't assume sal_Unicode is unsigned shortStephan Bergmann2015-11-171-1/+2
* use initialiser list for Sequence<OUString>Noel Grandin2015-11-162-4/+2
* use initialiser for Sequence<OUString>Noel Grandin2015-11-151-2/+1
* use initialiser for Sequence<OUString>Noel Grandin2015-11-151-4/+2
* use initialiser for Sequence<OUString>Noel Grandin2015-11-152-4/+2