Age | Commit message (Expand) | Author |
2024-02-06 | Fix placement of comments | Stephan Bergmann |
2024-02-06 | elide some OString temporaries | Noel Grandin |
2024-02-05 | reduce unnecessary OString temporaries | Noel Grandin |
2024-01-27 | Drop std::as_const from css::uno::Sequence iterations | Mike Kaganski |
2023-12-19 | tdf#158593 Make configmgr READONLY Property more useful | Stephan Bergmann |
2023-12-09 | cid#1558833 Uninitialized scalar field | Caolán McNamara |
2023-12-07 | tdf#157432 Expert config: Allow filtering by changed values | Samuel Mehrbrodt |
2023-11-26 | Simplify implementation of getTypeByHierarchicalName | Stephan Bergmann |
2023-11-25 | Simplify description/type parsing a bit | Stephan Bergmann |
2023-11-21 | asan: fix read of uninitialised value | Noel Grandin |
2023-11-20 | Use existing types, instead of strings | Samuel Mehrbrodt |
2023-11-20 | Extended loplugin:ostr: configmgr | Stephan Bergmann |
2023-11-09 | Use proper type in expert config dialog | Samuel Mehrbrodt |
2023-11-09 | tdf#157431 Show description for expert config items | Samuel Mehrbrodt |
2023-10-31 | reduce ref-counting traffic in configmgr | Noel Grandin |
2023-10-31 | reduce reference counting traffic in configmgr | Noel Grandin |
2023-10-19 | Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: configmgr | Stephan Bergmann |
2023-08-31 | SAL_WARN->SAL_INFO in Access::getChild | Noel Grandin |
2023-07-18 | Make sure that root listeners are notified first | Mike Kaganski |
2023-06-18 | Use getXWeak in configmgr | Mike Kaganski |
2023-05-25 | merge some stringadds | Noel Grandin |
2023-05-24 | Fix CppunitTest_configmgr_unit for --disable-report-builder | Stephan Bergmann |
2023-05-11 | Allow all hierarchical path segments to be ['...'] quoted | Stephan Bergmann |
2023-04-28 | optimise find/insert calls to maps | Noel Grandin |
2023-04-18 | Some missing XServiceInfo implementations | Stephan Bergmann |
2023-03-24 | loplugin:stringadd in c* | Noel Grandin |
2023-03-16 | tdf#143148: Use pragma once instead of include guards | Uday Sharma |
2023-03-15 | Bump dconf minimum version requirement | Stephan Bergmann |
2023-02-23 | unlock during dispose in configmgr::configuration_provider::Service | Noel Grandin |
2023-02-21 | fix locking in configmgr::configuration_provider::Service | Noel Grandin |
2023-02-21 | BaseMutex->std::mutex in configmgr::configuration_provider::Service | Noel Grandin |
2023-02-17 | Verify that zh-Hant-TW locale works in configmgr as intended | Stephan Bergmann |
2023-02-17 | Verify that es-419 locale works in configmgr as intended | Stephan Bergmann |
2023-02-17 | Try an override locale as first fallback | Eike Rathke |
2023-02-16 | Do not add empty language tag to fallback strings | Eike Rathke |
2023-02-16 | Improve testLocalizedProperty | Stephan Bergmann |
2023-02-15 | Use the (first segment of the) original locale value for the workaround again | Stephan Bergmann |
2023-02-15 | Add a rudimentary test for localized properties | Stephan Bergmann |
2023-02-15 | Remove unused configmgr/qa/unit/urebootstrap.ini | Stephan Bergmann |
2023-02-02 | osl::Mutex->std::mutex in configmgr::read_write_access::Service | Noel Grandin |
2023-02-02 | osl::Mutex->std::mutex in configmgr::read_only_access::Service | Noel Grandin |
2023-01-23 | XUnoTunnel->dynamic_cast in configmgr::ChildAccess | Noel Grandin |
2022-10-11 | Deduplicate O(U)StringConcatenation | Mike Kaganski |
2022-09-27 | Revert some string_view pessimization | Stephan Bergmann |
2022-09-27 | use more string_view in accessibility..configmgr | Noel Grandin |
2022-09-15 | Clean up color scheme migration | Stephan Bergmann |
2022-09-13 | Migrating product name related color schemes between different versions | Balazs Varga |
2022-08-18 | Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxx | Stephan Bergmann |
2022-07-21 | elide some makeStringAndClear() calls | Noel Grandin |
2022-05-23 | clang-tidy modernize-pass-by-value in configmgr | Noel Grandin |