summaryrefslogtreecommitdiff
path: root/desktop/source/deployment
AgeCommit message (Expand)Author
2019-01-13Reduce OUString operationsMatteo Casalin
2019-01-11Replace OUStringBuffer::appendCopy with append(std::u16string_view)Stephan Bergmann
2019-01-11Resolves: tdf#122404 unlock just the toplevels that were lockedCaolán McNamara
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen
2018-12-23tdf#122269 don't prompt to restart if we're exiting the application anywayCaolán McNamara
2018-12-13loplugin:useuniqueptr in desktop::BackendImplNoel Grandin
2018-12-11Expand warning (mention file path)Samuel Mehrbrodt
2018-12-10tdf#42949 Fix IWYU warnings in include/vcl/s*Gabor Kelemen
2018-12-08use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin
2018-11-29Revert "Simplify code"Samuel Mehrbrodt
2018-11-29tdf#42949 Fix IWYU warnings in include/vcl/[i-m]*Gabor Kelemen
2018-11-29loplugin:stringconstant look for unnecessary OString constructor useNoel Grandin
2018-11-29Simplify codeSamuel Mehrbrodt
2018-11-28make unopkg gui not ask to 'restart' on extension changesCaolán McNamara
2018-11-28Resolves: tdf#121746 block toplevels from closing...Caolán McNamara
2018-11-21weld SwCondCollPageCaolán McNamara
2018-11-21tdf#42949 Fix IWYU warnings in include/vcl/[B-E]*Gabor Kelemen
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen
2018-11-18cppcheck: unreadVariable dp_gui_extensioncmdqueueJulien Nabet
2018-11-16Fix typosAndrea Gelmini
2018-11-09fix bug in listbox height calc in ExtensionBox_ImplNoel Grandin
2018-11-07move SvTreeListBox to vclCaolán McNamara
2018-11-02fix signatures of deleted copy/assign operatorsNoel Grandin
2018-11-01clang-tidy: (WIP) bugprone-too-small-loop-variable findingsTamás Zolnai
2018-10-29Remove unused parameterSamuel Mehrbrodt
2018-10-26unopkg: Make logging to default location work againSamuel Mehrbrodt
2018-10-26unopkg: Log deployment output with the same logger as unopkgSamuel Mehrbrodt
2018-10-23clang-tidy performance-unnecessary-copy-init in dbaccess..drawinglayerNoel Grandin
2018-10-22Put quotes around a URL in a message to make it more obvious if it is emptyTor Lillqvist
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin
2018-10-18Need <rtl/strbuf.hxx> for the !HAVE_FEATURE_EXTENSIONS case, apparentlyTor Lillqvist
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-10-12tdf#119739 split ConfigManager::getLocale(), getUILocale(), getWorkLocale()Eike Rathke
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann
2018-09-24loplugin:external (clang-cl)Stephan Bergmann
2018-09-17New loplugin:externalStephan Bergmann
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen
2018-09-06loplugin:simplifyconstruct in dbaccess..drawinglayerNoel Grandin
2018-09-05clang-tidy performance-inefficient-vector-operationNoel Grandin
2018-08-31tdf#42949 Fix IWYU warnings: boost/optional in include/Gabor Kelemen
2018-08-14create appendCopy method in OUStringBufferNoel Grandin
2018-08-02loplugin:returnconstant in cui,desktopNoel Grandin
2018-08-01Add missing sal/log.hxx headersGabor Kelemen
2018-07-29loplugin:stringloop in variousNoel Grandin
2018-07-27loplugin:returnconstant in ucbhelper,drawinglayerNoel Grandin
2018-07-23Fix typosAndrea Gelmini
2018-07-23Fix typosAndrea Gelmini
2018-07-10tdf#42949 Fix IWYU warnings in include/osl/*hxxGabor Kelemen
2018-06-29tdf#96099 Remove trivial std::map typedefs in [cd]*Arkadiy Illarionov