summaryrefslogtreecommitdiff
path: root/configmgr
AgeCommit message (Expand)AuthorFilesLines
2023-05-25merge some stringaddsNoel Grandin1-2/+1
2023-05-24Fix CppunitTest_configmgr_unit for --disable-report-builderStephan Bergmann1-7/+3
2023-05-11Allow all hierarchical path segments to be ['...'] quotedStephan Bergmann2-10/+24
2023-04-28optimise find/insert calls to mapsNoel Grandin1-4/+3
2023-04-18Some missing XServiceInfo implementationsStephan Bergmann1-1/+15
2023-03-24loplugin:stringadd in c*Noel Grandin1-3/+2
2023-03-16tdf#143148: Use pragma once instead of include guardsUday Sharma1-4/+1
2023-03-15Bump dconf minimum version requirementStephan Bergmann1-7/+0
2023-02-23unlock during dispose in configmgr::configuration_provider::ServiceNoel Grandin1-1/+7
2023-02-21fix locking in configmgr::configuration_provider::ServiceNoel Grandin1-7/+9
2023-02-21BaseMutex->std::mutex in configmgr::configuration_provider::ServiceNoel Grandin1-31/+28
2023-02-17Verify that zh-Hant-TW locale works in configmgr as intendedStephan Bergmann1-0/+8
2023-02-17Verify that es-419 locale works in configmgr as intendedStephan Bergmann1-0/+9
2023-02-17Try an override locale as first fallbackEike Rathke1-1/+11
2023-02-16Do not add empty language tag to fallback stringsEike Rathke1-3/+1
2023-02-16Improve testLocalizedPropertyStephan Bergmann1-0/+9
2023-02-15Use the (first segment of the) original locale value for the workaround againStephan Bergmann2-6/+13
2023-02-15Add a rudimentary test for localized propertiesStephan Bergmann1-0/+17
2023-02-15Remove unused configmgr/qa/unit/urebootstrap.iniStephan Bergmann1-20/+0
2023-02-02osl::Mutex->std::mutex in configmgr::read_write_access::ServiceNoel Grandin1-4/+4
2023-02-02osl::Mutex->std::mutex in configmgr::read_only_access::ServiceNoel Grandin1-4/+4
2023-01-23XUnoTunnel->dynamic_cast in configmgr::ChildAccessNoel Grandin3-25/+5
2022-10-11Deduplicate O(U)StringConcatenationMike Kaganski1-1/+1
2022-09-27Revert some string_view pessimizationStephan Bergmann5-24/+23
2022-09-27use more string_view in accessibility..configmgrNoel Grandin5-23/+24
2022-09-15Clean up color scheme migrationStephan Bergmann15-64/+40
2022-09-13Migrating product name related color schemes between different versionsBalazs Varga15-40/+64
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann1-1/+1
2022-07-21elide some makeStringAndClear() callsNoel Grandin2-2/+2
2022-05-23clang-tidy modernize-pass-by-value in configmgrNoel Grandin23-60/+75
2022-05-17Revert "use boost::flat_map in config_map"Tor Lillqvist3-9/+8
2022-05-15use boost::flat_map in config_mapNoel Grandin3-8/+9
2022-05-12elide temporary std::vector in Access::getElementNamesNoel Grandin1-4/+4
2022-05-11avoid some ref-counting traffic in configmgr::Access:getNameInternalNoel Grandin6-6/+6
2022-04-26Adapt function's interface to change from OUString to std::u16string_viewStephan Bergmann1-2/+3
2022-04-13use more string_view in configmgrNoel Grandin2-8/+8
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin2-3/+4
2022-04-11use more string_viewNoel Grandin2-8/+9
2022-04-02loplugin:stringviewparam convert methods using indexOfNoel Grandin4-9/+9
2022-02-08Extend loplugin:stringview to O[U]StringBuffer::toStringStephan Bergmann1-1/+1
2022-01-13Recheck modules [a-c]* with IWYUGabor Kelemen2-1/+1
2021-12-21loplugin:flatten in canvas..cuiNoel Grandin1-14/+15
2021-12-14tdf#81146: try to make saving registrymodifications.xcu more robustMike Kaganski1-1/+1
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann1-1/+1
2021-11-23fix configmgr --enable-dconf buildCaolán McNamara1-3/+3
2021-11-21osl::Mutex->std::mutex in configuration_registryNoel Grandin1-25/+25
2021-10-29Prepare for removal of non-const operator[] from Sequence in configmgrMike Kaganski3-10/+13
2021-10-15loplugin:stringview (clang-cl)Stephan Bergmann1-1/+1
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski1-2/+2
2021-09-17Some more uses of rtl_math_(u)StringToDoubleStephan Bergmann1-1/+3