summaryrefslogtreecommitdiffstats
path: root/configmgr/source
Commit message (Expand)AuthorAgeFilesLines
...
* 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-013-11/+11
* 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-131-6/+6
* tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-07-135-14/+13
* configmgr: support reading from a dconf layer (WIP)Stephan Bergmann2015-07-083-0/+970
* Validate names of elements added via the APIStephan Bergmann2015-07-071-0/+37
* 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
* boost::noncopyable->'= delete'Caolán McNamara2015-02-1613-40/+67
* boost::foo_ptr->std::foo_ptrCaolán McNamara2015-02-169-18/+17
* cppcheck: assertWithSideEffectCaolán McNamara2015-02-101-2/+3
* fdo#75757: Remove inheritance from std::vectorMatthew Pottage2015-02-063-21/+21
* configmgr: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-163-6/+6
* Revert "Log parsing time of each xcd file"Stephan Bergmann2014-12-052-4/+3
* Log parsing time of each xcd fileTor Lillqvist2014-12-042-3/+4
* SAL_INFO how long parseXcsXcuLayer() and parseResLayer() tookTor Lillqvist2014-12-041-0/+4
* cppu: clean up public headers with include-what-you-useMichael Stahl2014-11-181-0/+1
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-141-1/+1
* Use xmlreader::XmlReader::getUrlStephan Bergmann2014-10-242-4/+3
* Log parsing time of each xcd fileTor Lillqvist2014-10-232-1/+5
* Revert "fdo#75757: remove inheritance to std::map"Stephan Bergmann2014-10-205-9/+12
* fdo#75757: remove inheritance to std::mapDaniel Sikeler2014-10-205-12/+9
* coverity#707682 Uninitialized scalar fieldCaolán McNamara2014-10-021-1/+1
* configmgr: fix node cache clearing.Michael Meeks2014-07-081-2/+2
* WaE: Unreachable codeTor Lillqvist2014-07-081-2/+2
* Make configmgr loplugin:salbool-cleanStephan Bergmann2014-07-021-0/+2
* configmgr: faster / simpler compare for keys.Michael Meeks2014-06-305-10/+45
* configmgr: accelerate getPropertyValue.Michael Meeks2014-06-281-4/+4
* configmgr: accelerate simple config key fetches.Michael Meeks2014-06-284-29/+92