summaryrefslogtreecommitdiff
path: root/shell
AgeCommit message (Expand)AuthorFilesLines
2016-08-23tdf#101661: Report XDG_{DOCUMENTS,TEMPLATES}_DIR only when it existsStephan Bergmann1-6/+10
2016-07-25Related: rhbz#1065807 recover using xdg templates and documents settingsCaolán McNamara1-7/+122
2016-07-06Workaround to call /app/bin/xdg-open when run under flatpakStephan Bergmann1-2/+6
2016-05-11clang-tidy modernize-loop-convert in scripting to svtoolsNoel Grandin1-3/+3
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-8/+8
2016-04-19WIP tdf#89609 Ignore subsecond precision in iso8601Muhammet Kara2-1/+11
2016-04-18clean-up: unused using declarations and includesJochen Nitschke6-11/+0
2016-04-13tdf#94306 replace boost::noncopyable in sfx2 to sotJochen Nitschke4-11/+13
2016-04-07Drop pointless "internal" directory level for already internal include filesTor Lillqvist49-108/+108
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke2-2/+0
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-1/+1
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin5-10/+10
2016-03-11tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar1-3/+3
2016-03-08tdf#97703 Removed empty setUp/tearDown methodsChirag Manwani1-2/+0
2016-03-07tdf#96099 Reduce number of trivial typedefsChirag Manwani1-5/+3
2016-03-02shell, scp2: clean up empty script packagesMichael Stahl4-39/+0
2016-03-02Just use xdg-openBryan Quigley7-197/+2
2016-03-01loplugin:unuseddefaultparam in shellNoel Grandin2-3/+3
2016-02-17Typo: namesapce(s)->namespace(s)Julien Nabet1-1/+1
2016-02-17use consistent #define checks for the Windows platformNoel Grandin2-8/+8
2016-02-16use consistent #define checks for the Windows platformNoel Grandin1-4/+0
2016-02-09Remove excess newlinesChris Sherlock34-129/+0
2016-02-05Fix typosAndrea Gelmini2-2/+2
2016-01-19-Werror=terminate (GCC 6)Stephan Bergmann1-3/+5
2016-01-08cppcheck: noExplicitConstructorCaolán McNamara8-17/+17
2016-01-02tdf#84263 KDE4: unify includesJan-Marek Glogowski2-6/+6
2015-12-17Remove gnome-open supportBryan Quigley4-21/+0
2015-12-11Do not assume time_t is long.Pedro Giffuni1-2/+2
2015-12-08Resolve Linker Warning LNK4104Mike Kaganski9-20/+19
2015-11-28-Werror,-Wdelete-non-virtual-dtorStephan Bergmann1-1/+1
2015-11-28-Werror,-Wduplicate-decl-specifier (extern "C" already in STDAPI)Stephan Bergmann1-2/+2
2015-11-28-Werror,-Wunused-functionStephan Bergmann1-274/+0
2015-11-23loplugin:unusedfields in shell/Noel Grandin2-19/+3
2015-11-20shell: rename CppunitTest to the same name as the makefileMichael Stahl1-6/+6
2015-11-20Seems more natural to pass a homogenous list by initializer_listStephan Bergmann1-1/+1
2015-11-18-Werror,-Wunused-variableStephan Bergmann1-3/+0
2015-11-18-Werror,-Wduplicate-decl-specifier (extern "C" already in STDAPI)Stephan Bergmann1-4/+4
2015-11-18-Werror,-Wunused-const-variableStephan Bergmann1-1/+0
2015-11-18-Werror,-Wunused-const-variableStephan Bergmann1-7/+0
2015-11-18-Werror,-Wsizeof-pointer-memaccessStephan Bergmann1-1/+2
2015-11-18-Wmissing-braces is globally disabled in com_GCC_defs.mk anywayStephan Bergmann1-6/+0
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann1-1/+1
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann1-1/+2
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin2-4/+2
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-4/+2
2015-11-15use initialiser for Sequence<OUString>Noel Grandin2-4/+2
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin4-8/+4
2015-11-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann3-14/+14
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann12-34/+34