summaryrefslogtreecommitdiff
path: root/shell
AgeCommit message (Expand)Author
2022-06-29tdf#126263: do not try to delete non-temporary filesMike Kaganski
2022-06-29tdf#126263: make sure to convert system path to file URLsMike Kaganski
2022-03-04Handle symlinksStephan Bergmann
2022-02-24add to suffix denylistCaolán McNamara
2022-02-23add to suffix denylistCaolán McNamara
2022-02-22Better handling of msiRenwa Hiwa
2022-02-18Better handling of terminalsRenwa Hiwa
2022-02-10Better handling of inetlocsRenwa Hiwa
2022-02-04rhbz#2047319 drop the SolarMutex before QApplication::init()Caolán McNamara
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin
2021-10-30Prepare for removal of non-const operator[] from Sequence in shellMike Kaganski
2021-10-04drop 'using namespace std' in sax/sc/scaddins/sfx2/shellJulien Nabet
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann
2021-09-30Extended loplugin:referencecasting/redundantcast (clang-cl): shellStephan Bergmann
2021-09-24GError::message is UTF-8Stephan Bergmann
2021-09-02clang-tidy:readability-redundant-member-initNoel Grandin
2021-08-10drop final boost::noncopyable useCaolán McNamara
2021-08-10Missing includeStephan Bergmann
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-07-23do not use "using namespace std" in headersCollabora
2021-06-25-Werror,-Wunused-but-set-parameter (clang-cl 13 trunk)Stephan Bergmann
2021-05-28tdf#108591 Don't hardcode xdg-open pathLinus Heckemann
2021-05-20shell : use std::mutex in CmdMailMsgArnaud Versini
2021-05-19loplugin:noexcept (clang-cl)Stephan Bergmann
2021-04-27loplugin:stringadd (clang-cl)Stephan Bergmann
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin
2021-04-20Better handling of filelocsStephan Bergmann
2021-04-07Updated README.md files to represent current code / use Markdown formatHossein
2021-03-24Using .md extension/Markdown syntax for modules READMEHossein
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski
2021-02-27Drop ComPtr and use sal::systools::COMReferenceMike Kaganski
2021-02-16Improve checkExtensionStephan Bergmann
2021-02-08Remove unneeded breaksAndrea Gelmini
2021-01-18mac: don't put script files into Contents/MacOS or framework-bin directoryChristian Lohmaier
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-12-11Strength-reduce some OUStringToOString("..."+...)Stephan Bergmann
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen
2020-11-30loplugin:stringviewparam (Library_kf5be1)Stephan Bergmann
2020-11-27RegCreateKeyExW etc. return LSTATUSStephan Bergmann
2020-11-27GetShortPathNameW returns DWORDStephan Bergmann
2020-11-27Windows InterlockedIncrement/Decrement use LONGStephan Bergmann
2020-11-26ZipFile::GetFileLongestFileNameLength is unusedStephan Bergmann
2020-11-25Better handling of Java filesStephan Bergmann
2020-11-19tdf#123936 Formatting files in module shell with clang-formatPhilipp Hofer
2020-10-02Use the new single-instance="true" attribute in shellStephan Bergmann
2020-09-17fix LTO+mergedlibs on windowsNoel Grandin
2020-09-11Fix the minimal build-tools targetJan-Marek Glogowski
2020-09-07Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicitStephan Bergmann
2020-09-05Improve QString to OUString conversionStephan Bergmann
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann