summaryrefslogtreecommitdiff
path: root/configmgr
AgeCommit message (Expand)AuthorFilesLines
2016-06-15tdf#61396 Possibility to edit a template not in Template RepositoryAkshay Deep1-2/+2
2016-06-02tdf#91781 A round of minor tweaks to Writer's menusYousuf Philips1-1/+1
2016-05-25Convert XmlReader::Result to scoped enumNoel Grandin1-5/+5
2016-05-24Convert XmlReader::Text to scoped enumNoel Grandin2-4/+4
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin1-2/+1
2016-05-12Silence -Werror,-Wimplicit-fallthrough under NDEBUGStephan Bergmann1-6/+5
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann8-11/+11
2016-05-03Remove Edit -> Plug-in as no longer usedBryan Quigley1-8/+0
2016-04-21clang-tidy modernize-loop-convert in c*Noel Grandin2-36/+32
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin2-3/+3
2016-04-14loplugin:passstuffbyref in variousNoel Grandin2-2/+2
2016-04-12cleanup: remove unused com/sun/star/uno includesJochen Nitschke3-4/+0
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke5-5/+0
2016-03-31Missing includeStephan Bergmann1-1/+2
2016-03-15tdf#96099 fix trival typedefs, Path to std::vector<OUString>Jakub Trzebiatowski19-101/+50
2016-03-12Let's use the iterator return by erase method (part b)Julien Nabet1-1/+1
2016-03-08tdf#97703 Removed empty setUp/tearDown methodsChirag Manwani1-5/+0
2016-02-17use consistent #define checks for the Windows platformNoel Grandin3-4/+4
2016-02-09Remove excess newlinesChris Sherlock4-4/+0
2016-02-02tdf#70998 Termchange: Graphic/Picture->Imageakki951-2/+2
2016-01-07Fix typosAndrea Gelmini3-3/+3
2015-12-30Kill remaining plugin bitsMaxim Monastirsky1-24/+0
2015-12-23loplugin:unusedfields in chart2Noel Grandin1-1/+0
2015-11-22cppcheck:useInitializationListNoel Grandin5-14/+14
2015-11-15Fast PCH generator and optimized PCH filesAshod Nakashian1-108/+41
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann16-109/+109
2015-11-09new loplugin: oncevarNoel Grandin6-12/+6
2015-11-09Replace a local functor in configmgr by a lambda.Mario J. Rugiero1-21/+2
2015-11-06loplugin:stringconstant: elide explicit ctor usage (manually due to macros)Stephan Bergmann1-12/+12
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-13/+13
2015-11-04yyyyyNoel Grandin1-13/+6
2015-11-02tdf#94269: Replace "n" prefix for bool variables with "b"Benjamin Ni3-10/+10
2015-11-01no need to use OUString constructor in call to createInstanceNoel Grandin1-4/+2
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin3-4/+3
2015-10-30Get this remove/re-add dance finally sorted out for goodStephan Bergmann1-1/+6
2015-10-30loplugin:unusedmethodsNoel Grandin1-2/+0
2015-10-21configmgr/dconf: Simplify Fleet Commander write-back modeStephan Bergmann3-14/+31
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann19-219/+219
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann14-31/+31
2015-10-09Create a wrapper to make listening for configmgr changes easy.Michael Meeks2-0/+51
2015-10-02configmgr: remove unused old dmake fileMiklos Vajna1-84/+0
2015-10-01Revert function removal that breaks --enable-dconfStephan Bergmann1-0/+2
2015-10-01loplugin:unusedmethodsNoel Grandin2-3/+1
2015-09-29Avoid false -Werror=maybe-uninitializedStephan Bergmann1-1/+1
2015-09-23Report nil-valued localized property as suchStephan Bergmann1-2/+1
2015-09-07cppcheck: noExplicitCopyMoveConstructorCaolán McNamara1-1/+1
2015-09-03Restored missing includes from source files.Ashod Nakashian1-0/+1
2015-09-02Fix documentationStephan Bergmann1-1/+2
2015-09-02configmgr: Split dconf in two /org/libreoffice/registry/{system,user}/Stephan Bergmann3-6/+11
2015-09-01configmgr: support writing back to dconf (WIP)Stephan Bergmann4-3/+594