summaryrefslogtreecommitdiffstats
path: root/configmgr
Commit message (Expand)AuthorAgeFilesLines
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-07-208-11/+11
* Remove excess newlinesChris Sherlock2016-07-124-4/+0
* update unusedmethods plugin to deal with constructorsNoel Grandin2016-07-121-2/+1
* 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
* loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2015-08-312-6/+6
* Simplify hasModifications checkStephan Bergmann2015-08-273-12/+5
* Generalize CONFIGURATION_LAYERS "winreg:" notationStephan Bergmann2015-08-211-6/+9
* Support "finalized" in dconf layerStephan Bergmann2015-08-211-1/+18
* com::sun::star->css in configmgrNoel Grandin2015-07-2816-326/+299
* loplugin:unusedmethodsNoel Grandin2015-07-243-1/+4
* tdf#92764 - make configmgr write less noisy.Michael Meeks2015-07-153-58/+102
* loplugin:unusedmethods configmgrNoel Grandin2015-07-158-21/+0
* Add HKEY_CURRENT_USER registry integration.Michael Meeks2015-07-143-5/+11
* tdf#92639: Slashes are allowed in set member names, of courseStephan Bergmann2015-07-132-8/+9
* tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-07-137-20/+17
* configmgr: support reading from a dconf layer (WIP)Stephan Bergmann2015-07-085-2/+977
* Validate names of elements added via the APIStephan Bergmann2015-07-072-0/+74