summaryrefslogtreecommitdiff
path: root/cui/source/options/certpath.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-08-13Remove some unused includesMiklos Vajna1-2/+0
2020-07-03[API CHANGE] Move NSS profile handling into NSS serviceJan-Marek Glogowski1-50/+56
2020-06-08rework treeview initial toggle button col to be like expander colCaolán McNamara1-16/+10
2020-06-05we can't mix radiobuttons and checkbuttons so don't imply otherwiseCaolán McNamara1-4/+1
2020-05-29change TreeView toggle signal to provide an iter instead of a row indexCaolán McNamara1-2/+2
2019-12-01boost::optional: replace uses of get_value_or with value_orStephan Bergmann1-1/+1
2019-11-23cppcheck: performing init in init list (comphelper/connectivity/cppu/cui)Julien Nabet1-2/+2
2019-10-23tdf#127909 follow the NSSInitializer selectionJan-Marek Glogowski1-1/+5
2019-10-23tdf#127909 save manually selected certificate pathJan-Marek Glogowski1-24/+37
2019-10-23tdf#127909 list all mozilla profilesJan-Marek Glogowski1-10/+20
2019-10-23tdf#127909 don't always select the first entryJan-Marek Glogowski1-12/+1
2019-10-23tdf#127909 refactoring of the cert path dialogJan-Marek Glogowski1-13/+13
2019-08-29tdf#42949 Fix IWYU warnings in cui/source/{options,tabpages}/*cxxGabor Kelemen1-2/+0
2019-07-01tdf#125552 Don't show deleted certificate folder in Certificate Path dialogIlhan Yesil1-1/+17
2019-06-15loplugin:logexceptionnicely in cuiNoel Grandin1-6/+7
2019-04-09drop some unneeded includesCaolán McNamara1-1/+0
2019-04-06weld OTableSubscriptionPageCaolán McNamara1-6/+6
2019-02-19weld ChineseDictionaryDialogCaolán McNamara1-4/+2
2019-02-12merge together as get_checkbox_column_widthCaolán McNamara1-1/+1
2019-02-05weld CertPathDialogCaolán McNamara1-91/+70
2018-11-07move SvTreeListBox to vclCaolán McNamara1-1/+1
2018-07-16Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-04-25SvTabListBox::SetTabs, pass count explicitNoel Grandin1-6/+2
2018-04-07tdf#42949 Remove unnecessary localization headers from cuiGabor Kelemen1-1/+0
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-1/+1
2017-10-23loplugin:includeform: cuiStephan Bergmann1-2/+2
2017-10-04add << operator for css::uno::ExceptionNoel Grandin1-3/+3
2017-10-04tdf#112689 Replace chained O(U)StringBuffer::append with operator+ in cuiArkadiy Illarionov1-6/+5
2017-07-31loplugin:oncevarNoel Grandin1-2/+2
2017-07-21de-hrc various thingsCaolán McNamara1-1/+0
2017-07-13use more OUString::operator== comphelper..cuiNoel Grandin1-1/+1
2017-06-20loplugin:oncevar in cuiNoel Grandin1-2/+1
2016-10-05convert the last two lonely FixedInfos to FixedTextCaolán McNamara1-1/+0
2016-10-05convert MapUnit to scoped enumNoel Grandin1-1/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-3/+3
2016-07-03tdf#57950: Replace chained OUStringBuffer::append() with operator+Arnold Dumas1-3/+2
2016-03-18convert SvButtonState to scoped enumNoel Grandin1-6/+6
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-09-08convert Link<> to typedNoel Grandin1-2/+1
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-6/+2
2015-08-14loplugin: defaultparamsNoel Grandin1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-2/+11
2015-04-22convert HIB_ constants to scoped enumNoel Grandin1-1/+1
2015-04-18cui: convert new to ::Create.Michael Meeks1-1/+1
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-2/+4
2015-04-09prophylactic double dispose audit.Michael Meeks1-0/+1
2015-04-09vcl: VclPtr conversion in cuiNoel Grandin1-0/+6
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara1-1/+1