summaryrefslogtreecommitdiff
path: root/shell
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-6/+3
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-1/+1
2015-11-04loplugin:stringconstantStephan Bergmann1-3/+1
2015-11-04yyyyyNoel Grandin4-15/+7
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin1-1/+1
2015-10-29com::sun::star->css in shellNoel Grandin14-150/+143
2015-10-26remove extra spaces around ::Noel Grandin3-3/+3
2015-10-23Remove obsolete version map filesStephan Bergmann1-27/+0
2015-10-16drop gconf integration as per ESC decisionBjoern Michaelsen7-1239/+1
2015-10-12TDE: move stuff into the tde-integration packageJan-Marek Glogowski3-4/+17
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann11-106/+106
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann3-6/+6
2015-10-02Library recentfile should be built when UXING_X11Samuel Mehrbrodt1-5/+1
2015-09-30Fix typosAndrea Gelmini2-2/+2
2015-09-30Fix typosAndrea Gelmini2-2/+2