summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/gui
AgeCommit message (Expand)AuthorFilesLines
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann3-8/+12
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel1-2/+2
2020-11-17loplugin:stringviewparam check methods tooNoel4-6/+6
2020-11-13tdf#123936 Formatting files in module desktop with clang-formatPhilipp Hofer3-22/+18
2020-10-22long->tools::Long in dbaccess..drawinglayerNoel5-64/+64
2020-10-06move set_user_managed_scrolling to an initial weld argumentCaolán McNamara2-3/+2
2020-10-02loplugin:reducevarscope in desktop..emfioNoel2-2/+2
2020-09-13tdf#124176 Use #pragma once in desktopGeorge Bateman10-39/+10
2020-08-13Add "All supported files" filter to extension add dialogSamuel Mehrbrodt1-4/+6
2020-08-04Remove seemingly unused #includesStephan Bergmann1-5/+0
2020-07-11desktop/deployment: create instances with uno constructorsNoel Grandin6-34/+95
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: desktopStephan Bergmann1-2/+2
2020-06-08rework treeview initial toggle button col to be like expander colCaolán McNamara1-8/+6
2020-06-08Use o3tl::safeCoInitializeEx and counterpart (dp_gui_extensioncmdqueue)Julien Nabet1-3/+4
2020-05-29change TreeView toggle signal to provide an iter instead of a row indexCaolán McNamara2-6/+3
2020-05-20use for-range on Sequence in d*Noel Grandin5-26/+19
2020-05-13expand out some namespace aliasesNoel Grandin1-42/+40
2020-05-08compact namespace in dbaccess..dtransNoel Grandin4-12/+12
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen3-0/+3
2020-04-14loplugin:flatten in desktopNoel Grandin2-68/+68
2020-02-21Drop o3tl::optional wrapperStephan Bergmann2-8/+8
2020-02-08Fix typoAndrea Gelmini1-1/+1
2020-01-24tdf#42949 Fix IWYU warnings in desktop/Gabor Kelemen15-130/+14
2020-01-24loplugin:makeshared in cui..desktopNoel Grandin3-8/+8
2020-01-16clang-tidy modernize-concat-nested-namespace in dbaccess..desktopNoel Grandin1-2/+2
2020-01-11Replace rtl::Static uses with staticsMike Kaganski1-35/+6
2019-12-19sal_Char->char in desktop..dtransNoel Grandin1-1/+1
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann2-8/+8
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann4-0/+15
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann1-4/+2
2019-10-29Resolves: tdf#127645 fix crash on revisit to check updatesCaolán McNamara1-3/+2
2019-10-03drop some unnecessary includesCaolán McNamara1-5/+1
2019-10-02extend popup handler to cover all CommandEventsCaolán McNamara1-3/+3
2019-09-26loplugin:constmethod in comphelper..desktopNoel Grandin1-2/+2
2019-09-20Related: tdf#127645 update dialog has a slave extension dialogCaolán McNamara2-11/+50
2019-09-20Related: tdf#127645 return value is unusedCaolán McNamara2-12/+2
2019-09-02Resolves: tdf#126042 measure text width with the bold font it will render withCaolán McNamara1-1/+1
2019-08-24loplugin:returnconstval in desktop..formsNoel Grandin1-1/+1
2019-08-17loplugin:unnecessaryvirtualNoel Grandin1-2/+2
2019-08-16use more TOOLS_WARN_EXCEPTIONNoel Grandin2-6/+3
2019-07-19loplugin:referencecasting in desktopNoel Grandin1-3/+2
2019-07-17Resolves: tdf#126304 resizing the extension manager breaks redrawCaolán McNamara1-0/+1
2019-07-17scrollbar is outside the widget now, not insideCaolán McNamara1-8/+0
2019-07-16tdf#1448393 Uninitialized scalar fieldCaolán McNamara1-0/+1
2019-06-14remove some unused includesCaolán McNamara10-37/+9
2019-06-14weld ExtMgrDialog and UpdateRequiredDialogCaolán McNamara8-663/+569
2019-06-13no need for awt::Toolkit::create in UpdateDialogCaolán McNamara1-11/+0
2019-06-13drop intermediate IExtensionListBox classCaolán McNamara3-31/+16
2019-06-12move IExtensionListBox to where its usedCaolán McNamara3-10/+27
2019-06-05Use hasElements to check Sequence emptiness in cppcanvas..desktopArkadiy Illarionov3-6/+6