summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/gui/dp_gui_dialog2.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-04-02tdf#146619 Remove unused #includes from C/C++ filesRafał Dobrakowski1-1/+0
2023-10-19Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: desktopStephan Bergmann1-1/+1
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski1-3/+3
2023-03-08osl::Mutex->std::mutex in ExtMgrDialogNoel Grandin1-4/+4
2023-03-08osl::Mutex->std::mutex in UpdateRequiredDialogNoel Grandin1-9/+9
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-06-03clang-tidy modernize-pass-by-value in desktopNoel Grandin1-2/+3
2022-04-25tdf#126672 Add search field to extension managerSamuel Mehrbrodt1-4/+29
2021-10-16Simplify vector initialization in desktopJulien Nabet1-2/+1
2021-10-11loplugin:moveparam in desktopNoel Grandin1-2/+2
2021-09-28gives names to all the Idles and TasksNoel Grandin1-2/+2
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin1-1/+1
2021-08-02convert #defines to OUStringLiteralNoel Grandin1-3/+3
2021-07-12tdf#126665 Remember last used file picker directorySamuel Mehrbrodt1-4/+1
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara1-1/+1
2021-05-20use toggle instead of click for CheckButtonCaolán McNamara1-4/+4
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin1-5/+2
2021-04-07rtl::Static -> function local staticNoel Grandin1-14/+8
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel1-2/+2
2020-11-17loplugin:stringviewparam check methods tooNoel1-2/+2
2020-10-22long->tools::Long in dbaccess..drawinglayerNoel1-11/+11
2020-10-06move set_user_managed_scrolling to an initial weld argumentCaolán McNamara1-2/+2
2020-08-13Add "All supported files" filter to extension add dialogSamuel Mehrbrodt1-4/+6
2020-07-11desktop/deployment: create instances with uno constructorsNoel Grandin1-0/+17
2020-05-20use for-range on Sequence in d*Noel Grandin1-2/+1
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen1-0/+1
2020-01-24tdf#42949 Fix IWYU warnings in desktop/Gabor Kelemen1-13/+3
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+3
2019-10-03drop some unnecessary includesCaolán McNamara1-5/+1
2019-10-02extend popup handler to cover all CommandEventsCaolán McNamara1-3/+3
2019-08-24loplugin:returnconstval in desktop..formsNoel Grandin1-1/+1
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin1-4/+2
2019-06-14weld ExtMgrDialog and UpdateRequiredDialogCaolán McNamara1-356/+243
2019-06-13drop intermediate IExtensionListBox classCaolán McNamara1-6/+6
2019-06-12move IExtensionListBox to where its usedCaolán McNamara1-7/+6
2019-06-05Use hasElements to check Sequence emptiness in cppcanvas..desktopArkadiy Illarionov1-2/+2
2019-03-07log nice exception messages whereever possibleNoel Grandin1-4/+7
2019-02-23weld ShowLicenseDialogCaolán McNamara1-19/+9
2019-01-11Resolves: tdf#122404 unlock just the toplevels that were lockedCaolán McNamara1-29/+0
2018-11-28make unopkg gui not ask to 'restart' on extension changesCaolán McNamara1-1/+3
2018-11-28Resolves: tdf#121746 block toplevels from closing...Caolán McNamara1-18/+66
2018-10-23clang-tidy performance-unnecessary-copy-init in dbaccess..drawinglayerNoel Grandin1-1/+1
2018-08-02loplugin:returnconstant in cui,desktopNoel Grandin1-11/+7
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-12simplify calls to *DialogFactory::Create methodsNoel Grandin1-6/+3
2018-04-20tdf#42949 Remove unnecessary localization headers of svtoolsGabor Kelemen1-1/+0
2018-04-11weld RestartDialogCaolán McNamara1-1/+2
2018-04-06weld linkeditdialogCaolán McNamara1-1/+1
2018-03-05Use for-range loops in desktop (part1)Julien Nabet1-6/+7
2018-02-22weld native message dialogsCaolán McNamara1-30/+30