summaryrefslogtreecommitdiffstats
path: root/configmgr
Commit message (Expand)AuthorAgeFilesLines
* Remove Edit -> Plug-in as no longer usedBryan Quigley2016-05-031-8/+0
* clang-tidy modernize-loop-convert in c*Noel Grandin2016-04-212-36/+32
* clang-tidy performance-unnecessary-value-param in variousNoel Grandin2016-04-142-3/+3
* loplugin:passstuffbyref in variousNoel Grandin2016-04-142-2/+2
* cleanup: remove unused com/sun/star/uno includesJochen Nitschke2016-04-123-4/+0
* cleanup: remove unused Reference.h(xx) includesJochen Nitschke2016-04-025-5/+0
* Missing includeStephan Bergmann2016-03-311-1/+2
* tdf#96099 fix trival typedefs, Path to std::vector<OUString>Jakub Trzebiatowski2016-03-1519-101/+50
* Let's use the iterator return by erase method (part b)Julien Nabet2016-03-121-1/+1
* tdf#97703 Removed empty setUp/tearDown methodsChirag Manwani2016-03-081-5/+0
* use consistent #define checks for the Windows platformNoel Grandin2016-02-173-4/+4
* Remove excess newlinesChris Sherlock2016-02-094-4/+0
* tdf#70998 Termchange: Graphic/Picture->Imageakki952016-02-021-2/+2
* Fix typosAndrea Gelmini2016-01-073-3/+3
* Kill remaining plugin bitsMaxim Monastirsky2015-12-301-24/+0
* loplugin:unusedfields in chart2Noel Grandin2015-12-231-1/+0
* cppcheck:useInitializationListNoel Grandin2015-11-225-14/+14
* Fast PCH generator and optimized PCH filesAshod Nakashian2015-11-151-108/+41
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1016-109/+109
* new loplugin: oncevarNoel Grandin2015-11-096-12/+6
* Replace a local functor in configmgr by a lambda.Mario J. Rugiero2015-11-091-21/+2
* loplugin:stringconstant: elide explicit ctor usage (manually due to macros)Stephan Bergmann2015-11-061-12/+12
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-061-13/+13
* yyyyyNoel Grandin2015-11-041-13/+6
* tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni2015-11-023-10/+10
* no need to use OUString constructor in call to createInstanceNoel Grandin2015-11-011-4/+2
* use uno::Reference::set method instead of assignmentNoel Grandin2015-10-303-4/+3
* Get this remove/re-add dance finally sorted out for goodStephan Bergmann2015-10-301-1/+6
* loplugin:unusedmethodsNoel Grandin2015-10-301-2/+0
* configmgr/dconf: Simplify Fleet Commander write-back modeStephan Bergmann2015-10-213-14/+31
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1219-219/+219
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1214-31/+31
* Create a wrapper to make listening for configmgr changes easy.Michael Meeks2015-10-092-0/+51
* configmgr: remove unused old dmake fileMiklos Vajna2015-10-021-84/+0
* Revert function removal that breaks --enable-dconfStephan Bergmann2015-10-011-0/+2
* loplugin:unusedmethodsNoel Grandin2015-10-012-3/+1
* Avoid false -Werror=maybe-uninitializedStephan Bergmann2015-09-291-1/+1
* Report nil-valued localized property as suchStephan Bergmann2015-09-231-2/+1
* cppcheck: noExplicitCopyMoveConstructorCaolán McNamara2015-09-071-1/+1
* Restored missing includes from source files.Ashod Nakashian2015-09-031-0/+1
* Fix documentationStephan Bergmann2015-09-021-1/+2
* configmgr: Split dconf in two /org/libreoffice/registry/{system,user}/Stephan Bergmann2015-09-023-6/+11
* configmgr: support writing back to dconf (WIP)Stephan Bergmann2015-09-014-3/+594
* dconf: Change the way set elements are encodedStephan Bergmann2015-09-011-96/+136
* Handle dconf_client_new failureStephan Bergmann2015-09-011-0/+4
* dconf: fix check for matching templateStephan Bergmann2015-09-011-36/+36
* dconf: fix encoding of set element namesStephan Bergmann2015-09-011-10/+21
* Rename stuff, in preparation of dconf::writeModificationsStephan Bergmann2015-09-014-12/+12
* Support modification write-back to other than registrymodifications.xcuStephan Bergmann2015-09-012-18/+48
* readdconflayer: avoid deref of null (removed) memberStephan Bergmann2015-09-011-63/+68