summaryrefslogtreecommitdiff
path: root/desktop/source/deployment
AgeCommit message (Expand)AuthorFilesLines
2013-11-22remove unnecessary use of OUString constructor in equalsIgnoreAsciiCaseNoel Grandin1-1/+1
2013-11-20Windows: Require at least Windows XP SP2Thomas Arnhold1-4/+0
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-8/+0
2013-11-11remove unnecessary use of OUString constructor in DESKTOP moduleNoel Grandin8-21/+20
2013-11-08Don't unnecessarily wrap RuntimeExceptionsStephan Bergmann1-1/+1
2013-11-08Unwind confusing namespace aliasStephan Bergmann1-119/+118
2013-11-05Improve debug outputStephan Bergmann1-5/+6
2013-11-04remove redundant calls to OUString constructorNoel Grandin1-5/+5
2013-10-28fixincludeguards.sh: desktopThomas Arnhold29-59/+59
2013-10-23convert code to use OUString::endsWithNoel Grandin2-2/+2
2013-10-22Remove unnecessary component_getProcessComponentContext C wrapperStephan Bergmann2-4/+3
2013-10-20drop unnecessary tools/string includesCaolán McNamara3-3/+0
2013-09-17drop intermediate StringsCaolán McNamara2-10/+9
2013-09-17convert DESKTOP module from String to OUStringNoel Grandin11-66/+66
2013-09-09Extension Manager: surely we should be able to spawn uno ...Michael Stahl1-3/+8
2013-09-05getFallbackStrings() with bIncludeFullBcp47 parameterEike Rathke2-7/+4
2013-09-03was convertIsoStringToLanguage(), use makeFallback()Eike Rathke1-1/+1
2013-08-30Add macosx_x86_64 extension platform identifierStephan Bergmann1-0/+3
2013-08-25The "shared" extensions are read-only when HAVE_FEATURE_READONLY_INSTALLSETTor Lillqvist1-0/+5
2013-08-22No use continuing with empty extensions sequence past the exception hereStephan Bergmann1-2/+5
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák4-5/+5
2013-08-18Use subfolder names from <config_folders.h>Tor Lillqvist3-3/+9
2013-08-15intermittent crash with failed empty response during update checkCaolán McNamara1-2/+2
2013-07-14String::SearchAndReplaceAllAscii -> OUString::replaceAllCaolán McNamara6-44/+42
2013-07-02OUString convertion for unotoolsNorbert Thiebaud2-4/+4
2013-06-29remove OUString wrap for string literalsThomas Arnhold1-3/+3
2013-06-10_UNICODE macro unusedFridrich Štrba1-1/+0
2013-06-10Macro reported as unusedFridrich Štrba1-2/+0
2013-06-05Related: fdo#65407 set a default size related to font size rather than pixelsCaolán McNamara1-0/+7
2013-05-27Better debug loggingStephan Bergmann1-4/+5
2013-05-02Resolves: #i119272# Trigger deletion of temporary files of extension managerAndre Fischer1-0/+4
2013-04-29RuntimeException missing from exception specification for UNO methodStephan Bergmann2-2/+2
2013-04-28namespacing cleanupThomas Arnhold1-11/+7
2013-04-22Revert "Revert "WIP: Experimental new binary type.rdb format""Stephan Bergmann1-45/+12
2013-04-07remove needless forward rtl::OUString declarationsLuboš Luňák7-9/+0
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák83-857/+817
2013-04-05new module i18nlangtagEike Rathke4-4/+4
2013-04-05Replace `compareTo(...) == 0` with ==Ashish Banerjee1-1/+1
2013-04-04Not escape single quotes in src\hrc filesZolnai Tamás3-38/+38
2013-04-03Remove Mac OS X for PowerPC supportTor Lillqvist1-3/+0
2013-04-03DescriptionInfoset with LanguageTagEike Rathke5-119/+56
2013-03-29ResMgr with LanguageTagEike Rathke1-1/+1
2013-03-29ditch this overengineered nonsenseEike Rathke1-118/+2
2013-03-28Building without --with-help is not supposed to disable help functionalityTor Lillqvist1-2/+2
2013-03-28WaE: comparison is always true due to limited range of data typeTor Lillqvist1-4/+4
2013-03-27Use <config_features.h> instead of -DDISABLE_EXTENSIONSTor Lillqvist3-14/+18
2013-03-27Use <config_features.h> instead of -DLIBO_FEATURE_*Tor Lillqvist1-2/+3
2013-03-27-Wunused-macrosStephan Bergmann4-8/+6
2013-03-26Check feature test macros instead of ANDROID and/or IOSTor Lillqvist4-18/+20
2013-03-19Simplify equalsIgnoreAsciiCaseAscii[L] callsStephan Bergmann7-24/+24