2024-12-05 10:43:29 by Mark Davies | Files touched by this commit (162) | |
Log message: kf6: update KDE Frameworks 6 to 6.8.0 6 months of updates |
2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2429) |
Log message: *: recursive bump for icu 76 shlib major version bump |
2024-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2426) |
Log message: *: revbump for icu downgrade |
2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2427) |
Log message: *: recursive bump for icu 76.1 shlib bump |
2024-08-21 13:25:03 by Mark Davies | Files touched by this commit (1) |
Log message: kf6-kconfig: CMAKE_ARGS -> CMAKE_CONFIGURE_ARGS |
2024-05-29 18:35:19 by Adam Ciarcinski | Files touched by this commit (1929) | |
Log message: revbump after icu and protobuf updates |
2024-05-26 13:22:13 by Mark Davies | Files touched by this commit (5) |
Log message: kf6-kconfig: add version 6.2.0 KDE Frameworks 6 kconfig. KConfig provides an advanced configuration system. It is made of two parts: KConfigCore and KConfigGui. KConfigCore provides access to the configuration files themselves. It features: - Code generation: describe your configuration in an XML file, and use kconfig_compiler to generate classes that read and write configuration entries. - Cascading configuration files (global settings overridden by local settings). - Optional shell expansion support. - The ability to lock down configuration options. KConfigGui provides a way to hook widgets to the configuration so that they are automatically initialized from the configuration and automatically propagate their changes to their respective configuration files. |