summaryrefslogtreecommitdiff
path: root/shell
AgeCommit message (Expand)AuthorFilesLines
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold2-6/+6
2014-05-13Related fdo#60338: Do not use umask(3) in a MT programStephan Bergmann1-7/+6
2014-05-12This code is not linked against salStephan Bergmann2-14/+0
2014-05-12fdo#43157 Remove OSL_POSTCOND, prefer SAL_WARN_IFMichaël Lefèvre2-4/+8
2014-05-10remove globally disabled warnings from source filesThomas Arnhold1-3/+0
2014-05-09remove presys.h and postsys.hThomas Arnhold1-9/+2
2014-04-30shell: sal_Bool->boolNoel Grandin2-58/+58
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2-3/+3
2014-04-03Use boost::noncopyableStephan Bergmann2-4/+5
2014-04-01Explicitly mark overriding destructors as "virtual," Mac OS X reduxStephan Bergmann1-1/+1
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-30loplugin:saloverrideStephan Bergmann1-10/+10
2014-03-28coverity#982766 Dereference null return valueCaolán McNamara1-4/+8
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann10-99/+99
2014-03-22coverity#708176 Uninitialized scalar fieldCaolán McNamara1-2/+3
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin1-1/+1
2014-03-07Blind Windows build fixTor Lillqvist1-0/+7
2014-03-07SimplifyTor Lillqvist1-4/+1
2014-03-07Why would we need GNOME and KDE scripts on OS X?Tor Lillqvist1-4/+2
2014-03-03shell: get rid of separate Library_syssh_win.mkMichael Stahl3-37/+21
2014-02-27std::exception retrofit sequelStephan Bergmann2-15/+15
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann14-135/+135
2014-02-26KDE: don't throw on TemplatePathVariableMaxim Monastirsky2-2/+2
2014-02-26Remove visual noise from shellAlexander Wilms26-140/+140
2014-02-25Resolves: rhbz#1065807 use xdg ~/Templates for default Template locationCaolán McNamara3-18/+47
2014-02-25Revert partially "Replace deprecated std::auto_ptr with boost::scoped_ptr"Takeshi Abe1-2/+2
2014-02-25Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe1-2/+2
2014-02-23Remove unneccessary commentsAlexander Wilms37-358/+358
2014-02-16cppcheck: redundantAssignmentJulien Nabet1-1/+1
2014-02-10Don't call pclose(NULL)Stephan Bergmann1-1/+2
2014-02-10Properly encode cmd line for popenStephan Bergmann1-25/+65
2014-02-10instdir/program/senddoc lacks executable mode bitsStephan Bergmann1-0/+0
2013-12-20Spelling correction: s/retrive/retrieve/Tor Lillqvist3-6/+6
2013-12-20typo fixesAndras Timar1-1/+1
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann12-24/+24
2013-12-16Clean-up uno/lbnames.hStephan Bergmann4-4/+0
2013-12-12Looks like the Windows tag is still LANG_ORIYAStephan Bergmann1-1/+1
2013-12-11Related: rhbz#1040291 Change language name from 'Oriya' to 'Odia'Caolán McNamara1-1/+1
2013-11-22remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin2-40/+20
2013-11-20Windows: Require at least Windows XP SP2Thomas Arnhold10-39/+16
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin3-4/+4
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-3/+0
2013-11-14-Werror,-Wunused-exception-parameterStephan Bergmann1-1/+1
2013-11-11convert OUString 0==compareToAscii to equalsAsciiNoel Grandin1-14/+14
2013-11-08remove unnecessary use of OUString constructor in SHELL moduleNoel Grandin6-14/+14
2013-11-07fdo#63020: Replace ::comphelper::stl_begin()...Marcos Paulo de Souza1-3/+1
2013-11-06include <stack>Takeshi Abe2-0/+2
2013-11-06Drop unnecessary #includesTakeshi Abe1-1/+0
2013-11-05windows: remove _CRTIMP and _NTSDK definitionsThomas Arnhold9-12/+0
2013-11-05fixincludeguards.sh: shellThomas Arnhold43-89/+89