summaryrefslogtreecommitdiff
path: root/cui/source/options/personalization.cxx
AgeCommit message (Expand)Author
2017-07-21de-hrc various thingsCaolán McNamara
2017-07-21migrate to boost::gettextCaolán McNamara
2017-05-19loplugin:stringcopy: cuiStephan Bergmann
2017-05-19make string translation loading more uniformCaolán McNamara
2017-05-18can drop CUI_RESSTR nowCaolán McNamara
2017-04-19clang-tidy readability-simplify-boolean-expr in accessibility..cuiNoel Grandin
2016-12-17Adapt to no-longer explicit OUStringLiteral ctorStephan Bergmann
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-02Revert "tdf#101629: fix https://addons.mozilla.org/ case"Julien Nabet
2016-08-24loplugin:stringconstantStephan Bergmann
2016-08-24tdf#100726 - Improve readability of OUString concatanationsGökhan Gurbetoğlu
2016-08-21tdf#101629: fix https://addons.mozilla.org/ caseJulien Nabet
2016-08-18Use English category names instead of localized ones in theme search tdf#87597Muhammet Kara
2016-08-10Update api URL for mozilla personasMuhammet Kara
2016-08-04tdf#100726: Improve readability of OUString concatenationnadith
2016-07-13make sure that the thread has joined before disposing UI elementsMarkus Mohrhard
2016-07-11rename variable to reflect that it is not a referenceMarkus Mohrhard
2016-07-06restore loplugin:vclwidget checking for calling clear() on VclPtr fieldsNoel Grandin
2016-07-04Fix some spelling errors in comments and stringsOtto Kekäläinen
2016-05-17tdf#88502 Added error box to denote connection errors instead of progress barSusobhan Ghosh
2016-05-07tdf#88502 Firefox Theme URL in custom theme searchSusobhan Ghosh
2016-05-04loplugin:staticmethodsStephan Bergmann
2016-05-04tdf#88502 Firefox Theme URL in custom theme searchSusobhan Ghosh
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin
2016-04-22Related tdf#88502 a better implementation than the one in...Giuseppe Castagno
2016-04-21clang-tidy modernize-loop-convert in c*Noel Grandin
2016-04-14loplugin:passstuffbyref in cuiNoel Grandin
2016-04-12clang-tidy performance-unnecessary-value-param in cuiNoel Grandin
2016-03-19Switch personalization search url back to mozilla.org and...Giuseppe Castagno
2016-01-05new loplugin rangedforcopy - use reference in range based forAndrzej Hunt
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12convert Link<> to typedNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-14loplugin: defaultparamsNoel Grandin
2015-07-03Fix typosAndrea Gelmini
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in cuiNoel Grandin
2015-03-01unconditional break in while loopMarkus Mohrhard
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2014-12-18cui: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-22fdo#86550 make some strings localizableAndras Timar
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann