summaryrefslogtreecommitdiff
path: root/uui
AgeCommit message (Expand)AuthorFilesLines
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin2-2/+2
2018-10-15Simplify containers iterations in unotools, unoxml, uui, vbahelperArkadiy Illarionov2-13/+4
2018-09-28fix issues found by bin/ui-translatable.shAndras Timar1-1/+1
2018-09-19loplugin:constfields in unotools..uuiNoel Grandin3-4/+4
2018-09-17loplugin:staticconstfield improvementsNoel Grandin2-3/+1
2018-08-13loplugin:returnconstant in unoxml,uuiNoel Grandin2-4/+2
2018-08-02Add missing sal/log.hxx headersGabor Kelemen2-0/+2
2018-07-30loplugin:stringloop in svgio..xmlsecurityNoel Grandin2-10/+8
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke1-1/+0
2018-05-25Improve re-throwing of UNO exceptionsNoel Grandin2-3/+13
2018-05-18UUIInteractionHelper::getParentProperty now unusedCaolán McNamara5-17/+0
2018-05-18weld FilterDialogCaolán McNamara4-58/+77
2018-05-17go through getParentXWindowCaolán McNamara4-46/+47
2018-05-17AuthFallbackDlgCaolán McNamara4-147/+122
2018-05-17weld NameClashDialogCaolán McNamara4-73/+62
2018-05-17weld MasterPasswordCreateDialog and MasterPasswordDialogCaolán McNamara7-96/+80
2018-05-17loplugin:unusedfields in tools..xmlhelpNoel Grandin4-6/+2
2018-04-20tdf#42949 Remove unnecessary localization headers of svtoolsGabor Kelemen1-1/+0
2018-04-19tdf#117103 Warning error is emptyNoel Grandin1-1/+1
2018-04-17let's just run ResHookProc over everythingCaolán McNamara1-2/+0
2018-04-17loplugin:constparamsNoel Grandin1-1/+1
2018-04-14look for radio buttons without underlinesCaolán McNamara1-0/+1
2018-04-13weld SwAsciiFilterDlg and set an explicit parent for the dialogCaolán McNamara1-3/+12
2018-04-11weld LoginDialogCaolán McNamara4-141/+136
2018-04-09Remove std::bad_alloc -> css::uno::RuntimeException mappingsStephan Bergmann5-286/+220
2018-04-05enable mapping direct from awt::XWindow and weld::WindowCaolán McNamara1-3/+3
2018-04-04loplugin:unusedenumconstantsNoel Grandin1-2/+1
2018-04-03pass area param to DBG_UNHANDLED_EXCEPTIONNoel Grandin1-2/+2
2018-04-02drop the spurious invisible_char[_set] propertiesCaolán McNamara4-9/+0
2018-04-01remove unused processfactory.hxx includesJochen Nitschke5-6/+0
2018-03-22weld PasswordToOpenModifyDialogCaolán McNamara1-6/+6
2018-03-20weld MacroWarningCaolán McNamara5-252/+118
2018-03-20drop unnecessary includesCaolán McNamara5-5/+0
2018-03-19drop ErrCode::GetRestNoel Grandin1-1/+1
2018-03-16First cut at annotating 'exotic' filters.Michael Meeks3-0/+28
2018-03-16Related: tdf#115964 convert the problematic dialog to a native gtk3 oneCaolán McNamara4-72/+56
2018-03-16Related tdf#116264 trailing newlines used for msgbox padding now harmfulCaolán McNamara1-6/+6
2018-03-12loplugin:redundantfcast look for redundant copies in return statementsNoel Grandin1-3/+2
2018-03-09inherit welded dialogs from a common ancestorCaolán McNamara4-15/+5
2018-03-07make all the .ui message dialogs explicitly modalCaolán McNamara2-0/+2
2018-03-05Resolves: tdf#116188 set min version on all .ui files to 3.18Caolán McNamara9-9/+9
2018-03-01give ok, cancel, help buttons those namesCaolán McNamara1-1/+2
2018-02-27convert Redline warning dialog to .ui to get helpidsCaolán McNamara2-33/+31
2018-02-27convert various MessBox to weld::MessageDialogCaolán McNamara13-157/+121
2018-02-26split out GetStandardWarningBoxImageCaolán McNamara1-1/+1
2018-02-26tdf#115742: allow ignoring stale lockfile on saveMike Kaganski4-10/+27
2018-02-26convert remaining ErrorBox to weld::MessageDialogCaolán McNamara13-176/+133
2018-02-25convert remaining InfoBox to weld::MessageDialogCaolán McNamara5-23/+36
2018-02-25convert all help responses to gtk's -11Caolán McNamara8-21/+21
2018-02-22weld native message dialogsCaolán McNamara8-21/+33