Age | Commit message (Expand) | Author |
2015-11-09 | Replace a local functor in configmgr by a lambda. | Mario J. Rugiero |
2015-11-02 | tdf#94269: Replace "n" prefix for bool variables with "b" | Benjamin Ni |
2015-10-30 | use uno::Reference::set method instead of assignment | Noel Grandin |
2015-10-30 | Get this remove/re-add dance finally sorted out for good | Stephan Bergmann |
2015-10-30 | loplugin:unusedmethods | Noel Grandin |
2015-10-21 | configmgr/dconf: Simplify Fleet Commander write-back mode | Stephan Bergmann |
2015-10-12 | Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-10-12 | Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY code | Stephan Bergmann |
2015-10-01 | Revert function removal that breaks --enable-dconf | Stephan Bergmann |
2015-10-01 | loplugin:unusedmethods | Noel Grandin |
2015-09-29 | Avoid false -Werror=maybe-uninitialized | Stephan Bergmann |
2015-09-23 | Report nil-valued localized property as such | Stephan Bergmann |
2015-09-07 | cppcheck: noExplicitCopyMoveConstructor | Caolán McNamara |
2015-09-03 | Restored missing includes from source files. | Ashod Nakashian |
2015-09-02 | Fix documentation | Stephan Bergmann |
2015-09-02 | configmgr: Split dconf in two /org/libreoffice/registry/{system,user}/ | Stephan Bergmann |
2015-09-01 | configmgr: support writing back to dconf (WIP) | Stephan Bergmann |
2015-09-01 | dconf: Change the way set elements are encoded | Stephan Bergmann |
2015-09-01 | Handle dconf_client_new failure | Stephan Bergmann |
2015-09-01 | dconf: fix check for matching template | Stephan Bergmann |
2015-09-01 | dconf: fix encoding of set element names | Stephan Bergmann |
2015-09-01 | Rename stuff, in preparation of dconf::writeModifications | Stephan Bergmann |
2015-09-01 | Support modification write-back to other than registrymodifications.xcu | Stephan Bergmann |
2015-09-01 | readdconflayer: avoid deref of null (removed) member | Stephan Bergmann |
2015-08-31 | loplugin:stringconstant: OUStringBuffer: appendAscii -> append | Stephan Bergmann |
2015-08-27 | Simplify hasModifications check | Stephan Bergmann |
2015-08-21 | Generalize CONFIGURATION_LAYERS "winreg:" notation | Stephan Bergmann |
2015-08-21 | Support "finalized" in dconf layer | Stephan Bergmann |
2015-07-28 | com::sun::star->css in configmgr | Noel Grandin |
2015-07-24 | loplugin:unusedmethods | Noel Grandin |
2015-07-15 | tdf#92764 - make configmgr write less noisy. | Michael Meeks |
2015-07-15 | loplugin:unusedmethods configmgr | Noel Grandin |
2015-07-14 | Add HKEY_CURRENT_USER registry integration. | Michael Meeks |
2015-07-13 | tdf#92639: Slashes are allowed in set member names, of course | Stephan Bergmann |
2015-07-13 | tdf#88206 replace cppu::WeakImplHelper* etc. | Takeshi Abe |
2015-07-08 | configmgr: support reading from a dconf layer (WIP) | Stephan Bergmann |
2015-07-07 | Validate names of elements added via the API | Stephan Bergmann |
2015-07-02 | Minor clean up | Stephan Bergmann |
2015-07-01 | parseFileLeniently is always called with data_ as argument | Stephan Bergmann |
2015-06-08 | cppcheck: noExplicitConstructor | Caolán McNamara |
2015-04-22 | Various #include <sal/log.hxx> fixups | Stephan Bergmann |
2015-04-02 | loplugin:staticmethods | Noel Grandin |
2015-04-01 | Add isReadOnly() support to simplified configuration access | Stephan Bergmann |
2015-04-01 | Add support for cppu::UnoType<void> | Stephan Bergmann |
2015-03-11 | V668 no sense in testing the result of new against null | Caolán McNamara |
2015-02-16 | incomplete type error under some compilers | Caolán McNamara |
2015-02-16 | boost::noncopyable->'= delete' | Caolán McNamara |
2015-02-16 | boost::foo_ptr->std::foo_ptr | Caolán McNamara |
2015-02-10 | cppcheck: assertWithSideEffect | Caolán McNamara |
2015-02-06 | fdo#75757: Remove inheritance from std::vector | Matthew Pottage |