summaryrefslogtreecommitdiff
path: root/configmgr
AgeCommit message (Expand)Author
2015-11-22cppcheck:useInitializationListNoel Grandin
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09new loplugin: oncevarNoel Grandin
2015-11-09Replace a local functor in configmgr by a lambda.Mario J. Rugiero
2015-11-06loplugin:stringconstant: elide explicit ctor usage (manually due to macros)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-11-04yyyyyNoel Grandin
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni
2015-11-01no need to use OUString constructor in call to createInstanceNoel Grandin
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-30Get this remove/re-add dance finally sorted out for goodStephan Bergmann
2015-10-30loplugin:unusedmethodsNoel Grandin
2015-10-21configmgr/dconf: Simplify Fleet Commander write-back modeStephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-09Create a wrapper to make listening for configmgr changes easy.Michael Meeks
2015-10-02configmgr: remove unused old dmake fileMiklos Vajna
2015-10-01Revert function removal that breaks --enable-dconfStephan Bergmann
2015-10-01loplugin:unusedmethodsNoel Grandin
2015-09-29Avoid false -Werror=maybe-uninitializedStephan Bergmann
2015-09-23Report nil-valued localized property as suchStephan Bergmann
2015-09-07cppcheck: noExplicitCopyMoveConstructorCaolán McNamara
2015-09-03Restored missing includes from source files.Ashod Nakashian
2015-09-02Fix documentationStephan Bergmann
2015-09-02configmgr: Split dconf in two /org/libreoffice/registry/{system,user}/Stephan Bergmann
2015-09-01configmgr: support writing back to dconf (WIP)Stephan Bergmann
2015-09-01dconf: Change the way set elements are encodedStephan Bergmann
2015-09-01Handle dconf_client_new failureStephan Bergmann
2015-09-01dconf: fix check for matching templateStephan Bergmann
2015-09-01dconf: fix encoding of set element namesStephan Bergmann
2015-09-01Rename stuff, in preparation of dconf::writeModificationsStephan Bergmann
2015-09-01Support modification write-back to other than registrymodifications.xcuStephan Bergmann
2015-09-01readdconflayer: avoid deref of null (removed) memberStephan Bergmann
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-27Simplify hasModifications checkStephan Bergmann
2015-08-21Generalize CONFIGURATION_LAYERS "winreg:" notationStephan Bergmann
2015-08-21Support "finalized" in dconf layerStephan Bergmann
2015-07-28com::sun::star->css in configmgrNoel Grandin
2015-07-24loplugin:unusedmethodsNoel Grandin
2015-07-15tdf#92764 - make configmgr write less noisy.Michael Meeks
2015-07-15loplugin:unusedmethods configmgrNoel Grandin
2015-07-14Add HKEY_CURRENT_USER registry integration.Michael Meeks
2015-07-13tdf#92639: Slashes are allowed in set member names, of courseStephan Bergmann
2015-07-13tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-07-08configmgr: support reading from a dconf layer (WIP)Stephan Bergmann
2015-07-07Validate names of elements added via the APIStephan Bergmann
2015-07-02Minor clean upStephan Bergmann
2015-07-01parseFileLeniently is always called with data_ as argumentStephan Bergmann
2015-06-08cppcheck: noExplicitConstructorCaolán McNamara