summaryrefslogtreecommitdiff
path: root/shell/source
AgeCommit message (Expand)AuthorFilesLines
2023-02-09Fix build errors by suppressing warnings when building with Xcode 14.2Patrick Luby1-0/+4
2022-07-02tdf#126263: do not try to delete non-temporary filesMike Kaganski3-15/+35
2022-07-02tdf#126263: make sure to convert system path to file URLsMike Kaganski1-1/+5
2022-03-09Handle symlinksStephan Bergmann1-3/+3
2022-02-27add to suffix denylistCaolán McNamara1-0/+2
2022-02-27add to suffix denylistCaolán McNamara1-2/+6
2022-02-27Better handling of msiRenwa Hiwa1-1/+1
2022-02-18Better handling of terminalsRenwa Hiwa1-1/+2
2022-02-14Better handling of inetlocsRenwa Hiwa1-0/+1
2022-02-04rhbz#2047319 drop the SolarMutex before QApplication::init()Caolán McNamara1-8/+15
2021-11-23O[U]String::replaceAt overloads that take string_viewNoel Grandin1-1/+1
2021-10-30Prepare for removal of non-const operator[] from Sequence in shellMike Kaganski2-9/+9
2021-10-03A more lightweight O[U]StringConcatenationStephan Bergmann1-1/+1
2021-09-30Extended loplugin:referencecasting/redundantcast (clang-cl): shellStephan Bergmann4-11/+11
2021-09-24GError::message is UTF-8Stephan Bergmann1-1/+3
2021-09-02clang-tidy:readability-redundant-member-initNoel Grandin2-3/+1
2021-08-10drop final boost::noncopyable useCaolán McNamara1-3/+5
2021-08-10Missing includeStephan Bergmann1-0/+2
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin1-1/+1
2021-06-25-Werror,-Wunused-but-set-parameter (clang-cl 13 trunk)Stephan Bergmann2-2/+2
2021-05-28tdf#108591 Don't hardcode xdg-open pathLinus Heckemann2-1/+3
2021-05-20shell : use std::mutex in CmdMailMsgArnaud Versini2-19/+19
2021-05-19loplugin:noexcept (clang-cl)Stephan Bergmann2-8/+8
2021-04-27loplugin:stringadd (clang-cl)Stephan Bergmann1-2/+2
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin1-1/+1
2021-04-20Better handling of filelocsStephan Bergmann1-0/+1
2021-03-10Drop 'static_cast<cppu::OWeakObject*>' syntactic noiseMike Kaganski1-1/+1
2021-02-27Drop ComPtr and use sal::systools::COMReferenceMike Kaganski1-7/+9
2021-02-16Improve checkExtensionStephan Bergmann1-12/+19
2021-02-08Remove unneeded breaksAndrea Gelmini1-3/+0
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann2-8/+10
2020-12-11Strength-reduce some OUStringToOString("..."+...)Stephan Bergmann1-1/+1
2020-12-01tdf#42949 Fix new IWYU warnings in directories s*Gabor Kelemen3-5/+0
2020-11-30loplugin:stringviewparam (Library_kf5be1)Stephan Bergmann2-15/+17
2020-11-27RegCreateKeyExW etc. return LSTATUSStephan Bergmann1-3/+3
2020-11-27GetShortPathNameW returns DWORDStephan Bergmann1-1/+1
2020-11-27Windows InterlockedIncrement/Decrement use LONGStephan Bergmann11-28/+28
2020-11-26ZipFile::GetFileLongestFileNameLength is unusedStephan Bergmann1-24/+0
2020-11-25Better handling of Java filesStephan Bergmann2-1/+6
2020-11-19tdf#123936 Formatting files in module shell with clang-formatPhilipp Hofer4-42/+16
2020-10-02Use the new single-instance="true" attribute in shellStephan Bergmann2-5/+3
2020-09-07Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicitStephan Bergmann1-1/+1
2020-09-05Improve QString to OUString conversionStephan Bergmann1-7/+16
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-2/+2
2020-08-21Fix typoAndrea Gelmini2-2/+2
2020-08-21loplugin:stringstatic (clang-cl)Stephan Bergmann1-25/+12
2020-08-11loplugin:flattenNoel Grandin1-13/+13
2020-08-04Improved loplugin:staticanonymous -> redundantstatic redux, clang-clStephan Bergmann1-1/+1
2020-07-23shell/wininet: create instances with uno constructorsNoel Grandin4-99/+14
2020-07-21shell/simplemail: create instances with uno constructorsNoel Grandin3-89/+16