[websites/kde-org] content: feat: Add webpage for Frameworks 6.29.0

Nicolas Fella <[email protected]>
Newsgroups gmane.comp.kde.cvs
Message-ID <[email protected]>
Git commit d6940da05c466eb0a9043ab71ba9824d6cd12182 by Nicolas Fella.
Committed on 14/08/2026 at 20:38.
Pushed by nicolasfella into branch 'master'.

feat: Add webpage for Frameworks 6.29.0

A  +487  -0    content/announcements/frameworks/6/6.29.0.md
A  +9    -0    content/info/kde-frameworks-6.29.0.md

https://invent.kde.org/websites/kde-org/-/commit/d6940da05c466eb0a9043ab71ba9824d6cd12182

diff --git a/content/announcements/frameworks/6/6.29.0.md b/content/announcements/frameworks/6/6.29.0.md
new file mode 100644
index 0000000000..0a66356538
--- /dev/null
+++ b/content/announcements/frameworks/6/6.29.0.md
@@ -0,0 +1,487 @@
+---
+qtversion: 6.9.0
+date: 2026-08-14
+layout: framework
+libCount: 74
+draft: true
+---
+{{< details title="Baloo" href="https://commits.kde.org/baloo" >}}
++ Install kcfg file. [Commit.](http://commits.kde.org/baloo/22a1714ca1f2aad94dc3fbb85184082402cdc436) 
++ Remove obsolete doxygen file. [Commit.](http://commits.kde.org/baloo/f7f37bdf41e2c9367882f9edb51318becd62849d) 
+{{< /details >}}
+
+{{< details title="Bluez Qt" href="https://commits.kde.org/bluez-qt" >}}
++ Remove obsolete doxygen file. [Commit.](http://commits.kde.org/bluez-qt/7b1e81c04bc866dece370122025c397f653ab3cf) 
++ Mediatypes.h services.h types.h: provide version macros to consumers. [Commit.](http://commits.kde.org/bluez-qt/dee29f99c9299ed2e29c441d570a6cc250dca218) 
++ Fix: resolve race condition in Bluetooth object manager initialization. [Commit.](http://commits.kde.org/bluez-qt/b83f7797d1fac44c38b21a29bdfa9d98394b402a) 
+{{< /details >}}
+
+{{< details title="Breeze Icons" href="https://commits.kde.org/breeze-icons" >}}
++ Add im-matrix icon. [Commit.](http://commits.kde.org/breeze-icons/a0ce9f0faea836e45d765bfb48af2ada6f9bfc70) 
++ Rename icons for typst mimetype. [Commit.](http://commits.kde.org/breeze-icons/581f6ad87bad5958ea6b56134a3e11196e4dd945) 
++ Add tab icons for KWin Options KCM. [Commit.](http://commits.kde.org/breeze-icons/85645c75811e78f366e0ef00a8610793b9540dbe) 
++ Add Android App Bundle icons. [Commit.](http://commits.kde.org/breeze-icons/09bae993922a70bc112e264d3e72bce7645f2714) Implements improvement [#508430](https://bugs.kde.org/508430)
++ Remove inkscape cruft from Android Package Archive icons. [Commit.](http://commits.kde.org/breeze-icons/010b3b65382d87989fbc99b5c283244096e1e362) 
+{{< /details >}}
+
+{{< details title="Extra CMake Modules" href="https://commits.kde.org/extra-cmake-modules" >}}
++ ECMAddQtDesignerPlugin: fix typo. [Commit.](http://commits.kde.org/extra-cmake-modules/42f0170593df4920068946494c6978ca7005217b) 
++ Ecm_qtdesignerplugin_widget: fix INITIALIZE_CODE_FROM_VARIABLE been ignored. [Commit.](http://commits.kde.org/extra-cmake-modules/75332897d95205451684d034a8ddad5a4201cacf) Fixes bug [#523592](https://bugs.kde.org/523592)
++ Add missing doc link for FindKF6. [Commit.](http://commits.kde.org/extra-cmake-modules/95531718396e01152e966dfb0c0735d8cd90a07a) 
++ Drop Qt5 CI. [Commit.](http://commits.kde.org/extra-cmake-modules/53ec87af16be8a1516b5c6b65ed7a57818faf848) 
++ Enable gcov-compatible coverage when building with clang. [Commit.](http://commits.kde.org/extra-cmake-modules/ad893624c48c01efc6d3c4f9f3fcb326e95f22c9) 
++ Ecm_create_qm_loader: fix to listen just to language change of app instance. [Commit.](http://commits.kde.org/extra-cmake-modules/2ffc99da94dfb53fa1b9d6541e1368ddf445cb5e) 
+{{< /details >}}
+
+{{< details title="KArchive" href="https://commits.kde.org/karchive" >}}
++ Kzip: write data in chunks. [Commit.](http://commits.kde.org/karchive/f33d70da6ed7afa5d0b7b04542f689297b0a1714) 
++ Documentation fixes. [Commit.](http://commits.kde.org/karchive/7b6541c7de538a3988d895a89ae6b5e914178f93) 
++ Kzip: zip64 write support. [Commit.](http://commits.kde.org/karchive/484401ffbbdfb095f7f9aaf2c9452c418bec9de3) Fixes bug [#514117](https://bugs.kde.org/514117)
++ Kzip: use qToLittleEndian. [Commit.](http://commits.kde.org/karchive/fd8533be27d0b0082f26fcd36d1fa0963740bb37) 
++ Kzip: change some ints to qint64 to allow writing zip64 archives. [Commit.](http://commits.kde.org/karchive/19a9b7f42a7ad7fe82551703cf338da9b6eedebc) 
++ Kzip: fix opening zip64 archives. [Commit.](http://commits.kde.org/karchive/b519abeff65e9e9109e824a52940adbfca495ccd) 
+{{< /details >}}
+
+{{< details title="KCalendarCore" href="https://commits.kde.org/kcalendarcore" >}}
++ Autotests/data/xCalendar-libicalV4 - update reference data for libicalv4. [Commit.](http://commits.kde.org/kcalendarcore/4136ad11f37fd20812d0cfbc85aa9a29baba6fd8) 
++ Add methods for encoding/decoding iCal objects in QMimeData. [Commit.](http://commits.kde.org/kcalendarcore/ff8f452e7779228bbce5e8be2158c02b12b706e6) 
++ Make ScheduleMessage a Q_GADGET. [Commit.](http://commits.kde.org/kcalendarcore/dd7c66f289e2b77e802cd9cd1cbcde2661f1c010) 
++ Remove obsolete doxygen file. [Commit.](http://commits.kde.org/kcalendarcore/28a8a8d62e3abd5be10aa5bee797c17c54b4415e) 
+{{< /details >}}
+
+{{< details title="KCMUtils" href="https://commits.kde.org/kcmutils" >}}
++ Kpluginmodel: Only write enabled state when not default. [Commit.](http://commits.kde.org/kcmutils/3699adf6856c64489a90b0006583fe70e288aa81) 
++ Run clang-format. [Commit.](http://commits.kde.org/kcmutils/9bc2d2286c94b1fd834ddfdcbdd721a963d37f4f) 
++ Kcmshell: React to KCModule::representsDefaultsChanged. [Commit.](http://commits.kde.org/kcmutils/64793d85e45fff3b074209f7f424099ed04c8229) 
+{{< /details >}}
+
+{{< details title="KCodecs" href="https://commits.kde.org/kcodecs" >}}
++ [KEncodingProber] Improve const-correctness. [Commit.](http://commits.kde.org/kcodecs/3c59edab9fc51d897c45bb67756debc14b44cac2) 
++ [KEncodingProber] Explicitly initialize some structs. [Commit.](http://commits.kde.org/kcodecs/380bf2eca54351b234b676b30249f7b523edd801) 
++ [KEncodingProber] Replace pointer to SMModel with reference. [Commit.](http://commits.kde.org/kcodecs/48177139cd968e991e1d8ec436cd82075c99409f) 
++ [KEncodingProber] Fix broken UTF16 filtering for MBCS. [Commit.](http://commits.kde.org/kcodecs/f3c71ebfc6694189954fe77b27c44691f46fabe1) 
++ [KEncodingProber] Fix GB18030 false positive. [Commit.](http://commits.kde.org/kcodecs/d3498fd573978b3cf929f360969b992c3460b43d) 
++ [KEncodingProber] Extend unit tests, notably for japanese text. [Commit.](http://commits.kde.org/kcodecs/659afeffe6ee3e8cbbddbddc288d9dec9366afd9) 
++ [KEncodingProber] Shortcut no longer active group probers. [Commit.](http://commits.kde.org/kcodecs/fc871a471a550d4ef227be254ecae02def38e159) 
++ [KEncodingProber] Refactor UnicodeGroupProber. [Commit.](http://commits.kde.org/kcodecs/b0cb89683f44c505ddbb938f78f295e8ae24044d) 
++ [KEncodingProber] Refactor Unicode/UTF prober. [Commit.](http://commits.kde.org/kcodecs/38f9c8c267b345097e27665643425aaa1300c28d) 
++ [KEncodingProber] Clean up comments and naming for MB mapping. [Commit.](http://commits.kde.org/kcodecs/771923de85bada4bd386f3044a0e30b9af8158d2) 
++ [KEncodingProber] Make one virtual base method pure virtual. [Commit.](http://commits.kde.org/kcodecs/97f65527e8b96253743fb54fd33d1a9391c80a96) 
++ [KEncodingProber] Remove obsolete padding in state tables. [Commit.](http://commits.kde.org/kcodecs/d2fa1ebf0ca9e76cccd3cf302f6a5e8ab3236928) 
++ [KEncodingProber] Replace debug printf with categorized logging output. [Commit.](http://commits.kde.org/kcodecs/12e67d2e7e44fa813a5469eb5588242793d286f0) 
++ [KEncodingProber] Add dedicated logging category. [Commit.](http://commits.kde.org/kcodecs/58dc3a556a401502d8bb299f01c6b7bc36193838) 
++ Remove obsolete doxygen file. [Commit.](http://commits.kde.org/kcodecs/06337367bc15c714ecb00b5bb3d3b47eafb78563) 
+{{< /details >}}
+
+{{< details title="KCompletion" href="https://commits.kde.org/kcompletion" >}}
++ KCompletionBase/KCompletionMatches: move Q_DECLARE_PRIVATE to PRIVATE. [Commit.](http://commits.kde.org/kcompletion/29d22ef0f385abe5a228a7b6420c792a682eedb1) 
++ KCompletionBox::eventFilter: minimize code executed when filter not hit. [Commit.](http://commits.kde.org/kcompletion/d3aef92ce413cf3a1530653c02ae620013adcf8d) 
+{{< /details >}}
+
+{{< details title="KConfig" href="https://commits.kde.org/kconfig" >}}
++ Remove unused variables in KConfig implementation. [Commit.](http://commits.kde.org/kconfig/5b9ccd793e31f2a6e4034161ba0e79850b756215) 
++ Revert "kwindowstatesaverquick: Do not force-show windows". [Commit.](http://commits.kde.org/kconfig/31dd5c79f40af792387ee6ecfb613d2aa8055a67) Fixes bug [#522205](https://bugs.kde.org/522205)
++ Add test for KConfigLoader ctor that takes KConfigGroup. [Commit.](http://commits.kde.org/kconfig/d8bd982c5011c26a53adba77c0b5abc569534fa0) 
++ Use Qt for ASCII && alphanumeric detection. [Commit.](http://commits.kde.org/kconfig/53e3b5802cdf8b28cc5285f2dbd322963f77ccbd) 
++ Read config files in system locations before user-writable config files. [Commit.](http://commits.kde.org/kconfig/93208937f07b2612aa012253aaab4241dd120afd) 
++ Add tests to document status quo. [Commit.](http://commits.kde.org/kconfig/032be82591dbf52cb6df96ccb9e5b3c931736af8) 
++ Kreadconfig: Add option to dump default values. [Commit.](http://commits.kde.org/kconfig/34e3ffca50365d631a153d347ef97f4b0915e472) 
++ Kreadconfig: Dump entries sorted by group name/entry key. [Commit.](http://commits.kde.org/kconfig/27eedaef12e357bb4ffa790251a316c911bcccd6) 
++ Don't change immutable non-default entry when setting default entry. [Commit.](http://commits.kde.org/kconfig/1fe0ab5ecd01e958081c20b24de697cca31f5403) 
++ Add failing tests demonstrating wrong behavior. [Commit.](http://commits.kde.org/kconfig/981378a1f4351a49a8b117e588de6a45cc63d2d6) 
++ Add helper to set/override an environment variable for a test. [Commit.](http://commits.kde.org/kconfig/e6ef432ba06127fb078be7d0565806d36dd4c6e7) 
++ Remove obsolete doxygen file. [Commit.](http://commits.kde.org/kconfig/8918beab51cc53c4820aa4d8b30c2adfd3040be4) 
++ Always insert deleted key into internal map. [Commit.](http://commits.kde.org/kconfig/a2504d59422c2846e749c0829df4d500262d63d3) Fixes bug [#519481](https://bugs.kde.org/519481)
++ Ensure that deleted default entries are deleted. [Commit.](http://commits.kde.org/kconfig/38a3453f9710dbf542853b0adfc7e8d690ed9578) 
++ Fix generated setters for enum options with UseEnumTypes. [Commit.](http://commits.kde.org/kconfig/41592ccfd9748be82c83ce98912037bffb73954e) 
++ Export StandardAction as Q_ENUM_NS. [Commit.](http://commits.kde.org/kconfig/f58b0792dfeee426e5ea575a121c513a4b9c562d) 
+{{< /details >}}
+
+{{< details title="KConfigWidgets" href="https://commits.kde.org/kconfigwidgets" >}}
++ Kviewstatemaintainer.h: provide version macros to consumers. [Commit.](http://commits.kde.org/kconfigwidgets/d65b6989b98eb00ddf345e11c36311f8f1689434) 
+{{< /details >}}
+
+{{< details title="KContacts" href="https://commits.kde.org/kcontacts" >}}
++ Remove dependency on KCoreAddons. [Commit.](http://commits.kde.org/kcontacts/767dcd5768de4f881f4a1d1014d21e7f63fc5dc9) 
++ Addresseelist.h: provide version macros to consumers. [Commit.](http://commits.kde.org/kcontacts/d761caa8aba26ead462ccb900d3ee2d6140b807e) 
+{{< /details >}}
+
+{{< details title="KCoreAddons" href="https://commits.kde.org/kcoreaddons" >}}
++ Kdirwatch: fixme++. [Commit.](http://commits.kde.org/kcoreaddons/59cf1cf6f76b51f8c93b376823e6a2b1173e00e2) 
++ Kdirwatch: sven--. [Commit.](http://commits.kde.org/kcoreaddons/603dec719419d3a99cd610807743d515fb08601d) 
++ Kdirwatch: typo--. [Commit.](http://commits.kde.org/kcoreaddons/0a366732696223652b314381e4ff20a8f4c50d3a) 
++ Kdirwatch: use certified KDE if style with {}. [Commit.](http://commits.kde.org/kcoreaddons/324bc7c72f6e1ba2136a05d45a82b0b49dd3515f) 
++ KDirWatch: fix/tweak determination of default. [Commit.](http://commits.kde.org/kcoreaddons/9dc5b45ba907d327679a012f7e6c9aeb75961e36) 
++ KDirWatch: expose additional verbosity as envvar. [Commit.](http://commits.kde.org/kcoreaddons/b8c67cab9c2e9711eb51a0b20574d68fb31b03de) 
++ Don't let fromAppStreamFile() modify the application data. [Commit.](http://commits.kde.org/kcoreaddons/0a767016dbb83cc8423037a084ab9fc0c45eb0da) 
++ AboutData: Add support for AppStream URLs. [Commit.](http://commits.kde.org/kcoreaddons/311502af5279922df2d84218289fce4160e66163) 
++ Documentation fixes. [Commit.](http://commits.kde.org/kcoreaddons/e68c5e128a327c0b8dd3363baa297c4e5a4749d0) 
++ AboutData: Improve fromAppStreamForApplication() usability. [Commit.](http://commits.kde.org/kcoreaddons/5520f285c0d456e6e4eb9243d76663833ba3d99f) 
+{{< /details >}}
+
+{{< details title="KCrash" href="https://commits.kde.org/kcrash" >}}
++ Delete the char ptrs properly as arrays. [Commit.](http://commits.kde.org/kcrash/b0fd2476381091c9837b6409c690d923392ff4ee) 
++ Load platform details ahead of time. [Commit.](http://commits.kde.org/kcrash/4e5c0d896fbd3fdf4076516ef2fed8ae7670f56c) Fixes bug [#518503](https://bugs.kde.org/518503). Fixes bug [#521631](https://bugs.kde.org/521631)
+{{< /details >}}
+
+{{< details title="KDav" href="https://commits.kde.org/kdav" >}}
++ Use CardDAV allprop in multiget address-data. [Commit.](http://commits.kde.org/kdav/787b35a0ea52aaaa0b426ca49b37ca251962605a) 
++ Make sure network replies are parented to the corresponding job. [Commit.](http://commits.kde.org/kdav/cf782b4b37013dece8dbf2abfeadf4b8880acdca) 
++ Add some debug to DavPrincipalSearchJob. [Commit.](http://commits.kde.org/kdav/632f95445e267df61812b6caf91f8cda2e834b69) 
++ Add a DavSslUiProxy to allow plugging user interaction for SSL errors. [Commit.](http://commits.kde.org/kdav/50def044d22898ad63ba6f0c972cd76648c0f5ef) 
++ Network: Setup more strict network policy. [Commit.](http://commits.kde.org/kdav/f14cce8ff51dd39be4d4ef8aea67621e8080963e) 
++ Davitemmodifyjob: Fix redirection. [Commit.](http://commits.kde.org/kdav/3690309ea8657f958aedf491a4ae20a39b82770c) 
++ Davmanager: Add missing doctype to sent XML. [Commit.](http://commits.kde.org/kdav/2bf3989415e8b8fd155adadbc811c65249b388a7) 
++ Adapt tests. [Commit.](http://commits.kde.org/kdav/73f3a1dc7f0890475be5a6bccfa4fdf2f07add1f) 
++ Port network management from KIO to QNAM. [Commit.](http://commits.kde.org/kdav/96c39a58a16b6ac6f703e1f7a0a9e487728a8944) 
++ Add fetching DavPush data in DavCollectionsFetchJob. [Commit.](http://commits.kde.org/kdav/69d31019eef975e0ad9661e7f367528ba7761b5f) 
++ Enums.h: provide version macros to consumers. [Commit.](http://commits.kde.org/kdav/8cf0792c649f7123a065990b570fb8ab95f787ba) 
+{{< /details >}}
+
+{{< details title="KDeclarative" href="https://commits.kde.org/kdeclarative" >}}
++ Graphicaleffects: Avoid complicated matrix multiply. [Commit.](http://commits.kde.org/kdeclarative/e8c0120d4c8b581eca6cdfb8bf73bec04cc803ae) 
++ Graphicaleffects: Make shader uniform "buf" identical. [Commit.](http://commits.kde.org/kdeclarative/ddab527ef52489cf03867414736d797406324c35) 
++ Graphicaleffects: Use "coord" input on lanczos.frag shader. [Commit.](http://commits.kde.org/kdeclarative/21e8ff76ed8316596a138eaa9853c8890a45e211) 
++ Graphicaleffects: Fix Lanczos shader path. [Commit.](http://commits.kde.org/kdeclarative/dde24f1be5fb6cdbecaed0b004657cee6d405e51) 
++ Remove obsolete doxygen file. [Commit.](http://commits.kde.org/kdeclarative/9571032ba5453bfa80dbcbd1fc8f6bd499f81fe2) 
+{{< /details >}}
+
+{{< details title="KDE Daemon" href="https://commits.kde.org/kded" >}}
++ Use correct type for desktop file. [Commit.](http://commits.kde.org/kded/e861b751fa08e63c84f065eeb7a36910d7f9b92a) 
+{{< /details >}}
+
+{{< details title="KDE SU" href="https://commits.kde.org/kdesu" >}}
++ Remove obsolete doxygen file. [Commit.](http://commits.kde.org/kdesu/a65f74be16194e9ede4df44dc10c8a3f4057c7ec) 
+{{< /details >}}
+
+{{< details title="KDNSSD" href="https://commits.kde.org/kdnssd" >}}
++ Remove obsolete doxygen file. [Commit.](http://commits.kde.org/kdnssd/9cd67eaaf74aaca54a8b63d3bc1ca94a04c0ca7d) 
+{{< /details >}}
+
+{{< details title="KDocTools" href="https://commits.kde.org/kdoctools" >}}
++ Update Turkish entities. [Commit.](http://commits.kde.org/kdoctools/b966bcca24bcd8abe2b7b07a59a83e1195f38091) 
+{{< /details >}}
+
+{{< details title="KFileMetaData" href="https://commits.kde.org/kfilemetadata" >}}
++ Autotests/ossfuzz: clone libpng from github to fix unreliable sourceforge downloads. [Commit.](http://commits.kde.org/kfilemetadata/d621e33e6362a087ccdb72a5eaf864c370f57966) 
++ Fix overflow in extractAudioProperties. [Commit.](http://commits.kde.org/kfilemetadata/c7dc23d11faddb45d074111da83ead57da4ff649) 
++ Taglib: Protect against UnknownFrame. [Commit.](http://commits.kde.org/kfilemetadata/dba1000068c5d94a805a0614d76cb575e02d8037) 
++ CI: Disable linux-qt6-next while the datetime regression gets fixed. [Commit.](http://commits.kde.org/kfilemetadata/2435db9fa1d3544f56b012ec7e53b5a41e9e85e6) 
++ Types.h: provide version macros to consumers. [Commit.](http://commits.kde.org/kfilemetadata/c552002f45bdc2ca4471da62c011d7f6f41e3431) 
+{{< /details >}}
+
+{{< details title="KGlobalAccel" href="https://commits.kde.org/kglobalaccel" >}}
++ Remove obsolete doxygen file. [Commit.](http://commits.kde.org/kglobalaccel/3d2fa491524012fd06fef285fbe78e1e627f1df5) 
+{{< /details >}}
+
+{{< details title="KGuiAddons" href="https://commits.kde.org/kguiaddons" >}}
++ Add missing since information. [Commit.](http://commits.kde.org/kguiaddons/70a4126842effec33f74e10d4fdf34b93d9da511) 
++ Add KSystemClipboard::ownsClipboard. [Commit.](http://commits.kde.org/kguiaddons/36ff5dd441d7203a527da19806d7bdefa755e5a8) 
++ Waylandclipboard: Properly clean up device and manager. [Commit.](http://commits.kde.org/kguiaddons/16775a41f7f74bfaa4aa7fb9bf62e6aabbfc60f7) 
++ Kiconutils: Fix overlay emblem size and placement on non-square icons. [Commit.](http://commits.kde.org/kguiaddons/16591bff5f9f5ec383503c9b9e8cba9ceaf07695) See bug [#498211](https://bugs.kde.org/498211)
+{{< /details >}}
+
+{{< details title="KHolidays" href="https://commits.kde.org/kholidays" >}}
++ Lunarphase.cpp - use the system timezone rather than utc. [Commit.](http://commits.kde.org/kholidays/e54b0d76b8058599c28e31e7b1e351d948999bc0) 
++ Support Hebrew Calendar holidays. [Commit.](http://commits.kde.org/kholidays/26642d2e35331c2e007e4adb27d0e7c8adf4aa73) Fixes bug [#383896](https://bugs.kde.org/383896)
++ .clang-tidy - update. [Commit.](http://commits.kde.org/kholidays/798a5619de7f29c51d8f38b126eaf950c4a0d075) 
++ Remove obsolete doxygen file. [Commit.](http://commits.kde.org/kholidays/931637d9d94cc9ff679ab58e0e4d22789866ac3f) 
+{{< /details >}}
+
+{{< details title="KIconThemes" href="https://commits.kde.org/kiconthemes" >}}
++ Add notes to drop dependency on KWidgetsAddons for KF7. [Commit.](http://commits.kde.org/kiconthemes/c0ff47ce81057b515b52188fad36553460959d53) 
+{{< /details >}}
+
+{{< details title="KImageformats" href="https://commits.kde.org/kimageformats" >}}
++ Autotests: add AVIF and JXL with animation. [Commit.](http://commits.kde.org/kimageformats/a11c1feb231bcc709a6e9db398a70e2bb95888f2) 
++ KRA/ORA: merged in a single plugin and added metadata support. [Commit.](http://commits.kde.org/kimageformats/2e199eea806a7cf627b4ac54acbde1ff041fa383) 
++ Readme: update supported formats. [Commit.](http://commits.kde.org/kimageformats/516750e6fc00554ea3e1f117fc45ebb0a39601c7) 
++ Test Readme: added JPG support. [Commit.](http://commits.kde.org/kimageformats/687914f2e715d3ee776f3f054ad32a88bb95fa7c) 
++ Avif: enable decoding of files with invalid EXIF metadata. [Commit.](http://commits.kde.org/kimageformats/5c3bdcddf2ff2024d556e06412d0d9889a70567f) 
++ Autotests: allow JPG as test source. [Commit.](http://commits.kde.org/kimageformats/abc2ac2de1040ff55e761a6be5c66111fed1b018) 
++ QOI: check format only in lowercase. [Commit.](http://commits.kde.org/kimageformats/66d7d7c1547bdf671b265fa5601d1b31a115e089) 
++ Ossfuzz: optimize build, collect all HEIF subformats. [Commit.](http://commits.kde.org/kimageformats/65b4b14d6fa3c202e75f0822d883754c794b8715) 
++ Fix HEIC writetest. [Commit.](http://commits.kde.org/kimageformats/a4db968c60a7e19435aa11b7f8f2277864a745fa) 
++ Ossfuzz: enable uncompressed codec in libheif. [Commit.](http://commits.kde.org/kimageformats/27c621901de0df7d4e8182560340870fb5a1e71e) 
++ Heif: declare read support for HIF. [Commit.](http://commits.kde.org/kimageformats/7ec1170c86dc96323bef26c17cad13fa1a60dafd) 
++ EXIF: add support for Windows Explorer tags. [Commit.](http://commits.kde.org/kimageformats/c21b50d699bdbb43d499482dfe412f8a77697782) 
++ Heif: increase Maximum number of child boxes limit. [Commit.](http://commits.kde.org/kimageformats/a0825fe5cb5756a521aa6385ce50397fa7ca44db) 
++ HEIF: keep reader callback table alive. [Commit.](http://commits.kde.org/kimageformats/ad0fb9dde4ffb1977a3ea800d90a26665de687b8) Fixes bug [#523105](https://bugs.kde.org/523105)
++ More HEIF-related tests. [Commit.](http://commits.kde.org/kimageformats/2faf524b850959c28fdda19998bdc291a0380415) 
++ Heif: AVCI saving, JPEG in HEIF read support. [Commit.](http://commits.kde.org/kimageformats/c748c6c2c6c4af9b668a6d9bf6b66951e0c23e10) 
++ IFF: support for ZIP compressed RGFX. [Commit.](http://commits.kde.org/kimageformats/7e14d5616f8725e7bee32e5b6a9d953597702354) 
+{{< /details >}}
+
+{{< details title="KIO" href="https://commits.kde.org/kio" >}}
++ UDSEntry: properly mark deprecated, add missing since, fix doc formatting. [Commit.](http://commits.kde.org/kio/d1cb3b7b78a6000f744662e2d1a09775c12e4473) 
++ WorkerBase: give connectWorker and disconnectWorker back, deprecated. [Commit.](http://commits.kde.org/kio/5f92953964d5eb898582430d8311b2f56dfbbf7d) 
++ Kfileitem: iconName make sure not to read settings unless nessary. [Commit.](http://commits.kde.org/kio/a07bdbc73b88d8041e67b635dd53f11f4e38b4a2) 
++ Knewfilemenu: minor refactoring. [Commit.](http://commits.kde.org/kio/158bad1beee03b99c12beb6975e2b06292761f2c) 
++ Kfileitemactions: remove dead code. [Commit.](http://commits.kde.org/kio/74e9dd75bba238ae0e4dcaf1a9a6366e1e137bc6) 
++ Kfileitemactions: Correctly count actionsMenu actions. [Commit.](http://commits.kde.org/kio/148b9253db6bec16244db2d55d73270a918dd87c) 
++ Kfileitem: iconName, allow to read .directory files on remote files. [Commit.](http://commits.kde.org/kio/9ea01570c94bc748f345e64eb5b54ca7bc41e104) 
++ KFileItem: UDS ID changes are not detected in cmp. [Commit.](http://commits.kde.org/kio/097a5a4dfcc035cb0b4325fdf930914b9414d461) See bug [#485052](https://bugs.kde.org/485052)
++ KProcessRunner: Handle canonicalPath() returning bogus values. [Commit.](http://commits.kde.org/kio/ab8ad639833119c44b1c3043e2282889908f844a) 
++ Knewfilemenu: convert m_popupFiles into a single QUrl. [Commit.](http://commits.kde.org/kio/86a0d2f15000a4e5b16f781b8a8582186972f079) 
++ Fix clang compilation warnings. [Commit.](http://commits.kde.org/kio/81f6a9e33b7c6631d62a3cc16e6f388ff038f1da) 
++ StandardThumbnailJob: stamp the device pixel ratio on generated thumbnails. [Commit.](http://commits.kde.org/kio/772335086c3373094a0873266b9b4db95049c74a) 
++ Knewfilemenu: remove unnecessary qDebug comments. [Commit.](http://commits.kde.org/kio/a400e09a81d34c03163452b5da05fe53405cfb0b) 
++ Knewfilemenu: minor fixes. [Commit.](http://commits.kde.org/kio/72471c2f8702f87cb1b8f9b64c5159a445760c30) 
++ Knewfileinfo: add Antti Savolainen in copyright. [Commit.](http://commits.kde.org/kio/e8b892969f67a5f8156ee52cc3d785c7deb6daf2) 
++ Knewfilemenu: determine sort order during parsing and fix supportedMimeTypes. [Commit.](http://commits.kde.org/kio/0b535e7f1fd96e744948f4afd543c20007d4f1b2) 
++ Test FilePreviewJob::emitPreview output size and device pixel ratio. [Commit.](http://commits.kde.org/kio/d4c3cbd9f7a0e41353ac99aaca78030c626d3fea) 
++ FilePreviewJob: regenerate a cached thumbnail that is too small. [Commit.](http://commits.kde.org/kio/96f645896369a290d70fae42d60994ff9036a920) 
++ Kdirlister: hold three directories in the lister cache, and not for long. [Commit.](http://commits.kde.org/kio/5e36acccb3ec5ed5e1d049e697c6639a7f54bc65) 
++ UDSEntry: do not look for a shared value where values cannot repeat. [Commit.](http://commits.kde.org/kio/6015c53d52f77081fda1e43e44c8d1fe3061d324) 
++ UDSEntry: size an entry for the fields it holds when loading it. [Commit.](http://commits.kde.org/kio/cbf2013c5a51d6e78bf0491170373067417004c3) 
++ Kfileplacesmodel: when baloo is disabled don't go anywhere near it. [Commit.](http://commits.kde.org/kio/fc82796074401e234acc96e57e13d7fb0ede89f3) 
++ UDSEntry use two vectors to store fields value. [Commit.](http://commits.kde.org/kio/a7b7e249eded900d92aa2240793b40d7e1a65b8d) 
++ Kfilewidgettest: use the QPointF QDragEnterEvent ctor on Qt 6.12+. [Commit.](http://commits.kde.org/kio/235d0d258b53e82d9f7a0217724637145ef6900a) 
++ KDirModel: ignore stale listing completion for a directory no longer in the model. [Commit.](http://commits.kde.org/kio/182fc462ab396b823137a82eee36e2ef483a7ae1) 
++ KFilePlacesView: cap the icon size by the real row height. [Commit.](http://commits.kde.org/kio/2154f75e9b6a9b6c506f5212da92a6ff31983bcb) 
++ Kioworkers/file: Restore ACL writes in FileProtocol::chmod(). [Commit.](http://commits.kde.org/kio/8715dbd23a4ccd3f5cef4ef0247958a7777aa152) 
++ WidgetsAskUserActionHandler: show the SSL error dialog on the GUI thread. [Commit.](http://commits.kde.org/kio/dd40b4c0902dbcb470872d878d3387ab70b4bf62) Fixes bug [#519614](https://bugs.kde.org/519614)
++ Knewfileinfo: add parsing fallbacks. [Commit.](http://commits.kde.org/kio/0e929a70e4c6ffb87e66bf798a0a9929e171b61e) 
++ Knewfileinfo: convert QString url to QUrl and QString filePath to QFileInfo. [Commit.](http://commits.kde.org/kio/e51302044f3b08aca97977adb1700e293a117138) 
++ KUrlComboBox: mark drag properly as copy-only. [Commit.](http://commits.kde.org/kio/ed8b6d7cde0e13c6ba9dffd774e672faf86e6dde) 
++ KUrlNavigatorButton: Stat with no-auth-prompt. [Commit.](http://commits.kde.org/kio/d9d47b34a347f5d2d3588f1f1748ac30c8fc6044) 
++ KIOGui: avoid QtConcurrent module header include, do link Qt6::Concurrent. [Commit.](http://commits.kde.org/kio/9f8c57f13e03383fef9800c2cd9f4dfb49f75d16) 
++ CopyJob: cache the destination filesystem type instead of re-probing per file. [Commit.](http://commits.kde.org/kio/19ed9a036160b4f7298d1ffc04b5249e98af99ed) 
++ KIOCore: drop unused Qt6::Concurrent linking. [Commit.](http://commits.kde.org/kio/ab1dd34d1653842bb72736645513c5e55b8d6023) 
++ Threadconnectionbackendtest: ensure to have a context passed. [Commit.](http://commits.kde.org/kio/fcaa826678a191856fa5b320f82c2343d177bebf) 
++ File: strip local host from file:// URLs before accessing the path. [Commit.](http://commits.kde.org/kio/659ef10fd031c5656e5b019fd8175dda85f13e8a) Fixes bug [#483297](https://bugs.kde.org/483297)
++ KCoreDirListerCache: don't adopt duplicated entries from a changing dir. [Commit.](http://commits.kde.org/kio/ee2b19bbdaadc279d7f6251ca347b84f701823b5) 
++ Filewidgets: KUrlNavigator: fix applying URLs when text is not actually a relative path. [Commit.](http://commits.kde.org/kio/3965ac7e3cdbfe7b6672a968f08f3081223b22ac) 
++ Kioworkers/ftp: Claim that root dir is writable during stat. [Commit.](http://commits.kde.org/kio/9d48ab6ee6fc8d614740fad0aafa6756ac875a24) 
++ KUrlNavigator: Insert buttons at the correct place. [Commit.](http://commits.kde.org/kio/2827a529cf4bf5bf676e860a899fa1d0ce62d98b) 
++ Autotests: cover the DropIntoNewFolder drop plugin. [Commit.](http://commits.kde.org/kio/b73ea7e7093470d7a00390caa455b1acbfc5b7aa) 
++ Filewidgets: DropIntoNewFolder: do not tie folder creation to the plugin lifetime. [Commit.](http://commits.kde.org/kio/0a47ba93999eb5e91459aca8c7aface2aabee809) 
++ SocketConnectionBackend: skip the resume read when the socket is closed. [Commit.](http://commits.kde.org/kio/5b0c39d92f020aad9970527424307ea5a92be28b) 
++ SocketConnectionBackend: limit the resume read workaround to Windows. [Commit.](http://commits.kde.org/kio/268c7a3f235af4fb649710f5f0daa1e06628d7de) 
++ SlaveBase: take a connection backend instead of socket addresses. [Commit.](http://commits.kde.org/kio/0898ce43f8ff0e9c7484158a617d4c3f1bfb35e8) 
++ ConnectionBackend: keep payload-reassembly length out of the shared Task. [Commit.](http://commits.kde.org/kio/a3fed4759875e3c3f60b56488cb6425b4b640f49) 
++ ConnectionBackend: rename closeSocket() to close(). [Commit.](http://commits.kde.org/kio/c521388ee9a50e367619a8131f1a92ec4f9c4696) 
++ ThreadConnectionBackend: drop the unused worker back-pointer. [Commit.](http://commits.kde.org/kio/1dbe8986474c7ead9d982f0823e2e6b875001632) 
++ Autotests: add ThreadConnectionBackend unit test. [Commit.](http://commits.kde.org/kio/721e5d48cfb2febdf9c107f7758ef9beaaf3f999) 
++ Core: run in-process workers over ThreadConnectionBackend, not a socket. [Commit.](http://commits.kde.org/kio/c3f5ec3bb42eda4ab41dc66e52331730d1d8d72a) See bug [#342056](https://bugs.kde.org/342056)
++ Core: add ThreadConnectionBackend for in-process workers. [Commit.](http://commits.kde.org/kio/0bce28d5d9626afba27f8eeb48dc4c7ae3574b2d) 
++ Core: make ConnectionBackend an abstract transport with a socket backend. [Commit.](http://commits.kde.org/kio/59f993581d83d01f1cf432838b60c5ad72d6d84f) 
+{{< /details >}}
+
+{{< details title="Kirigami" href="https://commits.kde.org/kirigami" >}}
++ Clickable link OverlaySheet QML type. [Commit.](http://commits.kde.org/kirigami/0b0a49a87603dff974d9dc9d45dfd11d7df208f5) Fixes bug [#522348](https://bugs.kde.org/522348)
++ FormEntry/FormAction (cards): fix items alignments. [Commit.](http://commits.kde.org/kirigami/102072bc979c89e47f6277b54b378821d20697e5) 
++ FormGroup/flat: Consider also invisible items for implicitWidth. [Commit.](http://commits.kde.org/kirigami/64edc234c7755ff90f89b0fd30d80b2e4337b407) 
++ Fix tst_menudialog not actually doing anything. [Commit.](http://commits.kde.org/kirigami/6a3f7a50832bc31978c8aa87dad3be9ab099aa50) 
++ Make the GlobalDrawer correctly size to its contents again. [Commit.](http://commits.kde.org/kirigami/70bbf12c0fccee5d218f6f559c487e6bf4411a68) 
++ Sensible height for license sheet. [Commit.](http://commits.kde.org/kirigami/71b042f4f73b5997fe74a18cbee406b89378da09) 
++ FormEntry: don't show invalid leading ind trailing icons. [Commit.](http://commits.kde.org/kirigami/c3b7f4f914e34d6c59f67ec13a1c921bde70ff6f) 
++ FormEntry: fix the subtitle when the contentITem doesn't have an indicator. [Commit.](http://commits.kde.org/kirigami/8ef19ac2622949f03b06b54efe280c14eab38b31) 
++ Default to small size in FormAction. [Commit.](http://commits.kde.org/kirigami/1a9d0c848769cfe6f20040b90337f446fb276834) 
++ Same default width that kirigami-addons form has. [Commit.](http://commits.kde.org/kirigami/93c732f98c6cfa207e980238fe4842d516579785) 
++ Port AboutItem to the new form layout. [Commit.](http://commits.kde.org/kirigami/e0ed0530bed792e9879026b882f8f89ee3d2cb60) 
++ FormEntry: items don't fill the width by default. [Commit.](http://commits.kde.org/kirigami/23996dff59b7457748f9e55b21f0586220fd350d) 
++ ScrollablePage: Fix enter animation running when changing focus. [Commit.](http://commits.kde.org/kirigami/da8c22add61cc0f3b52f456bb2d447b5b1572836) Fixes bug [#515811](https://bugs.kde.org/515811)
++ Work around missing support for QKeyShortcut in shortcut. [Commit.](http://commits.kde.org/kirigami/af71085c817e404b2b23c875af3c587f800a99d0) 
++ Icon: use QUrl::toLocalFile() for file: URL sources. [Commit.](http://commits.kde.org/kirigami/942651d1e1e0c79bf90dbdf749ba86909ee7f663) 
++ Icon: keep the aspect ratio of portrait images with roundToIconSize. [Commit.](http://commits.kde.org/kirigami/04c0b2a467372d4a07a24c1e95fdfe6f85a3fd51) 
++ PlatformTheme: Only emit color changes if color actually changes. [Commit.](http://commits.kde.org/kirigami/b4eafdefe421c5c994940774c6f8f62145b5576f) 
++ Icon: snap the aspect-preserving painted size to device pixels. [Commit.](http://commits.kde.org/kirigami/cbb2deb77e0a3da2d462a7581a1c4a2a482570ff) 
++ Autotests: fix flaky keyboard list navigation test. [Commit.](http://commits.kde.org/kirigami/d6e4000642024d523e7df81afdcba477cf67fa10) 
++ Autotests: fix flaky test_defaultFocusInScrollablePage. [Commit.](http://commits.kde.org/kirigami/d9f1cbe17751ef54d7f7aec1ee9604fdedd9dac0) 
++ NavigationTabBar: add scrolling/shortcuts for tab switching. [Commit.](http://commits.kde.org/kirigami/42287816e3294e3239421c30da11f43f829d18ae) 
++ ToolBarPageHeader: Rephrase page.actions check to make more sense. [Commit.](http://commits.kde.org/kirigami/5b1ec5e8e4e03b0207d457d8b13b8b01be64e3ad) 
++ Make qml generation deterministic by adding explicit dependencies. [Commit.](http://commits.kde.org/kirigami/de887b2ed9cdeba18ce7d49fcfaeb64529dd8b5d) 
++ Port application template away from deprecated ki18n API. [Commit.](http://commits.kde.org/kirigami/2ab848a2a0be81f31a7e29f6b7411640dae3b290) 
++ Controls: Guard against re-setting the global header with the same URL in Page. [Commit.](http://commits.kde.org/kirigami/6addca5e0dd2187f6b522c0a5fce8252fa8dda38) 
+{{< /details >}}
+
+{{< details title="KMime" href="https://commits.kde.org/kmime" >}}
++ Limit the strlen search length as well. [Commit.](http://commits.kde.org/kmime/9c338d5f8e9e9ea51321a01472485718506ab6e5) 
++ Abort search for encoding word end on first error. [Commit.](http://commits.kde.org/kmime/68b43103d61bcbc980191fab3d071156ca1816bf) 
+{{< /details >}}
+
+{{< details title="KNotifications" href="https://commits.kde.org/knotifications" >}}
++ Fix since version in documentation. [Commit.](http://commits.kde.org/knotifications/51b6ae4f9c1888d2fcc7709cef3025a9c9052065) 
++ Ensure we have notifyrc file for platform notification configuration. [Commit.](http://commits.kde.org/knotifications/f37499b6fd8ba36f86c75ac0e3180b7026abf0aa) 
++ Add API for showing the platform's notification configuration. [Commit.](http://commits.kde.org/knotifications/9c81f069b085e4f05c9f8b20fd4ad3886588f30c) 
++ Remove message extraction in KNotifications. [Commit.](http://commits.kde.org/knotifications/88cd2e2bb4093a77389e6ba92db03edbf510137c) 
+{{< /details >}}
+
+{{< details title="KPackage" href="https://commits.kde.org/kpackage" >}}
++ Remove obsolete doxygen file. [Commit.](http://commits.kde.org/kpackage/c7ce2b54a272f7d1bd8e86506b95bf8f138dc04c) 
+{{< /details >}}
+
+{{< details title="KService" href="https://commits.kde.org/kservice" >}}
++ Deprecate KSycoca::setupTestMenu. [Commit.](http://commits.kde.org/kservice/40832fc64c52ab911432f6e3fbe8fda8a8873fe9) 
++ Fix static build by exporting resource targets. [Commit.](http://commits.kde.org/kservice/aa945786b59beceaa705916eeebddb3b5a54abdf) 
++ Remove LegacyDir from fallback applications.menu. [Commit.](http://commits.kde.org/kservice/c83053c1be1b6508651d56f11f08f40173ce3097) 
++ Add fallback applications.menu file. [Commit.](http://commits.kde.org/kservice/761b37525d5eb36e1b0d691cae91af2101e44a69) 
++ Ksycocatype.h: provide version macros to consumers. [Commit.](http://commits.kde.org/kservice/32e8c9c8d7557df9fc77a7b20e98d0b1f046314d) 
+{{< /details >}}
+
+{{< details title="KTextEditor" href="https://commits.kde.org/ktexteditor" >}}
++ Vi-mode: Avoid redundant BLOCK in the status bar. [Commit.](http://commits.kde.org/ktexteditor/37351054fd0e45593282d57674b78445eed34e10) 
++ Vi-mode: Fix synchronization of the view block selection. [Commit.](http://commits.kde.org/ktexteditor/184676ad6502e819cba2462990dd0cc1a4cd2415) 
++ Vi-mode: Fix block insert with tabs. [Commit.](http://commits.kde.org/ktexteditor/fc9cc218f103d71715c75a8917528edc071e7f50) Fixes bug [#488801](https://bugs.kde.org/488801)
++ Drag pixmap: use devicePixelRatio of highest screen device pixel ratio. [Commit.](http://commits.kde.org/ktexteditor/58ed288373cd62bef0476a9cd92be31b0a83b330) 
++ Drag pixmap: adapt hotspot to pixmap scaling. [Commit.](http://commits.kde.org/ktexteditor/532e2f38aafdb7e3b30ad819d0338e86430a904e) 
++ Vi-mode: Add Ctrl-A command to insert mode. [Commit.](http://commits.kde.org/ktexteditor/b886a2d344102d9b33de18a91b339f70aa4aa045) 
++ Vi-mode: Implement column cursor swap for v-block mode. [Commit.](http://commits.kde.org/ktexteditor/44219ecbbb44734a223b4367b09fbd1c02855032) 
++ Vi-mode: Update view selection when switching modes. [Commit.](http://commits.kde.org/ktexteditor/ad3d4a782afc9e8c69dd5a28213bd6a48bb24c63) 
++ Vi-mode: Fix switching to vblock mode from another visual mode. [Commit.](http://commits.kde.org/ktexteditor/b4b77b4c1989581f0bfa49bb6b78f9602ed80a68) 
++ Vi-mode: Simplify switching to visual modes. [Commit.](http://commits.kde.org/ktexteditor/b288396ff4bc85e917c8e2c4278a54d228357d9f) 
++ Vi-mode: Add the Date command. [Commit.](http://commits.kde.org/ktexteditor/47c79f6d9fb55ec02360862c1e3d053201e1c584) 
++ Vi-mode: Fix cursor position after paste in insert mode. [Commit.](http://commits.kde.org/ktexteditor/2ef0c16a24ab51282b6c3bb4fa89e78af56254d2) 
++ Vi-mode: Fix cursor position after pasting block. [Commit.](http://commits.kde.org/ktexteditor/b5999aee49ff4911cc3ee4b4ccbc8b7b41888c3c) 
++ Vi-mode: Fix AltGr detection on Windows. [Commit.](http://commits.kde.org/ktexteditor/964b42b78b8d679ee4bf8934a91f0badbd64b98e) 
++ Renderer: Small refactoring of paintCaret method. [Commit.](http://commits.kde.org/ktexteditor/5267f2f5c8e1258538da19ec660a3b1a760b74a3) 
++ Renderer: Fix drawing of all the cursor styles. [Commit.](http://commits.kde.org/ktexteditor/8b7ac04d622a80752fc4b794ae8b3dbec174b809) 
++ Change icon for search plugin display options. [Commit.](http://commits.kde.org/ktexteditor/72706699c5e41beae41a4ee9e25dfab2ba54260f) 
++ Fix animation artifact during animation run. [Commit.](http://commits.kde.org/ktexteditor/0a29c92fc3bf59bc8890608f32ed224106c9bef6) 
++ Avoid initial draw. [Commit.](http://commits.kde.org/ktexteditor/45cfd1ae4166c70247df4b9dd51cc4003fa0511e) 
++ Cleanup more painting. [Commit.](http://commits.kde.org/ktexteditor/a97a375019c4f662fbc68a8d2ba8ff980f778ac4) See bug [#522525](https://bugs.kde.org/522525)
++ Cleanup render hint setting. [Commit.](http://commits.kde.org/ktexteditor/ee917b79e30c0f03a3d02f4af80191a5acd52d5b) 
++ Ensure we abort completion on config changes. [Commit.](http://commits.kde.org/ktexteditor/7d6d418676849a41c592f3fcc9a04f5d946b9ee7) Fixes bug [#521492](https://bugs.kde.org/521492)
++ Vi-mode: Fix count-paste of a block. [Commit.](http://commits.kde.org/ktexteditor/8e6ece93a5d73a975b0403ed55dc4d180ff795b2) 
+{{< /details >}}
+
+{{< details title="KTextTemplate" href="https://commits.kde.org/ktexttemplate" >}}
++ Consider non-empty generic containers "true" as well. [Commit.](http://commits.kde.org/ktexttemplate/7f5d90c6f2e4696626309202a43d8c85151747a4) 
++ Turn scriptable tag support in a plugin, as originally intended. [Commit.](http://commits.kde.org/ktexttemplate/d6ad59eda8552249ad8a9fe2969edde7ab18f186) 
++ Use QLocale for currency value formatting. [Commit.](http://commits.kde.org/ktexttemplate/d4a7de5f3f44bdd3324e86d11e4410f429eed683) 
++ Don't hardcode ISO date/time format. [Commit.](http://commits.kde.org/ktexttemplate/a06657078ee5f14d63f3b7a820af60a4b60d4bca) 
++ Token.h: provide version macros to consumers. [Commit.](http://commits.kde.org/ktexttemplate/eade696a1e3ecc2c0d6784521d96f59c42b5088c) 
++ Out-of-line the ScriptableTagLibrary destructor. [Commit.](http://commits.kde.org/ktexttemplate/e56c5eaf8dee566a83a648177010d19cdcf20c2e) 
+{{< /details >}}
+
+{{< details title="KUserFeedback" href="https://commits.kde.org/kuserfeedback" >}}
++ CI - Flatpak - Update Runtime to 6.11. [Commit.](http://commits.kde.org/kuserfeedback/7db64fe4283c46edefe22d22f14a8ab8461ed667) 
+{{< /details >}}
+
+{{< details title="KWallet" href="https://commits.kde.org/kwallet" >}}
++ Drop kwalletmanager launching from kwalletd. [Commit.](http://commits.kde.org/kwallet/7d761258243a2ccb7ba90c3a894a38bdbe8e6b2c) 
++ Move org.freedesktop.secrets group to KConfigXT. [Commit.](http://commits.kde.org/kwallet/cd3e3f037d2e3c6eaab3f80b7ef225e5971020a9) 
++ Ksecretd: Drop unused functions. [Commit.](http://commits.kde.org/kwallet/e1a48bb0a990c5d916bcf2f9553dc754f47e8e89) 
++ Ksecretd: Drop registering KWallet interface. [Commit.](http://commits.kde.org/kwallet/e2b68f90d5b6963e87302c2c92f2864d56a9ce5e) 
++ Use correct internal function to query local wallet. [Commit.](http://commits.kde.org/kwallet/fd8c695bb4c3b1786ab12dd21a4d893029ac007a) 
++ Port to KConfigXT. [Commit.](http://commits.kde.org/kwallet/dc47c0410ca4a5dd060ba949c3c066afa5cca118) 
++ Drop code for writing default wallet in kwalletd. [Commit.](http://commits.kde.org/kwallet/d8bbd87f7cfe7d1580945e70fbe2ae50b4310b54) 
++ Query NetworkWallet and LocalWallet from backend. [Commit.](http://commits.kde.org/kwallet/034ca0fb85f9b6c8258551101ef6a3b8d08503dc) 
++ Fix localWallet with external backend. [Commit.](http://commits.kde.org/kwallet/1058fc093187564cee124d4444248044676fbb4d) 
++ Kwalletd: Remove config fallback for networkWallet(). [Commit.](http://commits.kde.org/kwallet/5fed650b0db2859f6fcab1b4c8b13e82e8b4d2aa) 
++ Actually set ok to true when defaultCollection succeeds. [Commit.](http://commits.kde.org/kwallet/846fb6386a0b613e31415c7f46d3a3855e5b8eba) 
++ Drop unused internal pamOpen from kwalletd. [Commit.](http://commits.kde.org/kwallet/87a0f734e4846c449df0dc032ae6ec281df9a953) 
++ Drop dead screensaver integration. [Commit.](http://commits.kde.org/kwallet/c67e7dcb37fa0a51aa2d5ce3fd5a02c93628f558) 
++ Kwalletd: fix use-after-move in retrieveCollection() returning null on first lookup. [Commit.](http://commits.kde.org/kwallet/4468244f880a3c3971ae5005078e83935c164ecf) Fixes bug [#522847](https://bugs.kde.org/522847). See bug [#512135](https://bugs.kde.org/512135)
++ Kwallet-query: persist writes to new entries. [Commit.](http://commits.kde.org/kwallet/96fd747ec3d4aa30b0cbd60ed07cc9115c3221a1) Fixes bug [#491898](https://bugs.kde.org/491898)
+{{< /details >}}
+
+{{< details title="KWidgetsAddons" href="https://commits.kde.org/kwidgetsaddons" >}}
++ KColorCombo: support d'n'dropping colors to set the color. [Commit.](http://commits.kde.org/kwidgetsaddons/1078245d95a3cb9e9526b218273ad9264157b0f7) 
++ KColorButton, KColorCombo: add contextmenu for Copy & Paste of color. [Commit.](http://commits.kde.org/kwidgetsaddons/00866bc50fa32c280db443fc14e5294dcabfdeb4) 
++ KColorCombo: fix missing render update on changing color from code. [Commit.](http://commits.kde.org/kwidgetsaddons/095974986e1bdda085f972e9198f5c2e98ab1715) 
++ Split off KColorMimeData copy into separate file, for shared internal usage. [Commit.](http://commits.kde.org/kwidgetsaddons/b60b283daed3d0e394b467d0d6b651c4d5ac7cee) 
++ KColorButton: mark drag properly as copy-only. [Commit.](http://commits.kde.org/kwidgetsaddons/490cc13257b6879daefab2c985eff8d967b89d2c) 
++ KUrlLabel: fix default value of useCursor flag to match docs & used corsor. [Commit.](http://commits.kde.org/kwidgetsaddons/c6d41d8d687060e25b95bdbea817cc01efb966af) 
++ KAssistantDialog: Merge "next" and "finish" buttons. [Commit.](http://commits.kde.org/kwidgetsaddons/d351cf450d63ed06131a4f0645176b072d06f7ac) 
++ Allow to test if on last visibile page. [Commit.](http://commits.kde.org/kwidgetsaddons/5792bceee8276be706042d99da08935f7166849f) 
++ KColorButton: use chained constructor calls over duplicating logic. [Commit.](http://commits.kde.org/kwidgetsaddons/72b5f53e744d116b78e39483a5593ffe758c3093) 
+{{< /details >}}
+
+{{< details title="KXMLGUI" href="https://commits.kde.org/kxmlgui" >}}
++ Avoid duplicate aboutToShow connections on the Settings menu. [Commit.](http://commits.kde.org/kxmlgui/81b6d2c5b2641836c3d506d85bf50c350ed120a3) 
++ KEditToolBar: show no-drop cursor with "Available" list for own items. [Commit.](http://commits.kde.org/kxmlgui/304fca9f8bdaccaab794d2255c9c7f5ec8efbb22) 
+{{< /details >}}
+
+{{< details title="Oxygen Icons" href="https://commits.kde.org/oxygen-icons" >}}
++ This icon might be needed in the future and setting kinda ask for it but the name is kinda off as its bout x11 apps. [Commit.](http://commits.kde.org/oxygen-icons/246760ed7e382d1ecc92cbfc194acee888d2d308) 
++ More cleanup. [Commit.](http://commits.kde.org/oxygen-icons/830f8618f07414802e15fd14a5c0803658a96978) 
++ Cleaning up an old icon not very svg. [Commit.](http://commits.kde.org/oxygen-icons/c6588aa04b442d5cd20472d6b70e24e8f85ceeec) 
++ Missing icon on system settings. [Commit.](http://commits.kde.org/oxygen-icons/8f13deedc83e1aa40d56fffd05b76f59046e39c9) 
++ One more symbolic icon. [Commit.](http://commits.kde.org/oxygen-icons/6065a0fdc9cf5f27e665af37df74ab82d10b7b3c) 
++ More versions and better visibility. [Commit.](http://commits.kde.org/oxygen-icons/298d5b9abefef03b25206f60dc2fe57fe164cc19) 
++ Some applets use these. [Commit.](http://commits.kde.org/oxygen-icons/b2325037b8ad3d7a35c347fa9e77183c54498b80) 
++ Better contrast. [Commit.](http://commits.kde.org/oxygen-icons/8d765347f9b968cb774b311ee7e209ed4a3b1788) 
++ New versions scale better simpler code. [Commit.](http://commits.kde.org/oxygen-icons/f64745da3e26d41067439af6c60cc7e3c3a3dd5b) 
++ Remove dangling actor symbolic link. [Commit.](http://commits.kde.org/oxygen-icons/de3c8440b10ab79a90a06e47cc3b9b9c92c68e04) 
++ Missing symbolic potential icon. [Commit.](http://commits.kde.org/oxygen-icons/96838a942e987a3975f3f8a734aa2e270bbb2717) 
++ More icons. [Commit.](http://commits.kde.org/oxygen-icons/d75fd4fcee74732c8f1cf52818d218e09ce4d5b6) 
++ Missing icon on symbolic I think. [Commit.](http://commits.kde.org/oxygen-icons/72b248bdf409c7b863dfa4a6fc6502b983979557) 
++ The remaining sizes. [Commit.](http://commits.kde.org/oxygen-icons/53c86926683cfbd9562a53c30e7efd9d2a144590) 
++ Further improve Tokodon artwork. [Commit.](http://commits.kde.org/oxygen-icons/f71fc9243fece319f713d46d2406865bac75a4e2) 
++ Will do for now, smaller versions will actually have to be simplified. [Commit.](http://commits.kde.org/oxygen-icons/e06dd06bc0bf2990525fdc90b462a9decdfe2b78) 
++ Work in progress. [Commit.](http://commits.kde.org/oxygen-icons/d127e49d0d524bd01277bc462c78f3e722e5da09) 
++ This link should not be needed ita a bug on the nm applet not requesting the symbolic variant AFIK. [Commit.](http://commits.kde.org/oxygen-icons/98bf79e272fafa70d04c8ab948fe984bc9eff3d0) 
++ Improved contrast on dark bg. [Commit.](http://commits.kde.org/oxygen-icons/37eadd916550330348d3cc536c1b4abd14fa4075) 
++ More icons sizes that were missing. [Commit.](http://commits.kde.org/oxygen-icons/b423cc57f1e580b9db63909c9b891f74e40b1c4d) 
++ Improved version less noise. [Commit.](http://commits.kde.org/oxygen-icons/7975d10f19cf2db804eed3af90391cfccda8ae50) 
++ More versions and improvements. [Commit.](http://commits.kde.org/oxygen-icons/13bf66b6bcfa6ee53a61184ea117183992ff4fc4) 
++ New symbolic icon. [Commit.](http://commits.kde.org/oxygen-icons/a3281b7cf4820f9004ddfda96cb636f2042abf2e) 
++ Improved version after testing. [Commit.](http://commits.kde.org/oxygen-icons/713e878e45a8b196248d141816f097347fa8c35e) 
++ Symbolic version. [Commit.](http://commits.kde.org/oxygen-icons/4b1d8c380b0add9bc3e30c86e28f559a68a4e4ed) 
++ Missing icons on juk. [Commit.](http://commits.kde.org/oxygen-icons/f5f10673535a71b2caa68da921885faad44896df) 
++ More sizes for juk. [Commit.](http://commits.kde.org/oxygen-icons/6cb48a2f0e7dcf960f82b3976b6b91317d4560a3) 
++ One more size. [Commit.](http://commits.kde.org/oxygen-icons/d16bb960883e5c2e83c4c623b3b8b3f332d901d6) 
++ New app icon. [Commit.](http://commits.kde.org/oxygen-icons/c95bf693a20f24b2fb3027702dcf05f6858eee88) 
++ 16x16 version. [Commit.](http://commits.kde.org/oxygen-icons/8d9e484ef0fb8af4090fb29235035d9be2621806) 
++ 22x22 version. [Commit.](http://commits.kde.org/oxygen-icons/5eb781f6d9f08e93c25484f18841f387eadd015c) 
++ Minor fixes to previous commit. [Commit.](http://commits.kde.org/oxygen-icons/04711c47a844420c616a82627eef3e271577a077) 
++ Another icons and replacing an old one based on the new icon. [Commit.](http://commits.kde.org/oxygen-icons/b77224493e281ed06582a6dde10877ccdc9c8ed6) 
++ Still not fully convinced. [Commit.](http://commits.kde.org/oxygen-icons/8a917040b442ba9e82f9f3e382ceba8fd8b5a828) 
++ Missed this one. [Commit.](http://commits.kde.org/oxygen-icons/78138741124dd711b564ebfe519f27f653d8c703) 
++ Remaining icons sizes missing. [Commit.](http://commits.kde.org/oxygen-icons/20aef63193dfa1757808b66ddbc0d03f441f59df) 
++ Missing icons and bug fixing. [Commit.](http://commits.kde.org/oxygen-icons/c685cd335a9e3e6f191cee43061aa648eea8a3ca) 
++ Missed this one. [Commit.](http://commits.kde.org/oxygen-icons/bec4c72da7b94d21e058ff8928729c5b1c907233) 
++ Icons: enforce current-color-scheme style id across applet SVGs. [Commit.](http://commits.kde.org/oxygen-icons/98706676267b42524644a27f2d8087f4e8b3ccd3) 
++ Fixing minor bugs. [Commit.](http://commits.kde.org/oxygen-icons/b2a21adb08aaa255c3f72e6e4beec634c551bd91) 
++ Final version. [Commit.](http://commits.kde.org/oxygen-icons/72b30aad49f822cd8307dd7459454191712598be) 
++ And more progress ...WIP. [Commit.](http://commits.kde.org/oxygen-icons/5e06b366e816dcfa93361a6cb87c106a81496a99) 
++ More progress. [Commit.](http://commits.kde.org/oxygen-icons/0da9b75df5a837a49a3760bbcafda9d01af069fa) 
++ Different direction. [Commit.](http://commits.kde.org/oxygen-icons/8ef1a25b2df94492fa49343698b9d363d680f254) 
++ Minor fixes to kamoso icon, introducins a new one for testing. [Commit.](http://commits.kde.org/oxygen-icons/753506c6b7022a0d33dc24c66b95b56a46140660) 
++ More osd icons. [Commit.](http://commits.kde.org/oxygen-icons/3ea11a914066c7afb212237cdb7292fc6a4c1d16) 
++ DrKonqi icon for try. [Commit.](http://commits.kde.org/oxygen-icons/0fb98e4a953bc58aa0c406351d86cc0cb4d47129) 
++ Updated info. [Commit.](http://commits.kde.org/oxygen-icons/050108d9f8776be43b1b68c886b2448f30769356) 
++ New size. [Commit.](http://commits.kde.org/oxygen-icons/3a3c81beec98e39b13bb296d23e8cc8218035013) 
++ Osd symbolic icons initial commit. [Commit.](http://commits.kde.org/oxygen-icons/de8f433e68cf531a5e9d6171d25096d93419be32) 
++ New symbolic icon. [Commit.](http://commits.kde.org/oxygen-icons/de493bc62fe22a70acd3068390b70ca24b8e68a6) 
++ Unintentional deletion. [Commit.](http://commits.kde.org/oxygen-icons/e5750de90fe7308e6f357991983db80f6b6a7edb) 
++ New icons. [Commit.](http://commits.kde.org/oxygen-icons/7e8590dd41f040161ed34168b7794645a1059d05) 
++ Symlink for kontacts. [Commit.](http://commits.kde.org/oxygen-icons/d487022633b941aa06c23fef4d805cf2e929384f) 
++ New symbolic icon for use in system-try. [Commit.](http://commits.kde.org/oxygen-icons/1c36d34983205676c4a84399511237c84a7b2aa0) 
++ Add IM user online icon. [Commit.](http://commits.kde.org/oxygen-icons/a08e55b3cd8bfe900d35a65acf523022833cdc84) 
+{{< /details >}}
+
+{{< details title="Prison" href="https://commits.kde.org/prison" >}}
++ Include only needed headers instead of QtConcurrent module header. [Commit.](http://commits.kde.org/prison/e69d33ab7dc65f5a56d02610c1919b9956b5e407) 
+{{< /details >}}
+
+{{< details title="Purpose" href="https://commits.kde.org/purpose" >}}
++ AlternativesView: Added a disabledPlugins property. [Commit.](http://commits.kde.org/purpose/86835739851d415b6a79701efbb4612dfb5ac377) 
+{{< /details >}}
+
+{{< details title="QQC2 Desktop Style" href="https://commits.kde.org/qqc2-desktop-style" >}}
++ TextArea: Use Wrap instead of WordWrap. [Commit.](http://commits.kde.org/qqc2-desktop-style/58114f9ae2a1fe1ec32bb538747e65dc53a0576f) 
++ Use StyleItem for item view background painting. [Commit.](http://commits.kde.org/qqc2-desktop-style/688cd30abe5c416d9e2bafd402e927309d136c6f) 
++ Allow QPA Platform Themes to avoid KIconEngine. [Commit.](http://commits.kde.org/qqc2-desktop-style/599314d91715e599dae5e2ebdea0a60fd39860ac) 
++ Prevent TextField height changes when switching echo modes. [Commit.](http://commits.kde.org/qqc2-desktop-style/65ce4f55deaf513a6a480140bac0c43cf6b038ae) 
+{{< /details >}}
+
+{{< details title="Solid" href="https://commits.kde.org/solid" >}}
++ Udisks2: StorageAccess: if '/' is a mountpoint, return that as filePath(). [Commit.](http://commits.kde.org/solid/13de1d863c7dd52d20ebcfad8c88943685b9e870) 
++ Solidnamespace.h: provide version macros to consumers. [Commit.](http://commits.kde.org/solid/2ec1e0efbcea24150c7b4392e2276b4d1a7a1bee) 
+{{< /details >}}
+
+{{< details title="Syntax Highlighting" href="https://commits.kde.org/syntax-highlighting" >}}
++ Don't do a reload on language change. [Commit.](http://commits.kde.org/syntax-highlighting/626676176d4201f1b8d756e534820c2e3177cb24) Fixes bug [#523233](https://bugs.kde.org/523233)
++ Slint: Include upstream changes. [Commit.](http://commits.kde.org/syntax-highlighting/16fac1cf0cb2d46d3e8dd8bbd786d51802642252) 
++ RTF: Fix unbounded context stack growth. [Commit.](http://commits.kde.org/syntax-highlighting/2b8a80270a31a6173f36bd4e2c3f5164ea99509b) 
++ Cmake.xml: update syntax for CMake 4.4. [Commit.](http://commits.kde.org/syntax-highlighting/1b759172f711c0402f439a97ca2e0fd4525d7a9f) 
++ Fix listening for language changes, just react on the app instance event. [Commit.](http://commits.kde.org/syntax-highlighting/9ba269803e1baa918b8f0487433c91ea6400894f) 
++ Update MIME types for shell scripts. [Commit.](http://commits.kde.org/syntax-highlighting/48077f8fd3069f150ba7ae6a8902bfd142bc0981) 
++ Meson: add meson.options to recognized extensions. [Commit.](http://commits.kde.org/syntax-highlighting/e157b8bfa130d8d59ded40de989a3fa85a449f87) 
++ M3u: add m3u8 as one possible extension. [Commit.](http://commits.kde.org/syntax-highlighting/ab9e5b046dc487288b32eff94d43dbabb1ec5358) 
++ Cpp: Add qmqlintegration macros from Qt 6.5. [Commit.](http://commits.kde.org/syntax-highlighting/58242db2c0c803902db38a92e08d6dbcc42c9e21) 
+{{< /details >}}
+
diff --git a/content/info/kde-frameworks-6.29.0.md b/content/info/kde-frameworks-6.29.0.md
new file mode 100644
index 0000000000..5e2eb764b1
--- /dev/null
+++ b/content/info/kde-frameworks-6.29.0.md
@@ -0,0 +1,9 @@
+---
+version: "6.29.0"
+title: "KDE Frameworks 6.29.0"
+type: info/frameworks6
+date: 2026-08-14
+signer: Nicolas Fella
+signing_fingerprint: 90A968ACA84537CC27B99EAF2C8DF587A6D4AAC1
+draft: false
+---
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.