summaryrefslogtreecommitdiff
path: root/desktop
AgeCommit message (Expand)AuthorFilesLines
2013-12-27Some make file fixingZolnai Tamás1-1/+1
2013-12-27Transex3: NO_LOCALIZE_EXPORTZolnai Tamás1-1/+4
2013-12-26WaE: unused variable 'ARGUMENT_PREFIX'Tor Lillqvist1-2/+1
2013-12-26WaE: unused variable 'url'Tor Lillqvist1-1/+1
2013-12-26WaE: unused variable 'XDG_CONFIG_PART'Tor Lillqvist1-1/+2
2013-12-20typo fixesAndras Timar2-3/+3
2013-12-19use proper LanguageTag fallback instead of dumb startsWith(), fdo#68714Eike Rathke1-9/+4
2013-12-18resolved fdo#72778 keep setting system locale and LanguageTag in syncEike Rathke1-1/+1
2013-12-17No need for implbase1.hxx to include XComponentContext.hppStephan Bergmann1-0/+4
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann6-12/+12
2013-12-17Keep using component_getImplementationEnvironment in extensionsStephan Bergmann2-0/+16
2013-12-17remove unnecessary double calls to OUString constructorNoel Grandin1-1/+1
2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin3-4/+4
2013-12-16Clean-up uno/lbnames.hStephan Bergmann2-2/+0
2013-12-16uiconfig is a l10n-relevant targetBjoern Michaelsen1-1/+1
2013-12-16m_bHasActive must be false after last visible entry is removedStephan Bergmann1-0/+6
2013-12-16Re-enable building test-active.oxtStephan Bergmann10-80/+89
2013-12-16Missing "boost_headers"Stephan Bergmann1-0/+4
2013-12-13Targetted text updates, with seasonable changes before l10n freeze.Michael Meeks2-2/+2
2013-12-12Revert "fix windows build"Michael Stahl7-35/+42
2013-12-12use OUString::endsWith where possibleNoel Grandin1-1/+1
2013-12-12simplify - use OUString::startsWith where possibleNoel Grandin1-1/+1
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann4-11/+11
2013-12-11desktop: document -env cmdline argumentMiklos Vajna1-0/+3
2013-12-09fix equalsAscii conversion. Noticed in fdo#72391Noel Grandin1-1/+1
2013-12-06convert accept license dialog to .uiCaolán McNamara7-256/+308
2013-12-06set close as defaultCaolán McNamara1-0/+2
2013-12-06convert show extension licence dialog to .uiCaolán McNamara6-71/+82
2013-12-05fdo#39956 Delete JABDavid Ostrovsky1-5/+2
2013-11-30mark non-translatable .ui strings explicitely as suchAndras Timar1-4/+4
2013-11-25Resolves: #i123747# allow treating Window's SEH events as C++ exceptionsHerbert Dürr1-5/+2
2013-11-22remove unnecessary use of OUString constructor in equalsIgnoreAsciiCaseNoel Grandin1-1/+1
2013-11-21fdo#60698: Unify spl and spl_unxMarcos Paulo de Souza8-75/+29
2013-11-20Windows: Require at least Windows XP SP2Thomas Arnhold2-4/+4
2013-11-19Use startsWith rest parameterStephan Bergmann1-21/+14
2013-11-19Consistently accept all cmd line args only in lower caseStephan Bergmann1-24/+23
2013-11-19Consistently warn about all deprecated cmd line args starting with a single -Stephan Bergmann2-403/+387
2013-11-19String function clean-upStephan Bergmann1-11/+11
2013-11-19rhbz#1031989 Accept --pt in addition to deprecated -ptStephan Bergmann1-1/+1
2013-11-19-Werror,-Wunused-variableStephan Bergmann1-2/+1
2013-11-19convert equalsAsciiL calls to startWith calls where possibleNoel Grandin1-1/+1
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin2-2/+2
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin1-1/+1
2013-11-15WaE: C4190 for extern "C" functions returning C++ typeTor Lillqvist1-22/+22
2013-11-15-Werror,-Wmismatched-tagsStephan Bergmann1-2/+2
2013-11-15-Werror,-Wlogical-not-parenthesesStephan Bergmann1-1/+1
2013-11-15liblibo: expose a C API for ABI reasons, and wrap with C++.Michael Meeks5-55/+169
2013-11-14make l10n buildable separatelyBjoern Michaelsen1-3/+6
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann1-2/+2
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-8/+0