summaryrefslogtreecommitdiff
path: root/uui
AgeCommit message (Expand)AuthorFilesLines
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
2018-02-19reserve negative responses for internal responsesCaolán McNamara2-2/+2
2018-02-14tdf#114676 release the SolarMutex, if we own itJan-Marek Glogowski1-0/+8
2018-02-09tdf#108210: Allow to ignore a lock file if there's no filesystem lockMike Kaganski5-12/+28
2018-02-08Remove a workaround to bring certain dialog to frontMike Kaganski1-8/+0
2018-01-16Fix typosAndrea Gelmini1-1/+1
2018-01-15More loplugin:cstylecast: uuiStephan Bergmann3-10/+10
2018-01-14Fix typosAndrea Gelmini1-1/+1
2018-01-12tdf#114939 sfx2: notify user of non-interoperable passwordsMichael Stahl1-0/+3
2018-01-12More loplugin:cstylecast: uuiStephan Bergmann2-5/+5
2018-01-05remove NoPath from LoginFlagsNoel Grandin4-102/+1
2018-01-04loplugin:unusedfieldsNoel Grandin2-4/+1
2018-01-02RID_* can be extern global variablesNoel Grandin1-2/+2
2017-12-19wrap scoped enum around css::util::NumberFormatNoel Grandin1-2/+2
2017-12-11loplugin:salcall fix functionsNoel Grandin4-4/+4
2017-11-13Fix typosAndrea Gelmini1-1/+1
2017-11-04Related: tdf#113160 set parent of warning dialogs during loadCaolán McNamara1-1/+1
2017-11-03Resolves: tdf#113160 changing all warning dialogs to non-modal is unsafeCaolán McNamara1-29/+4
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-1/+1
2017-10-23loplugin:includeform: uuiStephan Bergmann21-26/+26
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-1/+1
2017-10-13Don't crash on extension update checkJan-Marek Glogowski1-2/+0
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-1/+1
2017-09-22Fresh run of bin/update_pch.shMike Kaganski1-3/+7
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt1-1/+1
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt1-1/+1
2017-09-04Translate German comments/debug strings (leftovers in dirs test to uui)Johnny_M1-1/+1
2017-08-26Fix typoAndrea Gelmini1-1/+1
2017-08-25Allow non-modal Dialogs during FileImport/LoadArmin Le Grand7-10/+34
2017-08-25no need to use ERRCODE_RES_MASK hereNoel Grandin1-64/+64
2017-08-23convert message box style bits to scoped enumNoel Grandin8-33/+33
2017-08-22Convert ErrCode area to scoped enumNoel Grandin2-71/+68
2017-08-19remove dodgy use of ErrCodeNoel Grandin3-59/+36
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin1-6/+4
2017-08-15tdf#111696 No macro security dialog with High settingNoel Grandin1-1/+1
2017-08-13fix some ErrCode IgnoreWarning() usageNoel Grandin1-1/+1
2017-08-01move resmgr to unotoolsCaolán McNamara15-27/+27
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin1-5/+5
2017-07-23coverity#1415622 Pointer to local outside scopeCaolán McNamara1-1/+2
2017-07-21migrate to boost::gettextCaolán McNamara59-975/+507
2017-07-18Change nonsense non-const Date* GetNullDate() to const Date&Eike Rathke1-2/+2
2017-07-06use OString::operator== in preference to ::equalsNoel Grandin1-1/+1
2017-07-06use more begin()/end() for SequenceNoel Grandin1-9/+5