Age | Commit message (Expand) | Author |
2016-04-12 | cleanup: remove unused com/sun/star/uno includes | Jochen Nitschke |
2016-04-02 | cleanup: remove unused Reference.h(xx) includes | Jochen Nitschke |
2016-03-31 | Missing include | Stephan Bergmann |
2016-03-15 | tdf#96099 fix trival typedefs, Path to std::vector<OUString> | Jakub Trzebiatowski |
2016-03-12 | Let's use the iterator return by erase method (part b) | Julien Nabet |
2016-02-17 | use consistent #define checks for the Windows platform | Noel Grandin |
2016-02-09 | Remove excess newlines | Chris Sherlock |
2016-01-07 | Fix typos | Andrea Gelmini |
2015-11-22 | cppcheck:useInitializationList | Noel Grandin |
2015-11-10 | loplugin:nullptr (automatic rewrite) | Stephan Bergmann |
2015-11-09 | new loplugin: oncevar | Noel Grandin |
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 |