summaryrefslogtreecommitdiffstats
path: root/configmgr
Commit message (Expand)AuthorAgeFilesLines
* 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
* Minor clean upStephan Bergmann2015-07-021-29/+23
* parseFileLeniently is always called with data_ as argumentStephan Bergmann2015-07-012-10/+9
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-087-7/+7
* Various #include <sal/log.hxx> fixupsStephan Bergmann2015-04-223-0/+3
* loplugin:staticmethodsNoel Grandin2015-04-021-1/+1
* Add isReadOnly() support to simplified configuration accessStephan Bergmann2015-04-011-0/+13
* Add support for cppu::UnoType<void>Stephan Bergmann2015-04-011-2/+2
* V668 no sense in testing the result of new against nullCaolán McNamara2015-03-111-59/+56
* incomplete type error under some compilersCaolán McNamara2015-02-162-4/+4
* restore dependenciesCaolán McNamara2015-02-162-0/+3
* boost::noncopyable->'= delete'Caolán McNamara2015-02-1616-44/+67
* boost::foo_ptr->std::foo_ptrCaolán McNamara2015-02-1610-19/+18
* coverity#1269597 Uncaught exceptionCaolán McNamara2015-02-121-4/+4
* loplugin:unreffunStephan Bergmann2015-02-111-178/+184
* tdf#46723 - enable configmgr unit testsRadu Ioan2015-02-112-49/+41
* cppcheck: assertWithSideEffectCaolán McNamara2015-02-101-2/+3
* fdo#75757: Remove inheritance from std::vectorMatthew Pottage2015-02-064-22/+21