summaryrefslogtreecommitdiff
path: root/shell/source
AgeCommit message (Expand)AuthorFilesLines
2014-03-18Find places where OUString and OString are passed by value.Noel Grandin1-1/+1
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 Wilms15-81/+81
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 Lillqvist2-4/+4
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 Arnhold2-7/+0
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-05fixincludeguards.sh: shellThomas Arnhold22-47/+47
2013-11-04fdo 70998: Termchange: Graphics->ImageSamuel Mehrbrodt1-1/+1
2013-10-31shell: mapix.h is not needed at allThomas Arnhold1-5/+0
2013-10-25fdo#54938: More uses of cppu::supportsServiceMarcos Paulo de Souza7-98/+14
2013-10-17fdo#69462 Properly escape URL in Mozilla -remote openURL(...) commandStephan Bergmann1-1/+3
2013-10-17Quoting clean-upStephan Bergmann1-2/+2
2013-10-17Remove unused run_browser()Stephan Bergmann1-16/+0
2013-10-14fdo#56007 - Read more bytes on Zip read (for thumbnails)Mathieu Parent1-26/+38
2013-10-11cppcheck: reduce scopeJulien Nabet1-4/+2
2013-10-11fdo#56007 - fast zip directory find to accelerate Windows Explorer thumbnail.Michael Meeks1-11/+40
2013-10-04fdo#67534: try to avoid file locking in Explorer shell extensionsTor Lillqvist1-1/+2
2013-09-26typo fixes in commentsAndras Timar1-1/+1
2013-08-30eliminated yet another language-country parserEike Rathke1-34/+11
2013-08-30and another one for fdo#68740Eike Rathke1-1/+1
2013-08-30attempt to roughly fix fdo#68740Eike Rathke1-1/+1
2013-08-21valueOf is deprecatedLuboš Luňák1-1/+1
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák3-3/+3
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist3-4/+10
2013-07-16bnc#829017 fix issue with negative seeks in win32 shell extensionFridrich Štrba1-2/+2
2013-07-01remove obsolete CDE integration, and make TDE launcher conditional.Pader Rezso1-30/+0
2013-06-29remove OUString wrap for string literalsThomas Arnhold6-6/+6
2013-06-24fdo#43460 shell,vcl,xmlreader: use isEmpty()Jelle van der Waa1-1/+1
2013-06-07Resolves: #i93995# Allow setting Body of a simple mail messageAriel Constenla-Haile7-51/+83