summaryrefslogtreecommitdiff
path: root/unotools/source/config
AgeCommit message (Expand)AuthorFilesLines
2018-03-14tdf#114751 Update the default UI fonts for Japanese localeTakeshi Abe1-28/+0
2018-03-06Fix typosAndrea Gelmini1-2/+2
2018-01-24loplugin:constparamsNoel Grandin1-2/+2
2018-01-22remove some sal_Bool remnantsNoel Grandin1-1/+1
2018-01-15More loplugin:cstylecast: unotoolsStephan Bergmann3-4/+4
2018-01-12More loplugin:cstylecast: unotoolsStephan Bergmann8-15/+15
2018-01-05ofz#4952 avoid liblangtag config when fuzzing enabledCaolán McNamara1-0/+2
2017-12-23loplugin:passstuffbyref improved returnsNoel Grandin2-8/+8
2017-12-19Read some configuration items directlyStephan Bergmann1-84/+10
2017-12-19Don't leak SvtSaveOptions instance through ItemHolder1::holdConfigItemStephan Bergmann2-8/+0
2017-12-19inline use-once typedefsNoel Grandin1-3/+1
2017-12-19Read/write 'encrypt to self' bitKatarina Behrens1-4/+46
2017-12-19Read/write preferred GPG signing/encryption keysKatarina Behrens1-1/+5
2017-12-13DELETEZ->std::unique_ptr in toolkit,unotoolsNoel Grandin1-10/+8
2017-12-07loplugin:salcall handle static methodsNoel Grandin1-2/+2
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin1-10/+10
2017-11-13Fix typosAndrea Gelmini1-1/+1
2017-11-09rename AvoidConfig to FuzzingCaolán McNamara8-14/+14
2017-11-08speed up fuzzers a littleCaolán McNamara1-0/+5
2017-11-05Replace lists by vectors in configmgr/unotoolsJulien Nabet1-13/+5
2017-10-26loplugin:constmethods in unotoolsNoel Grandin6-15/+15
2017-10-23overload std::hash for OUString and OStringNoel Grandin6-8/+8
2017-10-13tdf#110742 add support for icon themes via extension managerCaolán McNamara1-1/+10
2017-10-06Revert "remove handing of deprecated Storage path option"Noel Grandin1-1/+17
2017-10-05remove handing of deprecated Storage path optionJochen Nitschke1-17/+1
2017-10-04add << operator for css::uno::ExceptionNoel Grandin5-41/+32
2017-09-14clang-tidy modernize-use-emplace in test..vbahelperNoel Grandin1-1/+1
2017-09-12use std::unique_ptr in TItemInfoNoel Grandin2-37/+27
2017-09-06Don't call NotifyListeners with mutex lockedStephan Bergmann1-30/+48
2017-09-05Drop lazywrite property, which is silently ignored by configmgr anywayStephan Bergmann1-7/+6
2017-09-04Translate German comments/debug strings (leftovers in dirs test to uui)Johnny_M1-3/+3
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-2/+2
2017-08-31inline some use-once typedefsNoel Grandin1-3/+2
2017-08-29Avoid "ThreadSanitizer: lock-order-inversion (potential deadlock)"Stephan Bergmann2-16/+8
2017-08-22tdf#110355: regression fixVitaliy Anderson1-1/+5
2017-08-18loplugin:unnecessaryparenNoel Grandin1-1/+1
2017-08-11convert std::map::insert to std::map::emplaceNoel Grandin4-5/+5
2017-07-31loplugin:oncevarNoel Grandin1-6/+2
2017-07-25use more comphelper::InitAnyPropertySequenceNoel Grandin1-10/+9
2017-07-17loplugin:constparams in configmgr,unotoolsNoel Grandin5-13/+13
2017-07-14use more OUString::operator== in test..xmlsecurityNoel Grandin1-1/+1
2017-07-13loplugin:oncevar: empty strings: unotoolsStephan Bergmann1-2/+1
2017-07-12strip some linefeeds from the end of debug outputNoel Grandin2-2/+2
2017-07-11simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin1-2/+2
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke1-1/+1
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-1/+1
2017-06-28loplugin:oncevar in ucb..vbahelperNoel Grandin2-9/+8
2017-06-26s/catched/caughtNoel Grandin1-1/+1
2017-06-23simplify some string handling in tracing callsNoel Grandin1-14/+2
2017-06-19fix regression, some mutexes need to live longerJochen Nitschke1-2/+2