summaryrefslogtreecommitdiff
path: root/configmgr
AgeCommit message (Expand)AuthorFilesLines
5 daysno need to convert from Sequence to std::set hereNoel Grandin5-15/+10
8 daysloplugin:ostr in configmgrNoel Grandin18-194/+193
11 daysspeedup configmgr::Access on WindowsNoel Grandin2-16/+23
2024-03-22configmgr: fix parse error if subelements of <info> usedMichael Stahl1-1/+3
2024-03-09Support o3tl::iterateCodePoints with both sal_Int32 and std::size_tStephan Bergmann1-1/+2
2024-03-08use more string_viewNoel Grandin1-4/+5
2024-02-06Fix placement of commentsStephan Bergmann1-3/+2
2024-02-06elide some OString temporariesNoel Grandin1-12/+21
2024-02-05reduce unnecessary OString temporariesNoel Grandin1-9/+16
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-2/+2
2023-12-19tdf#158593 Make configmgr READONLY Property more usefulStephan Bergmann1-1/+1
2023-12-09cid#1558833 Uninitialized scalar fieldCaolán McNamara1-1/+1
2023-12-07tdf#157432 Expert config: Allow filtering by changed valuesSamuel Mehrbrodt10-17/+55
2023-11-26Simplify implementation of getTypeByHierarchicalNameStephan Bergmann4-15/+11
2023-11-25Simplify description/type parsing a bitStephan Bergmann1-12/+16
2023-11-21asan: fix read of uninitialised valueNoel Grandin1-1/+1
2023-11-20Use existing types, instead of stringsSamuel Mehrbrodt5-9/+16
2023-11-20Extended loplugin:ostr: configmgrStephan Bergmann1-1/+1
2023-11-09Use proper type in expert config dialogSamuel Mehrbrodt5-0/+23
2023-11-09tdf#157431 Show description for expert config itemsSamuel Mehrbrodt6-17/+104
2023-10-31reduce ref-counting traffic in configmgrNoel Grandin6-12/+12
2023-10-31reduce reference counting traffic in configmgrNoel Grandin2-29/+55
2023-10-19Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: configmgrStephan Bergmann1-4/+4
2023-08-31SAL_WARN->SAL_INFO in Access::getChildNoel Grandin1-1/+1
2023-07-18Make sure that root listeners are notified firstMike Kaganski3-11/+19
2023-06-18Use getXWeak in configmgrMike Kaganski7-123/+118
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