KDE Gear 26.04.0 Full Log Page
This is the automated full changelog for
KDE Gear 26.04.0
from the git repositories.
accessibility-inspector
- CI - Flatpak - Formatting. Commit.
- CI - Flatpak - Update to 6.10 runtime. Commit.
- CI - Flatpak - Remove whitespace. Commit.
akonadi
- FormCollectionComboBox: Fix combobox delegate text. Commit.
- Drop unused kwindowsystem dependency. Commit.
- USe PIM_VERSION. Commit.
- Allow filtering for accounts in AccountFilterProxyModel. Commit.
- Expose account id in AgentInstance. Commit.
- Assign filter proxy model. Commit.
- Add default. Commit.
- Prepare to improve tags dialog bix. Commit.
- Add missing include moc. Commit.
- Qdoc++. Commit.
- Akonadictl: Prefer starting via DBus activation. Commit.
- Add missing class/inheaderfile/inmodule. Commit.
- Add missing qdoc info. Commit.
- .pre-commit-config.yaml - autoupdate. Commit.
- Gersemi fixes. Commit.
- Add akonadi-agentbase qdoc support. Commit.
- Add akonadi widget qdoc. Commit.
- Add missing qdoc info. Commit.
- Improve qdoc. Commit.
- Fix typo. Commit.
- Add akonadi-core qdoc support. Commit.
- Add more qdoc support. Commit.
- Prepare qdoc support. Commit.
- Prepare qdoc support. Commit.
- Add Agent extension for account management. Commit.
- Fix online accounts integration. Commit.
- Fix konlineaccounts service name. Commit.
- Revert "Drop AgentConfigurationBase::parentWidget". Commit.
- Drop AgentConfigurationBase::parentWidget. Commit.
- Switch default database backend to SQLITE. Commit.
- Add lsan CI support. Commit.
- Add more doc. Commit.
- Add missing [[nodiscard]]. Commit.
- Methods are already defined in AgentBase. Commit.
- Add more doc. Commit.
- Cmake_minimum_required: drop outdated FATAL_ERROR. No more need for backward-support for CMake < 2.6. Commit.
- Dbconfigmysql.cpp - fallback to "mariadbd", not "mariadb". Commit. Fixes bug #514280.
- Fix QNetworkInformation::instance() handling. Commit.
- .clang-tidy - modernize for newer clang-tidy version. Commit.
- Add -Wshadow for clang-based builds. Commit.
- Fix pre-commit CI. Commit.
- Pre-commit was not installed. Commit.
- Collection::displayName: Special case the akonadi_search_resource Search folder name. Commit. Fixes bug #358792.
- Prepare to port to qdoc. Commit.
- Port deprecated macro. Commit.
- Add warning when we can't open file. Commit.
- Revert "port some deprecated functions". Commit.
- Show header in qtc. Commit.
- Move ColorProxyModel to core. Commit.
- New online accounts integration. Commit.
- Quick/ColorProxyModel: Fix showing icons for mail folders. Commit.
- Rework how agent config dialog sizes are stored. Commit.
- Remove KAccounts integration. Commit.
- Add systemd service file for akonadi_control. Commit.
- Servermanager: Try activating akonadi_control via DBus first. Commit.
- Guard against EntityDisplayAttribute being null. Commit.
- Fix missing alias property in AgentConfigurationForm. Commit.
- Add missing include moc. Commit.
- Quick: fix proxy model used in collection picker page. Commit. Fixes bug #511706.
- TagManagerApp: Add placeholder message when list is empty. Commit.
- Correct formatting. Commit.
- AgentConfigurationForm: hide separator when there is no account. Commit.
- Revert this patch of commit. It crashs when we want to configure account. Commit.
- Don't add qDebug in headers. Commit.
- Port some deprecated functions. Commit.
- #include --. Commit.
- Port deprecated invalidateFilter to beginFilterChange/endFilterChange. Commit.
- Fix many compile warnings found by clang. Commit.
- Optimize StorageJanitor::findOrphanedItems. Commit.
- Cppcheck fixes unreachableCode. Commit.
- Cppcheck fixes redundantInitialization. Commit.
- Cppcheck fixes identicalConditionAfterEarlyExit. Commit.
- Update version. Commit.
- Size() is not usually boolean - probably a copy & paste error. Commit.
- Add cbegin() and cend() for const iteration. Commit.
- Use the correct parent collection in case of FetchCollectionsMerged. Commit.
- That was not a good use of a template parameter. Commit.
- ColId usually means column ID in model code, so rename it. Commit.
- Make this easier to read and avoid unnecessary hash lookups. Commit.
- Simplify monitoredItemAdded()/Linked(). Commit.
- Simplify assertions. Commit.
- Make monitoredItemAdded() more similar to monitoredItemLinked(). Commit.
- Rename InvisibleCollectionFetch -> FetchCollectionsMerged. Commit.
- Clazy fixes skipped-base-method. Commit.
- Add default ClangBuildAnalyzer.ini (testing compile time). Commit.
- Adapt expected output to change in db initializer. Commit.
- Disable the QLocalSocket workaround for fixed Qt versions. Commit.
- Fix SQL syntax error when using MariaDB 12.1. Commit.
- Add missing USE_UNITY_CMAKE_SUPPORT variable for building as unity from cmakepreset. Commit.
- Add cppcheck suppression - mWriteCount does change. Commit.
- The workaround needs a workaround. Fun!. Commit.
- Work around QLocalSocket::waitForBytesWritten() problem on Unix. Commit. See bug #490742.
- Remove unused getter. Commit.
- Add missing include moc. Commit.
- Clazy fixes const-signal-or-slot. Commit.
- Cppcheck - suppress (with one fix) unreadVariable. Commit.
- Fix clazy warnings. Commit.
- Adjust testResolveAbsolutePath data for us old-timer users. Commit.
- Clazy fixes unused-non-trivial-variable. Commit.
- Clazy fixes unused-non-trivial-variable. Commit.
- Clazy fixes unused-non-trivial-variable. Commit.
- Port to new connect signal/slot. Commit.
- Use new connect signal/slot. Commit.
- Clazy fixes temporary. Commit.
- Use upper case include. Commit.
- Chore: use
QDateTime::currentSecsSinceEpoch(). Commit. - Chore: remove unused
#includes. Commit. - Fix(dbmigrator): remove leftover entries in
db_migration directory. Commit. - Fix(storage): segfault during database migration. Commit.
- Drop AgentConfigurationBase::standardButtons. Commit.
- Use better way to disable session management. Commit.
- Remove unneeded session manager disabling. Commit.
- Revert "Extend the protocol with BeginItemSync and EndItemSync commands". Commit.
- Revert "DataStream: distinguish between regular exception and timeout". Commit.
- Revert "ItemQueryHelper: use a more helpful exception message". Commit.
- Revert "Implement ItemSyncHandler". Commit.
- Revert "Switch ItemSync to the new server-side itemsync protocol". Commit.
- Revert "Deprecated TransactionJobs and TransactionSequence". Commit.
- Revert "Fix handling subjob error in new ItemSync". Commit.
- Revert "Decrease the default size of batchSize reported by ResourceBase". Commit.
- Revert "ItemSync: don't send EndItemSync if we did not send BeginItemSync". Commit.
- Revert "Fix build against Qt 5.14". Commit.
- Revert "ItemSync: don't use long-lasting multi-item transactions". Commit.
- Revert "ItemSync: propagate merge mode to BeginItemSync command". Commit.
- Revert "ItemSync: fix & adjust itemsynctest". Commit.
- Revert "Connection: specify socket read timeout using std::chrono". Commit.
- Revert "ItemSync: use DB transactions to optimize sync speed". Commit.
- Revert "Fix a spelling and a newline-at-eof issue to pass CI". Commit.
- Revert "A round of clang-format for CI". Commit.
- Revert "Fix Windows build, adapt to rename". Commit.
akonadi-calendar
- Itiphandler_p.cpp - add a cppcheck-suppress. Commit.
- CMakeLists.txt - fix typo AKONADI_MIME_VERSION=>AKONADIMIME_LIB_VERSION. Commit.
- Src/todomodel.cpp - cppcheck supress functionStatic. Commit.
- Use [[maybe_unused]]. Commit.
- Standardcalendaractionmanager.cpp - add cppcheck suppressions. Commit.
- Qdoc++. Commit.
- Add missing tag. Commit.
- Don't execute it if we don't have .git. Commit.
- Update pre-commit. Commit.
- Src/mailclient_p.cpp - remove conditional compile for ENTERPRISE. Commit.
- Add lsan CI support. Commit.
- .gitlab-ci.yml - add clang-tidy testing to merge requests. Commit.
- .gitlab-ci.yml - add clazy testing to merge requests. Commit.
- Show more methods. Commit.
- Cmake_minimum_required: drop outdated FATAL_ERROR. No more need for backward-support for CMake < 2.6. Commit.
- Fix the Qt commercial license naming. Commit.
- Autotests/collectioncalendartest.cpp - fix a discard warning. Commit.
- Fix some shadow variable. Commit.
- Add -Wshadow for clang-based builds. Commit.
- Fix documentation. Commit.
- Incidencetreemodel.cpp - avoid throw if item payload is empty. Commit. Fixes bug #513158.
- Clang-tidy fixes misc-const-correctness. Commit.
- Convert doc. Commit.
- Prepare convert doc. Commit.
- Allow to install pre-commit support. Commit.
- Port deprecated kmime code. Commit.
- Use std::shared_ptr instead of QSharedPointer for KMime::Message. Commit.
- Use Q_DISABLE_COPY_MOVE rather than hand-crafted code. Commit.
- Add info about not install pre-commit hook. Commit.
- Restore and sync the proper config. Commit.
- Add default ClangBuildAnalyzer.ini (testing compile time). Commit.
- Add missing USE_UNITY_CMAKE_SUPPORT variable for building as unity from cmakepreset. Commit.
- Fix some clazy warnings. Commit.
- Use KUIT i18n strings in a few places. Commit.
- .krazy - add the extra "tipandthis" checker. Commit.
akonadi-calendar-tools
- Documentation.yml is no more needed. Commit.
- Cmake_minimum_required: drop outdated FATAL_ERROR. No more need for backward-support for CMake < 2.6. Commit.
- Fix the Qt commercial license naming. Commit.
- Add -Wshadow for clang-based builds. Commit.
- CI: Add documentation build. Commit.
- Add default ClangBuildAnalyzer.ini (testing compile time). Commit.
- Add missing USE_UNITY_CMAKE_SUPPORT variable for building as unity from cmakepreset. Commit.
akonadi-contacts
- Use [[maybe_unused]]. Commit.
- Qdoc++. Commit.
- Qdoc++. Commit.
- Improve qdoc. Commit.
- Don't execute it if we don't have .git. Commit.
- Add akonadi-contacts-widgets. Commit.
- Add qdoc support. Commit.
- Pre-commit auto-update. Commit.
- Add lsan CI support. Commit.
- Prepare doc support. Commit.
- Add option for defining: Warnings are errors. Commit.
- Cmake_minimum_required: drop outdated FATAL_ERROR. No more need for backward-support for CMake < 2.6. Commit.
- It seems on windows we need to export it. Commit.
- Don't export class when it's not necessary. Commit.
- Add private export include. Commit.
- Use \author. Commit.
- Prepare doc support. Commit.
- Prepare doc support. Commit.
- Fix shadow variables warning. Commit.
- Add -Wshadow for clang-based builds. Commit.
- Fix ktextaddons dep. Commit.
- Make sure that we don't add deprecated code. Commit.
- Allow to install pre-commit git hook. Commit.
- Increase ktextaddons version. Commit.
- Adapt to renaming of (now) FetchCollectionsMerged in akonadi. Commit.
- Add default ClangBuildAnalyzer.ini (testing compile time). Commit.
- Add missing USE_UNITY_CMAKE_SUPPORT variable for building as unity from cmakepreset. Commit.
- Port to QLineEdit. Commit.
- Use QLineEdit here too. Commit.
- Use same ktextaddons version. Commit.
akonadi-import-wizard
- Don't execute macro if we don't have .git. Commit.
- .pre-commit-config.yaml - autoupdate. Commit.
- Gersemi fixes. Commit.
- Add lsan CI support. Commit.
- Cmake_minimum_required: drop outdated FATAL_ERROR. No more need for backward-support for CMake < 2.6. Commit.
- Add -Wshadow for clang-based builds. Commit.
- Allow to install pre-commit support. Commit.
- Add info about not install pre-commit hook. Commit.
- Add default ClangBuildAnalyzer.ini (testing compile time). Commit.
- Add missing USE_UNITY_CMAKE_SUPPORT variable for building as unity from cmakepreset. Commit.
- Remove unused variables. Commit.
- Increase QT6KEYCHAIN_LIB_VERSION version. Commit.
akonadi-mime
- Use [[maybe_unused]]. Commit.
- Don't execute if we don't have .git. Commit.
- Qdoc++. Commit.
- Add warn_about_unknown_commands: false. Commit.
- Fix some qdoc. Commit.
- Allow to show more method. Commit.
- Cmake_minimum_required: drop outdated FATAL_ERROR. No more need for backward-support for CMake < 2.6. Commit.
- Use \typealias. Commit.
- Add -Wshadow for clang-based builds. Commit.
- Fix documentation. Commit.
- Generate doc. Commit.
- Add EntityDisplayAttribute if collection does not have one. Commit.
- Make sure that we don't add deprecated code. Commit.
- Port KMime::Message from QSharedPointer to std::shared_ptr. Commit.
- Allow to install pre-commit git hook. Commit.
- Use std::shared_ptr instead of QSharedPointer. Commit.
- Add parent widget for kmessagebox. Commit.
- Const'ify variable. Commit.
- Add info about not install pre-commit hook. Commit.
- Port away from deprecated KMime API. Commit.
- Stop using more deprecated KMime typedefs. Commit.
- Stop using deprecated KMime::Types::Mailbox::List. Commit.
- Properly document StatusUnread and StatusFlag. Commit.
- Don't include QDebug in header. Commit.
- Adapt to renaming of (now) FetchCollectionsMerged in akonadi. Commit.
- Add default ClangBuildAnalyzer.ini (testing compile time). Commit.
- Add missing USE_UNITY_CMAKE_SUPPORT variable for building as unity from cmakepreset. Commit.
- Fix some clazy warnings. Commit.
akonadi-search
- Don't execute if we don't have .git. Commit.
- Add more qdoc support. Commit.
- Gersemi fixes - cmake linting and formatting. Commit.
- Fix compile. Commit.
- Fix some qdoc support. Commit.
- Pre-commit auto-update. Commit.
- Agent: update htmlparser. Commit. Fixes bug #514669.
- Continue to port doc. Commit.
- Cmake_minimum_required: drop outdated FATAL_ERROR. No more need for backward-support for CMake < 2.6. Commit.
- Prepare doc support. Commit.
- Fix some shadow variables. Commit.
- Add -Wshadow for clang-based builds. Commit.
- Fix ktextaddons dep. Commit.
- Make sure that we don't add deprecated code. Commit.
- Remove akonadi note support. Commit.
- Use shared_ptr instead of QSharedPointer for KMime::Message. Commit.
- Allow to install pre-commit git hook. Commit.
- Add info about not install pre-commit hook. Commit.
- Increase ktextaddons version. Commit.
- Port away from kmime deprecated API. Commit.
- Stop using deprecated KMime::Types::Mailbox::List. Commit.
- Don't add #include in header. Commit.
- Add default ClangBuildAnalyzer.ini (testing compile time). Commit.
- Port some deprecated kmime methods. Commit.
- Pre-commit was not executed when apply patch. Commit.
- Add missing USE_UNITY_CMAKE_SUPPORT variable for building as unity from cmakepreset. Commit.
- Deleted <> surounding email in set data which caused mailto not working. Commit.
- Fix build with corrosion 0.6. Commit.
- Fix some clazy warning. Commit.
- Use same ktextaddons version. Commit.
akonadiconsole
- Use release/26.04. Commit.
- Show Account ID for agent. Commit.
- Don't execute when we don't have .git. Commit.
- Add warn_about_unknown_commands: false. Commit.
- Cmake_minimum_required: drop outdated FATAL_ERROR. No more need for backward-support for CMake < 2.6. Commit.
- Add -Wshadow for clang-based builds. Commit.
- Allow to install pre-commit support. Commit.
- Make sure that we don't add deprecated code. Commit.
- Port deprecated methods. Commit.
- Port KMime::Message from QSharedPointer to std::shared_ptr. Commit.
- Add default ClangBuildAnalyzer.ini (testing compile time). Commit.
- Add missing USE_UNITY_CMAKE_SUPPORT variable for building as unity from cmakepreset. Commit.
akregator
- Use release/26.04. Commit.
- Don't execute if we don't have .git. Commit.
- Add warn_about_unknown_commands: false. Commit.
- Documentation.yml is no more needed. Commit.
- Add lsan CI support. Commit.
- Cmake_minimum_required: drop outdated FATAL_ERROR. No more need for backward-support for CMake < 2.6. Commit.
- Fix the Qt commercial license naming. Commit.
- Add -Wshadow for clang-based builds. Commit.
- Allow to install pre-commit support. Commit.
- Fix ktextaddons dep. Commit.
- Fix restore main window not being registered with the system tray. Commit. Fixes bug #494071.
- Fix crash when we click on systray. Commit.
- Initialize pointer in constructor. Commit.
- Fix order. Commit.
- Add missing [[nodiscard]]. Commit.
- Const'ify variables. Commit.
- Debug --. Commit.
- Remove unused variable + const. Commit.
- Add private area. Commit.
- Storage c4_Storage ctor second parameter is of type int with values 0 or 1. Commit.
- CI: Add documentation build. Commit.
- Add default ClangBuildAnalyzer.ini (testing compile time). Commit.
- Add missing USE_UNITY_CMAKE_SUPPORT variable for building as unity from cmakepreset. Commit.
- Allow to translate command line option. Commit.
- USe generateUrlInfo. Commit.
- Fix clazy warnings. Commit.
- Port to Q_ENUM. Commit.
- We depend against ktextaddons text to speech which have enqueue support. Commit.
- Adapt to new API (ktextaddonswidget configure plugins support). Commit.
- Use ktextaddons master. Commit.
- Fix stable url. Commit.
- We use ktextaddons widgets. Commit.
alligator
- Fix the feed form behavior when adding another feed. Commit. Fixes bug #512788.
- Call beginRemoveRows before manipulating database. Commit. Fixes bug #515815.
- Add KCrash integration. Commit.
- Manage feeds using unique_ptr. Commit.
- Enable lsan on CI. Commit.
- Update deprecation levels. Commit.
- Snapcraft: remove old env override. Commit.
- Snapcraft: Use beta sdks for master. Commit.
- Add snap pipeline. New snap release. Commit.
- CI - Flatpak - Update to 6.10 runtime. Commit.
- Fix version attribute for OPML exports. Commit. Fixes bug #512743.
- Fix crashes. Commit.
- Improved GroupsListPage and FeedGroupDialog. Commit.
- Fix add feed dialog oddities. Commit.
- Place the open in browser button first. Commit.
- Fix pagestack showing two articles at the same time. Commit.
- Port deprecated invalidateFilter in qt6.10. Commit.
- Allow to show headers in qtc. Commit.
- Exclude all build dir. Commit.
- Add CMakePresets.json file. Commit.
analitza
- Fix build of eigen-dependent code with Eigen 5. Commit.
angelfish
- Snapcraft: Slim down file, add missing dep, prepare for beta. Commit.
- Desktop: Fix tabs bar and clean up the styling. Commit.
- Try harder to hide toolbar in webapp mode. Commit.
- Ci: Disable snap job, it is broken for weeks. Commit.
- Webapp: Remove questionLoader property. Commit.
- Added CSS for reader mode. Commit.
- Implemented a dialog box that asks for the title of the web app before creating the webapp. Commit.
- Fix downloads. Commit.
- Update adblock crate. Commit.
- Ci: Add arm64 flatpak job. Commit.
- Switch default search engine to DuckDuckGo's noai variant. Commit.
- Master. Commit.
- Revert "snapcraft: add snap ci support.". Commit.
- Snapcraft: add snap ci support. Commit.
- CI - Flatpak - Remove ffmpeg as it is now in runtime. Commit.
- Revise bookmarks and history queries and show mix on naventrysheet. Commit.
- Fix update of the last visit. Commit.
- Fix loading icons for desktop. Commit.
- Fix build with corrosion 0.6. Commit.
- Fix showing permission questions. Commit.
- Move NewTabQuestion to lib. Commit.
- Show new tab notification for shorter time. Commit.
- Fix search via menu. Commit.
- Guard pageWebView while it is loading. Commit.
- Check for developer tool state only when item is available. Commit.
- Adjust SQL statement to the stored data. Commit.
- Flatpak: Update generated sources. Commit.
- Update adblock crate to 0.11. Commit.
- Remove favicon handling from SQL queries. Commit.
- Use QtWebengine favicon provider instead of the internal one. Commit.
- Use qEnvironmentVariable. Commit.
- Take into account env QTWEBENGINE_CHROMIUM_FLAGS. Commit.
- Updates navigation entry sheet only after currentWebView is ready. Commit.
arianna
- Snapcraft: Slim down file, add missing dep, prefare for beta. Commit.
- This is a fix for the font settings savings bug. This was due to a. Commit. Fixes bug #488128.
- Snapcraft: Use beta sdk for master. Commit.
- Snapcraft: add libduktape. Commit.
- Add snap to CI. Commit.
- Remove qthttpserver from the flatpak manifest. Commit.
- Use a tagged version of baloo. Commit.
- Remove kirigami addons from the flatpak. Commit.
- CI - Flatpak - Update LMDB version. Commit.
- CI - Flatpak - Formatting. Commit.
- CI - Flatpak - Update LMDB URL Template. Commit.
- CI - Flatpak - Formatting. Commit.
- CI - Flatpak - Use Baloo from master like Kirigami Addons. Commit.
- CI - Flatpak - Update Qt HTTP Server module to 6.10.0 and add update checker. Commit.
- CI - Flatpak - Formatting. Commit.
- CI - Flatpak - Update runtime to 6.10. Commit.
- Fix black bars/background behind text. Commit.
- Bump kf ecm_set_disabled_deprecation_versions. Commit.
- Exclude .qtcreator/. Commit.
- Don't use tr(...) as we use i18n( ) in this apps. Commit.
- Use isEmpty() vs count() > 0. Commit.
- Fix cppcheck warning. Commit.
ark
- Flatpak: Bump libarchive to 3.8.5, use github. Commit.
- CONTRIBUTING.md proof reading. Commit.
- SNAP: the versioned solib is in libduktape207. Commit.
- SNAP: adhere to the yaml lint expectations. Commit.
- SNAP: add missing runtime exe's & required qt libs. Commit.
- Use Kate/Okular part only when mime type exactly matches a supported type. Commit.
- Compressfileitemaction: use KIO::NameFinderJob to determine archive name. Commit.
- Batchextracttest: modify test to cover existing folder use-case. Commit.
- Add .vscode to .gitignore. Commit.
- Correct possible debug logging. Commit.
- Extractiondialog: do not overwrite directory when extract. Commit. Fixes bug #504869.
- OverwriteQuery: Set an archive KIO URL as source URL. Commit.
- Documentation.yml is no more needed. Commit.
- Libarchive: prevent silent replacement of existing files by directory entries during extraction. Commit. See bug #504869.
- Add RAR uncompression support to the Flatpak. Commit.
- ExtractFileItemAction: Instead of "Delete" use "Trash". Commit. Fixes bug #498852.
- Use ECM_TEST_NAME_PREFIX_STRATEGY set to "PATH". Commit.
- Add snap to CI and prepare for beta release. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Updates. Commit.
- Turn extractToSubfolder into variable. Commit.
- Update comment, remove unneeded method. Commit.
- Simply ExtractDialog. Commit.
- Extract Dialog: Allow to select the current Url. Commit. Fixes bug #507193.
- Use uppercase include. Commit.
- Flatpak: use 6.10 runtime. Commit.
artikulate
- Documentation.yml is no more needed. Commit.
- Snapcraft Add to CI and prepare beta snap. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Sort finish arguments. Commit.
- CI - Flatpak - Update to 6.10 runtime. Commit.
audex
- Add snapcraft to CI and prepare for a beta release. Commit.
- Improve i18n. Commit.
audiocd-kio
- Show track number first as default. Commit. Fixes bug #515665.
- Update docpath in json. Commit.
- Rename English docbook folders. Commit.
- KCM: hide when not relevant. Commit.Implements improvement #513661
- Move to "Connected Devices" category. Commit.
- Require passing tests on CI. Commit.
- Shorten appstream description. Commit.
- Add developer id to appstream. Commit.
- Port away from KCompactDisk. Commit.
- Use better way to disable session management. Commit.
audiotube
- Flatpak: Update dependencies. Commit.
- Flatpak: Update deps. Commit.
- Remove duplicate exception handling in ytmusic.cpp. Commit.
- Fix reference error in HeroHomeShelf.qml. Commit.
- Remove unnecessary std::shared_ptr hackery. Commit.
- Use same loading indicator as on other pages. Commit.
- Unify corner radius with rest of the application. Commit.
- Add loading placeholders. Commit.
- Unify spacings. Commit.
- Feat: Save in app state last opened page. Commit.
- Fix: Sort thumbnail by size to display the non blurry one. Commit.
- Refactor: Remove duplication explore and home model. Commit.
- Mood: Add page displaying all the mood. Commit.
- Add home and explore page. Commit.
- Home: Add support for fetching information for home page. Commit.
- Search: Add support for searching for moods. Commit.
- Fix adding songs to playlists. Commit.
- Fix spacing for toolbar. Commit.
- Handle empty repeater. Commit.
- Use ConvergentContextMenu instead of own implementation. Commit.
- Reword translatable strings. Commit.
- Add translation context to strings with variables. Commit.
- Flatpak: Fix video extraction. Commit.
- Update tested ytmusicapi version to 1.11.4. Commit.
- Remove empty KDE::supporters tag. Commit.
- Add snap to ci and prepare beta release. Commit.
- Add duktape-dev to fix snap builds. Commit.
- CI - Flatpak - Update dependency yt-dlp. Commit.
- CI - Flatpak - Sort finish arguments. Commit.
baloo-widgets
- Autotests: add wigetfactorytest$. Commit.
- Widgetfactory: translate dates to local timezone. Commit. See bug #500332.
- Filemetadataprovider: clean up old QT_VERSION check. Commit.
- Tagsftileitemaction: Rename plugin from "Tags" to "Assign tags". Commit.
- Enable LSAN in CI. Commit.
- TagCheckBox: Handle dolphin crashes when encountering a tag containing slash '/' character. Commit. Fixes bug #437501.
blinken
- Documentation.yml is no more needed. Commit.
- Cmake_minimum_required: drop outdated FATAL_ERROR arg. Commit.
- Add snap to CI and prepare beta release. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update to 6.10 runtime. Commit.
bomber
- Documentation.yml is no more needed. Commit.
- Add snap to CI and prepare for beta release. Commit.
- CI: Add documentation build and remove craft-macos. Commit.
- CI - Flatpak - Update to 6.10 runtime. Commit.
bovo
- Documentation.yml is no more needed. Commit.
- Add snap to CI and prepare for beta release. Commit.
- Fix scanning for themerc files in top theme data dirs & their parent. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update to 6.10 runtime. Commit.
calendarsupport
- Don't execute if we don't have .git. Commit.
- Fix qdoc. Commit.
- Add warn_about_unknown_commands: false. Commit.
- Fix doc support. Commit.
- Add Warnings are errors. Commit.
- Add clazy support. Commit.
- Cmake_minimum_required: drop outdated FATAL_ERROR. No more need for backward-support for CMake < 2.6. Commit.
- Fix some doc. Commit.
- Don't install no exported class. Commit.
- Fix the Qt commercial license naming. Commit.
- Add -Wshadow for clang-based builds. Commit.
- Show methods + add inmodule. Commit.
- Cppcheck fixes shadowArgument, shadowVariable, shadowFunction issues. Commit.
- Cppcheck fixes variableScope. Commit.
- Cppcheck fix redundantInitialization. Commit.
- Fix generate doc. Commit.
- Clazy fixes range-loop-detach. Commit.
- Src/kcalprefs.kcfg - by default, enable event and to-do reminders. Commit. Fixes bug #491009.
- Fix typo. Commit.
- .clang-tidy - add clang-tidy configuration. Commit.
- Remove AKONADI_PORT_DISABLED conditional compiles. Commit.
- Src/next/incidenceviewer.h - add KDAB's email address to the copyright. Commit.
- Port doc. Commit.
- Prepare to convert doc. Commit.
- Fix ktextaddons dep. Commit.
- Make sure that we don't add deprecated code. Commit.
- Test if we can open file. Commit.
- Add info about not install pre-commit hook. Commit.
- Increase ktextaddons version. Commit.
- Add default ClangBuildAnalyzer.ini (testing compile time). Commit.
- Add missing USE_UNITY_CMAKE_SUPPORT variable for building as unity from cmakepreset. Commit.
- Use same ktextaddons version. Commit.
calindori
- Snapcraft: add snap to CI and prepare for beta release. Commit.
- Fix typos. Commit.
- CI - Flatpak - Update dependency kpeople. Commit.
- CI - Flatpak - Sort finish arguments. Commit.
- CI - Flatpak - Update to 6.10 runtime. Commit.
calligra
- Fix build with poppler 26.02.0. Commit.
- Fix RTF encoding handling. Commit. Fixes bug #512888.
- Fix documentation generation. Commit.
- Fix overly long string in SPARQL query editor. Commit. Fixes bug #381939.
- Fix build with poppler 26.01. Commit.
- Align words generator CMake minimum version w/ root CMakeLists.txt. Commit.
- CI - Flatpak - Add patch to fix building libodfgen. Commit.
- CI - Flatpak - Update boost. Commit.
- CI - Flatpak - Fix boost template URL. Commit.
- CI - Flatpak - Update Runtime to latest. Commit.
- CI - Flatpak - Updates. Commit.
cantor
- Fix minor typo. Commit.
- Added the handling for failing file open calls for temp files, removed the migration. Commit.
- Improve completion popup timing and refactor key handling. Commit.
- Documentation.yml is no more needed. Commit.
- CI: Add documentation build. Commit.
- Style: Cleanup code formatting and modernize member initializations. Commit.
- CI - Flatpak - Updates. Commit.
- Initial KTextEditor integration completed and KF6 compatibility issues fixed. Commit.
- Cleanup comments and finalize rebase. Commit.
- Restore prompt, apply rounded corners, and upgrade KDE Frameworks version. Commit.
- Add selection dashed outline to WorksheetTextEditorItem for clearer visual feedback. Commit.
- Refine worksheet and result item color configuration for cleaner, professional appearance. Commit.
- Fix Default Theme handling and simplify cell theme management. Commit.
- Unify Result Item theme behavior and optimize worksheet display. Commit.
- Add global Default Theme setting and unify worksheet color handling. Commit.
- Fix CI failures: update Maxima and session handling. Commit.
- Refactor(backends): Remove obsolete highlighting and completion logic. Commit.
- Refactor(backends): Complete architectural migration for remaining backends. Commit.
- Refactor(backends): Migrate multiple backends to the new Variable Model. Commit.
- Feat(highlighting): Implement highlighting for user-defined keywords. Commit.
- Feat(completion): Implement code completion functionality. Commit.
- Fix(search): Fix search and replace across different entry types. Commit.
- Refactor:Integrate new editor item and implement basic functionality. Commit.
- Refactor(worksheet): Introduce WorksheetTextEditorItem for CommandEntry. Commit.
- Flatpak: remove unnecessary UNSTABLE_API_ABI_HEADERS. Commit.
- CI - Flatpak - Update dependencies. Commit.
- CI - Flatpak - Remove openjpeg2 as it is not in the Flathub manifest. Commit.
- CI - Flatpak - Add update check data for dependencies. Commit.
- CI - Flatpak - Sort configure options. Commit.
- CI - Flatpak - Fix indentation. Commit.
- CI - Flatpak - Sort finish arguments. Commit.
- CI - Flatpak - Update to 6.10 runtime. Commit.
- Fix flatpak CI job. Commit.
dolphin
- Refresh shortcut: Ignore repeat events. Commit. Fixes bug #514209.
- DolphinTabPage: Prevent re-entrant signal activation for slotViewActivated. Commit.
- Panels/information: prevent memleak when closing mediawidget. Commit.
- Dolphincontextmenu: Set item list properties before adding actions. Commit.
- CMakeLists.txt: bump KF6_MIN_VERSION to 6.23. Commit.
- KitemListSmoothScroller: delete cloned QWheelEvent after use. Commit.
- Fix incorrect app id for Kfind. Commit. Fixes bug #510370.
- Informationpanel: ignore gestures on media slider. Commit. Fixes bug #431307.
- Information/pixmapviewer: handle hdipi for animated images. Commit. Fixes bug #510829.
- Kitemlistview: when editing file name set anchored selection. Commit. Fixes bug #453262.
- KItemListController: Check for highlightEntireRow on rightClick. Commit. Fixes bug #508356.
- Dolphinviewcontainer: Fix infinite loop in isTopMostParentFolderWritable. Commit.
- Settings: make most settings page center aligned. Commit.
- Revert "!1026". Commit. Fixes bug #516341.
- Flatpak: Bump libarchive to 3.8.5, use github. Commit.
- Settings: shorten the KDE file operation confirmation text. Commit.
- Settings: improve confirmation page layout. Commit.
- Dolphinviewcontainer: let the user open a file that was a directory. Commit. See bug #516830.
- Dolphinviewcontainer: do not implicitly open directories as files. Commit. See bug #516830.
- Contextmenusettingspage: add hint for context menu shortcuts in contex menu settings page. Commit.
- Viewproperties: don't use intermediate tmp file to save viewprops. Commit.
- Add keyboard shortcut support for service menu actions. Commit. Fixes bug #260266.
- Kitemviews: add duplicate column values to video details view where appropriate. Commit.
- Dolphinview: indicate drops from Places view. Commit. See bug #509231. See bug #514697.
- Kitemviews: add columns for audio/video codec, color space, and pixel format. Commit.
- Dolphinview: Use job delegate without auto error handling for trash job. Commit.
- Panels/panels: handle lifetime of internal actions. Commit.
- Tabbar: readd auto-with tab width and make it default. Commit.
- Kfileitemmodelrolesupdater: Disconnect change signal before changing data. Commit.
- Remove preview ignore maximum local size handling from Dolphin. Commit.
- Dynamic view should weight folders. Commit. Fixes bug #508304.
- KItemListController: Use entire row for drag and drop if highlightEntireRow is true. Commit. Fixes bug #515439.
- KFileItemModelRolesUpdater: Use mime type from preview job, if any. Commit.
- DragAndDropHelper: Remove check for acceptable drop. Commit.
- Support drop onto executable to run it. Commit.
- Use currentMimeType for temp file filter. Commit.
- Tab settings: add tab style. Commit.
- Mountpointobservercache: Use Solid for determining mountpoint. Commit.
- Documentation.yml is no more needed. Commit.
- Panel/terminal: Add ability to disable konsole url sync. Commit. Fixes bug #306381.
- Clang-tidy: modernize-use-using. Commit.
- Clang-tidy: misc-use-internal-linkage. Commit.
- Clang-format: readability-avoid-return-with-void-value. Commit.
- Clang-tidy: fix modernize-loop-convert. Commit.
- Clang-tidy: fix performance-avoid-endl. Commit.
- Clang-tidy: fix unecessary-value-param. Commit.
- Clang-tidy: avoid copy, use const references. Commit.
- Clang-tidy: remove unnecessary std::move. Commit.
- Clang-tidy: use default for trivial constructor. Commit.
- Add keyboard anchor assignments to mouse events. Commit. Fixes bug #508609.
- Dolphinview: when creating a subfolder expand to it if in details mode. Commit.
- Dolphinfontrequester: Do not apply custom view font to font mode combobox. Commit. Fixes bug #499783.
- Add options to always show tab bar and hide close buttons. Commit.
- On Middle-click, allow to open scripts with the second app. Commit. See bug #496687.
- Viewproperties: remove temp file after loading defaultConfig. Commit. Fixes bug #510500.
- Use Q_ASSERT instead of Q_CHECK_PTR for plain checks of pointer value. Commit.
- DolphinView: Avoid using dynamic view if any items in the view are expanded. Commit.
- Dolphinmainwindow: Reload context menu plugins when configuration changes. Commit. Fixes bug #508722.
- Install middle click event handler on KXmlGui Toolbar menu. Commit.
- Dolphin: Inform user when italic filename style is not supported by the font. Commit. Fixes bug #499784.
- KFileItemModelRolesUpdater: Don't resolve mime type manually. Commit.
- Viewmodes: ensure font dialog retains last custom selection. Commit. Fixes bug #499786.
- Viewactionhandler: remove duplicate Sort by: text. Commit.
- Dolphinview: fix missing selection on next item after Delete key removal. Commit. Fixes bug #513371.
- Dolphinview: do not get view properties if we do not apply dynamic view. Commit. Fixes bug #508402.
- DolphinView: observeCreatedDirectory take into account last / of m_url. Commit. Fixes bug #513345.
- Dolphintabbpage: Allow migration for users with the old session file format. Commit. Fixes bug #513466.
- Clarify split view startup option label. Commit. See bug #464696. See bug #186185.
- CI: Add documentation build. Commit.
- CI - Flatpak - Add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 for libzip. Commit.
- CI - Flatpak - Update Runtime to latest. Commit.
- Kfileitemmodel: Fix folder/file icon rating display. Commit. Fixes bug #512940.
- CI - Flatpak - Remove vlc patch as no longer needed. Commit.
- CI - Flatpak - Remove vlc patch as no longer needed. Commit.
- CI - Flatpak - Updates. Commit.
- Kconfig: add update script for split view closing options. Commit.
- Folderstabssettingspage: add 3 options for closing split view. Commit. Fixes bug #464696. Fixes bug #186185.
- DolphinTabWidget: fix wrong variable in tabInserted tooltip loop. Commit.
- Kitemviews: Prevent crash when dragging details side padding header. Commit. Fixes bug #511057.
- Dolphinnavigatorswidgetaction: show focus indicator in split mode. Commit. Fixes bug #150718. Fixes bug #428440.
- DolphinView: when creating a dir hierarchy only select dir in current path. Commit.
- Context menu: use selected item as containing folder for New file menu. Commit. See bug #508196. Fixes bug #512020.
- DolphinView: open the property dialog on Alt+activated. Commit. Implements feature #512383.
- Kstandarditemlistwidget: Fix vertical misalignment for file names containing certain glyphs. Commit. Fixes bug #512152.
- Informationpanel: prevent a crash when creating video preview panel and a media file is selected. Commit.
- Dolphinviewactionhandler: Add context to translatable string. Commit.
- Dolphincontextmenu: Add hint that shift+middle-click opens the third app. Commit.
- Main: set active view in split mode when not restoring session. Commit. Fixes bug #503576. Fixes bug #508554.
- Revert "Avoid implicitly selecting items". Commit. Fixes bug #494125. Fixes bug #511966. See bug #424723. See bug #492404.
- Remoteencoding: updateMenu: check if a charset is found. Commit.
- Dolphin: improve keyboard search behavior for repeated characters. Commit. Fixes bug #501851.
- Informationpanel: ensure selection info is shown when using keyboard navigation. Commit. Fixes bug #474507.
dragon
- Snapcraft: Use beta content in master and prepare beta release. Commit.
- Flatpak: upgrade to 6.10 runtime. Commit.
- Stop using multimediaprivate. Commit.
- Main: don't keep the engine as child of the app. Commit. Fixes bug #512085.
elisa
- Replace deprecated Q_DECL_OVERRIDE with "override". Commit.
- Appdata: Add vcs-browser URL. Commit.
- ContentView.qml sortRole and sortOrder are assigned twice. Commit.
- URL-decode album images. Commit. Fixes bug #417409.
- Use QtMultimedia in the nightly flatpak. Commit.
- Tweak buttons. Commit.
- Fix media player controls vertical centering. Commit.
- Build: fix warning. Commit.
- Port to KI18n singleton. Commit.
- Remove unnecessary playlist hover buttons. Commit.
- Desktop: Fix Ogg FLAC/Speex MIME types. Commit. Fixes bug #443519.
- Elisa: Fix Opus-in-Ogg files with .ogg. Commit. Fixes bug #443519.
- Snapcraft: prepare for beta release. Commit.
- Simplify and fix music path list items. Commit.
- Add search/filter bar to Radio Stations view. Commit.Implements improvement #494013
- Correct Kirigami name usage. Commit.
- Increase spacing between right header button group. Commit.
- Basic linting. Commit.
- Updates copyright year to 2026. Commit.
- Feat: Toggle between lyrics and playlist view in party mode, and add a smooth transition to the lyrics. Commit. Implements feature #487131.
- Qml/HeaderBar: only replace image if it's loaded. Commit. Fixes bug #506959.
- Port to KI18nQml. Commit.
- Qml/ContextView: allow header label to elide. Commit.
- Make C++ plugin available to qmllint. Commit.
- Updates copyright year to 2025. Commit.
- Removed list of supporters, as we now have a less annoying way of showing them on the apps website. Commit.
- Fix removing qtquickcontrols2.conf. Commit.
- Remove qtquickcontrols2.conf. Commit.
- Emit albumArtist field in MPRIS. Commit.
- CI - Flatpak - Remove vlc patch as no longer needed. Commit.
- CI - Flatpak - Update to 6.10 runtime (remove ffmpeg and kirigami addons as they are now provided by the runtimes). Commit.
- CI - Flatpak - Updates. Commit.
- Adding Jonathing (https://jonathing.me) to list of subscribers. Commit.
- Adding Neal Gompa to list of supporters. Commit.
- Let the user open music files from within the app. Commit. Implements feature #511891.
- Fix build with Qt 6.10 on Android. Commit.
- Adding Idiz Greiwe and Anders Astonsson to list of supporters. Commit.
- Adding fschaupp to list of supporters. Commit.
- Remove unnecessary property qualification in FileDialog. Commit.
- Use FileDialog correctly. Commit.
eventviews
- Src/agenda/timelabels.cpp - slightly better vertical grid alignment. Commit.
- Cppcheck fixes. Commit.
- Cppcheck suppress functionStatic. Commit.
- Don't execute when we don't have .git. Commit.
- .pre-commit-config.yaml - autoupdate. Commit.
- Gersemi fixes. Commit.
- Update pre-commit. Commit.
- Agendaitem.cpp - only add the description if its non-empty. Commit.
- Fix minor typo. Commit.
- Agenda View: allow showing incidence description in the agenda items. Commit. See bug #478358.
- Agendaitem.cpp - for short items show the endtime too. Commit.
- Agendaitem.cpp - for short items at least show the start time too. Commit. Fixes bug #207809.
- Add missing \class. Commit.
- Month View: allow configuring a custom color for today's date cell. Commit. See bug #92612.
- Format/lint all xml files and add pre-commit to enforce that. Commit.
- Don't run clang-tidy on the generated prefs_base.cpp. Commit.
- .gitlab-ci.yml - add clazy testing to merge requests. Commit.
- .gitlab-ci.yml - add clazy testing to merge requests. Commit.
- .pre-commit-config.yaml - autoupdate. Commit.
- Prevent crashes if calendar3() returns a null calendar. Commit.
- Add option for defining: Warnings are errors. Commit.
- Allow hiding the full window buttons in todo and month views. Commit.
- Allow hiding the full window buttons in todo and month views. Commit.
- Allow hiding the full window buttons in todo and month views. Commit. See bug #511149.
- Src/todo/todoview.cpp - clangd is nagging that chrono isn't necessary. Commit.
- Cmake_minimum_required: drop outdated FATAL_ERROR. No more need for backward-support for CMake < 2.6. Commit.
- Don't export class as it's not installed. Commit.
- Add includes. Commit.
- Fix some doc. Commit.
- Reuse cleaning. Commit.
- Fix the Qt commercial license naming. Commit.
- Fix shadow variable warning. Commit.
- Add -Wshadow for clang-based builds. Commit.
- Revert this commit. Commit.
- Port to qdoc. Commit.
- Clang-tidy fixes misc-const-correctness. Commit.
- Agendaview.cpp - use narrow formatted dates for the day label as needed. Commit. Fixes bug #210835.
- Monthscene - put back the day labels in all cases. Commit.
- Monthscene.cpp - draw non-current-month date in a slightly lighter color. Commit. Fixes bug #423801.
- Monthview - allow not adding the month+date header. Commit.
- Allow to install pre-commit git hook. Commit.
- Use Q_DISABLE_COPY_MOVE rather than hand-crafted code. Commit.
- Add info about not install pre-commit hook. Commit.
- Add default ClangBuildAnalyzer.ini (testing compile time). Commit.
- Add missing USE_UNITY_CMAKE_SUPPORT variable for building as unity from cmakepreset. Commit.
- Fix some clazy warnings. Commit.
falkon
- UserAgent: Allow adding urls without valid host. Commit.
- Fix Drag&Drop actions in bookmarks manager. Commit.
- Add cut, copy and paste to Bookmarks context menu. Commit. Fixes bug #477140.
- KWallet: Do not show password when failed. Commit.
- KWallet: Show notification when wallet opening fails. Commit.
- KWallet add more guards around the code. Commit.
- KWallet: Open the wallet only when asked. Commit.
- KWallet: Do not ask for password at start. Commit.
- Snapcraft: Add to ci and prepare for beta release. Commit.
- CI - Flatpak - Update Runtime to latest. Commit.
- Add support to add items into sidebar menu. Commit.
ffmpegthumbs
- Fix OSS-Fuzz AFL builds. Commit.
filelight
- Documentation.yml is no more needed. Commit.
- Fix multiple segments highlighting when "show small files" is enabled. Commit. Fixes bug #488667.
- Modernize config page. Commit.
- Don't update hovered item when contextMenu is visible. Commit.
- Snapcraft: Prepare for a beta release. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to latest. Commit.
- Port to KConfigXT. Commit.
- Drop dead window width/height entries from default config. Commit.
francis
- Snapcraft: Prepare for beta release. Commit.
- CI - Flatpak - Update Runtime to latest. Commit.
ghostwriter
- Add folder view for an open file. Commit. Implements feature #490515.
- Pre-select find field content on open. Commit.
- Fix: fix broken tooltips for formatting options. Commit.
- Snapcraft: Add to CI and prepare for beta release. Commit.
granatier
- Documentation.yml is no more needed. Commit.
- Snapcraft: Add to CI and prepare for beta release. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to latest. Commit.
grantlee-editor
- Use release/26.04. Commit.
- Don't execute if we don't have .git. Commit.
- Add warn_about_unknown_commands: false. Commit.
- Add lsan CI support. Commit.
- Cmake_minimum_required: drop outdated FATAL_ERROR. No more need for backward-support for CMake < 2.6. Commit.
- Add -Wshadow for clang-based builds. Commit.
- Allow to install pre-commit support. Commit.
- Fix ktextaddons dep. Commit.
- Make sure that we don't add deprecated code. Commit.
- Port deprecated methods. Commit.
- Add info about not install pre-commit hook. Commit.
- Add default ClangBuildAnalyzer.ini (testing compile time). Commit.
- Add missing USE_UNITY_CMAKE_SUPPORT variable for building as unity from cmakepreset. Commit.
- Fix clazy warning. Commit.
- Use same ktextaddons version. Commit.
grantleetheme
- Don't execute if we don't have .git. Commit.
- Qdoc++. Commit.
- Gersemi fixes. Commit.
- Pre-commit auto-update. Commit.
- Allow to build without warnings. Commit.
- Cmake_minimum_required: drop outdated FATAL_ERROR. No more need for backward-support for CMake < 2.6. Commit.
- Add -Wshadow for clang-based builds. Commit.
- Fix module name. Commit.
- Show all methods. Commit.
- Port doc. Commit.
- Allow to install pre-commit git hook. Commit.
- Add info about not install pre-commit hook. Commit.
- Add default ClangBuildAnalyzer.ini (testing compile time). Commit.
- Add missing USE_UNITY_CMAKE_SUPPORT variable for building as unity from cmakepreset. Commit.
- Remove unnecessary CMakeParseArguments. Commit.
gwenview
- Fullscreenconfigwidget.ui allow 1 second interval in fullscreen slideshow. Commit.
- Documentation.yml is no more needed. Commit.
- Use Q_ASSERT instead of Q_CHECK_PTR for plain checks of a pointer value. Commit.
- Removed list of supporters, as we now have a less annoying way of showing them on the apps website. Commit.
- CI: Add documentation build. Commit.
- Adding Andreas Hurka, Oscar Mar to list of supporters. Commit.
- Adding Jakob Moser to list of supporters. Commit.
- CI - Flatpak - Updates. Commit.
- Adding mag37 as a supporter. Commit.
- Added Ettore Berardi to list of supporters. Commit.
- Snap/snapcraft.yaml add file. Build snap package. Commit.
- Flatpak: use 6.10 runtime. Commit.
incidenceeditor
- Guard against crash from empty organiser email. Commit. Fixes bug #495848.
- Incidencedefaults.cpp - todos: adjust currenttime to next quarter hour. Commit. See bug #110236.
- Src/incidencedialog.cpp - KUIT fix for a showMessage(). Commit.
- Cppcheck supress functionStatic. Commit.
- Use [[maybe_unused]]. Commit.
- Cppcheck fixes. Commit.
- Qdoc++. Commit.
- Add qdoc support. Commit.
- Don't execute when we don't have .git. Commit.
- .pre-commit-config.yaml - autoupdate. Commit.
- Gersemi fixes. Commit.
- Remove conditional compiles for KDEPIM_ENTERPRISE_BUILD. Commit.
- Src/incidencerecurrence.cpp - use "https" url. Commit.
- Clangtidy fix issue clang-analyzer-security.ArrayBound. Commit.
- Fix clazy detaching-temporary issues. Commit.
- Clang-tidy fixes for misc-const-correctness issues. Commit.
- Editoritemmanager.cpp - fix asserting in EditorItemManager::item. Commit.
- Add lsan CI support. Commit.
- Show all class in doc. Commit.
- Add WARNINGS_AS_ERRORS. Commit.
- Cmake_minimum_required: drop outdated FATAL_ERROR. No more need for backward-support for CMake < 2.6. Commit.
- Restore export for IncidenceEditor class. Commit.
- Don't export class (it's not installed). Commit.
- Fix doc. Commit.
- Don't generate doc for not exporting class. Commit.
- Fix the Qt commercial license naming. Commit.
- Add -Wshadow for clang-based builds. Commit.
- Fix documentation. Commit.
- Fix config. Commit.
- Convert doc. Commit.
- Remove unused PACKAGE_INCLUDE_QCHTARGETS. Commit.
- Prepare to port to qdoc. Commit.
- Use deprecated version KMIME 6.7.0. Commit.
- Port deprecated methods. Commit.
- Use std::shared_ptr instead of QSharedPointer for KMime::Message. Commit.
- Allow to install pre-commit git hook. Commit.
- Use Q_DISABLE_COPY_MOVE rather than hand-crafted code. Commit.
- Test if we can open file. Commit.
- Add default ClangBuildAnalyzer.ini (testing compile time). Commit.
- Add missing USE_UNITY_CMAKE_SUPPORT variable for building as unity from cmakepreset. Commit.
- Fix percentage i18n. Commit.
isoimagewriter
- Issue with naming solved. New method will now work. Commit.
- Definitely does not work with the news system. Having to go back to the old. Apologies for noise. Commit.
- Removed list of supporters, as we now have a less annoying way of showing them on the apps website. Commit.
- Adding Ulf Bartholomäus to list of supporters. Commit.
- CI - Flatpak - Update Runtime to latest. Commit.
- Adding Richard Langis to list of supporters. Commit.
itinerary
- Build APKs against release branch dependencies. Commit.
- Fix build with Qt 6.11 on Android. Commit.
- Add 26.04.0 release notes. Commit.
- Don't load all reservation data when initializing grouped stats model. Commit.
- Be slightly more clever when to clear seat reservation from alternatives. Commit.
- Hide ferry arrival time field when arrival time is unknown. Commit.
- Correctly account for the platform label width when eliding stop name. Commit.
- Fix ZXing Flatpak build. Commit.
- Fix flight number separation. Commit. Fixes bug #516999.
- Revert "GIT_SILENT: increase version". Commit.
- Add 25.12.3 release notes. Commit.
- BusPage: Fix arrival delegate. Commit.
- Map: Remove double lines with maplibre. Commit.
- Default to creating a new trip group when importing a named trip group. Commit.
- Set a better default for event entrance times without a start time yet. Commit.
- Also detect osm.org short URLs for importing OSM elements. Commit.
- Fix build without Matrix support. Commit.
- Fix displaying stopover times when real-time data is unavailable. Commit.
- Retain attached documents from event templates. Commit.
- Add 25.12.2 release notes. Commit.
- Don't build ZXing C API. Commit.
- Handle nested events when computing trip group end times. Commit.
- Also change journey section details. Commit.
- Show expected times for intermediate stops. Commit.
- Handle mock network access manager responding too quickly. Commit.
- Further improve post-processor unit test robustness. Commit.
- Adapt unit test to post-processing no longer going to far into the past. Commit.
- Restore global menu drawer in mobile mode. Commit.
- Ci: Add flatpak job for arm64. Commit.
- Be a bit less strict on manually entered flight numbers. Commit.
- Geocode restaurant addresses in online post-processing. Commit.
- Don't send translated country names to Nominatim. Commit.
- Geocode hotel locations in online post-processing. Commit.
- Don't apply online post-processing arbitrarily far back into the past. Commit.
- Correctly check for changed airports in reverse geocoding. Commit.
- Clear trip name edit after closing the dialog. Commit.
- Apply reverse geocoding to airports without names as well. Commit.
- Optimize MapLibre Flatpak build a bit. Commit.
- Add about dialog attribution info for MapLibre when in use. Commit.
- Handle links in MapLibre attribution label. Commit.
- Unify conditional build flags for MapLibre with how this is done elsewhere. Commit.
- Fix various typos. Commit.
- Rephrase string. Commit.
- Rephrase onboard info error message. Commit.
- Adapt ZXing build flags to latest version. Commit.
- Port away from deprecated KMime API. Commit.
- Add 25.12.1 release notes. Commit.
- EventEditor: Fix showing entrace date picker for events without valid start date. Commit.
- Show yearly sections for past trip groups in the trip group list. Commit.
- Port LiveDataManager to QChronoTimer. Commit.
- Also show cancellation state on hotel, restaurant and event pages. Commit.
- Unify details page headers for trains, busses, ferrys and flights. Commit.
- Require passing unit tests on Qt Next builds as well. Commit.
- Allow to edit the canceled stated of a reservation. Commit.
- Make canceled reservations visually distinguishable in the timeline again. Commit.
- Ignore canceled elements in trip group statistics. Commit.
- Don't show canceled elements on the trip group map view. Commit.
- Use separate QtLocation plugins for map view and geocoding. Commit.
- Add -Wshadow for clang-based builds. Commit.
- VehicleSectionDialog: Port to ConvergentContextMenu. Commit.
- TripGroupMapPage: Port sheets to ConvergentContextMenu. Commit.
- Solidextras: Port to QML registration. Commit.
- Use MapLibre for map rendering. Commit.
- Compare batch end times in the same way we order in the timeline. Commit.
- Correctly determine the batch end time. Commit.
- Fix checking of invalidated batch sort order on reservation changes. Commit.
- Deal with reservations getting timezone information as part of an update. Commit.
- Correctly check for invalidated sort order on reservation changes. Commit.
- Disable HTTP2 for Nominatim queries in older Qt versions. Commit.
- Rate-limit Nominatim requests in online post-processing. Commit.
- Don't leak Nominatim replies in online post-processing. Commit.
- Don't monitor batchAdded signals in the timeline model. Commit.
- Fix unstable sort order of non-range entries with the same start time. Commit.
- Find better station names in reverse geocoding. Commit.
- Add reverse geocoding for train stations with known identifiers. Commit.
- Add unit test for reservation geocoding post-processing. Commit.
- Fix storing changes in online post-processing. Commit.
- Don't attempt to geocode places with identifier names. Commit.
- Issue with naming solved. New method will now work. Commit.
- Definitely does not work with the news system. Having to go back to the old. Apologies for noise. Commit.
- Removed list of supporters, as we now have a less annoying way of showing them on the apps website. Commit.
- Use plural for lat/long coordinate pairs. Commit.
- Don't open empty place context menus. Commit.
- Disambiguate platform labels on train details and coach layout pages. Commit.
- Mark cancelled intermediate stops on the journey section map. Commit.
- CI - Flatpak - Update Versions. Commit.
- Adding Robby Engelmann to list of supporters. Commit.
- Adding Peter (@linmob@linuxmobile.social) to list of supporters. Commit.
- Improve wording of test and recovery strings. Commit.
- Fix spelling of "Träwelling". Commit.
- Add context to translatable strings with variables. Commit.
- Add default ClangBuildAnalyzer.ini (testing compile time). Commit.
- Add 25.12.0 release notes. Commit.
- Add missing USE_UNITY_CMAKE_SUPPORT variable for building as unity from cmakepreset. Commit.
- Remove custom build of Kirigami Addons. Commit.
- Minimize differences to the Flathub manifest. Commit.
- Edit the currently selected reservation, not the first one in the batch. Commit.
- Use proper EditorPage API to check whether we are creating a new entry. Commit.
- Update ticket token model content when the underlying batch changes. Commit.
- Restore showing public transport data attributions. Commit.
- Drop abseil-cpp from Flatpak manifest. Commit.
- Directly ask for trip name if there are no trips yet. Commit.
- Fix padding for inline messages in the train editor form. Commit.
- Allow to delete individual reservations in an reservation batch. Commit.
- Add selection state to ticket token model. Commit.
- Refactor the ticket token model internals to use a single vector. Commit.
- Give the ticket token model a batch id rather than a list of reservations. Commit.
- Allow to select between multi-traveler reservations even without barcodes. Commit.
- Clean up tickt token delegate visibility handling. Commit.
- Update TicketTokenModel on reservation deletion. Commit.
- Fix timer overflow in TransferDelegateController. Commit.
- Use stricter typing on TicketTokenModel properties. Commit.
- Add unit test for TicketTokenModel. Commit.
- Adapt test data to kitinerary changes. Commit.
- Exclude libprotobuf.so from Flatpak. Commit.
- Load full reservation batches and merge their common parts. Commit.
- Skip irrelevant batches based on batch times for live data monitoring. Commit.
- Don't maintain a separate sorted batch id vector in TripGroupManager. Commit.
- Do batch sorting without loading reservation data. Commit.
- Track batch start/end times separately from reservations. Commit.
- Avoid an unnecessary batch lookup in storeBatch(). Commit.
- Move JSON I/O code to ReservationBatch. Commit.
- Introduce a dedicated reservation batch type. Commit.
juk
- Documentation.yml is no more needed. Commit.
- Snapcraft: Add to CI and prepare a beta release. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update to 6.10 runtime (remove ffmpeg as it is now in rumtime). Commit.
- CI - Flatpak - Remove vlc patch as no longer needed. Commit.
- CI - Flatpak - Update Versions. Commit.
k3b
- Function type old-style cast -> reinterpret_cast. Commit.
- Pointer type old-style cast -> mostly reinterpret_cast. Commit.
- Enum type old-style cast -> static_cast. Commit.
- Integral type old-style cast -> static_cast. Commit.
- Src: Simple type old-style cast -> functional. Commit.
- Src/rip: Simple type old-style cast -> functional. Commit.
- Src/projects: Simple type old-style cast -> functional. Commit.
- Plugins: Simple type old-style cast -> functional. Commit.
- Libk3bdevice: Simple type old-style cast -> functional. Commit.
- Libk3b: Simple type old-style cast -> functional. Commit.
- NULL macro -> nullptr. Commit.
- Q_NULLPTR -> nullptr. Commit.
- Src: Use nullptr. Commit.
- Src/rip: Use nullptr. Commit.
- Src/projects: Use nullptr. Commit.
- Src/option: Use nullptr. Commit.
- Src/misc: Use nullptr. Commit.
- Plugins: Use nullptr. Commit.
- Libk3bdevice: Use nullptr. Commit.
- Libk3b: Use nullptr. Commit.
- Documentation.yml is no more needed. Commit.
- Snapcraft: prepare for a beta release. Commit.
- JobProgressDialog: Clarify the wording when cancelling the operation. Commit.
- CI: Add documentation build. Commit.
- Sox: Use flags that modern sox understands. Commit.
kaddressbook
- Use release/26.04. Commit.
- Use [[maybe_unused]]. Commit.
- Don't warn when method is unknown. Commit.
- Don't execute macro when we don't have .git folder. Commit.
- Pre-commit auto-update. Commit.
- Documentation.yml is no more needed. Commit.
- Add lsan CI support. Commit.
- Add clazy support. Commit.
- Activate WARNINGS_AS_ERRORS on CI. Commit.
- Add Warnings are errors support. Commit.
- Cmake_minimum_required: drop outdated FATAL_ERROR. No more need for backward-support for CMake < 2.6. Commit.
- Fix the Qt commercial license naming. Commit.
- Add -Wshadow for clang-based builds. Commit.
- Allow to install pre-commit support. Commit.
- Fix ktextaddons dep. Commit.
- Increase ktextaddons version. Commit.
- Add README-pre-commit.md. Commit.
- Add info about mussing pre-commit support. Commit.
- CI: Add documentation build. Commit.
- Const'ify KConfigGroup. Commit.
- Add default ClangBuildAnalyzer.ini (testing compile time). Commit.
- Add missing USE_UNITY_CMAKE_SUPPORT variable for building as unity from cmakepreset. Commit.
- Translate command line option. Commit.
- Show kaddressbook_options.h in qtc. Commit.
- Remove unused now variable. Commit.
- Adapt to new API (ktextaddonswidget configure plugins support). Commit.
- Prepare to use TextAddonsWidget plugin utils class. Commit.
- We use now ktextaddons widgets. Commit.
kajongg
- Documentation.yml is no more needed. Commit.
- CI: Add documentation build. Commit.
kalarm
- Add release information. Commit.
- Use release/26.04. Commit.
- Remove duplicate release. Commit.
- Fix sound files being played at the wrong volume when using VLC. Commit.
- Documentation.yml is no more needed. Commit.
- Add release information. Commit.
- Minor tweaks. Commit.
- Check for file open error before calendar upload. Commit.
- Improve informational messages. Commit.
- Document Alarm Edit dialog skipping controls. Commit.
- Allow tooltips to wrap text. Commit.
- Provide clearSecs(), clearMSecs() methods; add [[nodiscard]] where needed. Commit.
- Show skipping in alarm edit dialog. Commit.
- Improve debug messages. Commit.
- Omit seconds/millisecs if zero from KADateTime debug output. Commit.
- Provide QDebug output functions for KADateTime and DateTime. Commit.
- Bug 514804: Fix hang evaluating next recurrence time for time zones with daylight savings time. Commit.
- Update change log. Commit.
- Improve layout of late-cancel and other widgets at bottom of Edit Alarm dialog. Commit.
- Bug 514609: Fix hang while loading the calendar during KAlarm startup. Commit.
- Formatting. Commit.
- Doc: fix guilabel message reference. Commit.
- Cmake_minimum_required: drop outdated FATAL_ERROR. No more need for backward-support for CMake < 2.6. Commit.
- Fix typos. Commit.
- Provide facility to skip the next n recurrences/sub-repetitions of an alarm. Commit.
- Improve comments. Commit.
- Rename Trigger::Display to Trigger::Actual. Commit.
- Fix bug comparing sub-repetitions. Commit.
- Document notification inhibition override. Commit.
- Improved descriptions of recurrence types. Commit.
- Fix date-only sub-repetition time calculations. Commit.
- Add release documentation. Commit.
- Fix date-only sub-repetition time calculations. Commit.
- Change capitalisation of KAEvent flag symbols. Commit.
- Add -Wshadow for clang-based builds. Commit.
- Port deprecated kmime methods. Commit.
- Fix depend against new ktextaddons. Commit.
- Remove duplicate headers. Commit.
- Stop using deprecated KMime::Types::Mailbox::List. Commit.
- CI: Add documentation build. Commit.
- Simplify return value of execAlarm(). Commit.
- Add option to override notification inhibition or full screen applications. Commit.
- Only show options for Late cancel/Reminder in Edit Alarm dialogue when they are enabled. Commit.
- Add default ClangBuildAnalyzer.ini (testing compile time). Commit.
- Update version information. Commit.
- Document inhibition of alarms while full screen application is active. Commit.
- Improve comment, remove an X11 reference. Commit.
- If Defer is disabled for a notification alarm, don't show two Edit buttons. Commit.
- Bug 512828: Prevent multiple Defer Alarm dialogs for the same event. Commit.
- Fix dependancies. Commit.
- Use ktextaddons master. Commit.
- We depend against ktextaddons text to speech which have enqueue support. Commit.
- Update comments. Commit.
- Constify. Commit.
- Distinguish between daily and minutely sub-repetitions in alarm calendar. Commit.
- Use same ktextaddons version. Commit.
kalgebra
- Documentation.yml is no more needed. Commit.
- Snapcraft: Add to ci and prepare for beta release. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to latest. Commit.
- CI - Flatpak - Update Versions. Commit.
kalk
- CalculationPage.qml "anchors.fill: parent" already contains "anchors.bottom: parent.bottom". Commit.
- Nitpick: updated copyright year to 2026. Commit.
- Added settings toggle for copying with sepearators. Commit.
- BUG: 487933, 515420. Commit.
- Proofreading. Commit.
- Increasing constrast in main interface. Commit. Fixes bug #487763.
- Fix dark buttons when starting in light mode. Commit. Fixes bug #513290.
- Changed drawer menu to radio buttons instead of checkboxes. Commit. Fixes bug #511818.
- Map Delete key to Clear input. Commit. Fixes bug #487585.
- Snpacraft: Add to ci and prepare for a beta release. Commit.
- CI - Flatpak - Update Runtime to latest. Commit.
- CI - Flatpak - Update Versions. Commit.
- Cleanup sidebar. Commit.
kalm
- Snapcraft: Add to ci and prepare for a beta release. Commit.
- Flatpak: remove kirigami-addons module. Commit.
- Fix CI. Commit.
- Flatpak: update runtime to 6.10. Commit.
kalzium
- Documentation.yml is no more needed. Commit.
- Snapcraft: Add to ci and prepare for beta release. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to latest. Commit.
- Fixed the legend for the Family scheme. Commit. Fixes bug #422564.
- Fix build of Eigen-dependent parts with Eigen 5. Commit. Fixes bug #511694.
kamoso
- Documentation.yml is no more needed. Commit.
- Revert "Use KirigamiAddons to initialise the app". Commit. Fixes bug #513544.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update to 6.10 runtime. Commit.
kanagram
- Documentation.yml is no more needed. Commit.
- Snapcraft: Add to ci and prepare for a beta release. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to latest. Commit.
kapman
- Documentation.yml is no more needed. Commit.
- Snapcraft: Add to ci and prepare for a beta release. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to latest. Commit.
kapptemplate
- Documentation.yml is no more needed. Commit.
- CI: Add documentation build. Commit.
- Respect XDG_DATA_DIRS order when searching for templates. Commit.
- Only replace keywords in text files. Commit. Fixes bug #502500.
kasts
- Fix dialogs on SynchronizationSettingsPage showing up on wrong window. Commit. Fixes bug #518296.
- Fix (again) images with no basepath. Commit.
- Fix duplication of feed authors. Commit.
- Fix clickable titles in HeaderBar. Commit.
- Fix crash when html images don't have a host set. Commit. Fixes bug #517775.
- Try both the original and redirected URL for streams. Commit. Fixes bug #517427.
- Improve the headerbar dialogs. Commit.
- Fix a crash due to invalid pointer resolution. Commit. See bug #517427.
- Implement maximum amount of parallel episode downloads and add to settings. Commit. Fixes bug #496632.
- Refactor Enclosure to do all setters through DataManager. Commit.
- Download and process feed updates from same host sequentially. Commit. Fixes bug #516859.
- Move the fetching of the feed into UpdateFeedJob. Commit.
- Fix bug in addToQueue. Commit.
- Add a NetworkAccessManager as central place to hold network settings. Commit.
- Resurrect imageResize setting in ImageWithFallback. Commit.
- Perf: limit sourceSize of images. Commit.
- Refactor the sync implementation to use uids and the DB as much as possible. Commit.
- Refactor timeLeft on QueueModel and saving of playpositions to the DB. Commit.
- Move all queue state related things into QueueModel. Commit.
- Fix entryCount on feed objects. Commit.
- Solve issues flagged by qmlls. Commit.
- Fix i18n calls in qml. Commit.
- Refactor of the entry state setter methods. Commit.
- Make a copy of the database before migration. Commit.
- Refactor the objects, models, fetcher and qml to use uids. Commit.
- Refactor entry, feed, enclosure object to use uids internally. Commit.
- Refactor to make datamanager use feeduid and entryuid internally. Commit.
- Remove old authors and enclosures, and split off logging for update routine. Commit.
- Restructure database layout to add unique identifiers. Commit.
- Fix updating the episode list when a feed is removed. Commit.
- Fix warnings related to not checking the return status of QFile::open. Commit.
- Enable lsan on CI. Commit.
- Fix empty EpisodePage on startup. Commit. Fixes bug #510634.
- Refactor the feed update routine. Commit.
- Snapcraft: Add to ci and prepare for a beta release. Commit.
- Encode spaces in streaming urls handed over to vlc. Commit. Fixes bug #514562.
- Fix segfault-on-exit when closing app from systray. Commit.
- Add vcs-browser url to appstream data. Commit.
- [Flatpak] Update vlc dependency to 3.0.23. Commit.
- Use 'episode' instead of 'track' in UI. Commit.
- Fix version attribute for OPML exports. Commit.
- Bump compiler settings and deprecation level. Commit.
- Revert "Bump compiler settings and deprecation level". Commit.
- Bump compiler settings and deprecation level. Commit.
- CI - Flatpak - Remove ffmpeg as it is now in runtime. Commit.
- CI - Flatpak - Update Versions. Commit.
- Update vlc dependency in flatpak manifest to 3.0.22. Commit.
kate
- Build plugin: disallow closing first 2 tabs. Commit.
- Fix tab middle click to close with Qt >= 6.11. Commit.
- KateUrlBar: Adjust margins for breadcrumbs. Commit.
- Workaround wrongly removed virtual functions in KDirOperator. Commit.
- Restore window position on startup and fix size restoration regression. Commit.
- Fix crash in external tools plugin. Commit. Fixes bug #517045.
- Addons/project: update open tabs when renaming. Commit. Fixes bug #516105.
- Katebuild-plugin: Rely on the style engine for elements and drawing. Commit.
- Fix(docs): correct typos found during code review. Commit.
- Fix tests due to ktexteditor changes. Commit.
- KateSessionManageDialog: reset Tree position after moving the header section. Commit.
- Addons/search: add a way to clear the history. Commit. Fixes bug #503327.
- Katedocmanager: Remove unused queryCloseDocuments. Commit.
- Allow characters '.' and ':' as part of function name; this allow kind of namespacing when sourcing multiple 'modules'. Commit.
- Lspclient: Make purescript lsp work with spago@next. Commit.
- Replace QLatin1Char() with u'' literal. Commit.
- Ensure we use proper contex objects for connects. Commit.
- Build with QT_NO_CONTEXTLESS_CONNECT. Commit.
- Templates: Revert blocking copying to folder with files. Commit.
- Templates: Allow more characters in category names + error handling. Commit.
- Allow unicode characters in category names. Commit.
- Add category selection dialog. Commit.
- Deinline functions and variables in exec utils. Commit.
- Fix: fix typo in ctrlClickDefReceived signal. Commit.
- Fix: adjust git icon padding. Commit.
- Fix view-less doc viewspace check. Commit. Fixes bug #515809.
- Add test case for bug 515809. Commit. See bug #515809.
- Fix performance-unnecessary-copy-initialization warning. Commit.
- Use an icon cache in quick open. Commit.
- Use mimeTypeForFile api for project icons. Commit.
- Enable LSAN in CI. Commit.
- Fix filetree collapses items when document name changes. Commit.
- Load running kate instances on demand. Commit.
- Deinline exported functions. Commit.
- Allow closing the Template dialog with Esc key. Commit.
- Tooltip: put qt imports together. Commit.
- Tooltip: improve resizing and text wrapping logic. Commit.
- Tooltip: account for horizontal scrollbars. Commit.
- Clean: Remove unused function to_fuzzy_matched_display_string. Commit.
- Optimize: Replace repeated string insertions with O(N) builder pattern. Commit.
- Fix leaks in lsp plugin. Commit.
- Fix modernize-pass-by-value warning. Commit.
- Remove unused functions. Commit.
- Fix bugprone-parent-virtual-call warning. Commit.
- Remove useless signals, reduce indirection. Commit.
- Create context menu actions when needed. Commit.
- Add clear button to filter line edit. Commit.
- Fix SessionConfigWidget leak. Commit.
- Fix kate doc manager test leaks. Commit.
- Fix breakpoint view test leaks. Commit.
- Fix word select+move shortcut conflict on macos. Commit. Fixes bug #512817.
- Only delete the model index if folder deletion succeeds. Commit.
- Add removing individual template without a model reset. Commit.
- Add and select the newly imported template, without a model reset. Commit.
- Documentation.yml is no more needed. Commit.
- Fix: Add remove button for user imported templates. Commit.
- Reduce allocations in blame plugin. Commit.
- Retain macOS fullscreen shortcut. Commit.
- Snapcraft: Add to ci and prepare for a beta release. Commit.
- Lspclient: fix "Line value is out of range" for clangd when insert new line quickly. Commit.
- Lspclient: fix "Line value is out of range" for clangd when delete last line. Commit.
- Ensure we have a proper tmp dir for Flatpak. Commit.
- Don't hide buttons and use QGridLayout instead of QVBoxLayout and QHBoxLayout. Commit.
- Enable some more warnings. Commit.
- Fix clazy range loop reference warnings. Commit.
- Fix clazy-connect-3arg-lambda warnings. Commit.
- Remove debug stmt. Commit.
- Build plugin: Exclude some utility targets. Commit.
- File_history_tests: avoid potential compile error. Commit.
- Diagnosticview: allow smarter line matching when syncing diagnostic view. Commit.
- Gdbplugin: fix that couldn't reset start debug button icon. Commit.
- Fix clazy-empty-qstringliteral. Commit.
- Fix clazy-overloaded-signal. Commit.
- Skip global static warning here. Commit.
- Actually run clazy. Commit.
- Fix clazy qstring allocations warnings. Commit.
- Fix clazy-non-pod-global-static warnings. Commit.
- Fix clazy-use-static-qregularexpression warnings. Commit.
- Fix clazy-range-loop-reference warning. Commit.
- Fix some clazy-qstring-arg. Commit.
- Fix some clazy-detaching-temporary warnings. Commit.
- Fix clazy-unused-non-trivial-variable. Commit.
- Avoid issues if one switches to a widget. Commit.
- Better view cleanup. Commit.
- Ensure during unit tests, the plugins don't interfere. Commit.
- Enable test mode, like we do it in KTextEditor. Commit.
- Fix clazy-container-anti-pattern warning. Commit.
- Fix connection model, use a list, not a hash. Commit.
- Revert "avoid some crashes during destruction". Commit.
- Avoid some crashes during destruction. Commit.
- Avoid that we trigger any view change or similar during destruction. Commit.
- Avoid that we trigger view changed inside KTextEditor::MainWindow::viewChanged handling. Commit.
- Addons/preview: Wrap error label in KPartView. Commit.
- Build plugin: add install rule if install target exists. Commit.
- Buildplugin:improve output of "Compile current file". Commit.
- Addons/project: fix project files not being removed when deleting a folder. Commit.
- Bugfix: output tab button became black. Commit.
- S&R: Export matches does actually not make sens without regexp. Commit.
- Search: update search results when switching documents. Commit.
- Ensure we never use a random uninited value. Commit.
- Purge extra code for wayland window activation. Commit.
- Enable clazy checks on CI. Commit.
- Fix clazy-strict-iterators. Commit.
- Fix clazy-range-loop-detach warnings. Commit.
- Be consistent: we add the . later. Commit. Fixes bug #512111.
- Search plugin: Improve usability of “Export matches”. Commit.
- Fix formatting. Commit.
- UI: Move Import/Export buttons to bottom-left layout. Commit.
- Code refactor. Use KStandardShortcut instead of QKeySequence. Commit.
- Accept ShortcutOverride but act on KeyPress. Use KStandardShortcut instead of QKeySequence. Remove event filter manually. Commit.
- Implement: Ctrl+W should close LSP toolview when it has focus. Commit.
- CMakePresets: add json schema and format file. Commit.
- Avoid ambiguous constructor call to fix Windows build with gpgmepp 2. Commit.
- Remove include where possible. Commit.
- Remove include where possible. Commit.
- Bookmarks plugin pch. Commit.
- Avoid recompiling tests all the time. Commit.
- Fix conversion from 'size_t' to 'int', possible loss of data. Commit.
- Enable Werror on msvc. Commit.
- Fix gcc -Wshadow warnings. Commit.
- Ensure we honor the documentHighlightProvider capability. Commit.
- Use QLatin1String when QL1S overload is available. Commit.
- Add clojure-lsp. Commit.
- Add support for neocmakelsp CMake LSP. Commit.
- Add language name to find/start LSP server error. Commit.
- Improve LocalsView UX. Commit.
- Fix typo, Use qCDebug. Commit.
- Templates: Added Import Template feature. Commit.
- Fix requestUrl. Commit.
- Try to get Kate show up rather in Development. Commit.
- Fix link to texlab. Commit.
- Fix variable shadowing warnings. Commit.
- Add suspend all functionality in LSP client. Commit.
- Only append child's children if there's something to append. Commit. Fixes bug #513758.
- Cleanup, add debug logging, default to warnings when logging. Commit.
- Only set function breakpoints if adapter supports. Commit.
- Take dap::SourceBreakpoint as argument. Commit.
- Show error if line already has a breakpoint. Commit.
- Ensure there is always a filename. Commit.
- Prepend \n to listbreakpoints request for clarity. Commit.
- Fix unable to remove unchecked line breakpoints. Commit.
- Add + improve function breakpoint tests. Commit.
- Remove function breakpoint toggle in the model. Commit.
- Fix path tooltip for line breakpoints item. Commit.
- Save/restore breakpoints in session config. Commit.
- Auto expand on item insertion. Commit.
- Fix move items on breakpoint changed event. Commit.
- Add context menu action + buttons to remove breakpoints. Commit.
- Cleanup includes in debug plugin. Commit.
- Fix clang-tidy warnings. Commit.
- Support exception breakpoints. Commit.
- Skip reference scheme, avoid kio error dialog. Commit.
- Ensure document mark gets added/removed. Commit.
- Ensure all signals get forwarded. Commit.
- Add test for function breakpoints. Commit.
- Rename test, better reflect what its doing. Commit.
- Handle function breakpoint events. Commit.
- Fix typo hitBreakpointsIds -> hitBreakpointIds. Commit.
- Fix enabling/disabling function breakpoints. Commit.
- Allow setting function breakpoint before debugging starts. Commit.
- Allow to remove a function breakpoint. Commit.
- Mark Backend functions nodiscard. Commit.
- Add test for runToCursor. Commit.
- Fix tests,. Commit.
- Fix clang-tidy warnings. Commit.
- Mark functions [[nodiscard]]. Commit.
- Add support for function breakpoints. Commit.
- Hide on escape. Commit.
- Use switch to handle top level items. Commit.
- Fix assert. Commit.
- Fix breakpoints removed on opening document. Commit.
- Double click to go to breakpoint location. Commit.
- Introduce one shot breakpoints and by extension run-to-cursor. Commit.
- Make function private. Commit.
- Add test for listBreakpoints request. Commit.
- Clean up test. Commit.
- Re-add list breakpoints command support. Commit.
- Move breakpoint cmds handling to BreakpointView. Commit.
- Remove hasBreakpoint api in backend and move doc registering to BreakpointView. Commit.
- Remove clearBreakpoints signal. Commit.
- Fix clang-tidy warning. Commit.
- Add test for when backend sets breakpoint at a different location. Commit.
- Add test for adding/removing breakpoints with documents open. Commit.
- Add breakpoint event tests. Commit.
- Add initial test for BreakpointView. Commit.
- Allow clearing all breakpoints. Commit.
- Breakpoints are now sorted by line number. Commit.
- Checkable breakpoints. Commit.
- Show breakpoints in a single list under LineBreakpoints item. Commit.
- Initial breakpoint refactor to BreakpointView. Commit.
- Feat: Add Export Button to Template Plugin. Commit.
- Add stretch to viewspace layout that contains tabs. Commit.
- Addons/project: allow D&D to move files. Commit. Fixes bug #479862.
- Fix delete of last file open in editor. Commit. Fixes bug #513649.
- Enable Werror on CI. Commit.
- Fix -Wunused-result warnings. Commit.
- Fix missing initializers warning. Commit.
- Fix unused return value warnings. Commit.
- Remove duplicate headers in same file. Commit.
- Check all beginMoveRows calls. Commit.
- Fix crash due to incorrect beginMoveRows call. Commit.
- Debounce project reloading. Commit.
- CI: Add documentation build. Commit.
- Make the files relative to current dir. Commit. Fixes bug #512981.
- Addons/project: allow deleting folders. Commit. Fixes bug #487775.
- CI - Flatpak - Add network permission. Commit.
- Fix: Session dialog calculates size correctly without hardcoded size. Commit.
- Fix typo: ctrlClickDefRecieved -> ctrlClickDefReceieved. Commit.
- Bugfix: lsp server completion erase spaces. Commit.
- Bookmarksplugin: fix warning about widget already having a layout. Commit.
- Lspclient: Allow to use experimental LSP server features. Commit.
- Project-plugin: fix tree view crash. Commit.
- Better management of the one modified alert dialog. Commit.
- Fix reading search highlight color. Commit. Fixes bug #512537.
- Dap: add netcoredbg DAP server. Commit.
- Dap: be aware of some incompatible servers. Commit.
- Lsp: Add blueprint-compiler lsp. Commit.
- Flatpak: Allow-list org.freedesktop.FileManager1. Commit. See bug #507330.
- Debug: Pull out stack code into a separate widget. Commit.
- Dap: message sequence should start at 1. Commit.
- Fix numstat parsing. Commit.
- Filehistory: Omit --name-only when showing history for a directory. Commit.
- Improve stackframe, show modules if possible. Commit.
- Add lldb-dap config. Commit.
- Show error message if launch.json parsing fails. Commit.
- Show scopes in a tree. Commit.
- Simplify local variables code. Commit.
- Move all Locals code to a separate widget. Commit.
- Remove unused activeId argument. Commit.
- Buildsystem - don't link the katepch lib unless ENABLE_PCH is set. Commit.
- Fix readability-avoid-return-with-void-value. Commit.
- Fix modernize-redundant-void-arg. Commit.
- Fix modernize-use-designated-initializers. Commit.
- Fix cppcoreguidelines-pro-type-member-init. Commit.
- Fix bugprone-narrowing-conversions. Commit.
- Fix modernize-concat-nested-namespaces. Commit.
- Fix readability-redundant-control-flow. Commit.
- Fix modernize-use-bool-literals. Commit.
- Fix cppcoreguidelines-explicit-virtual-functions,modernize-use-override. Commit.
- Fix readability-braces-around-statements. Commit.
- Fix readability-redundant-casting. Commit.
- Fix make member function const. Commit.
- Fix bugprone-implicit-widening-of-multiplication-result. Commit.
- Fix modernize-make-unique. Commit.
- Use = default; for empty ctors/dtors. Commit.
- Fix performance-for-range-copy. Commit.
- Fix cppcoreguidelines-misleading-capture-default-by-value. Commit.
- Fix bugprone-reserved-identifier. Commit.
- Fix clang-analyzer-deadcode.DeadStores. Commit.
- Fix readability-redundant-smartptr-get. Commit.
- Fix readability-const-return-type. Commit.
- Initialize variables. Commit.
- Fix performance-implicit-conversion-in-loop. Commit.
- Fix modernize-return-braced-init-list. Commit.
- Fix readability-static-definition-in-anonymous-namespace. Commit.
- Add license. Commit.
- Try to fix windows build. Commit.
- Build git blame test. Commit.
- Lsp: dont compile the same files twice. Commit.
- Add unit test for rainbow parens plugin. Commit.
- Show last activity in checkout dialog. Commit.
- Dont show "local" with branch names. Commit.
- Show last activity in branch delete dialog. Commit.
- Use the same branch type in the model. Commit.
- Clean up the logic in the delegate. Commit.
- Use list-add icon from create branch items. Commit.
- Clean up gitutils branch code a bit. Commit.
- Sort the git branches, local first, then remote branches. Commit.
- Flatpak: use 6.10 runtime. Commit.
- Fix not able to jump to line. Commit.
- Use CamelCase Qt include. Commit.
katomic
- Documentation.yml is no more needed. Commit.
- Snapcraft: Add to ci and prepare for a beta release. Commit.
- Add missing include. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to latest. Commit.
kbackup
- Documentation.yml is no more needed. Commit.
- Snapcraft: Add to ci and prepare a beta release. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to latest. Commit.
- Doc/en/mainwindow.png recent screenshot. Commit.
- Kbackup.spec delete file. Commit.
kblackbox
- Documentation.yml is no more needed. Commit.
- Snapcraft: Add to ci and prepare for a beta release. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to latest. Commit.
kblocks
- Documentation.yml is no more needed. Commit.
- Snapcraft: Add to ci and prepare for a beta release. Commit.
- KBlocksAIPlannerExtend.cpp fix CLion issue "Declaration of 'i' hides previous local declaration". Commit.
- Doc/index.docbook put para in correct chapter. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
kbounce
- Documentation.yml is no more needed. Commit.
- Snapcraft: add to ci and prepare for beta release. Commit.
- Snapcraft: Add to ci and prepare beta release. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
kbreakout
- Documentation.yml is no more needed. Commit.
- Snapcraft: Add to ci and prepare beta release. Commit.
- CI: Add documentation build and remove craft-macos. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
kbruch
- Documentation.yml is no more needed. Commit.
- Snapcraft: add to ci and prepare for a beta release. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
kcachegrind
- Documentation.yml is no more needed. Commit.
- Use QDir::NoDotAndDotDot instead of manual removal from the dir list result. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
- CI - Flatpak - Update Versions. Commit.
kcalc
- Kcalc.cpp use en_US "initialization" instead of en_GB "initialisation". Commit.
- Kcalc.h initialize m_ParsingResult. Commit.
- Documentation.yml is no more needed. Commit.
- Snapcraft: add to ci and prepare for a beta release. Commit.
- CI: Add documentation build. Commit.
- Refactor(kcalc_core): remove unnecessary temporary variable. Commit.
- Fix issue "Access specifier does not change accessibility level". Commit.
- Use proper icon set and style outside of Plasma. Commit.
- Flatpak: use 6.10 SDK. Commit.
- .gitlab-ci.yml build snap package. Commit.
- Add digit grouping in numeral system preview. Commit.
kcalutils
- Qdoc++. Commit.
- Don't execute it if we don't have .git. Commit.
- Add lsan CI support. Commit.
- Add clazy support on CI. Commit.
- Add WARNINGS_AS_ERRORS on CI. Commit.
- Use [[maybe_unused]]. Commit.
- Cmake_minimum_required: drop outdated FATAL_ERROR. No more need for backward-support for CMake < 2.6. Commit.
- Fix document support. Commit.
- Fix shadow variable warning. Commit.
- Add -Wshadow for clang-based builds. Commit.
- Add missing explicit. Commit.
- Convert doc. Commit.
- Allow to install pre-commit git hook. Commit.
- Add info about not install pre-commit hook. Commit.
- Add default ClangBuildAnalyzer.ini (testing compile time). Commit.
- Add missing USE_UNITY_CMAKE_SUPPORT variable for building as unity from cmakepreset. Commit.
- Remove unnecessary CMakeParseArguments. Commit.
kcharselect
- Documentation.yml is no more needed. Commit.
- Snapcraft: add to ci and prepare for a beta release. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
kclock
- Implement Timer Lockscreen Popup. Commit.
- Update Alarm Popup UI to Better Fit Mobile Displays. Commit.
- Lockscreen Overlay Bugfix. Commit.
- Timer: update notification text in ring() instead of init(). Commit.
- Alarms: Use Plasma themes as available. Commit.
- Snapcraft: add to ci a prepare for a beta release. Commit.
- TimerComponent: Make timer label editable inline. Commit.
- TimerComponent/Delegate: Use "New timer" for empty label. Commit.
- Add support for showing alarm overlays above the lockscreen (Wayland). Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
- Enable
tnum for the stopwatch to prevent jitter. Commit. Fixes bug #505723. - Fix krunner integration on flatpak. Commit.
- Revert "Reduce overdraw". Commit.
kcolorchooser
- Snapcraft: add to ci and prepare for a beta release. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
- Allow to translate command line option. Commit.
kcron
- Add project version in CMake. Commit.
- Fix misspellings found by codespell. Commit.
- Add unit tests for TaskValidator. Commit.
- Improve const-correctness. Commit.
- Add topMargin to TaskPage. Commit.
- Fix command validation: add specific error messages and handle file permission changes on reselection. Commit.
- Handle command paths that contain spaces in validator. Commit.
- Simplify __unquoteCommandForDisplay(). Commit.
- Handle command paths that contain spaces. Commit. Fixes bug #511802.
- Make buttons for applyModify() and applyCreate() actions more clear. Commit. Fixes bug #511644.
- Use QString::fromUtf8 instead of QLatin1String. Commit. Fixes bug #494580.
kde-dev-scripts
- Add amazingakai to relicensecheck.pl. Commit.
- Search .hpp files too. Commit.
- Ignore empty CDATA text. Commit.
- Better use of perl regexp. Commit.
- Add option to remove CDATA from xml. Commit.
kdebugsettings
- Fix cmake lint. Commit.
- Don't warn about cmake unknown command. Commit.
- Execute only if we use git source. Commit.
- Make sure to compile without deprecated methods. Commit.
- Update pre-commit. Commit.
- Add lsan in CI. Commit.
- Add clazy support. Commit.
- Add option for defining: Warnings are errors. Commit.
- Cmake_minimum_required: drop outdated FATAL_ERROR. Commit.
- Fix remove/edit item when we use proxy model. Commit.
- Coding style. Commit.
- Allow to install pre-commit support. Commit.
- Remove duplicate headers. Commit.
- Inform when filename doesn't exist. Before we show error as we can't read, for sure it doesn't exist (/usr/share/qt6/qtlogging.ini). Commit.
- Update CMakePresets.json. Commit.
- Fix some clazy warnings. Commit.
- Disable for the moment. Commit.
- Increase version. Commit.
- Use runtime qt 6.10. Commit.
- Use OFF here. Commit.
kdeconnect-kde
- Sanitize paths in ClipboardPlugin::receivePacket. Commit.
- Sftp: Add trailing slash to URL when browsing. Commit.
- Smsapp: Display newlines in chat message bubbles. Commit. Fixes bug #418285.
- Smsapp: Preserve leading zeros in new conversation addresses. Commit. Fixes bug #498217.
- Rename missing "startEdge". Commit.
- Smsapp: Raise existing window when app is launched again. Commit. Fixes bug #498219.
- Revert "smsapp: Raise existing window when app is launched again". Commit.
- Smsapp: Fix +New button not opening conversation. Commit. Fixes bug #463247.
- Rename startEdge. Commit.
- Smsapp: Raise existing window when app is launched again. Commit. Fixes bug #498219.
- Fix clicking on the checkbox. Commit.
- Fix settings page. Commit.
- Install share devices settings. Commit.
- Smsapp: ConversationList: Make attachment & contact icon rounded. Commit.
- Default shown local device name to the system hostname when no name is set in config. Commit.
- Don't mess with names. Commit.
- Set more appropriate placeholder for repliable notifications. Commit.
- Fix clicking on an item not toggling it. Commit.
- Fix plugins not showing their name. Commit.
- App: Improve accessibility of plugin list delegates. Commit. Fixes bug #517006.
- Notifications: Fix crash when icon arrives after the KNotification is closed. Commit.
- Kdeconnect-handler: support multiple URLs / files as arguments. Commit.
- Smsapp: Reworked the loading and displaying of messages. Commit.
- Ensure accessible names are translated. Commit.
- Presenter: Use a classier red dot for the pointer. Commit.
- Readme: update supported platforms. Commit.
- Fix clicking on plugin's row doesn't change plugin's status. Commit. Fixes bug #514923.
- Shareplugin: Fix setting file modified date. Commit.
- Correctly show conversations messages. Commit.
- Bluetooth backend: Use Qt Signals/Slots. Commit.
- Look for KF6 notifications now. Commit.
- Plasmoid: make Share dialog non-modal. Commit. Fixes bug #515659.
- Lanlinkprovider: don't go through instance to call a static. Commit. Fixes bug #515483.
- Only check payloadHash to know if a notification has an icon. Commit.
- Fix launchApp on macOS. Commit.
- Add an entry to launch the SMS app. Commit.
- Fix all plugins being lodaded the first time after pairing. Commit.
- More logical order. Commit.
- Fix i18n call -> i18nc. Commit.
- Allow sharing more than one file in the app, like the plasmoid. Commit.
- Extract common code from Device constructors. Commit.
- Remove unused X-KdeConnect-SupportedDeviceTypes. Commit.
- Hide presenter controls against phones. Commit.
- Make refresh button icon-only. Commit.
- Fix device name not being updated when closing the settings. Commit.
- Fix do not send unsupported packets. Commit. Fixes bug #508301.
- Fix leaking payload sockets. Commit.
- Prevent hitting assert. Commit.
- Only use Avahi if it's found, fallback to mdns.h implementation. Commit.
- Same for the other methods. Commit.
- Do not log if bluetooth provider is disabled. Commit.
- Fix properties marked as CONSTANT when they aren't. Commit.
- Revert "Refactor ownership of DeviceLink objects". Commit.
- Revert "Use std::map to hold devices". Commit.
- Revert "Manage devices using unique_ptr". Commit.
- Revert "Refactor linkDestroyed handling". Commit.
- Revert "Fix SIGV in LanDeviceLink::reset()". Commit.
- Add a limit of 32 MB per packet. Commit.
- Use abort, which is immediate, instead of disconnectFromHost. Commit.
- Check max packet size also inside the encrypted identity exchange. Commit.
- Notification IDs should be strings. Commit.
- Runcommand: set Accessible.Name directly. Commit.
- Runcommand: add actions for command editing. Commit. Fixes bug #512904.
- Hide info when unpaired. Commit.
- Bluetooth: Fixing the certificate handshake. Commit.
- Do not disable LoopbackDeviceLink in test mode. Commit.
- Make loopback link disableable from settings. Commit.
- Update download link for Windows. Commit.
- Desist trying to get window decorations and add a close button. Commit.
- Ooops copy-paste error. Commit.
- Try to fix mac's window decorations, add WindowSystemMenuHint. Commit.
- App: Set all the dialog flags for the dialog. Commit.
- Lift LAN discovery socket restriction on broadcast flag. Commit.
- Do not install static libraries. Commit.
- Fix settings not being closeable on macos. Commit.
- Make CMake create a single bundle on macos. Commit.
- Improve i18n context for strings. Commit.
- Fix sharing files from kdeconnect-app. Commit. Fixes bug #504982.
- Runcommand: Make sample command OS-specific. Commit. Fixes bug #512016.
- Abort connection if the other end thinks we are someone else. Commit.
- Proper bounds checking for sms plugins. Commit.
- Fix SIGV in LanDeviceLink::reset(). Commit.
- Refactor linkDestroyed handling. Commit.
- MDNS support via Avahi on Linux. Commit.
- Manage devices using unique_ptr. Commit.
- Use std::map to hold devices. Commit.
- Refactor ownership of DeviceLink objects. Commit.
- Drop Daemon::devicesList. Commit.
- Add some TODOs. Commit.
- Store the device capabilities, which I forgot to do. Commit.
- Fix the initial disabledness of Bluetooth. Commit.
- App: Fix toggling providers. Commit.
- Sprinkle override in virtual destructors. Commit.
- Change QSharedPointer to shared_ptr. Commit.
- LanLinkProvider: Use lambdas to capture info instead of storing in map. Commit.
- Rename some LanLinkProvider methods to be more descriptive. Commit.
- Issue with naming solved. New method will now work. Commit.
- Definitely does not work with the news system. Having to go back to the old. Apologies for noise. Commit.
- Removed list of supporters, as we now have a less annoying way of showing them on the apps website. Commit.
- Split models and dbus interfaces. Commit.
- Update plugin description. Commit.
- Shareinputdevices: Remove the kcm. Commit.
- Add shareinptudevices plugin. Commit.
- Mousepad: On Wayland use ei to send events. Commit.
- Dont show hidden plugins in settings. Commit.
- Mousepad: Support setting the cursor to absolute positions. Commit.
- Initialize plugin and device name in KdeConnectPluginKcm constructor. Commit.
- Show album art in the kdeconnect-app. Commit.
- Support partial mpris info updates, keep the old album art. Commit.
- Try to fix https://crash-reports.kde.org/organizations/kde/issues/198014. Commit.
- Runcommand: Make sample commands translatable and remove empty entry. Commit.
- Digitizer plugin. Commit.
- Adding info into the UI for how devices are accessible. Commit.
- Wording changes from code review. Commit.
- Better plugin name and descriptions. Commit.
- Smsapp: Fix qt6 FilePicker property name. Commit.
- Update Windows exe download link. Commit.
- Smsapp: Restore the last used device on start-up. Commit.
- Fix memory leak. Commit.
- Smsapp: Make messages in ConversationDisplay always stick to the bottom. Commit.
- Check that the device ID doesn't change during the handshake. Commit.
- Adding Nicolai Weitkemper, slano, Zbigniew Halas as KDE Connect supporters. Commit.
- Added Hexaitos to list of supporters. Commit.
- Adding Tony Stipanic to supporter list. Commit.
- Allow referring to devices by name even if unpaired. Commit.
- Focus input. Commit.
- Remove "open in peer device" checkbox. Commit.
- Simplify URL handler dialog. Commit.
- Don't treat non-absolute URLs as file URLs. Commit.
- CLI: show the help if no args given. Commit.
- Add translation hint. Commit.
- Use better way to disable session management. Commit.
- Fix(network): stuck payload uploads on lan. Commit.
- Fix(mpris): don't crash when receiving 0-len album art. Commit.
- Improve command descriptions. Commit.
- Broadcast on all network interfaces for all OSes. Commit.
- Disable MDNS by default. Commit. Fixes bug #487719.
kdegraphics-mobipocket
- Return at the end of main(). Commit.
- Use QTextStream instead of qDebug(). Commit.
kdegraphics-thumbnailers
- Fix off by one access. Commit.
- Fix invalid memory access. Commit.
- Fix memory leak. Commit.
- Tweak the defensive check in dsc_scan_data. Commit.
- Blender thumbnailer: Bail out if we did not read the amount of data we expected. Commit.
- Fix crash on malformed ps files. Commit.
- Fix crash on malformed ps files. Commit.
- Ps thumbnailer: Allocating a string of negative lenth makes no sense. Commit.
- Ps: Fix crash on malformed files. Commit.
- Fix crash on malformed files. Commit.
- Fix crash on broken files. Commit.
- Blender: Fix multiplication overflow ending up in crash. Commit.
- Fix OSS-Fuzz AFL builds. Commit.
kdenetwork-filesharing
- Handle service being an alias. Commit.
- Filepropertiesplugin: Refactor the plugin initialization logic. Commit.
- Filepropertiesplugin: Enable and start the Samba service if needed. Commit. Implements feature #466787.
- Filepropertiesplugin: Move the kauth helper into a directory, and give it a unique name. Commit.
- Filepropertiesplugin: Use non-deprecated Connections syntax. Commit.
- Filepropertiesplugin: Clip the user list and disable scrolling in its comboboxes. Commit.
- Cmake_minimum_required: drop outdated FATAL_ERROR arg. Commit.
- Filepropertiesplugin: Fix regression in smbd path lookup. Commit.
kdenlive
- Windows: proper fix for monitor image offset on zoom. Commit.
- Windows: fix monitor image offset on zoom. Commit.
- Fix incorrect image position when enabling force monitor size option. Commit.
- Fix effect zones cannot be moved/resized from timeline ruler. Commit. Fixes bug #513278.
- Fix the issue where if keyboard tracking is set to false for the spinbox, emit the value changed signal correctly when editing finished while still keeping the scrolling and arrow key behaviour for changing the values. Commit.
- Fix effect zone on cut clips. Commit. Fixes bug #509096.
- Mark frei0r.sleid0r compositions as transitions as they don't handle alpha. Commit. See bug #512263.
- Fix mirror monitor aspect ratio. Commit.
- Use thumbnails from the documentation for blend mode compositing instead of the current useless thumbs. Commit.
- Enable screen mirroring on MacOS as it works in our tests. Commit.
- Cleanup. Commit.
- Fix transform ui offset in monitor. Commit.
- Include transition previews in sources, switch to webp to save space. Commit.
- Fix dropping luma at clip start creates invalid transition. Commit.
- Fix screen mirroring on Windows. Commit.
- Cleanup proxy parameters. Commit.
- Fixed ranges 0-255 and gamma 0-4. Commit.
- Ensure Math expressions tooltip does not hide parameter descriptive tooltip. Commit.
- Ensure item does not move when scaling with transform from effect stack. Commit. Fixes bug #518363.
- Fix mirrored monitor incorrectly showing both Clip and Project monitor images. Commit.
- Ensure mirror monitors are destroyed on close and not incorrectly restored on open. Commit.
- Fix clips added twice when dropping from bin to timeline. Commit.
- Show blocked icon on tracks where we cannot insert the clip from bin. Commit.
- Improve drag and drop preview to different tracks on the timeline. Commit.
- Fix subtitle cut broken. Commit. Fixes bug #514341.
- Fix crash copying text in the effects/composition info panel. Commit.
- Fix precision spin box for setting speed value from speed dialog. Fix issues with. Commit.
- Set speed to timewarp producer with full precision so that later when we compare it for reusing the timewarp producer, it should be able to fuzzy compare correctly with the double value. Commit.
- Only resize (change speed) of the selected clips if the primary clip being resized is part of the selection. Commit.
- Fix marker with duration end pos not added to snap points. Commit.
- Multiple fixes for proxy clips: fix bin overlay icon not always updating, fix failed proxy still showing as created. Commit.
- Disable fullscreen mirror option on Windows and macOS. Commit.
- Apply 1 suggestion(s) to 1 file(s). Commit.
- Fix image sequence losing its length on track switch. Commit.
- Fix tab order in Render dialog. Commit. Fixes bug #487883.
- Improved math for clip in and out calculation for speed change. Commit.
- Change speed of multiple items when multiple items are selected and then speed is changed by ctrl+drag. Commit.
- Splash: ensure loading progress info is on top. Commit.
- Fix proxying of clip without audio but containing an attached pic stream. Commit.
- Show feedback in welcome screen when opening project. Commit.
- Fix possible crash in curveeditor. Commit.
- Fix crash clicking in fullscreen mirrored monitor. Commit.
- Fix speech editor search not working when searching for multiple words. Commit. Fixes bug #517762.
- Fix STT translation seamless install with more recent python. Commit.
- Fix moving clips in timeline when subtitle track is visible. Commit.
- Fix crash downloading seamless translation model. Commit.
- Ensure saved file always have a correct extension. Commit.
- Fixed multiple issues with undo and redo of sequence creation. Major fixes: 1. Undo of sequence created by "Add sequence" results in the other sequence tab being unusable. Fixed by triggering connectCurrent(currentIndex) at the end of closeTimelineTab. 2. Force recompositing of timeline when it is reopened by a redo action. Use forceCompositingForExistingModel in openTimeline(). 3. Pass the finalMove variable correctly when inserting new sequence clip in the original sequence. This will trigger updateDuration properly in TrackModel::requestClipDeletion_lambda() when undo is triggered to remove the seqeunce clip. Commit.
- Fix appium tests. Commit.
- Improve clip drop in timeline (adjust pos when dropping in limited space), and fix overwrite/insert mode. Commit.
- Fix crash on clip cut when using subtitles. Commit.
- Fix removing last subtitle item not saved. Commit.
- Fix composition animation preview not always triggered on hover. Commit.
- Add "Add to Project Bin" option to Render Widget. Commit. Fixes bug #509908.
- Set 1x speed duration or current speed duration based on if speed is same or not across clips. Commit.
- Removed log statement. Commit.
- If duration of the clips is also same, then show the common duration. Commit.
- Changed logs to debug. Commit.
- Download and use clip for testing. Commit.
- Added real mp4 clip for testing clip speed change. Commit.
- Correct typo. Commit.
- Added tests. Few optimizations and refactoring for clip speed change for single/multiple clips. Commit.
- Change speed of multiple clips selected from timeline. Keep behaviour for single clip speed change and partner pair speed change same. Commit.
- Add HD ready category, related to !824. Commit.
- Fix incorrect colorspace description in new project dialog. Commit.
- Add missing HD-ready (1366x768) project profiles. Commit.
- Allow to mirror monitor on full-screen instead of detaching. Commit.
- Minor refactoring for monitor fullscreen code. Commit.
- Implementing togglable mouse zoom on playhead feature instead of cursor position in timeline. Commit.
- Fix timeline zoom on ruler. Commit.
- Fix dragging audio clips from clip monitor button. Commit.
- Fix Whisper plugin install on Python 3.14. Commit.
- Adjust transitions preview colors to be less disturbing, make animation slightly faster. Commit.
- When dragging a composition into timeline, dynamically resize to fit the related clips. Commit.
- When dragging a composition to timeline, auto adjust to clip duration. Commit.
- Show transition name in tooltip. Commit.
- Adding XMLs for effects i18n. Commit.
- Make mix more visible when selected. Commit.
- Ensure transition preview parameters don't appear in effect track. Commit.
- Cleanup, make preview size relative to font size. Commit.
- Disable preview for effects, fix luma don't stay in favorite transitions. Commit.
- Reload luma and preview after downloading a new luma, remember asset info height. Commit.
- Use transitions xml to generate preview instead of MLT + txt config file. Fix luma not correctly added to timeline. Commit.
- Fix crash exiting while preview generation was running, auto build previews on startup if not found. Commit.
- Stop transition animation when mouse exits transition list, don't store all gif, just read on demand. Commit.
- Improve dragging transition to create mix. Commit.
- Switch to passive popup to notify about transition preview. Commit.
- Fix and cleanup luma previews and reuse. Commit.
- Fix HEVC export issues. Commit.
- Generate video preview for lumas too. Commit.
- Cleanup transition preview, remember view type (list, icon). Commit.
- Add tab in transitions list to view luma files, allowing to directly drop them to timeline. Commit.
- Include "Add Clip" actions in context menu for folders in Project Bin. Commit. Fixes bug #379409.
- Devel doc: point to First Task issues on invent. Commit.
- When hiding a dockwidget with hidden title bar, ensure freed space is reused. Commit.
- Correctly handle shortcuts with Shift modifier when in fullscreen mode. Commit. Fixes bug #516326.
- Fix possible crash un curve editor. Commit.
- Improve logic for lumas depending on project profile. Commit. Fixes bug #503443.
- Fix mix not invalidating preview on change. Commit.
- Shutdown after rendering: don't shutdown after abort, show prompt before shutting down on KDE. Commit. Fixes bug #513510.
- Expose more parameters for audio recording device, add "Use default setting" button. Commit. See bug #493308.
- Kdenlive Settings: fix apply button disabled after changing audio rec device. Commit.
- Fix import of clips with multiple video streams. Commit.
- Fix small mem leak in Render Widget. Commit. See bug #514763.
- Fix insertion of multistream clips. Commit.
- Fix otiotest. Commit.
- Fix timeline preview invalidates full track when adding clip. Commit. Fixes bug #514541.
- Don't highlight Cancel button in Titler Widget. Commit. See bug #515384.
- Never raise the effect stack on item selection if Effect Stack is docked with Timeline. Commit. Fixes bug #514547.
- Fix resize Item start in ripple mode. Commit. Fixes bug #516099.
- Fix ripple moving playhead. Commit. Fixes bug #516098.
- Fix insert video clips from timeline context menu. Commit.
- Add missing animatedrect parameter type in effects doc. Commit.
- Moved avfilter.gradfun to Image Adjustment category. Commit.
- Changed parameter type to 'constant'. Commit.
- Allow disabling Breeze drag on non KDE platform. Commit. Fixes bug #480072.
- Make cppcheck happy. Commit.
- Add delete all timeline markers action. Commit.
- Fix Ctrl+drag to change speed, broken again by an incorrect merge 7a655c1a reverting the original fix. Commit.
- Ensure the track audio levels are always checked after the other track effects. Commit. Fixes bug #441452.
- Fix audio scrubbing when Pause on Seek is disabled. Commit. Fixes bug #509667.
- Add clear undo history in Edit menu. Commit. See bug #433601.
- Remove unused var. Commit.
- Refactor disabling clip, fixes audio stream lost on disable/enable. Commit. Fixes bug #474139.
- Ensure no audio frame stays in the queue when switching clip in Clip Monitor. Commit. See bug #433601.
- Don't scroll up on bin drag when entering timeline. Commit. Fixes bug #439323.
- Timeline qml optimization: ensure loaders for invisible clips are not loaded. Commit.
- Fix timeline double click. Commit. Fixes bug #514874.
- Update/Add some effects XML. Commit. See bug #473086.
- Fix incorrect audio tracks count when timeline preview is enabled, breaking copy-paste. Commit. Fixes bug #515124.
- Fix missing variable in split screen overlay. Commit.
- Fix crash opening multi sequence projects and trying to create audio thumbs. Commit.
- Grouping menu items logically. Commit.
- Add Disable Timeline Effects function to timeline hamburger menu. Commit.
- Fix regression breaking rotoscoping in git master. Commit.
- Fix rotoscoping right click to close shape. Commit.
- Enable clip editing for videos. Commit.
- Try to fix image position on MacOS in fixed size mode. Commit.
- Fix loading of sequence audio thumbs on project open, only save to disk when saving project. Commit.
- When switching to another timeline sequence, auto update previous sequence audio thumb if necessary. Commit.
- Add code to invalidate audio thumbnails in sequence clips. Currently only rebuilds manually or on project opening. Show a refresh button on top of the monitor audio wave when not synced. Commit.
- Hide mouse cursor when placed over monitor and not moving for 2 seconds. Commit. Fixes bug #434386.
- Fix tests. Commit.
- Remember and restore render widget size. Commit.
- Add xml prolog to fix translations. Commit. Fixes bug #502297.
- When performing Find Clip in Bin, disable all filters if the clip was hidden to ensure the find operation succeeds. Commit. Fixes bug #509816.
- First fixes for sequence audio waveform. Commit.
- Disable sequence audio thumbnails until properly fixed. Commit.
- Fix crash opening and quickly closing Kdenlive settings. Commit.
- Don't extract appdata xml for translations. Commit.
- Fix MacOs. Commit.
- Fix pasting effects always enables built-in effects. Commit. Fixes bug #514885.
- Try to locate asset XMLs in QT_DATA_DIR too. Commit.
- Fix mlt detection for CI tests on Windows. Commit.
- Fix mlt detection for CI tests on Windows. Commit.
- Refactor detection of MLT profiles and melt executable. Commit.
- Fix typo. Commit.
- Expand bin and render profiles folders when doing a search. Commit.
- Add render category id so that we can easily change category names without breaking everything. Add map of old names / ids for backwards compatibility. Commit.
- Translate render preset categories. Commit. See bug #502297.
- Fix monitor image position on fixed scale with small profile size. Commit.
- Edit Clip.qml when dragging the effect either copying or adding to the clip, the needle moves to the destination clip, following the settings. Commit.
- Try to workaround possible double free in audio thumbs. Commit.
- Fix typos in data/effects/copychannelstostereo.xml. Commit. Fixes bug #463340.
- Fix remaining issues in clip monitor click and drag. Commit.
- Documentation.yml is no more needed. Commit.
- Documentation.yml is no more needed. Commit.
- Refactor monitor dragging to fix audio/video only drag and disappearing audio waveform in clip monitor. Commit.
- Clip monitor audio thumbail: immediatly apply change in always show audio thumb setting. Commit.
- Fix typo in timelinefunctions.cpp. Commit.
- Fix recent minor error in fixed param handling. Commit.
- Fix typos in Manage Layouts Window tooltips. Commit. See bug #515137.
- Fix timeline regressions: clicking on selected clip and Ctrl+click to adjust speed. Commit.
- Add documentation for fakerect and fakepoint. Commit.
- Cleanup effect doc: sort param types alphabetically. Commit.
- Switch to left/top for fake rect top left corner. Commit.
- Code cleanup. Commit.
- Make FakeAnimatedPoint parameter type work. Commit.
- Adjust XSD file for new *fakerect and *point params. Commit.
- Cleanup and update code following review. Commit.
- Store our fake animated point. Commit.
- Add point parameter type, possibly animated. Commit.
- Enforce the correct keyframe type in animatedfakerect. Commit.
- Correctly convert old project files not yet using animatedfakerect. Commit.
- Introduce new fakerect and animatedfakerect parameter types that handle multiple params, like x, y, w, h. Commit.
- Fix sequence clips audio thumbnails (update each time duration changes). Commit. See bug #472627.
- Fix licensing. Commit.
- Hide some irrelevant effects from UI using hidden_effects.txt / hidden_transitions.txt files. Allow copy from effects list description. Commit. See bug #473086.
- Fix app glitch opening project with missing clip on Windows. Commit. See bug #513648.
- Fix monitor rotoscoping overlay sometimes not correctly updating. Commit.
- Fix monitors always displayed on activation even when explicitely hidden. Commit. Fixes bug #514831.
- Modernize cmake for MLT dependency. Commit.
- Enable /bigobj compilation on MSVC. Commit.
- Add Windows CI. Commit.
- Snapcraft: Add to ci and prepare a beta release. Commit.
- Refactor: Access centeredplayhead setting directly in QML. Commit.
- Add centered playhead feature to timeline settings. Commit.
- BugFix: Restore custom shortcuts when resetting toolbars. Commit. Fixes bug #376053.
- Fix typo. Commit.
- [Feature] Implement basic math expression evaluation support for effect spinbox. Commit.
- Added the new feature to right click on timeline and add clips directly where you clicked which was a bit of a pain to get the coordinates right and make sure it didn't crash on empty tracks. i also added some smart logic so it checks how much room is left on the track and sets the dialog duration so it fits perfectly in gaps without jumping to the bin. had to fix drag and drop too since i broke it while moving stuff around but its all good now and seems to work fine across the board. Commit.
- Standardize codespell ignore list (lowercase and sort). Commit.
- Update codespell ignore list to include initialY and initialX variables. Commit.
- Update codespell ignore list and fix minor typos in QML files. Commit.
- Refactor mouse area interactions to improve panning behavior. Commit.
- Enhance timeline scrolling and dragging functionality. Commit.
- Fix clip drag by correcting mouse scope issues in moveItem and onReleased. Commit.
- Ensure drag cursor is visible even if isCursorHidden is true. Commit.
- Fix timeline panning cursor restore and improve clip drag stability. Commit.
- Fix jumpy timeline panning by improving cursor warp handling. Commit.
- CI: Add virtualX/Y to codespell ignore list. Commit.
- Timeline: Fix infinite dragging/panning warp issues. Commit.
- Feat: Implement continuous timeline panning and dragging with cursor warping. Commit.
- Standardize codespell ignore list (lowercase and sort). Commit.
- Update codespell ignore list to include initialY and initialX variables. Commit.
- Update codespell ignore list and fix minor typos in QML files. Commit.
- Refactor mouse area interactions to improve panning behavior. Commit.
- Enhance timeline scrolling and dragging functionality. Commit.
- Fix clip drag by correcting mouse scope issues in moveItem and onReleased. Commit.
- Ensure drag cursor is visible even if isCursorHidden is true. Commit.
- Fix timeline panning cursor restore and improve clip drag stability. Commit.
- Fix jumpy timeline panning by improving cursor warp handling. Commit.
- CI: Add virtualX/Y to codespell ignore list. Commit.
- Timeline: Fix infinite dragging/panning warp issues. Commit.
- Feat: Implement continuous timeline panning and dragging with cursor warping. Commit.
- Clicking on a clip marker in timeline should select its clip. Commit.
- Normalize: add details how to use it. Commit.
- Titler: apply grid on item move. Commit.
- Fix slow opening through file manager. Commit. See bug #513648.
- [CI] Add third-party/kddockwidgets dependency. Commit.
- Fix project monitor initialized at frame 1 in new projects. Commit. Fixes bug #513907.
- Rotoscoping: don't reset mask points when seeking while shape is not yet closed. Commit. Fixes bug #513801.
- Docs: Update build docs. Commit.
- Minor cleanup media capture. Commit.
- Audio capture: minor cleanup, ensure we use a channel count/sample rate compatible with mic. Commit. See bug #493308.
- Fix crash on copy. Commit. Fixes bug #513964.
- Minor cleanup media capture. Commit.
- Audio capture: minor cleanup, ensure we use a channel count/sample rate compatible with mic. Commit. See bug #493308.
- Add heatmap0r effect. Commit.
- Fix OpenBSD support. Commit.
- Use Qt native method to fetch audio level in capture. Commit.
- Use Qt native method to fetch audio level in capture. Commit.
- Fix crash toggling audio monitor. Commit.
- Refresh monitor after changing interpolation. Commit.
- [flatpak] Remove exiv2. Commit.
- [flatpak] Update FFmpeg and fix build. Commit.
- [flatpak] Remove unused patches. Commit.
- [flatpak] Enable frei0r facebl0r and facedetect. Commit.
- [flatpak] Update OpenCV. Commit.
- [flatpak] Update OpenTimelineIO. Commit.
- [flatpak] Remove unused mediainfo dependency. Commit.
- Fix x265 build with newer CMake. Commit.
- Fix Frei0r build with newer CMake. Commit.
- CI - Flatpak - Upgrade extensions to 25.08. Commit.
- CI - Flatpak - Sort finish arguments. Commit.
- CI - Flatpak - Upgrade LLVM to 21. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
- Fix typos in qDebug messages in abstractpythoninterface. Commit.
- Remove option to fetch OTIO. Commit.
- Recommend at least OTIO 0.18.0. Commit.
- Restore OTIO metadata functionality on FreeBSD. Commit.
- Fix possible crash on incorrect clip duration. Commit.
- Update GAVL to latest commit - hopefully fixing flatpak build. Commit.
- Flatpak: use same GAVL version as AppImage. Commit.
- Fix paste clips doesn't follow disabled state. Commit. Fixes bug #513473.
- Fix xmlgui related crash starting an older Kdenlive version (< 25.08.3). Commit.
- Keep duration info when moving ranged markers. Commit.
- Keep duration info when moving ranged markers. Commit.
- Don't load Kdenlive in the background if welcome screen is displayed to avoid busy cursor / greyed out screen on Wayland. Commit.
- Fix window does not appear after crash and no welcome screen. Commit.
- Fix several effects. Commit.
- Ensure we cannot call a welcome screen action before it is connected. Commit.
- FIx possible crash in welcome screen trying to open profile or file when mainwindow was not ready yet. Commit.
- Update gavl to fix compilation. Commit.
- Fix incorrect flatpak syntax in prev commit. Commit.
- Fix changing keyframe type for multiple keyframes not working. Commit.
- Fix incompatible old CMAKE version requirement. Commit.
- CI: Add documentation build. Commit.
- CI: Add documentation build. Commit.
- Update vidstab to latest git. Commit.
- Add AMF encoding profile for Windows. Commit.
- Add AMF encoding profile for Windows. Commit.
- Don't allow savinf a custom effect with the name of an existing effect. Commit.
- Fix horizontal editing layout not loaded. Commit.
- Hsvhold similarity must be > 0. Commit.
- Fix copy paste resets keyframe type. Commit. Fixes bug #513053.
- Fix editing transform on monitor discards opacity. Commit.
- Don't check for readOnly in QStorageInfo on Mac. Commit.
- Fix typo. Commit.
- Fix app not opening after crash and opening project from command line. Commit.
- Don't incorrectly show warning about hidden monitor. Commit.
- Fix project layout not correctly restored if opened from Welcome Screen. Commit.
- When copy/paste between 2 kdenlive windows, correctly load bin clip effects. Commit.
- Fix jq syntax for 1.6 version. Commit.
- Extract layout names from json for translation. Commit.
- Fix TAP effects. Commit.
- Remove duplicate RuntimeDependencies section from kde-ci.yml. Commit.
- Fix first start crash when clicking on Start Editing too fast and UI is not yet ready. Commit.
- Re-enable incorrectly disabled CDATA stripping. Commit.
- Added filename and basename as possible parameters. Commit.
- Fix xml filename for frei0r euclid_eraser. Commit.
- Add xml for euclid eraser transition. Commit.
- Fix docking of undocked widgets on Windows. Commit.
- Fix recent files sorting on Welcome screen. Commit.
- Fix Video Noise Generator Effect. Commit.
- Fix TAP Reverb for I18n. Commit.
- Apply tab orientation change without restarting app. Commit.
- Update shift parameter to range -180.0 to 180.0. Commit.
- Adding XML files for LADSPA TAP effects. Commit.
- Add Welcome Screen. Commit.
- Switch Kdenlive layouts to separate json files for each layout. Commit.
- Disable Qt-next CI until all deps are ready. Commit.
- Cleanup temporary usage data check. Commit.
- Update file CMakeLists.txt. Commit.
- Update KDDockWidgets min version. Commit.
- Cleanup Timeline mixes. Commit.
- Refactor: Improve transition preview handling. Commit.
- Improve transition preview generation. Commit.
- Merge master branch from upstream, resolving conflicts in asset list widget. Commit.
- Add animated transition preview support. Commit.
kdepim-addons
- Fix compile against last ktextaddons. Commit.
- Load engine. Commit.
- Fix sort menu. Commit.
- Const'ify variable + coding style. Commit.
- Debug--. Commit.
- USe variable directly. Commit.
- Const'ify variable. Commit.
- Disable adblock on FreeBSD. Commit.
- Fix ask info. Commit.
- Try to fix selected text. Commit.
- Const'ify. Commit.
- Don't allow empty string. Commit.
- Use [[maybe_unused]]. Commit.
- Use debug category. Commit.
- Fix icon. Commit.
- Remove unused class. Commit.
- Change dep as for other pim apps. Commit.
- Remove KDEPIM_ENTERPRISE_BUILD support. Commit.
- Add lsan CI support. Commit.
- Update adblock to 0.11. Commit.
- Cmake_minimum_required: drop outdated FATAL_ERROR. No more need for backward-support for CMake < 2.6. Commit.
- Fix enabled by default. Commit.
- Fix External Script Plugin %body argument is always empty for HTML mails. Commit. See bug #514044.
- Fix duplicate logging category. Commit.
- Fix check message. Commit.
- Add -Wshadow for clang-based builds. Commit.
- Fix ktextaddons dep. Commit.
- Port deprecated kmime code. Commit.
- Use std::shared_ptr instead of QSharedPointer for KMime::Message. Commit.
- Remove duplicate includes (found by script). Commit.
- Fix typo. Commit.
- Test if we can open file. Commit.
- Use TextAddonsWidgets::ExecutableUtils. Commit.
- Increase ktextaddons version. Commit.
- Stop using deprecated KMime::Types::Mailbox::List. Commit.
- Don't include QDebug in headers. Commit.
- Add default ClangBuildAnalyzer.ini (testing compile time). Commit.
- Add missing include. Commit.
- Port some deprecated kmime methods. Commit.
- Add missing USE_UNITY_CMAKE_SUPPORT variable for building as unity from cmakepreset. Commit.
- Remove unused check. Commit.
- Fix build with corrosion 0.6. Commit.
- Remove code that has not been compiled for almost a decade. Commit.
- Fix clazy warnings. Commit.
- Port to Q_ENUM/Q_FLAG. Commit.
- Adapt to new api. Commit.
- Use enum for propertyname. Commit.
- We don't need check now. Commit.
- Use same ktextaddons version. Commit.
kdepim-runtime
- Add KOnlineAccounts support to DAV resource. Commit.
- Replace Kolab resource with a dummy. Commit.
- Add lsan CI support. Commit.
- Port away from deprecated KIMAP ListJob API. Commit.
- Remove the last string-based connect in the IMAP resource. Commit.
- Remove custom QSignalSpy::wait implementation. Commit.
- Use correct target name for ecm_mark_as_test. Commit.
- Port away from deprecated KIMAP metadata job API. Commit.
- Cmake_minimum_required: drop outdated FATAL_ERROR. No more need for backward-support for CMake < 2.6. Commit.
- Adapt to kmbox API change. Commit.
- Add -Wshadow for clang-based builds. Commit.
- Port some left over deprecated KMime API usage. Commit.
- Port away from deprecated KMime API. Commit.
- Fix ktextaddons dep. Commit.
- Port deprecated kmime code. Commit.
- Remove KWallet completely. Commit.
- Port away from deprecated APIs. Commit.
- Use std::shared_ptr instead of QSharedPointer for KMime::Message. Commit.
- Remove duplicate includes (found by script). Commit.
- Fix warning about QFile::open(. Commit.
- Remove unused KAboutData now. Commit.
- Remove jobtracker leftovers. Commit.
- Adapt to changes in AgentBase. Commit.
- Don't include QDebug in header. Commit.
- Add default ClangBuildAnalyzer.ini (testing compile time). Commit.
- Add missing USE_UNITY_CMAKE_SUPPORT variable for building as unity from cmakepreset. Commit.
- Fix some clazy warnings. Commit.
- Port to Q_ENUM. Commit.
- Fix dependancies. Commit.
- Prevent crash if the dav url list is empty. Commit. Fixes bug #512424.
- Fix KMail crashing when pressing on "Server Info" button. Commit. Fixes bug #512348.
- Increase QT6KEYCHAIN_LIB_VERSION version. Commit.
- Use same ktextaddons version. Commit.
kdesdk-thumbnailers
- Build libgettextpo from git. Commit.
- Fix memory leak. Commit.
- Fix OSS-Fuzz AFL builds. Commit.
kdev-python
- Kdevpdb: fixup internal error in evalexpression(). Commit.
- Kdevpdb: fix a crash caused by a localization mismatch. Commit. Fixes bug #513423.
- Kdevpdb: use setType(), setValue() and setChanged() methods. Commit.
- Kdevpdb: add missing idebugcontroller.h includes. Commit.
- Fix build on windows. Commit.
kdevelop
- Make IndexedType() implicit and inline. Commit.
- TreeModel: check TreeItem::parent() for null once. Commit.
- VariableTree: explain return value variable in context menu title. Commit.
- Disable action Stop on Change for return value variable. Commit.
- DebuggerTestBase: extract lambda returnValueVariableIndex(). Commit.
- VariableWidget: enclose variableCollection() in unnamed namespace. Commit.
- Revert "automatically expand watches after adding a watch". Commit.
- VariableTree: expand proxy index of Watches. Commit.
- DebuggerTestBase: don't auto-update Locals needlessly. Commit.
- Reset changed state of variables even if auto-update is disabled. Commit.
- Reset variable collection completely in DebuggerTestBase::init(). Commit.
- Extract DebuggerTestBase::testVariablesWatchesTwoSessions(). Commit.
- Remove unused function LldbTest::localVariableIndexAt(). Commit.
- Debugger tests: deduplicate destroying all watches in init(). Commit.
- Make IVariableController::autoUpdate() const and [[nodiscard]]. Commit.
- Variable: report change only in changed column to optimize. Commit.
- Variable: get rid of magic column numbers. Commit.
- Remove unneeded member function Watches::data(). Commit.
- VariableCollection: remove obsolete commented out code. Commit.
- Remove unused
using declarations in variablecollection.h. Commit. - Reorder and use absolute paths in includes in variablecollection.*. Commit.
- Remove unused includes from variablecollection.*. Commit.
- Variable: don't report change if nothing has changed. Commit.
- VariableTree: don't call selectedVariable() redundantly. Commit.
- Delete variable immediately rather than later in Variable::die(). Commit.
- Don't crash after return value variable is removed. Commit.
- Document return value variable in What's This text of Step Out. Commit.
- Display return value variable even if breakpoint is also hit. Commit.
- Reuse translatable variable section titles in debugger unit tests. Commit.
- Remove default argument of VariablesRoot::locals(). Commit.
- MIVariable: don't send -var-set-format with empty variable name. Commit.
- Deduplicate formatChanged() of MIVariable and LldbVariable. Commit.
- Debuggercommon: don't pass --thread and --frame to -var-set-format. Commit.
- Extract MICommand::needsContext(). Commit.
- Lldb: add/expand comments about bugs and TODO. Commit.
- Extract MIVariable::setValueToValueFieldOf(). Commit.
- Always update value of LLDB variable when its format changes. Commit.
- Extract MIVariable::setValueToOptionalValueFieldOf() and optimize. Commit.
- Optimize LldbVariable::formatChanged() slightly. Commit.
- CreateVarobjHandler: reset Variable::showError() to false on success. Commit.
- DebuggerTestBase: test attributes of Variable. Commit.
- Make Variable::showError() const and [[nodiscard]]. Commit.
- Avoid file collision with other applications by too general 'subversion' icon name. Commit.
- Plasma sessions watcher: fix scanning sessions data top dir & its parent. Commit.
- Make C++20 and C17 default for language parser. Commit.
- Remove c++98 profile because it is equivalent to c++03. Commit.
- ParserWidget: deduplicate default C/C++ standard string literals. Commit.
- ParserWidget: reorder switch labels to deduplicate string literals. Commit.
- Add profiles for newer C/C++ language standards. Commit.
- Deduplicate identical parser arguments for C++ and CUDA. Commit.
- Make C++17 and C11 default for language parser. Commit.
- Disable Gcov code coverage support for debuggees. Commit.
- CI: warn about very high gcovr hit values instead of erroring out. Commit.
- CI: warn about negative gcovr hit values instead of erroring out. Commit.
- Appimage: fix a typo in a comment. Commit.
- Disregard KTextEditor plugins if KDevelop plugins are not found. Commit.
- Shell: don't try to show a message box in NoUi mode. Commit.
- TestCore: abort if initialization fails. Commit.
- Add missing comparison of m_isRValue to ReferenceType::equals(). Commit.
- Enhance TestMICommand::testQObjectCommandHandler(). Commit.
- Set current position and reload program state even without field "frame". Commit.
- Extract MIDebugSession::askDebuggerAboutSelectedFrame(). Commit.
- MIDebugSession: don't check always-true not-exited condition. Commit.
- MIDebugSession: display user-friendly signal name on exit as well. Commit.
- Access MI field "signal-meaning" only if it is present. Commit.
- DebuggerTestBase: verify that error output contains signal name. Commit.
- DebuggerTestBase: verify that session has crashed. Commit.
- DebuggerTestBase: test frame stack model after POSIX signal. Commit.
- Debuggercommon: test SIGABRT and SIGFPE in addition to SIGSEGV. Commit.
- Test adding current thread to commands with LLDB in addition to GDB. Commit.
- Print rather than discard messages received in NoUi mode. Commit.
- Util: don't use qApp if it may be invalid. Commit.
- Remove obsolete and fruitless application type checks. Commit.
- CMake modules: no longer explicitly include CMakeParseArguments. Commit.
- Lldb: drop workaround for missing CLI command output. Commit.
- Lldb: drop workaround for missing MI field "current-thread-id". Commit.
- Lldb: improve checking whether LLDB version is supported. Commit.
- FramestackWidget: don't call frameStackModel() repeatedly. Commit.
- MesonTargetSources: fix source typos. Commit.
- DumpDotGraphPrivate: fix cosmetic source typo. Commit.
kdf
- Snapcraft: add to ci and prepare for a beta release. Commit.
- Issue with naming solved. New method will now work. Commit.
- Definitely does not work with the news system. Having to go back to the old. Apologies for noise. Commit.
- Removed list of supporters, as we now have a less annoying way of showing them on the apps website. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
- Adding Kryštof Jelínek to list of supporters. Commit.
kdialog
- Snapcraft: add to ci and prepare for beta release. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
kdiamond
- Documentation.yml is no more needed. Commit.
- Snapcraft: Add to ci and prepare for a beta release. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
keditbookmarks
- CI - Flatpak - Update Runtime to 6.10. Commit.
keysmith
- Use ECM_TEST_NAME_PREFIX_STRATEGY set to "PATH". Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
- Fix: account name overflow. Commit.
kfind
- Documentation.yml is no more needed. Commit.
- KFindTreeView: de-duplicate some code. Commit.
- Make it possible to delete selected files. Commit.
- Snapcraft: Add to ci and prepare for a beta release. Commit.
- Add Alt+Return shortcut for file properties. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
- Show application in all desktop environments. Commit.
kfourinline
- Documentation.yml is no more needed. Commit.
- Snapcraft: add to ci and prepare for a beta release. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
kgeography
- Documentation.yml is no more needed. Commit.
- Snapcraft: Add to ci and prepare a beta release. Commit.
- Cmake_minimum_required: drop outdated FATAL_ERROR arg. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
kget
- Documentation.yml is no more needed. Commit.
- Snapcraft: add to ci and prepare for a beta release. Commit.
- Cmake_minimum_required: drop outdated FATAL_ERROR arg. Commit.
- Fix QNetworkInformation::instance() handling. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Sync Manifest details from Flathub. Commit.
- CI - Flatpak - Update to 6.10 runtime. Commit.
- [ci skip] CI - Flatpak - Fix Template URL for boost and update. Commit.
- CI - Flatpak - Update Versions. Commit.
- Use better way to disable session management. Commit.
kgoldrunner
- Documentation.yml is no more needed. Commit.
- Snapcraft: add to ci and prepare for a beta release. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
kgpg
- Documentation.yml is no more needed. Commit.
- CI: Add documentation build. Commit.
kgraphviewer
- Documentation.yml is no more needed. Commit.
- Snapcraft: add to ci and prepare for a beta reelase. Commit.
- CI: Add documentation build. Commit.
khangman
- Documentation.yml is no more needed. Commit.
- Snapcraft: Add to ci and prepare for a beta release. Commit.
- Handle open() potentially failing. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
- Prevent letter guessing during pause or result timer. Commit.
- Use the theme text color for GamePage timerText. Commit.
- Replace hint toolbutton icon with text. Commit.
khealthcertificate
- Remove all qml import versions. Commit.
khelpcenter
- Add increase/decrease/reset font size keyboard actions. Commit. Fixes bug #497013.
kidentitymanagement
- Qdoc++. Commit.
- Don't execute it if we don't have .git. Commit.
- Update pre-commit. Commit.
- Qml: Add Identity feature. Commit.
- Fix some qdoc support. Commit.
- Fix warnings. Commit.
- Qml: Fix identity informations is not update. Commit.
- Cmake_minimum_required: drop outdated FATAL_ERROR. No more need for backward-support for CMake < 2.6. Commit.
- Fix doc. Commit.
- Fix typo. Commit.
- Add README-qdoc. Commit.
- Add -Wshadow for clang-based builds. Commit.
- Convert doc. Commit.
- Add ecm_generate_qdoc. Commit.
- Add qdoc file. Commit.
- Prepare to port to qdoc. Commit.
- Fix ktextaddons dep. Commit.
- Allow to install pre-commit git hook. Commit.
- Increase ktextaddons version. Commit.
- Bad copy paste. Commit.
- Add readme about pre-commit. Commit.
- Add info about pre-commit support. Commit.
- Test: verify opening file succeeds. Commit.
- Quick: Fix Merkuro validBackend undefined. Commit.
- Add default ClangBuildAnalyzer.ini (testing compile time). Commit.
- Fix index when we use activity support. Commit.
- Add missing USE_UNITY_CMAKE_SUPPORT variable for building as unity from cmakepreset. Commit.
- Fix clazy warning. Commit.
- Assign pointer value before connect. Commit.
- Use same ktextaddons version. Commit.
kig
- Documentation.yml is no more needed. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
kigo
- Documentation.yml is no more needed. Commit.
- Snapcraft: Add to ci and prepare for a beta release. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
killbots
- Documentation.yml is no more needed. Commit.
- Snapcraft: Add to ci and prepare for a beta release. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
kimagemapeditor
- Documentation.yml is no more needed. Commit.
- CI: Add documentation build. Commit.
kimap
- Remove obsolete private slot declarations. Commit.
- Port away from string-based slot invocations. Commit.
- Manage SessionLogger with std::unique_ptr. Commit.
- Remove unused constant. Commit.
- Fix mismatching argument names between declaration and definition. Commit.
- Qdoc++. Commit.
- Fix some qdoc. Commit.
- Remove unnecessary cstring conversions/copies. Commit.
- Don't export internal symbols. Commit.
- License cleaning. Commit.
- Use non-deprecated exception specifiers. Commit.
- Don't execute method when we don't have .git. Commit.
- .pre-commit-config.yaml - autoupdate. Commit.
- Gersemi fixes. Commit.
- Use QString|QByteArrayView where appropriate. Commit.
- REUSE.toml - add .gersemirc. Commit.
- .gersemirc - add gersemi config file. Commit.
- Make outbound license check stricter and limit it to library code. Commit.
- .pre-commit-config.yaml - set gersemi args. Commit.
- Add missing const/static/nodiscard. Commit.
- Consistently use qint64 for message sequence numbers. Commit.
- Fix narrowing conversions from qsizetype to int. Commit.
- Use defaulted ctors/dtors and assignment operators. Commit.
- Stabilize testsession. Commit.
- Add lsan CI support. Commit.
- Fix doc support. Commit.
- Remove unused deprecated ListJob and Session API. Commit.
- Remove unused deprecated SearchJob API. Commit.
- Clean up deprecated and meanwhile unused metadata job API. Commit.
- Remove deprecated and meanwhile unused FetchJob signals. Commit.
- Port testserver away from deprecated FetchJob signals. Commit.
- Cmake_minimum_required: drop outdated FATAL_ERROR. No more need for backward-support for CMake < 2.6. Commit.
- Add \typealias. Commit.
- Add -Wshadow for clang-based builds. Commit.
- Port away from the remaining deprecated KMime API use. Commit.
- Fix documentation. Commit.
- Allow to install pre-commit support. Commit.
- Fix typo. Commit.
- Add missing explicit/override. Commit.
- Port from qch. Commit.
- Adapt code for generate doc. Commit.
- Not activate yet as it's a specific code to port. Commit.
- Use std::shared_ptr instead of QSharedPointer for KMime::Message. Commit.
- Remove duplicate includes (found by script). Commit.
- Port away from kmime deprecated defines. Commit.
- Add default ClangBuildAnalyzer.ini (testing compile time). Commit.
- Add missing USE_UNITY_CMAKE_SUPPORT variable for building as unity from cmakepreset. Commit.
kio-admin
kio-gdrive
- Documentation.yml is no more needed. Commit.
- CI: Add documentation build. Commit.
kio-zeroconf
kirigami-gallery
- Revert "GIT_SILENT Update Appstream for new release". Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
kiriki
- Revert "GIT_SILENT Update Appstream for new release". Commit.
- Documentation.yml is no more needed. Commit.
- Snapcraft: Add to ci and prepare for a beta release. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
kiten
- Documentation.yml is no more needed. Commit.
- Snapcraft: Add to ci and prepare for a beta release. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
kitinerary
- Revert "GIT_SILENT Update Appstream for new release". Commit.
- Build static extractor against release branch dependencies. Commit.
- Update Flatpak manifest for 26.04 release branch. Commit.
- Adapt to Poppler 26.04 API changes. Commit.
- Update dependencies for the static extractor build. Commit.
- Handle Norwegian-language Entur tickets. Commit.
- Move workaround for dubious German UIC station code to extractor scripts. Commit.
- Recover station names from RCT2 on European Sleeper barcodes. Commit.
- Fall back to station code when FCB data contains no name. Commit.
- Add MÁV ORSZÁGBÉRLET product code mapping. Commit.
- Update DRK filter pattern. Commit.
- Also check the field label for finding potential boarding time fields. Commit.
- Support German language Eventyay PDF tickets. Commit.
- Fix date format in Thai railway ticket extractor. Commit.
- Slightly improve booking.com address parsing. Commit.
- Improve booking.com extractor. Commit.
- Improve street address substring matching. Commit.
- Make mail subject accessible for extractor scripts. Commit.
- Add new FRS extractor for ferries from algeciras. Commit.
- Add basic extractor for getyourguide. Commit.
- Hostelworld: Add support for new email format. Commit.
- Extract terminal information from FCM emails. Commit.
- Add Swedisch language FCM sample. Commit.
- Find ZXing 3.0 as well and remove pre-3.0 version workarounds. Commit.
- Retain base64 encoding in Eurostar's SSB ticket barcodes. Commit.
- Adapt to ZXing 3.0 BarcodeFormats API change. Commit.
- Namespace ZXING_* macros. Commit.
- Adapt to Poppler 26.02 API changes. Commit.
- Cmake_minimum_required: drop outdated FATAL_ERROR. No more need for backward-support for CMake < 2.6. Commit.
- Support SNCF TER pass barcodes. Commit.
- Adapt to Poppler 26.02 API removal. Commit.
- Extract more information from SNCF TER barcodes. Commit.
- Adapt to another Poppler 26.01 API change. Commit.
- Port away from deprecated ZXing API. Commit.
- Adapt extractor scripts to Poppler 26.01 whitespace changes. Commit.
- Ensure we concatenate PDF page text with a line break. Commit.
- Add support for gomus annual tickets. Commit.
- Silence UIC ticket barcode runtime parser warnings. Commit.
- Normalize whitespaces in reservation numbers. Commit.
- Fix HTML document unit test on Windows. Commit.
- Klm: add parser for en "Ticket for your trip" emails. Commit.
- Extract boardingGroup from KLM boarding passes. Commit.
- Force Unix line breaks and physical layout for PDF text extraction. Commit.
- Add -Wshadow for clang-based builds. Commit.
- Adapt to Poppler 26.01 API changes. Commit.
- Fix crash on referenced but non-existent PDF masks. Commit. Fixes bug #513945.
- Extract station identifiers from domestic Czech train tickets. Commit.
- Read passenger name from Czech 3697OT UIC ticket barcode blocks. Commit.
- Handle 3697OT UIC vendor blocks in Czech railways extractor script. Commit.
- Decode 3697OT UIC vendor blocks as 1154UT blocks too. Commit.
- Support Italian booking.com confirmation emails. Commit.
- Update DB ical extraction patterns for international trips. Commit.
- Correctly merge Deutsche Bahn "code share" trains. Commit.
- Update extractor script for DB seat reservations. Commit.
- Fix MÁV v4 barcode matching pattern. Commit.
- CI - Flatpak - Update Versions. Commit.
- Handle MÁV Volan bus ticket barcodes. Commit.
- Accept bus reservations with just a departure day as well. Commit.
- Port ISO 9796-2 decode away from deprecated OpenSSL API. Commit.
- Port RSP6 key loading and decryption away from deprecated OpenSSL API. Commit.
- Add default ClangBuildAnalyzer.ini (testing compile time). Commit.
- Update RSP6 public keys. Commit.
- Allow to ingest RSP6 keys from a manually provided file as well. Commit.
- Extract MAV Volan bus tickets. Commit.
- Fix KF mini version. Commit.
- Extract ticket validity from all types of MÁV ticket barcode blocks. Commit.
- Extract prices from Cytric hotel bookings. Commit.
- Extract station codes from MAV supplement and reservation blocks too. Commit.
- Fix parsing MAV ticket numbers. Commit.
- Improve MAV barcode trigger patterns. Commit.
- Handle RSP6 decoding failures properly. Commit.
- Support MAV supplement blocks and fix v6 reservation blocks. Commit.
- Extract MAV passenger block data also from tickets without a trip block. Commit.
- Add missing USE_UNITY_CMAKE_SUPPORT variable for building as unity from cmakepreset. Commit.
- Emit generic Ticket objects for MAV barcodes not bound to a specific trip. Commit.
- Extract ticket validity time ranges from MAV barcodes. Commit.
- Consolidate extractor script for different MÁV barcode versions. Commit.
- Resolve Hungarian railway station codes in post-processing. Commit.
- Add lookup function for Hungarian railway station codes. Commit.
- Regenerate train station database. Commit.
- Generate train station lookup tables for Hungarian railway station codes. Commit.
- Adapt to Wikidata railway station ontology changes. Commit.
- Validate the format of Indian railway station codes. Commit.
- Extract Hungarian station codes from MAV v5/6 barcodes. Commit.
- Extract price from MÁV ticket barcodes. Commit.
- Update static build dependencies. Commit.
- Fix Flatpak build. Commit.
- Add another date/time format pattern for Eurostar. Commit.
- Exclude the right column when extracting Eurostar PDFs. Commit.
- Consider two single-leg IATA BCBP tokens identical. Commit.
- Update airport database. Commit.
- Add manual override for the airport inclusion/exclusion heuristics. Commit.
- Export MergeUtil::mergeIncidence. Commit.
- Also consider public_transport=station elements for airport entrances. Commit.
- Prefer non-service building terminals when selecting airport locations. Commit.
- Improve filtering cargo/freight terminals. Commit.
- Fix offset computation in overflow airport name string table. Commit.
kjournald
- Hide filter category for user/system units when it makes no sense. Commit.
- Fix page up/down behavior for key events. Commit.
- Introduce small cache for unique services per boot. Commit.
- Use static hash function for color mapping. Commit.
- Persist last selected log verbosity level. Commit.
- Fix flatpak build. Commit.
- Adapt filter criteria test to boot id filtering. Commit.
- Introduce basic support for prefiltered menu selectors. Commit.
- Introduce helper function to query unique entries per boot. Commit.
- Minor cleanup. Commit.
- Add titlebar menu entry icons for all top-level menues. Commit.
- Add test for user unit filtering. Commit.
- Handle journal reloads when access limit is changed. Commit.
- Introduce a common view for system and user unit logs. Commit.
- Add missing QDir include. Commit.
- Improve handling of -D command line parameter. Commit.
- Snapcraft: Add to ci and prepare for a beta release. Commit.
- Adapt test to changed default grouping behavior. Commit.
- Rework log view colorizer logic for grouped services. Commit.
- Introduce filtering logic for grouped services. Commit.
- Introduce UI to gropu/ungroup services by templates. Commit.
- Port deprecated Qt::UTC enum to QTimeZone::UTC. Commit.
- Port deprecated Qt::UTC enum to QTimeZone::UTC. Commit.
- Fix minor typos (KI18n.i18n -> KI18n.i18nc). Commit.
- Fix remaining unqualified access QML Linter issues. Commit.
- Fix linter issue with Qt.quit(). Commit.
- Port to QML Singleton for KI18n to fix qmllint errors. Commit.
- Use for targets install dir. Commit.
- Use isEmpty() method. Commit.
- Add missing override/explicit keywords. Commit.
- We don't use module => disable it. Commit.
- Provide help message when selected folder does not contain journal files. Commit.
- Update user information that filters are too strict to Kirigami placeholder. Commit.
- Use ecm_set_disabled_deprecation_versions. Commit.
- Use explicit keyword. Commit.
- USe nullptr here. Commit.
- Remove unneeded mkdir. Commit.
- Add reasons for permissions. Commit.
- Fix appstream errors for flatpak packaging. Commit.
- Add missing i18n for application description. Commit.
- Add missing include moc. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
- Fix access to journal entry properties for exe/service display. Commit. Fixes bug #512618.
- Fix journal selection dialogs. Commit.
kjumpingcube
- Handle opening of temporary files potentially failing. Commit.
- Preserve background's aspect ratio when resizing the window. Commit.
- Documentation.yml is no more needed. Commit.
- Snapcraft: Add to ci and prepare for a beta release. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
kldap
- Fix memory leak in Ber assignment operator. Commit.
- Fix qdoc. Commit.
- Don't report warning about unknown macro. Commit.
- Fix qdoc support. Commit.
- Update pre-commit. Commit.
- Fix compile on alpine. Commit.
- Add WARNINGS_AS_ERRORS on CI. Commit.
- Use [[maybe_unused] vs Q_UNUSED. Commit.
- Cmake_minimum_required: drop outdated FATAL_ERROR. No more need for backward-support for CMake < 2.6. Commit.
- Add -Wshadow for clang-based builds. Commit.
- Fix documentation. Commit.
- Fix typo. Commit.
- Port. Commit.
- Convert doc. Commit.
- Allow to install pre-commit git hook. Commit.
- Add info about pre-commit support. Commit.
- Add README-pre-commit.md. Commit.
- Add default ClangBuildAnalyzer.ini (testing compile time). Commit.
- Add missing USE_UNITY_CMAKE_SUPPORT variable for building as unity from cmakepreset. Commit.
- Use constFirst() here. Commit.
- Port to Q_ENUM/Q_FLAG. Commit.
- Increase QT6KEYCHAIN_LIB_VERSION version. Commit.
kleopatra
- Don't crash if no user ID was selected. Commit.
- Reset context when context finished and on failed Assuan transaction. Commit. Fixes bug #450824.
- Don't offer export of signing subkey of team key for card keys. Commit.
- Don't offer Save Secret Team Key for card keys. Commit.
- Add mechanism for more esoteric applicability checks of commands. Commit.
- Relabel two confusing 'cancel' buttons. Commit.
- CI: Disable failing flatpak build. Commit.
- Properly finish team key export on cancelation. Commit.
- Add context menu with Copy action to S/MIME address list. Commit.
- Add context menu with Copy action to trust chain view. Commit.
- Use same tooltip for Copy action as libkleo's TreeView/TreeWidget. Commit.
- Add Copy action to context menus of all tree views. Commit.
- Show different "Certify new key?" dialog only for shared secret keys. Commit.
- Show a different "Certify new key?" dialog for shared secret keys. Commit.
- Fix info displayed after failed decryption or verification. Commit.
- Remove possibility to force decryption on missing integrity protection. Commit.
- Remove obsolete - and broken - wayland clipboard workaround. Commit.
- Fix tab order of Show Email button. Commit.
- Put Close button next to Show audit log button. Commit.
- Don't set stylesheet for "Show audit log" button. Commit.
- Ignore duplicate LDAP server config entries. Commit.
- Save CSRs that were generated in PEM format with suffix .pem. Commit.
- Add setting for format of CSRs. Commit.
- Make column visibility keyboard-accessible in more tables. Commit.
- Make column visibility keyboard-accessible in certifications table. Commit.
- Make column visibility and sort order keyboard-accessible in KeyTreeView. Commit.
- Add a separator before the columns visibility and sorting menus. Commit.
- Allow using the columns sorting menu in the toolbar. Commit.
- Use column menus provided by TreeView. Commit.
- Don't ask about "only user" when importing a shared secret team key. Commit.
- Use extended helper to get compliant algorithms for CMS. Commit.
- Don't show green result for expired signatures. Commit.
- Look for command next to kleopatra or gpg. Commit.
- Ask for certification of imported shared team key. Commit.
- Reword question asked for imported secret keys. Commit.
- Fix sorting of key filter config groups by specificity. Commit.
- Don't show unused de-vs-specific filters in settings dialog. Commit.
- Use config groups stored in list items to save changes. Commit.
- Allow organizations to define a custom Welcome text. Commit.
- Documentation.yml is no more needed. Commit.
- Add lsan CI support. Commit.
- Fix leaving the card keys view with Shift+Tab. Commit.
- Make action buttons in card keys view accept focus only by clicking. Commit.
- Add git revision to version number only if source is a git repo. Commit.
- Remove special hard-coded version number of Kleopatra. Commit.
- Avoid outer folder when decrypting an archive containing a single folder. Commit.
- Don't update action button if result page is shown. Commit.
- Cope with missing key filters. Commit.
- Use de-vs filters for styling bad keys if GnuPG is de-vs compliant. Commit.
- Add Status column to server lookup result table. Commit.
- Show just one error message for keys that are unusable for encryption. Commit.
- Do not show (duplicate) hint for expired or revoked user IDs/keys. Commit.
- Handle disabled keys and otherwise unusable user IDs/keys. Commit.
- Keep explicitly selected expired or revoked user ID. Commit.
- Append usage hint to filename of exported secret team key. Commit.
- Add public signing key to secret team key export. Commit.
- Require GpgME 2.0. Commit.
- Set organization name for registry lookup of config entries on Windows. Commit.
- Add option for remembering sign/encrypt configuration. Commit.
- Only show clear-signed text with good signature in notepad. Commit.
- Cmake_minimum_required: drop outdated FATAL_ERROR. No more need for backward-support for CMake < 2.6. Commit.
- Add tooltip to team key export. Commit.
- Fix disabling symmetric checkbox in notepad. Commit.
- Disable password label when symmetric encryption is disabled. Commit.
- Explicitly set keyserver to "none" if usage of keyserver is disabled. Commit.
- Fix handling of unset keyserver and improve usability. Commit.
- Add config option for disabling upload of public third-party keys. Commit.
- Replace spaces and invalid characters in file names of exported keys. Commit.
- Add helper to sanitize strings used as file name. Commit.
- Rename StripSuffixTest to PathHelperTest. Commit.
- Make tooltip less wide. Commit.
- Avoid confusion with shared team keys. Commit.
- Add -Wshadow for clang-based builds. Commit.
- CI - Flatpak - Upgrade ktextaddons to 1.9. Commit.
- Re-enable Flatpak build. Commit.
- CI: Flatpak: Remove libsecret as it is now in the runtime. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
- CI - Flatpak - Update Versions. Commit.
- Make sure that we don't use deprecated kmime methods. Commit.
- Port away from deprecated KMime pointer typedefs. Commit.
- Fix regression in Windows implementation of KUniqueService. Commit.
- Remove duplicate includes (found by script). Commit.
- Removed list of supporters, as we now have a less annoying way of showing them on the apps website. Commit.
- CI: Add documentation build. Commit.
- Adapt to changed definition of DeletionFlag(s). Commit.
- Use organization domain to differentiate custom variants of Kleopatra. Commit.
- Use organization domain and application name for unique service name. Commit.
- Adding Pysio (@pysio@pysio.blog) to list of supporters. Commit.
- Add default ClangBuildAnalyzer.ini (testing compile time). Commit.
- Keep current group keys when keys are updated from key cache. Commit.
- Interact with key views instead of with underlying models. Commit.
- Adding Jonathing (https://jonathing.me) to list of supporters. Commit.
- Do not set GNUPGHOME anymore. Commit.
- Update config/state file migration to new locations. Commit.
- Set the application name before any standard paths are resolved. Commit.
- Add missing USE_UNITY_CMAKE_SUPPORT variable for building as unity from cmakepreset. Commit.
- Added @ftassy@framapiaf.org to list of supporters. Commit.
- Use Q_ENUM, Q_ENUMS is deprecated from qt6.0. Commit.
- Fix deletion flags. Commit.
- Make gnupg not ask for confirmation when deleting keys. Commit.
- Make texts on smartcard placeholder accessible/focusable. Commit.
- Show busy indicator/progress message while smartcards are loaded. Commit.
- Give focus to first smartcard tab when smartcards have been loaded. Commit.
- Focus "Loading certificate cache..." overlay while it's shown. Commit.
- Offer audit log when OpenPGP key generation fails. Commit.
- Fix Retry after error during OpenPGP key generation. Commit.
- Set accessible name of list of configuration pages. Commit.
- Fix tab order in configuration dialog. Commit.
- Add missing include to fix build with MinGW. Commit.
- Silence warning about "cast between incompatible function types". Commit.
- Use icon with symbolic variant for S/MIME Validation. Commit.
- Add command for saving secret team keys. Commit.
- We use ktextaddons 1.8. Commit.
klettres
- Documentation.yml is no more needed. Commit.
- Snapcraft: Add to ci and prepare a beta release. Commit.
- Cmake_minimum_required: drop outdated FATAL_ERROR arg. Commit.
- Use QDir::NoDotAndDotDot instead of manual removal from the dir list result. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
klickety
- Documentation.yml is no more needed. Commit.
- Doc/ new screenshots. Commit.
- Snapcraft: Add to ci and prepare for a beta release. Commit.
- Snapcraft.yaml update snap package. The snap package does not use khelpcenter. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
klines
- Documentation.yml is no more needed. Commit.
- Snapcraft: Add to ci and prepare for a beta release. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
kmag
- Documentation.yml is no more needed. Commit.
- Cmake_minimum_required: drop outdated FATAL_ERROR. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
kmahjongg
- Documentation.yml is no more needed. Commit.
- Snapcraft: Add to ci and prepare for a beta release. Commit.
- Removed list of supporters, as we now have a less annoying way of showing them on the apps website. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
- Adding Aki S. to list of supporters. Commit.
kmail
- Use release/26.04. Commit.
- Fix save url. We need folder not filename. Commit.
- USe =default here. Commit.
- Use [[maybe_unused]]. Commit.
- Don't warn about unknown command. Commit.
- Don't execute macro when we don't have .git folder. Commit.
- Fix enable/disable label too. Commit.
- Fix enable/disable spinbox. Commit.
- Allow to reset zoom. Commit.
- Ktnef/MAINTAINERS - remove. Commit.
- Remove KDEPIM_ENTERPISE_BUILD support. Commit.
- Adapt MessageFactory uses to that returning std::unique_ptr now. Commit.
- Let Comboser::addAttach() take a const KMime::Content. Commit.
- Fix UI string in whatsnew. Commit.
- Start adding WhatsNew for 6.7.0. Commit.
- Update pre-commit. Commit.
- Add zoom support in label. Commit.
- Start to improve zoomlabelwidget. Allow to change zoom support. Commit.
- Tray: Set the kmail plugin on activate in kontact (if running). Commit.
- Add lsan CI support. Commit.
- Add missing [[nodiscard]]. Commit.
- Use enum class. Commit.
- Prepare to clean all compile warnings. Commit.
- Use [[maybe_unused]]. Commit.
- Use [[maybe_unused]] vs Q_UNUSED. Commit.
- Cmake_minimum_required: drop outdated FATAL_ERROR. No more need for backward-support for CMake < 2.6. Commit.
- Fix bug Message says GnuPG Config Module is provided by Kleopatra but it's in KDE PIM Addons. Commit. Fixes bug #514322.
- Add enum namespace. Commit.
- Fix load settings about editor. Commit.
- Fix the Qt commercial license naming. Commit.
- Make the KMail system tray button work when on kontact. Commit. See bug #475128.
- Fix shadow variables warning. Commit.
- Add -Wshadow for clang-based builds. Commit.
- Avoid incoherent usage of two followup config files. Commit.
- Remove usage of KEncodingFileDialog. Commit.
- Allow to install pre-commit. Commit.
- Not necessary to use duplicate connection (found by Gammaray). Commit.
- Port away from remaining deprecated KMime list typedef uses. Commit.
- Fix ktextaddons dep. Commit.
- Fix lifetime tracking of viewed attachment parts. Commit.
- Port deprecated kmime code. Commit.
- Port deprecated methods. Commit.
- Use std::shared_ptr instead of QSharedPointer for KMime::Message. Commit.
- Remove duplicate includes (found by script). Commit.
- Add separator. Commit.
- Test if we can open file. Commit.
- Port KMime::Message to QSharedPointer. Commit.
- Const'ify variables. Commit.
- Remove unused includes. Commit.
- Use new TextAddonsWidgets::ExecutableUtils::findExecutable. Commit.
- Increase ktextaddons version. Commit.
- Remove unused includes. Commit.
- Aboutdata support was removed in agent but includes were not cleaned... Commit.
- Remove unused now config group. Commit.
- Adapt to changes in AgentBase. Commit.
- Fix crash when we quit from systray. Commit.
- Fix crash when we close kmail from systray. Commit.
- Call startUpdateMessageActionsTimer on item expand/collapse. Commit.
- Avoid to crash when we click on quit on systray. Commit.
- Remove old warning about QGroupBox has already a layout. Commit.
- Stop using deprecated KMime::Types::Mailbox::List. Commit.
- Archivemailagent: Port away from AgentConfigurationBase::parentWidget. Commit.
- Const'ify methods. Commit.
- Add warning if pre-commit is not installed. Commit.
- Add debug output when collection is not valid. Commit.
- Add parent. Commit.
- Reduce dupliucate code. Commit.
- Fix several crash. Commit.
- Don't crash when we close kmail from systray. Commit.
- Fix crash when we close composer after kmail. Commit.
- Remove debug here. Commit.
- Configurecomposerpage: Remove custom message id configuration. Commit.
- Adapt to new api. Commit.
- Add README-pre-commit. Commit.
- Const'ify pointer. Commit.
- Add const'ify variable. Commit.
- Fix correct config. Commit.
- Mailfilteragent: load filters with interactive = false at startup. Commit.
- Add default ClangBuildAnalyzer.ini (testing compile time). Commit.
- Reduce compile time. Avoid to include QDebug in header. Commit.
- Port some deprecated kmime methods. Commit.
- Port to new api. Commit.
- Fix typo. Commit.
- Fix mem leak. Commit.
- Remove not necessary (this->). Commit.
- Add missing USE_UNITY_CMAKE_SUPPORT variable for building as unity from cmakepreset. Commit.
- Add parent widget. Commit.
- On windows we need namespace. Commit.
- Fix some clazy warnings. Commit.
- Allow to translate command line option. Commit.
- Don't necessary to add namespace here. Commit.
- Remove unused now variable. Commit.
- Adapt to new API (ktextaddonswidget configure plugins support). Commit.
- Prepare to use TextAddonsWidget plugin utils class. Commit.
- Use KSharedConfig::openStateConfig for geometry settings. Commit.
- Increase QT6KEYCHAIN_LIB_VERSION version. Commit.
- USe ktextaddons widgets. Commit.
kmail-account-wizard
- Use release/26.04. Commit.
- Don't execute if we don't have .git. Commit.
- Add warn_about_unknown_commands: false. Commit.
- Add lsan CI support. Commit.
- Cmake_minimum_required: drop outdated FATAL_ERROR. No more need for backward-support for CMake < 2.6. Commit.
- Add -Wshadow for clang-based builds. Commit.
- Allow to install pre-commit support. Commit.
- Make sure that we don't add deprecated code. Commit.
- Add info about not install pre-commit hook. Commit.
- Add default ClangBuildAnalyzer.ini (testing compile time). Commit.
- Add missing USE_UNITY_CMAKE_SUPPORT variable for building as unity from cmakepreset. Commit.
- Set username for incoming server after autoconfig. Commit.
- Use ktextaddons master. Commit.
- Increase QT6KEYCHAIN_LIB_VERSION version. Commit.
kmailtransport
- Outlook SMTP: force XOAUTH token refresh when server returns authentication error. Commit. Fixes bug #500123.
- Qdoc++. Commit.
- Auto update. Commit.
- .gersemirc - don't warn about unknown macros. Commit.
- Don't execute if we don't have .git. Commit.
- SmtpJobTest: Add expect fail for Windows. Commit.
- Update pre-commit. Commit.
- Port away from string-based signal/slot connects. Commit.
- Add lsan CI support. Commit.
- As in other resource use kwallet or other if you want to see passwd. Commit.
- Fix doc support. Commit.
- Add option for defining: Warnings are errors. Commit.
- Cmake_minimum_required: drop outdated FATAL_ERROR. No more need for backward-support for CMake < 2.6. Commit.
- Fix more doc. Commit.
- Fix some doc. Commit.
- Add -Wshadow for clang-based builds. Commit.
- Fix document enum + fix \a. Commit.
- Remove extra ;. Commit.
- Add README-qdoc.md. Commit.
- Port comment. Commit.
- Prepare document support. Commit.
- Prepare qdoc support. Commit.
- Add support for generate doc. Commit.
- Add warning when we can't open file. Commit.
- Add info about not install pre-commit hook. Commit.
- Const'ify KConfigGroup. Commit.
- Add default ClangBuildAnalyzer.ini (testing compile time). Commit.
- Add missing USE_UNITY_CMAKE_SUPPORT variable for building as unity from cmakepreset. Commit.
- Fix some clazy warning. Commit.
- Assign first and after that connect to signal/Slot. Commit.
- Increase QT6KEYCHAIN_LIB_VERSION version. Commit.
kmbox
- Drop voidTestMD5Performance. Commit.
- Don't execute macro when we don't have .git folder. Commit.
- REUSE.html - add .gersemirc. Commit.
- .pre-commit-config.yaml - autoupdate. Commit.
- Gersemi fixes - cmake linting and formatting. Commit.
- Add lsan support. Commit.
- Add clazy support. Commit.
- Warnings are errors support. Commit.
- Cmake_minimum_required: drop outdated FATAL_ERROR. No more need for backward-support for CMake < 2.6. Commit.
- Make readMessage return unique_ptr. Commit.
- Documentation fixes. Commit.
- Add -Wshadow for clang-based builds. Commit.
- Add inheaderfile. Commit.
- Show class. Commit.
- Use namespace. Commit.
- Add missing explicit. Commit.
- Allow to install pre-commit support. Commit.
- Add README-qdoc.md. Commit.
- Add CMakePreset for generating doc. Commit.
- Port to qdoc. Commit.
- Make sure that we don't add deprecated code. Commit.
- Use std::shared_ptr instead of QSharedPointer. Commit.
- Add info about pre-commit support. Commit.
- Add README-pre-commit.md. Commit.
- Port away from kmime deprecated API. Commit.
- Port away from kmime deprecated typedefs. Commit.
- Add default ClangBuildAnalyzer.ini (testing compile time). Commit.
- Add missing USE_UNITY_CMAKE_SUPPORT variable for building as unity from cmakepreset. Commit.
kmime
- Harden RFC 2047 parsing against null bytes in the charset. Commit.
- Remember where to re-try RFC 2047 word decoding. Commit.
- Reduce temporary memory allocation in RFC 2047 decoding. Commit.
- Harden header parser against corrupt comments in many more places. Commit.
- Remove unnecessary export macro on internal parser function. Commit.
- Validate uuencode header more strictly. Commit.
- Add basic test for uuencoded content. Commit.
- KMIME_LIB_VERSION is not used. Commit.
- Optimize Headers::AddressList::asUnicodeString. Commit.
- Don't expose Content::clearContents(). Commit.
- Remove parent argument to the Content ctor. Commit.
- Clarify header object ownership in the API documentation. Commit.
- Don't get tricked into building a nested yenc message. Commit.
- Unify child content deletion code. Commit.
- Remove dangling references from parent Content on destruction. Commit.
- Enable LSAN in CI. Commit.
- Fix decoding multi-part uuencoded emails. Commit.
- Remove pre-KF 6.20 RFC 2047 decoder. Commit.
- Update KMime::Message example code. Commit.
- Fix OSS-Fuzz AFL builds. Commit.
- Cmake_minimum_required: drop outdated FATAL_ERROR. No more need for backward-support for CMake < 2.6. Commit.
- Remove Headers::Generic::setType. Commit.
- Make Headers::createHeader return a Header::Generic for unknown types. Commit.
- Remember broken comment state when parsing group headers. Commit.
- Remove deprecated appendContent overload. Commit.
- Documentation fixes. Commit.
- Fix some shadow warning. Commit.
- Add -Wshadow for clang-based builds. Commit.
- Fix enum in doc. Commit.
- Remove (most of the) deprecated and meanwhile unused API. Commit.
- Use non-deprecated API in the ossfuzz target. Commit.
- Add method to clone KMime::Content objects. Commit.
- Manage ContentPrivate with std::unique_ptr. Commit.
- Clean up header assembly. Commit.
- Fix some warning doc. Commit.
- Convert doc. Commit.
- Prepare porting doc. Commit.
- Make AddrSpecList as deprecated. Commit.
- Port away from one more to be removed list typedef. Commit.
- Add support for DEPRECATION_VERSIONS. It's more easy for fixing not ported code in pim*. Commit.
- Remove MessagePtr alias. Commit.
- Messagetest: Use unique_ptr as return type of factory function. Commit.
- Port NewsArticle to shared_ptr. Commit.
- Bump version. Commit.
- Messagetest: make most tests use const methods. Commit.
- Use std::shared_ptr instead of QSharedPointer. Commit.
- Replace useCrLf bool parameter with enum. Commit.
- Replace isCRLF bool parameter with enum. Commit.
- Replace allow8Bit bool parameter with enum. Commit.
- Return std::unique_ptr from header factory methods. Commit.
- Replace create bool parameter with enum. Commit.
- Mark the List and Ptr typedefs deprecated. Commit.
- Skip usage of Ptr and List typedefs. Commit.
- Ensure message id suffix is not empty. Commit.
- Replace custom unique string logic with a UUID. Commit.
- Remove Headers::as7BitString() bool argument to include the header type. Commit.
- Add default ClangBuildAnalyzer.ini (testing compile time). Commit.
- Add missing USE_UNITY_CMAKE_SUPPORT variable for building as unity from cmakepreset. Commit.
- Use std::unique_ptr for API transferring ownership of Content objects. Commit.
- Use std::unique_ptr for header sink API in Content. Commit.
- Use the KCodecs implementation of RFC 2047 reserved character encoding. Commit.
kmines
- Documentation.yml is no more needed. Commit.
- Mainwindow: Show new game/reset actions on game over. Commit.
- Snapcraft: Add to ci and prepare for a beta release. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
kmix
- Documentation.yml is no more needed. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
kmousetool
- Documentation.yml is no more needed. Commit.
- Cmake_minimum_required: drop outdated FATAL_ERROR arg. Commit.
- CI: Add documentation build. Commit.
kmouth
- Documentation.yml is no more needed. Commit.
- Use QDir::NoDotAndDotDot instead of manual removal from the dir list result. Commit.
- Settings dialog: fix missing icon for second tab. Commit.
- Fix missing icon in About dialog and action. Commit.
- CI: Add documentation build. Commit.
kmplot
- Documentation.yml is no more needed. Commit.
- Snapcraft: Add to ci and prepare for a beta release. Commit.
- Cmake_minimum_required: drop outdated FATAL_ERROR arg. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Make Qt6 as it is clearly Qt6 on master now. Commit.
- CI - Flatpak - Enable Flatpak build. Commit.
- CI - Flatpak - Update Runtime to latest. Commit.
knavalbattle
- Documentation.yml is no more needed. Commit.
- Snapcraft: Add to ci and prepare for a beta release. Commit.
- Issue with naming solved. New method will now work. Commit.
- Definitely does not work with the news system. Having to go back to the old. Apologies for noise. Commit.
- Removed list of supporters. We now have a better, less intrusive way of showing them on the apps website. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
- Adding 雨歇OSC AC1QS to list of supporters. Commit.
knetwalk
- Documentation.yml is no more needed. Commit.
- Snapcraft: Add to ci and prepare for a beta release. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
knights
- Documentation.yml is no more needed. Commit.
- Snapcraft: Add to ci and prepare for a beta release. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Use git master for libplasma as the older tag won't build. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
koko
- Add KCrash and fix KAboutData for Sentry. Commit.
- Add image/heic to the .desktop mime types. Commit.
- Sidebar: Align header heading with sidebar ListSectionHeader. Commit.
- Chore: Port away from closeDialog. Commit.
- Sidebar: Unify KDE symbolic icon. Commit.
- Settings/PhotosConfigurationView: Unify symbolic icons. Commit.
- Fix i18n string. Commit.
- Mediaview/DelegateLoader: Fix null view reference. Commit.
- Models/gallerytimemodel: Use static_cast instead of C-style cast. Commit.
- NotificationManager: Fix error text being applied to wrong notification. Commit.
- Filemenuactions: Use this pointer in lambda to comply with modern standards. Commit.
- Models/gallerytimemodel: Use static_cast instead of C-style cast. Commit.
- Fileinfo, exiv2extractor: Apply image rotation when getting image size. Commit. See bug #487008.
- Mediaview: Get image dimensions in RasterImageDelegate from QML Image. Commit. Fixes bug #487008.
- DisplayColorSpace: Fix memory leak. Commit.
- Add zoom in-n-out shortcuts for images. Commit.
- Fix annotation font ColorDialog not showing. Commit. Fixes bug #512923.
- GalleryLocationModel, GalleryTimeModel: Return results for empty parent collection. Commit.
- GalleryPage: Avoid showing empty tooltip, and show when name is truncated. Commit.
- Add delete shortcut for GalleryView. Commit.
- Make it possible to input zoom percents with non-period decimal points without group separators. Commit.
- Always strip Arabic and fullwidth percents from zoom percent input strings. Commit.
- Add floating zoom bar. Commit.
- BaseImageDelegate: Fix zoom with rememberZoom setting sometimes being reset. Commit.
- Add a setting to remember zoom level. Commit.
- Add AVIF images to desktop file MimeTypes. Commit.
- Add and fix i18n contexts. Commit.
- Reapply "Use properly feature summary". Commit.
- Use sections for new and existing tags, use a special item delegate for new tags. Commit.
- Make Chips non-interactive. Commit.
- InfoDrawerSidebarBase: Clean up tag list appearance and make tagging easier. Commit.
- Update thumbnail size range and implement zooming behaviour. Commit.
- Improve sidebar text readability. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
- CI - Flatpak - Update Versions. Commit.
- Remove unneeded debugging output. Commit.
- MediaViewPage: Harden imagePlaceholder to avoid transferring to wrong delegate. Commit.
- Extensive refactoring on models and related code. Commit.
- Sidebar: Move settings to the header with a menu button. Commit.
- Port ShareDrawer to ConvergentContextMenu. Commit.
- Remove rounding of implicit content size. Commit.
- Add a setting to enlarge small images. Commit.
- Remove custom build of Kirigami Addons. Commit.
- Flatpak: Allow-list org.freedesktop.FileManager1. Commit. See bug #507330.
- Add file actions to the More Actions menu. Commit.
- InfoSidebar: Fix scrollbar position. Commit.
- Remove no longer necessary KF6GuiAddons dependency. Commit.
- Small improvements for ThumbnailStrip. Commit.
- Remove usage of cacheBuffer in our views. Commit.
- OpenFileModel: Default initialize m_mode member variable. Commit.
- Add icon,links,snap button,screenshot to README.md. Commit.
- Depend on KQuickImageEditor 0.6.0. Commit.
- Revert "Use properly feature summary". Commit.
- Use properly feature summary. Commit.
- Make Reset button reset aspect ratio. Commit.
- Make combobox editable. Commit.
- Use the new KQuickImageEditor api for aspect ratio. Commit.
- Add aspect ratio combo box. Commit.
- Add crop tool options. Commit.
- Remove duplicate code. Commit.
- I do not know what I am doing. Commit.
- Add support for navigating between images when zoomed in using touchscreen/stylus. Commit.
- Adding copyright. Commit.
- Support fullscreen (longpress) and controls show/hide on mobile. Commit.
- Enable slideshow on mobile. Commit.
kolf
- Fixed impassible bumper in USA Pro course. Commit.
- Documentation.yml is no more needed. Commit.
- Snapcraft: Add to ci and prepare for beta release. Commit.
- Removed list of supporters, as we now have a less annoying way of showing them on the apps website. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
- Adding RanAwaySuccessfully to list of supporters. Commit.
- Adding Lucas Zebrowsky to list of supporters. Commit.
kollision
- Documentation.yml is no more needed. Commit.
- Snapcraft: Add to ci and prepare for a beta release. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
kolourpaint
- Documentation.yml is no more needed. Commit.
- Snapcraft: Add to ci and prepare for a beta release. Commit.
- Fix build error for Qt <= 6.8 (typo). Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
kompare
- Documentation.yml is no more needed. Commit.
- Snapcraft: Add to ci and prepare a beta release. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
kongress
- Fix minor typos. Commit.
- Snapcraft: Add to ci and prepare for a beta release. Commit.
- Update Flatpak runtime. Commit.
konqueror
- Allow the KUrlRequester in speedidal configuration dialog to also select directories. Commit.
- Fix failing test in webengine_partapi_test. Commit.
- Ensure settings are reset before running each test. Commit.
- Fix konqviewmgr tests failing due to simulated mouse clicks not working. Commit.
- Don't change current tab when clicking on "reload all tabs". Commit.
- Allow auto-filling fields when they're outside forms. Commit.
- Rename the 'Other tabs' submenu as 'All tabs'. Commit.
- Restore history documentation generation. Commit.
- Update English installation documentation path. Commit.
- Search toolbar: Make it independent of the location bar. Commit.
- Delete preloaded windows on session restore. Commit.
- Fix situations where delayed loading a tab would leave it empty. Commit.
- Remove workaround to avoid endless loops when WebEnginePart asked Konqueror to open HTML pages. Commit.
- Allow the user to mark a window as protected. Commit.
- Fix a test which failed because it looked for the wrong window title. Commit.
- Fix failed tests for KonqViewManager by simulating a mouse click event to open the link instead of opening it with javascript. Commit.
- Revert "CI: Add documentation build". Commit.
- CI: Add documentation build. Commit.
- Appdata: fix the reference to the rendering engines. Commit.
- Remove leftover debug code. Commit.
- Use the user agent provided by QtWebEngine as default. Commit.
- Add a Speed Dial page. Commit.
- Correctly update views URLs when navigating to another page. Commit.
- Display available web engines in the correct order in configuration dialog. Commit.
konquest
- Documentation.yml is no more needed. Commit.
- Snapcraft: Add to ci and prepare for a beta release. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
- CI - Flatpak - Update Versions. Commit.
konsole
- Add Host section to container menu for easy return to host. Commit. See bug #482549.
- Add Kapsule container detector. Commit.
- Screen: Remove debug in setSelectionEnd, comment line check. Commit.
- CompactHistoryScroll: Set deletion amount to 1 instead of 5. Commit.
- Add container management features to Konsole: Phase 3.1. Commit. See bug #482549.
- Add container management features to Konsole: Phase 2. Commit. See bug #482549.
- Fixed virtual key codes in key combinations with Shift like Ctrl+Shift+1. Commit.
- This commit fixes the persistent tracking of Right Ctrl and Right Alt modifiers. Commit.
- Improve color parsing for colors specified by string. Commit.
- MR review fix 2. Commit.
- MR review fix 1. Commit.
- Implement tab activity color controls. Commit.
- Avoid nullptr pointer dereference. Commit.
- Fix: fixed header order and brackets. Commit.
- Opt into Flatpak progress reporting now that we support the relevant escape sequences. Commit.
- Support ConEnmu progress OSC. Commit.
- Vt102Emulation: add support for VPR. Commit.
- Vt102Emulation: add support for HPR. Commit.
- Vt102Emulation: add support for HPA. Commit.
- Terminaldisplayaccessible: do not explode on invalid text offsets. Commit.
- Terminaldisplay: do not explode on poor dirty indices. Commit.
- Add container detection and management support to Konsole - Phase 1. Commit. See bug #482549.
- Added back a line that was lost during merge. Commit.
- Terminaldisplayaccessible: report multiline state. Commit.
- Terminaldisplay: a11y ensure text is spoken by orca. Commit.
- Pixel-precision mouse events (SGR-Pixels/1016 mode). Commit.
- Add Hover Link Indicator for use with OSC8 links. Commit.
- Degrade yet more gracefully if OSC 7 working directory doesn't exist. Commit.
- Add autotest for buffered (and synchronized) updates. Commit.
- Add support for synchronized updates (aka synchronized output). Commit.
- Extension of context menu. Commit.
- Silence X11-only warning when running on Wayland. Commit.
- Clean up MainWindow includes. Commit.
- Add a Session tab color manipulation via DBus calls. Commit.
- Add support for setting the pointer shape. Commit.
- Fix handling of osc8 file:// URLs. Commit.
- Fix nullptr-deref crashes when kiosk is used to disable menus. Commit. See bug #510472.
- Actually clear extracted urls when the screen is cleared. Commit.
- Add commandline arguments to show/hide toolbars. Commit. Fixes bug #510472.
- Fix spurious home directory replacement in window title. Commit. Fixes bug #513684.
- Add "Force New Tabs" option. Commit.
- Remove no longer needed cast. Commit.
- Fix context menu event handling. Commit. Fixes bug #512130.
- Add nullptr checks to handle derefs (coverity). Commit.
- Remove un-needed optimization if(). Commit.
- Add animation cursor feature. Commit.
- Initialize variables. Commit.
- QSKIP() is used wrong here; just comment it out for now (coverity). Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
- Fix resource leaks (coverity). Commit.
- Fix dividing integer issue (coverity). Commit.
- Fix creating part. Commit.
- Fix uninitialized variables (coverity). Commit.
- Add two keyboard actions for focusing on next/prev in split view mode. Commit.
- Add option to ignore ZModem terminal codes. Commit.
- We can not send multi-char event as win32 input mode sequence, so fall back to classical code path in such cases. Commit.
- Handle read-only correctly. Commit.
- Do not use win32-input-mode for pasted text or IME. Commit.
- Minor. Commit.
- Fixed warning. Commit.
- Added missing keypad keys. Commit.
- Fixed tests. Commit.
- Added support for win32 input mode. Fixes #484044. Touch #435975. Commit.
- Remove extra character and nulls in HTML export for lines with CJK. Commit. Fixes bug #511323.
kontact
- Use release/26.04. Commit.
- We need version not branch. Commit.
- Depend against 1.9 branch. Commit.
- Add warn_about_unknown_commands: false. Commit.
- Don't execute when we don't have .git. Commit.
- Pre-commit auto-update. Commit.
- Documentation.yml is no more needed. Commit.
- Add lsan CI support. Commit.
- Add clazy CI support. Commit.
- Cmake_minimum_required: drop outdated FATAL_ERROR. No more need for backward-support for CMake < 2.6. Commit.
- Kontactkcmultidialog: stop deleting kcms when closing. Commit.
- Fix the Qt commercial license naming. Commit.
- Add -Wshadow for clang-based builds. Commit.
- Update documentation. Commit.
- Fix ktextaddons dep. Commit.
- Allow to install pre-commit git hook. Commit.
- Add info about not install pre-commit hook. Commit.
- CI: Add documentation build. Commit.
- Const'ify variable. Commit.
- Add default ClangBuildAnalyzer.ini (testing compile time). Commit.
- Add missing USE_UNITY_CMAKE_SUPPORT variable for building as unity from cmakepreset. Commit.
- Use generateUrlInfo. Commit.
- Allow to translate command line option. Commit.
- Reactivate windows build. Commit.
- USe ktextaddons widget. Commit.
kontactinterface
- Remove unused file. Commit.
- Don't execute if we don't have .git. Commit.
- Mainpage.dox - clean. Commit.
- REUSE.toml - add .gersemirc. Commit.
- .pre-commit-config.yaml - autoupdate. Commit.
- Gersemi fixes - cmake linting and formatting. Commit.
- Add lsan CI support. Commit.
- Add WARNINGS_AS_ERRORS option. Commit.
- Cmake_minimum_required: drop outdated FATAL_ERROR. No more need for backward-support for CMake < 2.6. Commit.
- Add -Wshadow for clang-based builds. Commit.
- Move qt include first. Commit.
- Add inmodule/inheaderfile + show not documented methods. Commit.
- Add namespace info. Commit.
- Use not deprecated ecm macro. Commit.
- Add reuse file. Commit.
- Convert doc. Commit.
- Allow to install pre-commit git hook. Commit.
- Remove duplicate includes (found by script). Commit.
- Add default ClangBuildAnalyzer.ini (testing compile time). Commit.
- Add missing USE_UNITY_CMAKE_SUPPORT variable for building as unity from cmakepreset. Commit.
kontrast
- Documentation.yml is no more needed. Commit.
- Appstream: Add missing urls. Commit.
- CI - Flatpak - Add update check and update QCoro. Commit.
- CI - Flatpak - Formatting. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
- CI: Add documentation build. Commit.
konversation
- Add dbus endpoint to list connection names. Commit.
- Restore default mid-line nick completion suffix. Commit.
- Documentation.yml is no more needed. Commit.
- Snapcraft: Add to ci and prepare for a beta release. Commit.
- Snapcraft: Add to ci and prepare for a beta release. Commit.
- Improve the OSD behaviour on Wayland. Commit. See bug #513723.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
- Avoid crash if caps list is empty. Commit.
- Ensure channel autojoin works without RPL_ISUPPORT. Commit.
- Prevent incorrect account name in nicklist tooltip. Commit.
kopeninghours
- Enable LSAN in CI. Commit.
- Remove qml import version numbers. Commit.
- Raise CMake minimum to 3.10...3.16 range. Commit.
korganizer
- Use release/26.04. Commit.
- CMakeLists.txt - add missing setting for KLDAP_LIB_VERSION. Commit.
- Calendarview.cpp - suppress a cppcheck false positive. Commit.
- Koeventpopupmenu.cpp - in createTodo(), fix setting the start/due dts. Commit.
- Cppcheck suppress functionStatic. Commit.
- Don't execute when we don't have .git. Commit.
- .pre-commit-config.yaml - autoupdate. Commit.
- Gersemi fixes. Commit.
- Navigatorbar - trying to improve the scroll forward/back icons. Commit.
- Documentation.yml is no more needed. Commit.
- .clang-tidy - unleash misc-const-correctness from WarningToErrors. Commit.
- Fix minor typo. Commit.
- Agenda View: allow showing incidence description in the agenda items. Commit. Fixes bug #478358.
- Add lsan CI support. Commit.
- Whatsnew - short term events are displayed with their starting time. Commit.
- Searchdialog.cpp - save/restore search settings. Commit. Fixes bug #513987.
- Don't run clang-tidy on the generated koprefs_base.cpp. Commit.
- Month View: allow configuring a custom color for today's date cell. Commit. Fixes bug #92612.
- Korganizer.kcfg - format/lint. Commit.
- Add a "scroll to today" button on the navigator bar. Commit.
- .gitlab-ci.yml - add clang-tidy testing to merge requests. Commit.
- .gitlab-ci.yml - clazy - don't hardcode the project name in the tmpfile. Commit.
- .gitlab-ci.yml - add clazy testing to merge requests. Commit.
- .pre-commit-config.yaml - autoupdate. Commit.
- Cmake_minimum_required: drop outdated FATAL_ERROR. No more need for backward-support for CMake < 2.6. Commit.
- Remove unused include. Commit.
- Src/korganizer_options.h - prevent a -Wunused-function warning. Commit.
- .clangd - add clang configuration. Commit.
- Clean up some unused headers. Commit.
- Add -Wshadow for clang-based builds. Commit.
- Improve the navigator bad adding week scrolling and sidebar closing. Commit.
- .clang-tidy - don't check readability-redundant-access-specifiers. Commit.
- Whatsnew - event/to-do reminders are enabled by default. Commit.
- Clang-tidy fixes misc-const-correctness. Commit.
- Monthview - no longer show the month/year header. Commit.
- Format/lint all xml files and add pre-commit to enforce that. Commit.
- Fix ktextaddons dep. Commit.
- Whatsnew - 6.7.0 - monthview day label colors for non-current-month. Commit.
- Make sure that we don't add deprecated code. Commit.
- Fix deprecations from KMime changes. Commit.
- Reuse cleaning - create the REUSE.toml config. Commit.
- Use std::shared_ptr instead of QSharedPointer for KMime::Message. Commit.
- Allow to install pre-commit git hook. Commit.
- Fix LICENSES. Commit.
- Use Q_DISABLE_COPY_MOVE rather than hand-crafted code. Commit.
- Test if we can open file. Commit.
- Add README-pre-commit.md. Commit.
- Add info about pre-commit support. Commit.
- CI: Add documentation build. Commit.
- Fix KMime API use. Commit.
- Add default ClangBuildAnalyzer.ini (testing compile time). Commit.
- Add missing USE_UNITY_CMAKE_SUPPORT variable for building as unity from cmakepreset. Commit.
- Allow to translate command line option. Commit.
- Whatsnew - open up for v6.7.0. Commit.
- Whatsnew - "tags are sorted alphabetically in the tags editor". Commit.
- Use TextAddonsWidgets. Commit.
kosmindoormap
- Fix build with Qt 6.11 on Android. Commit.
- Use release branch dependencies for Craft builds in the release branch. Commit.
- Fix QML warning about bindings on non-notifyable properties. Commit.
- Fix leaked MapCSS eval expression terms in certain error cases. Commit.
- Don't build OSM PBF reader on Android. Commit.
- Don't attempt to render to an empty viewport. Commit.
- Add reverse geocoding API using the raw data tiles. Commit.
- Update Flatpak SDK to 6.10. Commit.
- Support displaying car rental stations. Commit.
kpat
- Documentation.yml is no more needed. Commit.
- KCardTheme: fix scanning for index.desktop in top data dirs & their parent. Commit.
- Add jumplist actions for all game types. Commit.
- Apply 1 suggestion(s) to 1 file(s). Commit.
- CI - Flatpak - Sync Manifest details from Flathub. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
- CI - Flatpak - Update Versions. Commit.
- CI: Add documentation build. Commit.
- Re-enable gametype CLI option. Commit.
kpimtextedit
- Don't add two hr. Commit.
- Remove qDebug. Commit.
- Fix index. Otherwise we remove current column/row. Commit.
- Fix logic, we need to continue if obj is null otherwise it will cast. Commit.
- Fix qbound argument. Commit.
- Escape html. Commit.
- Remove unused file. Commit.
- Use [[maybe_unused]]. Commit.
- Qdoc++. Commit.
- Don't execute macro if we don't have .git. Commit.
- Qdoc++. Commit.
- Add warn_about_unknown_commands: false. Commit.
- Fix qdoc. Commit.
- Pre-commit auto-update. Commit.
- Fix some clang-tidy support. Commit.
- Add lsan CI support. Commit.
- Fix doc. Commit.
- Fix typo + add KF_SKIP_PO_PROCESSING. Commit.
- Enable Werror on CI. Commit.
- Add clazy build support. Commit.
- Cmake_minimum_required: drop outdated FATAL_ERROR. No more need for backward-support for CMake < 2.6. Commit.
- Add inmodule KPIMTextEdit. Commit.
- Add -Wshadow for clang-based builds. Commit.
- Fix documentation. Commit.
- Convert doc. Commit.
- Allow to install pre-commit support. Commit.
- Fix ktextaddons dep. Commit.
- Remove duplicate includes (found by script). Commit.
- Increase ktextaddons version. Commit.
- Const'ify KConfigGroup. Commit.
- Add default ClangBuildAnalyzer.ini (testing compile time). Commit.
- Fix some clazy warnings. Commit.
- Add missing USE_UNITY_CMAKE_SUPPORT variable for building as unity from cmakepreset. Commit.
- Use same ktextaddons version. Commit.
kpkpass
- Fix reuse lint. Commit.
- Fix typo. Commit.
- Generate qdoc. Commit.
- Fix qdoc. Commit.
- Don't execute macro if we don't have .git. Commit.
- Add ECMGenerateQDoc. Commit.
- Convert to qdoc. Commit.
- Prepare to implement qdoc. Commit.
- .pre-commit-config.yaml - autoupdate. Commit.
- Gersemi fixes. Commit.
- Add lsan CI support. Commit.
- Cmake_minimum_required: drop outdated FATAL_ERROR. No more need for backward-support for CMake < 2.6. Commit.
- Add -Wshadow for clang-based builds. Commit.
- Allow to install pre-commit support. Commit.
- Add default ClangBuildAnalyzer.ini (testing compile time). Commit.
- Add missing USE_UNITY_CMAKE_SUPPORT variable for building as unity from cmakepreset. Commit.
kpmcore
- Revert "Change LUKS default sector size to 4096 considering most of user devices (SSDs and HDDs operate in 4K sectors).". Commit.
- Partitionalignment: Fix division by zero crash in PartitionAlignment::sectorAlignment. Commit.
- Change place of --size option in cryptsetup resize command to match manpage. Commit.
- Change LUKS default sector size to 4096 considering most of user devices (SSDs and HDDs operate in 4K sectors). Commit.
kpublictransport
- Fix build with Qt 6.11 on Android. Commit.
- Remove accidental ' in front of flags. Commit.
- Add support for the MOTIS v2.9 detailedLegs routing option. Commit.
- Try harder to split route and line names in MOTIS responses. Commit.
- Update MOTIS plan, trip and stoptime API to v5. Commit.
- Parse brand color in MOTIS rental vehicle searches as well. Commit.
- Support server-side stopover mode filtering with MOTIS. Commit.
- Fix occupancy parsing assert in OTP test. Commit.
- Fix coach tap handler wrongly triggering on engines/control cars. Commit.
- Silence occupancy enum decoding warnings for unavailable occupancy data. Commit.
- Correctly read international train numbers from Swiss OJP 2.0 API. Commit.
- Make DB vehicle layout parser more robust against unknown UIC coach ids. Commit.
- Check whether trip requests are actually for this backend before proceeding. Commit.
- Propagate errors from Swiss train formation API. Commit.
- Hafas attribute tweaks for nah.sh and VBN. Commit.
- Implement trip queries for Entur's OTP variant as well. Commit.
- Remove the non-standard SIRI carpool mode type. Commit.
- Support Hafas location remarks. Commit.
- Also recognize SIRI seating class enums. Commit.
- Support Hafas pickup/dropoff constraint attributres in DB parser. Commit.
- Add more Hafas attributes, in particular for on-demand services. Commit.
- Handle Hafas attribute pickup/dropoff constraints. Commit.
- Expand Hafas attribute map to support pickup/dropoff constraints. Commit.
- Implement paging for OJP 2.0 journey queries. Commit.
- Fix typo in Swiss Hafas attribute map. Commit.
- Word wrap feature names/descriptions. Commit.
- Fix INVG mode mapping for bus lines. Commit.
- Reload Hafas attribute maps on online updates. Commit.
- Port Hafas-based backends to new attribute map infrastructure. Commit.
- Port DB parser to new Hafas attribute map infrastructure. Commit.
- Support decoding Hafas attribute codes in OJP responses. Commit.
- Add new infrastructure for Hafas attribute maps. Commit.
- Add support for vehicle layout queries in Switzerland. Commit.
- Add parser for opentransportdata.swiss train formation API. Commit.
- Store coach length in double precision. Commit.
- Parse pickup/dropoff constraints from OJP responses. Commit.
- Allow to disable trip queries on OJP backends. Commit.
- Configure supported SIRI modes for OJP 2.0 backends. Commit.
- Add support for OJP 2.0 trip queries. Commit.
- Switch opentransportdata.swiss to OJP 2.0. Commit.
- Allow to specify the OJP protocol variant in the backend configuration. Commit.
- Fix platform section end separator positioning. Commit.
- Add coach length property. Commit.
- Don't serialize unset coach platform position values. Commit.
- Implement OJP 2.0 mode filter on journey queries. Commit.
- Add method for computing the inverted mode filter for journey requests. Commit.
- Port to new SIRI mode mapping infrastructure. Commit.
- Add infrastructure for dealing with SIRI mode types. Commit.
- Propagate UIC station codes from OJP parent stop places. Commit.
- Implement parsing of OJP TripInfo responses. Commit.
- Add support for generating OJP TripInfoRequests. Commit.
- Implement OJP 2.0 request generation. Commit.
- Test parsing OJP 2.0 error responses. Commit.
- Parse OJP trip identifiers. Commit.
- Parse OJP operator identifiers. Commit.
- Add support for backend-specific operator identifiers. Commit.
- Parse OJP 2.0 trip responses. Commit.
- Support parsing OJP 2.0 stop event responses. Commit.
- Parse OJP 2.0 location query results. Commit.
- Update Transitous coverage data. Commit.
- Refactor GTFS-RT and SIRI occupancy enum parsing. Commit.
- Support loading enum backend options. Commit.
- Don't serialize rental vehicle default values. Commit.
- Make spike filtering less aggressive on low-resolution paths. Commit.
- Add support for GBFS v2.3 brand colors. Commit.
- Fix elevators being shown on null island on the map. Commit.
- Adapt to MOTIS v2.8 rental vehicle journey response format. Commit.
- Parse stop modes also in places of non-geocoding responses. Commit.
- Avoid sending invalid language preferences in MOTIS queries. Commit.
- Add support for the MOTIS v2.8 on-demand mode type. Commit.
- Update Transitous coverage data and BVG endpoint. Commit.
- Propagate missing coordinates from adjacent journey sections. Commit.
- Parse coordinate-named departure/arrival locations. Commit.
- Silence unknown mode warnings on non-transit sections. Commit.
- Support coordinate-based journey queries on the DB backend. Commit.
- Refactor Hafas coordinate conversion. Commit.
- Enable LSAN in CI. Commit.
- Don't build OSM PBF reader on Android. Commit.
- Motis: Parse bikesAllowed. Commit.
- Reduce train station merging distance to 300. Commit.
- Improve journey merging. Commit.
- Fix(StopPickerPage): Assign parent to the clear confirmation dialog. Commit.
- Use symbolic version of the software update action icon. Commit.
- Update Transitous coverage data from Transport API Respoitory. Commit.
- Update minimum required Qt version to reflect reality. Commit.
- Fix VVS enpoint URL. Commit.
- Update provider names. Commit.
- Add support for GBFS station booking URLs. Commit.
- Add support for MOTIS v2.6 rental vehicle API. Commit.
- Make GBFS vehicle type parsing and conversion methods reusable. Commit.
- Support MOTIS v2.6 language preferences. Commit.
- Don't inherit LTGLinkBackend from QObject. Commit.
krdc
- Added a setting to automatically enable key grabbing in fullscreen mode (on by default). Commit.
- Disable automatic saving of {menu,status,tool}bar visibility during fullscreen mode. Commit. Fixes bug #515684.
- Documentation.yml is no more needed. Commit.
- Snapcraft: Add to ci and prepare for a beta release. Commit.
- Switch from KWallet to QtKeychain. Commit. Fixes bug #514271.
- Rdp: set the correct keyboardType; fix local input of some chars on japanese keyboards. Commit. Fixes bug #514241.
- CI: Add documentation build. Commit.
- RdpSession::endPaint() : guard for empty device context and window handle. Commit. Fixes bug #512024.
krecorder
- Use new ContextMenu API instead of our own solution. Commit.
- Snpacraft: Add to ci and prepare for a beta release. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
- Audio Input list - refreshAudioInputs: Clear before appending devices. Commit. Fixes bug #510435.
- Flatpak: Update to 6.9. Commit.
kreversi
- Documentation.yml is no more needed. Commit.
- Snapcraft: Add to ci and prepare for a beta release. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
- CI - Flatpak - Update Versions. Commit.
krfb
- Use symbolic icon in tray. Commit.
- Documentation.yml is no more needed. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Use -DCMAKE_POLICY_VERSION_MINIMUM=3.5 for libvncserver. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
- CI - Flatpak - Update Versions. Commit.
kruler
- Documentation.yml is no more needed. Commit.
- Snapcraft: Add to ci and prepare for beta release. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
ksanecore
kshisen
- Documentation.yml is no more needed. Commit.
- Snapcraft: Add to ci and prepare for a beta release. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
- CI - Flatpak - Update Versions. Commit.
ksirk
- Documentation.yml is no more needed. Commit.
- Snapcraft: Add to ci and prepare for a beta release. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
- CI - Flatpak - Update Versions. Commit.
ksmtp
- Remove unused file. Commit.
- Don't execute macro if we don't have .git. Commit.
- REUSE.html - add .gersemirc. Commit.
- .pre-commit-config.yaml - autoupdate. Commit.
- Gersemi fixes - cmake linting and formatting. Commit.
- SmtpTest::testLoginJob: Add expect fail for Windows. Commit.
- Fix memory leaks in SASL login handling. Commit.
- Add Warnings are errors + add clazy support. Commit.
- Use [[maybe_unused] vs Q_UNUSED. Commit.
- Fix doc. Commit.
- Remove not necessary Qt::Literals::StringLiterals. Commit.
- Fix reuse lint. Commit.
- Add module/include. Commit.
- Generate doc. Commit.
- Cmake_minimum_required: drop outdated FATAL_ERROR. No more need for backward-support for CMake < 2.6. Commit.
- Prepare to port doc. Commit.
- Add -Wshadow for clang-based builds. Commit.
- Allow to install pre-commit git hook. Commit.
- Add info about not install pre-commit hook. Commit.
- Add default ClangBuildAnalyzer.ini (testing compile time). Commit.
- Add missing USE_UNITY_CMAKE_SUPPORT variable for building as unity from cmakepreset. Commit.
ksnakeduel
- Documentation.yml is no more needed. Commit.
- Snapcraft: Add to ci and prepare for a beta release. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
- CI - Flatpak - Update Versions. Commit.
kspaceduel
- Documentation.yml is no more needed. Commit.
- Snapcraft: Add to ci and prepare for a beta release. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
- CI - Flatpak - Update Versions. Commit.
ksquares
- Documentation.yml is no more needed. Commit.
- Snapcraft: Add to ci and prepare for a beta release. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
- CI - Flatpak - Update Versions. Commit.
ksudoku
- Documentation.yml is no more needed. Commit.
- Snapcraft: Add to ci and prepare for a beta release. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
- CI - Flatpak - Update Versions. Commit.
ksystemlog
- Documentation.yml is no more needed. Commit.
- Snapcraft: Add to ci and prepare for a beta release. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
kteatime
- Documentation.yml is no more needed. Commit.
- Snapcraft: Add to ci and prepare for beta. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
ktimer
- Documentation.yml is no more needed. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
ktnef
- Don't execute if we don't have .git. Commit.
- Add warn_about_unknown_commands: false. Commit.
- Add lsan CI support. Commit.
- Cmake_minimum_required: drop outdated FATAL_ERROR. No more need for backward-support for CMake < 2.6. Commit.
- Add -Wshadow for clang-based builds. Commit.
- Convert doc. Commit.
- Prepare convert doc. Commit.
- Allow to install pre-commit support. Commit.
- Add info about not install pre-commit hook. Commit.
- Add default ClangBuildAnalyzer.ini (testing compile time). Commit.
- Add missing USE_UNITY_CMAKE_SUPPORT variable for building as unity from cmakepreset. Commit.
ktorrent
- Flatpak: use libktorrent branch 26.04 as master has an API break. Commit.
- CI: Comment out flatpak build, it has been failing for 4 weeks. Commit.
- Copy ChangeLog data into the appdata file. Commit.
- Backfill changelog to version 20.12. Commit.
- Run clang-format with
InsertBraces: true. Commit. - Make a download queue manager for syndication feed items. Commit. Fixes bug #509489.
- Port media player plugin from Phonon to Qt Multimedia. Commit. Fixes bug #498892.
- Run clang-format. Commit.
- Syndication LinkDownloader: Add kill() function. Commit.
- Port SearchPlugin away from DBus. Commit.
- Documentation.yml is no more needed. Commit.
- Snapcraft: Add to ci and prepare for a beta release. Commit.
- Delete QDBusPendingCallWatcher when done with it. Commit.
- Removed list of supporters, as we now have a less annoying way of showing them on the apps website. Commit.
- CI: Add documentation build. Commit.
- Adding Baer to list of supporters. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
- Implicit capture of ‘this’ via ‘[=]’ is deprecated in C++20. Commit.
- CMAKE_CXX_STANDARD 20. Commit.
- Syndication: Indicate feed last updated time. Commit.
- Adding cyclane to list of supporters. Commit.
- No
endResetModel in QueueManagerModel::find. Commit. - Fix QueueManagerModel shenanigans with endResetModel. Commit.
- Core: deprecate loadSilently in favour of load with similar args. Commit.
ktouch
- Documentation.yml is no more needed. Commit.
- Doc: Add space and "is" verb. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
- Remove all qml import version numbers. Commit.
ktrip
- Mark all QML modules as required. Commit.
- Use Kirigami Addons from the Flatpak runtime. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
- Fix remove qtquickcontrols2.conf. Commit.
- Remove qtquickcontrols2.conf. Commit.
ktuberling
- Documentation.yml is no more needed. Commit.
- Snapcraft: Add to ci and prepare for beta release. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
kturtle
- Documentation.yml is no more needed. Commit.
- Snapcraft: add to ci and prepare for a beta release. Commit.
- Cmake_minimum_required: drop outdated FATAL_ERROR arg. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
kubrick
- Documentation.yml is no more needed. Commit.
- Snapcraft: Add to ci and prepare for a beta release. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
kunifiedpush
- Fix: make connectivity check for Offline status. Commit.
- Add ntfy basic and token authentication support. Commit. Fixes bug #505825.
- Stabilize connectortest. Commit.
- Enable LSAN in CI. Commit.
- Force Command to be move-only. Commit. Fixes bug #514835.
- Set up KCrash. Commit.
- Set up KAboutData. Commit.
- README.md: add Type for Mozilla WebPush. Commit.
kwalletmanager
- Set a sensible default window size on first launch. Commit.
- Documentation.yml is no more needed. Commit.
- Manager: Drop old icons. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
kwave
- Documentation.yml is no more needed. Commit.
- Snapcraft: Add to ci and prepare for a beta release. Commit.
- CI: Add documentation build. Commit.
- Fix various typos. Commit.
- Don't discard return value of QFile::open. Commit.
kweather
- Cleanup forecast page layout and split into components. Commit.
- Snapcraft: Add to ci and prepare for a beta release. Commit.
- Use Kirigami Addons from Flatpak runtime. Commit.
- Plasmoid: Don't show in system tray. Commit. Fixes bug #513262.
- CI - Flatpak - Update Runtime to 6.10. Commit.
- Appstream: add new images. Commit.
- Use nullptr here. Commit.
- Add alpine CI support. Commit.
kweathercore
- Fix doc typo. Commit.
- Add alpine CI support. Commit.
- Use const'ref. Commit.
- Use explicit keyword. Commit.
- Clean up Messages.sh we don't have ui/rc/kcfg/tips. Commit.
- Fix cppcheck warning. Commit.
kwordquiz
- Documentation.yml is no more needed. Commit.
- Snapcraft: Add to ci and prepare for a beta release. Commit.
- Fixed an issue where errors were not correctly mapped to questions. Commit.
- Fix scanning for kf6_entry.desktop files in "locale" root dirs & parents. Commit.
- LanguageListModel: use language data files from KF6, no longer KF5. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
libgravatar
- Add qdoc++. Commit.
- Don't execute macro if we don't have .git. Commit.
- Fix qdoc support. Commit.
- REUSE.html - add .gersemirc. Commit.
- CMakeLists.txt - format by gersemi. Commit.
- .pre-commit-config.yaml - autoupdate. Commit.
- Gersemi fixes - cmake linting and formatting. Commit.
- Add lsan support. Commit.
- Add warning as error on CI. Commit.
- Cmake_minimum_required: drop outdated FATAL_ERROR. No more need for backward-support for CMake < 2.6. Commit.
- Add more doc. Commit.
- Add -Wshadow for clang-based builds. Commit.
- Add missing REUSE.toml. Commit.
- Convert doc (TODO we need to add more doc). Commit.
- Add doc support. Commit.
- Add info about not install pre-commit hook. Commit.
- Add default ClangBuildAnalyzer.ini (testing compile time). Commit.
- Add missing USE_UNITY_CMAKE_SUPPORT variable for building as unity from cmakepreset. Commit.
libkcddb
- KCM: hide when not relevant. Commit.Implements improvement #513664
- Cmake_minimum_required: drop outdated FATAL_ERROR arg. Commit.
- Move into "Applications" category. Commit.
- QAsConst -> std::as_const. Commit.
libkdcraw
libkdepim
- Kcheckcombobox.cpp - fix the lineeditor text display. Commit. Fixes bug #518240.
- Don't execute macro if we don't have .git. Commit.
- Add missing qdoc. Commit.
- Pre-commit autoupdate. Commit.
- Gersemi fixes - cmake linting and formatting. Commit.
- Add lsan CI support. Commit.
- Add warning as error on CI. Commit.
- Use [[maybe_unused] vs Q_UNUSED. Commit.
- Cmake_minimum_required: drop outdated FATAL_ERROR. No more need for backward-support for CMake < 2.6. Commit.
- Fix the Qt commercial license naming. Commit.
- Add module name etc. Commit.
- Convert to qdoc. Commit.
- Install README-qdoc. Commit.
- Fix warning: declaration shadows a local variable. Commit.
- Add -Wshadow for clang-based builds. Commit.
- Allow to install pre-commit git hook. Commit.
- Add info about not install pre-commit hook. Commit.
- Add default ClangBuildAnalyzer.ini (testing compile time). Commit.
- Add missing USE_UNITY_CMAKE_SUPPORT variable for building as unity from cmakepreset. Commit.
libkexiv2
- Fix undefined behaviour Invalid-enum-value. Commit.
- Port to QDoc. Commit.
libkgapi
- Cmake_minimum_required: drop outdated FATAL_ERROR. No more need for backward-support for CMake < 2.6. Commit.
- Add -Wshadow for clang-based builds. Commit.
- Remove extra ;. Commit.
- Add default ClangBuildAnalyzer.ini (testing compile time). Commit.
- Add missing USE_UNITY_CMAKE_SUPPORT variable for building as unity from cmakepreset. Commit.
- Fix clazy warning. Commit.
libkleo
- Don't crash when showing the audit log. Commit.
- Bump library version. Commit.
- Add action for copying contents of current cell to clipboard. Commit.
- Avoid crash while updating files to watch. Commit.
- Fix creation of curve keys. Commit.
- Remove bold appearance of keys suitable for qualified signatures. Commit.
- Make NewKeyApprovalDialogTest work without NDEBUG. Commit.
- Replace helper functions with macros to make QVERIFY/QCOMPARE work. Commit.
- Adapt test to changes to make KeyserverConfig comparable. Commit.
- Bump library version. Commit.
- Make KeyserverConfig comparable. Commit.
- Make keyboard navigation in tables work again. Commit.
- Fix build with picky linkers. Commit.
- Bump library version. Commit.
- Unify API of TreeView and TreeWidget and reduce code duplication. Commit.
- Move Private class of TreeView to separate files to allow sharing. Commit.
- Prepare Private class of TreeView for sharing with TreeWidget. Commit.
- Remove support for forcing columns to be hidden. Commit.
- Remove signals that are only used internally. Commit.
- Ensure that last visible column cannot be hidden. Commit.
- Bump library version. Commit.
- Add menu for changing sort column and sort direction. Commit.
- Export menu to control the visible columns. Commit.
- Bump library version. Commit.
- Re-add support for legacy settings PGPKeyType and RSAKeySizes. Commit.
- Add support for CMS to algorithm helpers. Commit.
- Also exclude invalid certificates when filtering for valid certificates. Commit.
- Add filter for valid certificates. Commit.
- Add IDs to some key filters. Commit.
- Ensure that disabled error labels are painted with disabled colors. Commit.
- Check if new files occurred while the watcher was disabled. Commit.
- Adapt test to new signature verification texts. Commit.
- Fix and improve handling of good but not fully valid signatures. Commit.
- Require GpgME 2.0. Commit.
- Bump library version. Commit.
- Add helper to check if a signature is good. Commit.
- Cmake_minimum_required: drop outdated FATAL_ERROR. No more need for backward-support for CMake < 2.6. Commit.
- Bump library version. Commit.
- Add helper returning pretty name or email of a key. Commit.
- Add -Wshadow for clang-based builds. Commit.
- Unknown DN attributes are perfectly fine. Commit.
- Look for GnuPG executables in the GnuPG install path. Commit.
- Use gpgme to find GnuPG. Commit.
- Move private members to KeyRequester's pimpl class. Commit.
- Manage KeyCache::RefreshKeysJob's pimpl with std::unique_ptr. Commit.
- Add default ClangBuildAnalyzer.ini (testing compile time). Commit.
- Add missing USE_UNITY_CMAKE_SUPPORT variable for building as unity from cmakepreset. Commit.
- [clazy] Potential detachment due to calling => use constFirst. Commit.
- [clazy] Pass small and trivially-copyable type by value. Commit.
- [clazy] slot arguments need to be fully-qualifie. Commit.
- Use setFlag instead of error-prone bit operations. Commit.
- MessageBox: Fix options. Commit.
- Bump library version. Commit.
- Create message dialog with custom buttons and audit log button. Commit.
- Silence warning about "cast between incompatible function types". Commit.
- Remove obsolete split of technical and other key parameters. Commit.
- Paint expired/revoked bold instead of red if high-contrast colors are used. Commit.
- Don't create an empty KGuiItem for error dialogs. Commit.
libkomparediff2
libksieve
- Use count() -1. Commit.
- Modify script text. Commit.
- Assign nullptr. Commit.
- Return when found it. Commit.
- Fix mem leak. Commit.
- Add manager. Commit.
- Use [[maybe_unused]]. Commit.
- Qdoc++. Commit.
- Don't execute macro if we don't .git. Commit.
- Add warn_about_unknown_commands: false. Commit.
- Fix reuse lint. Commit.
- Add ksieveui qdoc support. Commit.
- Add qdoc. Commit.
- Qdoc fix. Commit.
- Update pre-commit. Commit.
- Continue to prepare doc support. Commit.
- Prepare to clean all compile warnings. Commit.
- Cmake_minimum_required: drop outdated FATAL_ERROR. No more need for backward-support for CMake < 2.6. Commit.
- Use class enum. Commit.
- Export theses class. Commit.
- Don't export not installed class. Commit.
- It's not installed => no export class. Commit.
- Add readme. Commit.
- Prepare to add doc. Commit.
- Fix shadow variables. Commit.
- Add -Wshadow for clang-based builds. Commit.
- Port away from remaining uses of deprecated KMime list typedefs. Commit.
- Fix ktextaddons dep. Commit.
- Allow to install pre-commit git hook. Commit.
- Fix compile. Commit.
- Remove duplicate includes (found by script). Commit.
- Test if we can open file. Commit.
- Increase ktextaddons version. Commit.
- Add info about pre-ommit support. Commit.
- Stop using deprecated KMime::Types::Mailbox::List. Commit.
- Add default ClangBuildAnalyzer.ini (testing compile time). Commit.
- Fix build without HAVE_TEXT_AUTOGENERATE_TEXT. Commit.
- Reduce compile time. Avoid to include QDebug in header. Commit.
- Add missing USE_UNITY_CMAKE_SUPPORT variable for building as unity from cmakepreset. Commit.
- Use same version. Commit.
- We depend against ktextaddons text to speech which have enqueue support. Commit.
- Use same ktextaddons version. Commit.
libktorrent
- Reduce amount of data transferred in transmittest to avoid test timeout. Commit.
- API/ABI break: Remove incorrect and now unused RemoteWindow::windowUsageFactor function. Commit.
- API/ABI break: fixed window factor for UTP remote window max window size calculation. Commit. Fixes bug #514395.
- Fix UTP delay calculation. Commit. See bug #514395.
- Use std::round instead of qRound to fix out of bounds issue. Commit. See bug #514395.
- Fix mistakes in doc \headerfile. Commit.
- Backfill changelog to version 20.12. Commit.
- Simplify packet reader by using move semantics. Commit.
- Add unit tests for packet socket. Commit.
- Improve coverage of packet reader test. Commit.
- Add test for packet.cpp. Commit.
- Add \inheaderfile to docs. Commit.
- Run clang-format with
InsertBraces: true. Commit. - Run clang-format. Commit.
- Fix clang-tidy modernize-deprecated-headers. Commit.
- API/ABI break: fix horrific typo in function name. Commit.
- Add basic tests for BEncoder. Commit.
- Add tests for decoding invalid bencoded data and add bugfix. Commit.
- API/ABI break: removed Array::fill() method, just use std::fill instead. Commit.
- API/ABI break: add functions to Array for implicit conversion to std::span and QBAV. Commit.
- Array: rename members to facilitate a data() member function. Commit.
- Fix warnings about ignoring result of nodiscard function. Commit.
- QVector is an alias to QList, so use QList directly instead. Commit.
- Fix clang-tidy readability-redundant-casting. Commit.
- Fix clang-tidy modernize-use-nodiscard. Commit.
- Fix clang-tidy modernize-use-using. Commit.
- Don't use typedef enum. Commit.
- Fix clang-tidy performance-noexcept-move-constructor. Commit.
- Minor cleanup of DNDFile. Commit.
- API/ABI break: Use unique_ptr for DNDFile. Commit.
- Fix memleak in UTP Server. Commit.
- ABI break: use unique_ptr for SuperSeeder private members to fix mem leak. Commit.
- Set min C++ version to C++20. Commit.
- API/ABI break: Use unique_ptr for Token. Commit.
- 0 pointer -> nullptr. Commit.
- Cmake_minimum_required: drop outdated FATAL_ERROR arg. Commit.
- Fix const correctness of Address constructor. Commit.
- Use QByteArrayView for ut_metadata extension. Commit.
- Fix crash when killing DataCheckerJob. Commit.
- Use nullptr instead of 0 in docs. Commit.
- Use unique_ptr for ServerSocket objects owned by Server. Commit.
lokalize
- Fix: stop constant "load project?" dialogues when closing tabs / project. Commit. Fixes bug #516944. Fixes bug #516927. Fixes bug #515087.
- Revert "Add KDDockWidgets as new dependency". Commit.
- Tasks: run all tests including new appium ones. Commit.
- Editor: implement cut/copy/paste and alternate translation attach. Commit.
- Glossary: Reposition Add/Remove buttons beside search field. Commit.
- Fix: plural regex search. Commit. Fixes bug #411490.
- Glossary: prompt source / target term when adding manually. Commit.
- Todo: add dev note. Commit.
- Enhancement: Allow canceling the "Project Required" dialog. Commit.
- Kde-ci: disable compiler cache, add note. Commit.
- Kde-ci: enable compiler cache. Commit.
- Glossary: Improve wording of error messages for glossary save failures. Commit.
- Tidy: tweak header. Commit.
- Tweaked matchingVisibleIndex to take parameters and go either way. Commit.
- Glossary: show first visible entry in editor. Commit.
- Autosave Glossary file while editing. Commit. Fixes bug #413495.
- Tidy: fix weird formatting. Commit.
- Fix(AuxTextEdit): pass focus out event to parent class KTextEdit. Commit.
- Readme: add links to TBX glossary file format info. Commit.
- Readme: minor reformat. Commit.
- Lokalize: Disable empty top-level menus on tab switch. Commit.
- Remove restore button and function. Commit.
- Glossary - Create and save new glossary file. Commit. Fixes bug #513766. Fixes bug #478793.
- Ci/cd: add cppcheck job to the CI. Commit.
- Compress consecutive copyright years in Gettext headers. Commit. Fixes bug #514468.
- Fix: appease the linters. Commit.
- Ci/cd: add jobs for linting XML and YAML files too. Commit.
- Fix: clang-format. Commit.
- Fix: clang-format. Commit.
- Ci/cd: add clang-format CI job. Commit.
- Tidy: tweak license header. Commit.
- Fix: approve and goto next entry. Commit.
- Xml: format .rc files with Lemminx, add XML catalog for schema. Commit.
- Replace glossary +/- text with icons and add tooltips for clarity. Commit.
- Update license headers. Commit.
- Lokalize: Fix inconsistent menubar ordering across tabs. Commit.
- Docs:adding comments related to approve and next fuzzy flow. Commit.
- Methods concerned with the gotoNextFuzzyUntr bug and their roles. Commit.
- Documentation.yml is no more needed. Commit.
- Tasks: correct task logic so "Build and run"" actually works. Commit.
- Task runner: add separate "Run" task. Commit.
- Remove obsolete Techbase link from Welcome Screen. Commit.
- Task 1: Follow human interface guidelines UPDATED. Commit.
- Used QEXPECT_FAIL instead of commenting and removing whitespaces. Commit.
- Commented the test so that it doesnt't fail the pipeline, also removed reformatting changes. Commit.
- Work on the bug 514468. Commit.
- Tidy: standardise license headers. Commit.
- Tidy: remove remaining reference to KAider. Commit.
- Glossaryview: improve tooltip string, tidy code. Commit.
- Glossary: Update tooltip text. Commit.
- Add KDDockWidgets to kde-builder build dependencies. Commit.
- Refactor: simplify logic. Commit.
- Glossary: Move into tab. Commit.
- Tidy: align capitalisation with the button text it references. Commit.
- Hig: capitalise button text. Commit.
- Fix: escape ampersand in ui strings. Commit.
- Tidy: start to follow Human Interface Guidelines. Commit.
- Gitignore: add files generated by extra-cmake-modules, nvim. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
- Task runner: add basic tasks in vscode json format. Commit.
lskat
- Documentation.yml is no more needed. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
- CI - Flatpak - Update Versions. Commit.
mailcommon
- Use PIM_VERSION. Commit.
- Coding style. Commit.
- Check not necessary now. Commit.
- Qdoc++. Commit.
- Clean up qdoc. Commit.
- Use [[maybe_unused]]. Commit.
- Don't execute macro if we don't have .git. Commit.
- Add mssing qdoc info. Commit.
- Fix qdoc. Commit.
- .pre-commit-config.yaml - autoupdate. Commit.
- Gersemi fixes - cmake linting and formatting. Commit.
- Add lsan CI support. Commit.
- Add doc support. Commit.
- Add clazy support + add WARNINGS_AS_ERRORS. Commit.
- Remove not necessary [[nodiscard]]. Commit.
- Cmake_minimum_required: drop outdated FATAL_ERROR. No more need for backward-support for CMake < 2.6. Commit.
- Simplify MIME header creation. Commit.
- Add i18n context to string. Commit. See bug #514289.
- Fix doc support. Commit.
- Use \author. Commit.
- Add missing explicit keyword. Commit.
- Adapt to messagelib API changes. Commit.
- Prepare doc conversation. Commit.
- Prepare to convert to qdoc. Commit.
- Fix shadow variables warning. Commit.
- Add -Wshadow for clang-based builds. Commit.
- Remove unnecessary const casts on KMime objects. Commit.
- Fix ktextaddons dep. Commit.
- Make sure that we don't add deprecated code. Commit.
- Port deprecated methods. Commit.
- Allow to install pre-commit git hook. Commit.
- Use std::shared_ptr instead of QSharedPointer for KMime::Message. Commit.
- Increase ktextaddons version. Commit.
- Port KMime::Message::Ptr to QSharedPointer. Commit.
- Port away from deprecated KMime API. Commit.
- Adapt to KMime header factory API changes. Commit.
- Add info about pre-commit support. Commit.
- Const'ify variable. Commit.
- Fix header argument replacement in filter actions. Commit.
- Load filters with interactive = false except when importing. Commit.
- Add default ClangBuildAnalyzer.ini (testing compile time). Commit.
- Port some deprecated kmime methods. Commit.
- Fix version gpgme 1.23.2. Commit.
- Add missing USE_UNITY_CMAKE_SUPPORT variable for building as unity from cmakepreset. Commit.
- Fix some clazy warnings. Commit.
- Fix dependancies. Commit.
- Port one KLineEdit to QLineEdit. Commit.
- Use same ktextaddons version. Commit.
mailimporter
- Use [[maybe_unused]]. Commit.
- Qdoc++. Commit.
- Don't execute macro if we don't have .git. Commit.
- Add warn_about_unknown_commands: false. Commit.
- Fix doc support. Commit.
- Cmake_minimum_required: drop outdated FATAL_ERROR. No more need for backward-support for CMake < 2.6. Commit.
- Minor fix. Commit.
- Add module. Commit.
- Continue to add doc support. Commit.
- Add qdoc files. Commit.
- Allow to show method. Commit.
- Prepare doc. Commit.
- Don't export private method. Commit.
- Prepare doc support. Commit.
- Add README-qdoc. Commit.
- Add -Wshadow for clang-based builds. Commit.
- Allow to install pre-commit support. Commit.
- Use std::shared_ptr instead of QSharedPointer for KMime::Message. Commit.
- Port deprecated methods. Commit.
- Add default ClangBuildAnalyzer.ini (testing compile time). Commit.
- Add missing USE_UNITY_CMAKE_SUPPORT variable for building as unity from cmakepreset. Commit.
marble
- Documentation.yml is no more needed. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
massif-visualizer
- Rename appstream file to match the id. Commit.
- Flatpak: Really update runtime to 6.10 (+ kdiagram 3.0.1). Commit.
- CI: Flatpak: Enable. Commit.
- CI - Flatpak - Update Versions. Commit.
- CI - Flatpak - Add update check data for boost and update. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
- CI - Flatpak - Update Versions. Commit.
mbox-importer
- Fix mem leak. Commit.
- Disable/enable button until it's finished. Commit.
- Fix copyright. Commit.
- Don't execute if we don't have .git. Commit.
- Add warn_about_unknown_commands: false. Commit.
- Add lsan support. Commit.
- Cmake_minimum_required: drop outdated FATAL_ERROR. No more need for backward-support for CMake < 2.6. Commit.
- Add -Wshadow for clang-based builds. Commit.
- Make sure that we don"t add deprecated code. Commit.
- Allow to install pre-commit git hook. Commit.
- Fix indent. Commit.
- Add warning is better. Commit.
- Add info about pre-commit. Commit.
- Add info about README-precommit info. Commit.
- Add default ClangBuildAnalyzer.ini (testing compile time). Commit.
- Add missing USE_UNITY_CMAKE_SUPPORT variable for building as unity from cmakepreset. Commit.
merkuro
- Contacts: Move ContactPage's blog feed link to FormLinkDelegate. Commit.
- Contact: Fix a few more icons to be more relevant. Commit.
- IncidenceEditorPage: Fix typo. Commit.
- IncidenceEditorPage: Port remaining items to formcard. Commit.
- Reorganize IncidenceEditorPage. Commit.
- Port Incidence Editor to FormCard. Commit.
- Contacts: Use grouped properties syntax. Commit.
- Contacts: Add way to copy phone number easily. Commit.
- Calendar: Fix todo sort button marked checked due to old refactoring bug. Commit.
- Mail: Fix sending not using selected identity. Commit.
- Mail: Fix sending email closing the whole app. Commit.
- Calendar: Fix a few missing semi-colons in JS code. Commit.
- Calendar: BasicMonthListView: Made max width more dynamic by using grid units. Commit.
- Calendar: MonthListViewIncidenceDelegate: Move incidence icons to the top. Commit.
- Calendar: BasicMonthListView Improved accessibility & made dates more translatable. Commit.
- Calendar: Add more detail to incidences in MonthListViewIncidenceDelegate. Commit.
- Calendar: Refactor BasicMonthListView's incidence delegate into a separate file. Commit.
- Calendar: Redesign BasicMonthListView. Commit.
- Contact: Fix spurious comment. Commit.
- Calendar: Fix "Show all"/"Hide all" button not behaving on expected collections. Commit.
- Calendar: BasicInternalHourlyView: Add extra null check. Commit.
- Calendar: Always allow TODOs to have both a start and end date. Commit.
- Fix crash when creating or editing incidence. Commit.
- Calendar: DateUtils: Fix regex check for date. Commit.
- Correct keyword usage. Commit.
- Fix(launcher): Fix started merkuro contact. Commit.
- Add integration with KOnlineAccounts. Commit.
- Use Akonadi's color proxy model. Commit.
- Infinitemerkurocalendarviewmodeltest: Fix wrong call to QRandom::bounded. Commit.
- Add -Wshadow for clang-based builds. Commit.
- Remove extra ;. Commit.
- Port deprecated kmime code. Commit.
- Use std::shared_ptr instead of QSharedPointer for KMime::Message. Commit.
- Restore Global menu of mail. Commit.
- Remove "Discard Draft" button. Commit.
- Add missing include moc. Commit.
- Use EditCollectionPage for editing mail folders. Commit.
- Make EditCalendarPage a generic EditCollectionPage. Commit.
- Port away from collection id a bit more. Commit.
- Move CollectionUtils out of mail. Commit.
- Port Tag Component to Kirigami Chip. Commit.
- Qml: Remove useless Layout.fillWidth in AccountSettings. Commit.
- Remove stray debug statement. Commit.
- Unify ColoredCheckbox implementations. Commit.
- Fix a few QML warnings. Commit.
- Register MailHandler declaratively. Commit.
- Remove unused qrc file. Commit.
- Remove some unused files. Commit.
- Implement sending mail attachments. Commit.
- Applet: Don't only show contacts that have an email address. Commit.
- Fix picture loading. Commit.
- Add shortcut for mail deletion. Commit.
- Don't show visibility checkbox in top-level items of contact sidebar. Commit.
- Fix settings dialog on mobile. Commit. Fixes bug #501711.
- SourceSettingsPage: cleanup a bit the qml. Commit.
- Move collection color changing to EditCalendarPage. Commit.
- Port applet to plasma_add_applet. Commit.
- Add default ClangBuildAnalyzer.ini (testing compile time). Commit.
- Remove all qml import version numbers. Commit.
- Add missing USE_UNITY_CMAKE_SUPPORT variable for building as unity from cmakepreset. Commit.
- Fix some clazy warnings. Commit.
- Port deprecated invalideFilter method in qt6.10. Commit.
- Const'ify variable. Commit.
- Disable editing calendar if we don't have permission for it. Commit.
- Pass collection object instead of id. Commit.
- Fix setting calendar name. Commit.
- Hide Separator when there are no actions below it. Commit.
- Fix merkuro-mail not launching. Commit. Fixes bug #510488.
messagelib
- Do not convert \n into
. Commit. Fixes bug #368394. See bug #419978. - Fix more leaks in NodeHelper's handling of extra content nodes. Commit.
- Don't create folders in tmp. Commit. Fixes bug #516583.
- Remove unused file. Commit.
- Qdoc++. Commit.
- Fix parameterized Encrypted body part formatter singleton. Commit.
- Fix -Wused compile warnings (for variables, functions, parameters). Commit.
- Qdoc++. Commit.
- Fix -Wshadow compile warnings. Commit.
- Remove cmake/ecmcopy/ECMAddTests.cmake. Commit.
- Fix model-based quick search. Commit.
- Correctly delete all extra nodes. Commit.
- Use self. Commit.
- Don't install git hook if we don't use git source. Commit.
- .pre-commit-config.yaml - autoupdate. Commit.
- Gersemi fixes. Commit.
- Clarify ownership semantics in the NodeHelper API. Commit.
- Remove unnecessary or wrong parent arguments to the KMime::Content ctor. Commit.
- .pre-commit-config.yaml - add clang-format. Commit.
- Make ownership explicit for objects returned from message factory functions. Commit.
- Make ComposerViewBase::addAttachmentPart take a const KMime::Content. Commit.
- .pre-commit-config.yaml - add ruff linting and formatting for Python. Commit.
- .pre-commit-config.yaml - add shellcheck and shfmt. Commit.
- .pre-commit-config.yaml - add markdownlint-cli2. Commit.
- Pre-commit - add cmake formatting/linting using gersemi. Commit.
- Pre-commit - add codespell checking. Commit.
- Pre-commit - add codespell checking. Commit.
- Add pre-commit checking for whitespace, xml+yml+json linting. Commit.
- Add more doc. Commit.
- .gitlab-ci.yml - add pre-commit. Commit.
- Format/lint all non-test xml files and add pre-commit to enforce that. Commit.
- CI: bump test timeout. Commit.
- Fix bug 515470: Kontact/Kmail doesn't render some plain text e-mails. Commit. Fixes bug #515470.
- Add qdoc support. Commit.
- Add templateparser qdoc. Commit.
- Fix some qdoc. Commit.
- Add more qdoc. Commit.
- Add qdoc++. Commit.
- Remove KDEPIM_ENTERPRISE_BUILD support. Commit.
- Continue to implement qdoc support. Commit.
- Add qdoc support for messagecomposer. Commit.
- Add more qdoc support. Commit.
- Enable "Use real HTML mail color" by default. Commit.
- Add doc support in messageviewer. Commit.
- Fix some doc support. Commit.
- Continue to prepare doc. Commit.
- Don't call urlClicked twice. Commit.
- Cmake_minimum_required: drop outdated FATAL_ERROR. No more need for backward-support for CMake < 2.6. Commit.
- Simplify MIME header creation. Commit.
- Prepare doc. Commit.
- Prepare doc support. Commit.
- Prepare doc support. Commit.
- Use std::make_unique for creating unique_ptrs. Commit.
- Use ECM_TEST_NAME_PREFIX_STRATEGY set to "PATH". Commit.
- Prepare doc support. Commit.
- Add README-qdoc. Commit.
- Change composer jobs to use explicit ownership tracking. Commit.
- Fix the Qt commercial license naming. Commit.
- Remove unnecessary const_casts on KMime objects. Commit.
- Add -Wshadow for clang-based builds. Commit.
- Webengineviewer: Skip test requiring a Window on Windows. Commit.
- Fix RichTextComposerNgTest on Windows. Commit.
- Clone inputs to encryption jobs. Commit.
- Use std::unique_ptr in composer unit tests. Commit.
- Port template parser away from deprecated KMime::Content::appendContent. Commit.
- Fix BCC restoration in resend message generation. Commit.
- Port away from the remaining uses of deprecated KMime list typedefs. Commit.
- Disable for the moment. Commit.
- Port deprecated kmime method. Commit.
- Fix ktextaddons dep. Commit.
- Fix lifetime tracking of viewed attachment parts. Commit.
- Port deprecated kmime code. Commit.
- Port deprecated method. Commit.
- Use std::shared_ptr instead of QSharedPointer for KMime::Message. Commit.
- Connect once signal. Commit.
- Use enum. Commit.
- Use KMime::CreatePolicy enum. Commit.
- Remove duplicate includes (found by script). Commit.
- Fix find_dependency dependancy. Commit.
- Fix KPim6MimeTreeParser version. Commit.
- Remove unused include. Commit.
- Use TextAddonsWidgets::ExecutableUtils::findExecutable. Commit.
- Increase ktextaddons version. Commit.
- Remove unused Sign[Encrypt]Job::origContent methods. Commit.
- Use std::unique_ptr for the result of SkeletonMessageJob. Commit.
- Remove unused member. Commit.
- Remove AutocryptHeadersJob::setContent(). Commit.
- Rework ownership handling of headers in SinglepartJob. Commit.
- Port away from deprecated KMime API. Commit.
- Adapt to KMime header factory API changes. Commit.
- Track ownership of created KMime::Content objects in template parser. Commit.
- Remove ContentJobBase::extraContent. Commit.
- Const'ify variables. Commit.
- Port to new signal/slot method. Commit.
- Use connect with 4 arguments. Commit.
- Add signals for when a message is collapsed/expanded. Commit.
- Continue to add debug. Commit.
- Use Q_ENUM, it's better for debug. Commit.
- Add more debug. Commit.
- Use MESSAGEVIEWER_VIEWER_FORMAT_LOG everywhere in this file. Commit.
- We need debug category for debugging ContactDisplayMessageMemento::processAddress. Commit.
- Prepare to implement test with template. Commit.
- Not necessary to call it here. We already create it in connect. Commit.
- Const'ify variable + coding style. Commit.
- Fix show mail when we open new tab (David bugs). Commit.
- Remove support for custom message id suffix. Commit.
- Don't call commit() we already did it previously. Commit.
- Add debug for fixing new tab support. Commit.
- Minor optimization. Commit.
- Const'ify variable. Commit.
- Fix left-click not working on links with target="_blank" in HTML e-mails. Commit. Fixes bug #493325.
- Fix copying headers in TemplateParserJob. Commit.
- Correctly copy headers in ComposerJob. Commit.
- Port ComposerJob away from string-based connects. Commit.
- Fix FreeBSD build. Commit.
- Simplify logic for activate tab. Commit.
- Remove preferEmptyTab unused in api. Commit.
- Add debug output. Commit.
- Remove commented code (long time ago). Commit.
- It seems more logic to use lock/unlock here. Commit.
- When we have several tab and we lock/unlock restore collection icon. Commit.
- Const'ify variable. Commit.
- We can't have several selection folder. Commit.
- Add specific pane debug info (I need to be able to debug bug here). Commit.
- It's not used. Remove it. Commit.
- Minor optimization. Commit.
- Add missing [[nodiscard]]. Commit.
- Remove unused Qt::Literals::StringLiterals in header. Commit.
- Concat namespace. Commit.
- Use constexpr. Commit.
- Const'ify variable. Commit.
- Const'ify variable. Commit.
- Fix mem leak. Commit.
- Const'ify variables. Commit.
- Fix crash in redirect message creation. Commit.
- Const'ify pointer. Commit.
- Don't use Q_SLOT when not necessary. Commit.
- Remove Q_SLOTS here. Commit.
- #include --. Commit.
- Fix "full-quick" search in message list for unread. Commit.
- Minor improvements without functionality change. Commit.
- Add PCH support (reduce compile time ~50s). Commit.
- Start to implement pch support. Commit.
- Port deprecated kmime api. Commit.
- Use QMetaType here. Commit.
- Add default ClangBuildAnalyzer.ini (testing compile time). Commit.
- Reduce compile time. Avoid to include QDebug in header. Commit.
- Port more kmime deprecated methods. Commit.
- Port some kmime deprecated methods. Commit.
- Port deprecated kmime methods. Commit.
- Allow to hide mSearchLineCommandWidget when we hide it. Commit.
- Add qCWarning. Commit.
- Const'ify pointer. Commit.
- Add qDebug for MessageList::Core::SearchLineCommand + add .space(). Commit.
- Const variable. Commit.
- Add missing USE_UNITY_CMAKE_SUPPORT variable for building as unity from cmakepreset. Commit.
- Adapt to KMime::Content::takeContent behavior change. Commit.
- Add missing include moc. Commit.
- Fix potential lose data. Commit.
- It's a class not struct. Commit.
- Use MESSAGECOMPOSER_NO_EXPORT. Commit.
- Use qsizetype. Commit.
- Fix signal. Commit.
- Don't unconditionally ignore SSL errors from Google's phishing API. Commit.
- Fix some clazy warnings. Commit.
- Port Q_FLAGS to Q_FLAG. Commit.
- Fix scam support. Commit.
- Port to Q_ENUM/Q_FLAG. Commit.
- Add auto test for specific url. Commit.
- Auto tests: synchronize name prefixes with subdir names. Commit.
- We depend against ktextaddons text to speech which have enqueue support. Commit.
- Now we can use it by default. Remove check. Commit.
- Remove unused now variable. Commit.
- Do not mark test_dates as unit test. Commit.
- Port to TextAddonsWidgets/PluginUtil. Commit.
- Prepare to use TextAddonsWidget plugin utils class. Commit.
- Use same ktextaddons version. Commit.
mimetreeparser
- In plain text mails, format any signature as fixed spaced. Commit.
- Do not overwrite specified encoding of signed parts. Commit.
- Qdoc++. Commit.
- Redesign and add kde connect integration. Commit.
- Feat(quick): Add itinerary integration. Commit.
- Fix warnings. Commit.
- Fix Clang's unused-but-set-variable warnings. Commit.
- Dont error on warnings. Commit.
- Make it compile without warning + add clazy support. Commit.
- Cmake_minimum_required: drop outdated FATAL_ERROR. No more need for backward-support for CMake < 2.6. Commit.
- Fix reuse lint. Commit.
- Fix documentation. Commit.
- Continue to implement documentation. Commit.
- Prepare to port documentation. Commit.
- Add -Wshadow for clang-based builds. Commit.
- Remove extra ;. Commit.
- Make sure that we don't add deprecated code. Commit.
- Use std::shared_ptr instead of QSharedPointer. Commit.
- Remove assert here as in autotest we test not existing file. Commit.
- Test if we can open file. Commit.
- Port away from deprecated KMime API. Commit.
- Adapt to KMime header factory API changes. Commit.
- Port away from kmime deprecated API. Commit.
- Port away from deprecated KMime::Content::List. Commit.
- Stop using deprecated KMime::Types::Mailbox::List. Commit.
- Replace MimeTreeParser::MessagePart::Ptr with a QSharedPointer. Commit.
- Replace KMime::Message::Ptr to QSharedPointer. Commit.
- Add default ClangBuildAnalyzer.ini (testing compile time). Commit.
- Remove all qml import version numbers. Commit.
- Add missing USE_UNITY_CMAKE_SUPPORT variable for building as unity from cmakepreset. Commit.
- Fix some clazy warnings. Commit.
- Fix version. Commit.
minuet
- Fix(exercise): fix answer checking logic. Commit.
- Fix(SheetMusicView): set clip to false. Commit.
- Fix(i18n): add translation for exercise strings. Commit.
- Documentation.yml is no more needed. Commit.
- Cmake_minimum_required: drop outdated FATAL_ERROR arg. Commit.
- Add qqc2-desktop-style to .kde-ci.yml. Commit.
- Non-Linux builds (except mobile) should use qqc2-desktop-style. Commit.
- Fix usage of QQC2BreezeStyle. Commit.
- Use breeze style on Windows. Commit.
- Port to Kirigami. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Add gcem module for fluidsynth. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
- CI - Flatpak - Update Versions. Commit.
neochat
- Fix crash when reacting with /react. Commit. Fixes bug #518166.
- Fix icon for files in chatbar. Commit.
- Various room creation fixes. Commit. Fixes bug #518300.
- Hide empty, errored out link previews. Commit. Fixes bug #517187.
- NeochatReportRoomJob: Fix space at beginning of endpoint URL. Commit.
- Only load auto-completed members after typing one more character. Commit.
- Only auto-complete joined members. Commit.
- Fix JoinRules (and room security settings). Commit. See bug #518300.
- Fix error related to editable TextComponent's usage of Sonnet. Commit.
- Make stickers bigger in the emoji picker. Commit.
- Don't show stickers in the custom emojis tab. Commit.
- Include custom emojis in the history tab. Commit.
- Fix the size of emojis in the picker. Commit.
- Add colons around regular emoji shortcodes. Commit.
- Increase RoomInformation scroll hack timer. Commit.
- Ensure we select the mispelled word so it's replaced correctly. Commit.
- Fix spellcheck suggestions never actually showing up. Commit.
- Only start spellchecking after a short delay. Commit.
- Fix the CompletionMenu clipping and key navigation. Commit.
- Don't make pinned custom emotes humungous. Commit. Fixes bug #517850.
- Force room delegates to be plain text. Commit.
- Correct room delegate height based on font size. Commit.
- Limit room avatar height. Commit.
- Make sure the rich text off setting works for edits. Commit.
- Set Rich Text Bar off by default. Commit.
- Make sure that the chatbar is cleared when the rich text dev setting is changed. Commit.
- Put the Rich Chat bar under a dev setting. When off the new styling is kept but the bar is now only plain text. Commit.
- Fix empty list items. Commit.
- Make sure that lists are not flattened. Commit.
- Don't process space jobs on failure. Commit.
- Add libquotient version to sentry crash information. Commit.
- Don't change active connection when logging out an inactive connection. Commit. Fixes bug #515543.
- Fix VerificationCanceled. Commit.
- Fix handling nested lists in TextHandler::textComponents. The can be multiple end tags we need to find to get the whole block. Commit.
- Don't send polls twice. Commit. Fixes bug #517184.
- Make sure that listChanged is called on textItem change in ChatButtonHelper so that the link button status is updated. Commit.
- Make sure that when all content is cut from the chat bar any list format is removed. Commit.
- Fix list of links. Commit.
- Hook sending emojis back up and don't close the app when clicking an emoji. Commit.
- Make sure that the new required properties of TextComponent are initialised. Commit.
- Fix property. Commit.
- Fix isMobile check. Commit.
- Use search text from QuickSwitcher when opening ExploreRoomsPage. Commit.
- Remove broken property. Commit.
- Fix function call. Commit.
- Make sure the correct quote format is used when inserting a new quote block. Commit.
- Make sure that an empty list hides the placeholder text. Commit.
- Remove duplicate code. Commit.
- Fix crash. Commit.
- Fix crash when switching "show all rooms" setting while there is no connection. Commit.
- Fix opening voice message dialog. Commit.
- Fix a few runtime warnings in RoomPage. Commit.
- Remove duplicate signal. Commit.
- Remove unused TextHandler object. Commit.
- Remove now unused AttachmentPane. Commit.
- Make sure there can only ever be one DelegateContextMenu. Commit.
- Fix Random Next Lines. Commit. Fixes bug #516998.
- Fix Code Markdown on Enter. Commit. See bug #516536.
- With moving to TextEdit to prevent freezing we no longer get an edit menu for free from QQC2 desktop style. This means we need to implement one ourselves. Commit.
- Prevent users from trying to search in encrypted rooms. Commit.
- Restore fancy quote marks. Commit.
- Fix tests. Commit.
- Plumb the adding of message edit text back in. Commit.
- Fix the height of the compact room delegate by making sure the notification badge isn't too big. Commit.
- Add i18n context to UI string. Commit.
- ImageComponent: add i18n context to edit button. Commit.
- ImageComponent: add a parent Item to anchor everything to. Commit.
- ImageComponent: make the image left aligned again. makes it work. Commit.
- Fix editing threaded messages being sent to room. Commit.
- TypingPane: adjust margins. Commit.
- Improve avatar settings. Commit.
- Make sure that we put the reply MessageComponent back in when the model is reset after a pending event resolves. Commit.
- Fix the Timeline Feezes. Commit.
- Apply 1 suggestion(s) to 1 file(s). Commit.
- Treat all text in a code block as plain, i.e. don't format based on markdown. Commit.
- Focus the charbar when clicking the reply button. Commit.
- When completing treat all text as plain so don't upgrade to markdown. Commit.
- Cleanup logging in RoomListModel. Commit.
- Cleanup logging in TimelineMessageModel. Commit.
- Cleanup logging in MessageContentModel. Commit.
- Clean up chatbarcache. Commit.
- Improve the label for showing the rich text controls and tell users what pressing enter will do. Commit.
- Fix funny behaviour when pasting. basically we should start but not end a cursor edit block. Commit.
- Make sure that the clickable area of the chatbar fill the whole space. Commit.
- Remove duplicate regexes. Commit.
- Fix many clazy warnings. Commit.
- Fix the parsing of the chat cache so the lists are no longer broken and add tests. Commit.
- Make sure that when a heading is fully deleted the style is returned to paragraph. Commit.
- SendBar: make overflowWidth bigger. Commit.
- Chatbar: make emojidialog dynamically loaded. Commit.
- Chatbar: remove redundant code. Commit.
- Chatbar: move richtext back to main chat. Commit.
- Chatbar: move emojis back to main panel. Commit.
- Restore window maximized state on toggle. Commit.
- Send typing notifications from ChatBar again. Commit.
- Make sure that when adding characters before/after a link that it doesn't take the link style. Commit.
- Treat links as a single character for the purposes of delete, backspace, left and right. Commit.
- Hook sending messages back up. Commit.
- Use the rich text char format to store mentions rather than a separate structure in ChatBarCache. Commit.
- Make sure the default menu of textArea isn't thrown for non editable TextComponents. Commit.
- Fix TimelineEnd/TimelineBeginning models properly this time. Commit.
- Remove dependency on KStatusNotifierItem. Commit.
- Make sure that we only insert a new block for headers. This makes sure that hitting return in a list just adds the next list item. Commit.
- Add report buttons to spaces. Commit.
- Add a way to block invites from all users. Commit.
- Fix the TimelineEnd delegate not appearing when going back in history. Commit.
- Don't claim this is "the beginning of the chat" if a predecessor exists. Commit.
- Minor refactoring. Commit.
- Remove leftover warning. Commit.
- Fix-up ImageComponent's hide media functionality. Commit.
- Stop pester in console when changing rooms regarding missing authors. Commit.
- Fix TimelineEndDelegate and SuccessorDelegate. Commit.
- Close pinned message when leaving room. Commit. Fixes bug #516350.
- Don't try opening last room when this room is not available. Commit.
- Require libQuotient 0.9.5. Commit.
- Disable FreeBSD CI. Commit.
- Fix opening QR code. Commit.
- Reduce layout shift when loading mutual rooms in user profiles. Commit.
- Move more security and safety-relevant options to a better suited page. Commit.
- Remove attach dialog. Commit.
- Improve messaging around various encryption key options. Commit.
- Show thread root event instead of latest thread event. Commit.
- Fix segfault in ContentProvider. Commit.
- CompactLayout: add spacing around messages and chatbar. Commit.
- Disable send message when there's nothing to actually send. Commit. Fixes bug #516118.
- Fix tooltip and checked state of message overflow button. Commit. Fixes bug #516117. Fixes bug #516119.
- Fix binding loops. Commit.
- Ensure most of our dialogs have cancel buttons on the right. Commit.
- Use the same spacing in chat bar as we do for messages. Commit.
- Remove unwanted padding from TextComponent. Commit.
- Optimize compile time of emoji data maps. Commit.
- Remove unwanted padding from ReplyComponent. Commit.
- Don't attempt to navigate to a component that doesn't exist. Commit. Fixes bug #516107.
- Release threads removing the feature flag. Commit.
- TypingPane: fix spacing between elements. Commit.
- Make sure that when we post a message we refocus the now empty chatbar. Commit.
- Basically we were applying the default values onComponentComplete therefore overriding any user value. Commit.
- Change the behaviour of chatmarkdownhelper to only work when a single character is added. Commit.
- Allow focusing and navigating the space drawer with a keyboard. Commit. See bug #511591.
- When favoriting/reprioritizng a room, make sure to re-sort the list. Commit.
- Stop tree view from attempting to expand sections too early. Commit.
- Fix rebase issues and restore mic button. Commit.
- Fix markdown helper test. Commit.
- Cleanup chatkeyhelp and tests. Commit.
- Fix tests. Commit.
- Make sure that char format is properly maintained for multiple formats when swithching to quote and back. Commit.
- Note where nestedlisthelper has been changed. Commit.
- Restore image editor. Commit.
- Disallow event menu in edit mode. Commit.
- Restore placeholder messages. Commit.
- Don't allow links when rich formatting is diabled. Commit.
- Don't follow link in the chatbar. Commit.
- Fix cancel reply. Commit.
- Improve images in the chatbar. Commit.
- Improve file attachments. Commit.
- Make sure that the style menu shows the right style name for code and quote. Commit.
- Fold extra send icons when thin for mobile. Commit.
- Change link button tooltip text to Edit link when a link already exists. Commit.
- Revert to Paragraph format after a heading. Commit.
- Improve application of text formats from buttons. Commit.
- Comment updates. Commit.
- Improve the code for completions. Commit.
- Really reenable editing messages, don't just do half a job. Commit.
- Fix memory leak. Commit.
- Reenable message edits. Commit.
- Fix room switch so that if there is no saved text the user ends up with an empty chatbar. Commit.
- Fix merge issues. Commit.
- Fix delete when selecting text. Commit.
- Make the scroll bar of the chat bar move properly as you type. Commit.
- Fix reply component. Commit.
- Update the look of the chatbar to be floating with the rich text controls on top and send buttons inline. Commit.
- Simplify and fix chat markdown helper and add additional tests. Commit.
- Fix multi line quotes. Commit.
- Disallow formatting when there is an attachment and when adding one if there is rich formatting warn the user it will be removed and remove if they accept. Commit.
- Change editing so that going up or down from a code or quote a para will be added if one doesn't exist so that the block can te typed around. Commit.
- Restore missing functionality. Commit.
- Add more tests. Commit.
- Move the remaining functionality of ChatDocumentHandler to ChatTextItemHelper or split into own objects. Commit.
- Separate ChatButtonHelper from ChatDocumentHandler. Commit.
- Add tests for ChatMarkdownHelper and rework how formats are applied to make it more robust. Commit.
- Move ChatDocumentHandler to use QmlTextItemWrapper and create test. Commit.
- Spearate completion from ChatDocumentHandler. Commit.
- Fix link insertion. Commit.
- Add qml test for chatdocumenthandler. Commit.
- Add automatic markdown formatting. Commit.
- Improve the style picker. Commit.
- Add ChatBarMessageContentModel and hook up. Commit.
- Start implementing rich-text editor. Commit.
- Allow replying to messages within a thread. Commit.
- Refactor NeoChatRoom a bit. Commit.
- Fix the emoticon editor page. Commit.
- Don't open room-specific profile in account menu. Commit.
- Improve read marker delegate, add button to mark as read. Commit.
- Improve the search pages, especially in error and searching states. Commit.
- Implement sending voice messages. Commit.
- Make member list sorted a bit more efficient. Commit.
- Fix weird scrolling behavior in room list. Commit.
- Re-settle the timeline view when replying to messages. Commit.
- Fix undefined reference in Bubble. Commit.
- Change loading delegate to animated progress bar. Commit.
- Hide rooms with custom defined types in quick switcher. Commit.
- Reduce the tap target of RoomTreeSection. Commit.
- Replace 👀 with ❤️ in the quick reactions bar. Commit.
- Add user ID to the account editor page. Commit.
- Replace "Show QR Code" in account menu with "Open Profile" action. Commit.
- Fix the emoticon editor looking visually broken. Commit.
- Move notification button to UserInfo. Commit.
- Add a way to open settings on mobile again. Commit.
- Fix the mobile title sometimes disappearing. Commit.
- Add support for copying & deleting multiple messages at once. Commit. Fixes bug #496458.
- Messages: Make the Date/Timestamps more usable. Commit.
- Adapt to libquotient api changes. Commit.
- Focus code and location chooser maximize components too. Commit. Fixes bug #515462.
- Fix type name for NeoChatDateTime. Commit.
- Fix context menu not appearing in room media scroll view. Commit.
- Fix use after free in message delegate. We can't delete the incubator in the completed callback because it then returns to the incubator we just deleted. Commit.
- Fix various qml warnings. Commit.
- Fix minor warnings. Commit.
- Fixes. Commit.
- Fix unqualified access. Commit.
- Prevent shadowing. Commit.
- Use Application.layoutDirection. Commit.
- Prevent shadowing. Commit.
- Fix minor warnings. Commit.
- Use required properties. Commit.
- Remove unused import. Commit.
- SupportDialog: Set ComponentBehavior. Commit.
- Fix pageStack warnings. Commit.
- Set componentBehavior. Commit.
- Fix unqualified access. Commit.
- Cast qml object where necessary. Commit.
- QrScannerPage: Prevent shadowing. Commit.
- Add translation context. Commit.
- Use let instead of var. Commit.
- Fix some unqualified access warnings. Commit.
- Prevent more shadowing. Commit.
- Remove invalid anchors. Commit.
- Prevent shadowing. Commit.
- Fix a few minor qml warnings. Commit.
- Fix barcode tooltip text. Commit.
- Don't scroll the timeline when reacting to messages. Commit. Fixes bug #515306.
- Improve UserListModel performance and other preparations. Commit.
- Improve the structure of the welcome page slightly. Commit.
- Improve time handling in NeoChat. Commit.
- Add comment about push rule check in contextAwareNotificationCount(). Commit.
- Remove leak in ChatDocumentHandler. Commit.
- Remove unused variables in linkpreviewertest. Commit.
- Fix leak in actionstest. Commit.
- Refactor ChatBarCacheTest. Commit.
- Refactor NeoChatRoomTest. Commit.
- Fix memory leaks. Commit.
- Enable lsan on CI. Commit.
- Use correct terminology when leaving space. Commit. Fixes bug #514888.
- Remove single tap to maximize code component. Commit. Fixes bug #499048.
- Fix transparency blur not applying to the timeline anymore. Commit. Fixes bug #513363.
- Revert "Improve time handling in NeoChat". Commit.
- Improve time handling in NeoChat. Commit.
- Improve the bottom mobile navigation bar. Commit.
- Improve other space button texts. Commit. See bug #497044.
- Add ellipses to "Remove" button in space hierarchy. Commit. See bug #497044.
- Improve space suggestions editing. Commit. Fixes bug #497044.
- Fix binding loop. Commit.
- Add a button to mark spaces as read. Commit.
- Extend testing. Commit.
- Minor fixes to various models. Commit.
- Adapt LineModel to being autotested. Commit.
- Use getter and setter for property in LiveLocationsModel. Commit.
- Add test that runs each model with a QAbstractItemModelTester. Commit.
- PowerLevelModel: Use Qt::UserRole for role value. Commit.
- NotificationsModel: Don't crash if connection is nullptr. Commit.
- Start adapting to libquotient crypto api changes. Commit.
- NotificationsManager: Improve some comments. Commit.
- NotificationsManager: Improve function parameters. Commit.
- NotificationsManager: Make a function static. Commit.
- NotificationsManager: Minor refactoring. Commit.
- Const auto a few things. Commit.
- Remove redundant check. Commit.
- Fix closeToYEnd check. Commit.
- Fix some typos. Commit.
- Fix crash when logging out active connection. Commit.
- Use QPointer to store room in WidgetModel. Commit.
- Fix various qml warnings. Commit.
- Fix emojis being too small in EmojiDelegate. Commit. Fixes bug #514170.
- Cleanup README.md a bit. Commit.
- UserDetailDialog: Remove double QR code action. Commit.
- UserDetailDialog: Improve consistency. Commit.
- Add hack to fix crash when sending long text reactions. Commit. Fixes bug #504344.
- Cleanup few remaining atYEnd usages in TimelineView. Commit.
- Improve placeholder text for WidgetsPage. Commit.
- Improve Shared Location messaging. Commit.
- Add hack to fix room sidebar not sticking to the top. Commit.
- Fix left padding for "Rooms" label in the room list. Commit.
- Fix Quick Switcher not being activatable by Enter/Return key. Commit.
- Don't show the Share action for non-file messages. Commit.
- ReactionComponent: visual changes to make it look consistent. Commit.
- Reduce the amount of items in the account menu. Commit.
- Add hack around the timeline never settling just right. Commit.
- Improve reliability of restoring the last space and room (again). Commit.
- Add hack around atYEnd. Commit.
- Fix minor typo. Commit.
- Support replying and editing messages directly from room search. Commit.
- Use countedNotifications instead of our own calculations w/ DMs. Commit.
- Add a way to view server support information. Commit.
- Remove the three item hamburger menu, re-distribute remaining items. Commit.
- When "always allow verifying devices" option is enabled, show a less confusing message in the devices page. Commit.
- Give DelegateContextMenu an actual room. Commit.
- Pass room through the model, not when creating the delegate. Commit.
- Fix a crash when grabbing relationAuthor. Commit.
- Don't show "Configure Web Shortcuts" if there are none. Commit.
- Close the message menu after selecting a quick reaction. Commit.
- Clarify where reports are sent to. Commit.
- Hide "Reply in Thread" message action if we don't have threads enabled. Commit.
- RoomPage: Fix selected text and hovered link in context menu. Commit.
- Fix some runtime qml warnings. Commit.
- Fix pushDialogLayer failing in DelegateContextMenu. Commit.
- Grab the correct room in MessageModel::data. Commit.
- Decrypt when downloading single events from the server. Commit.
- Separate priviled members list, and more useful permissions. Commit.
- Remove extra arguments in StateComponent's viewEventMenu call. Commit.
- Fix opening message menus for popup windows. Commit.
- Allow opening message menus for out-of-room events. Commit.
- Rename indexforEventId to indexForEventId. Commit.
- Fix reply colors being broken if you're faster than the server. Commit.
- Fix bug: room settings don't open. Commit.
- Add dialog to see who has read this message. Commit.
- Null check decoded messages in
loadPinnedMessage. Commit. - Null check pinned messages after decryption when filling
PinnedMessageModel. Commit. - Make clicking room list section headers more reliable. Commit.
- Improve the Advanced Room settings page more. Commit.
- Refer to user's power level as "Power Level", not "Role". Commit.
- Fix undefined references in UserDetailDialog. Commit.
- Add a way to add private notes for users on their profile. Commit.
- Avoid assert check when switching to main profile. Commit.
- Remove some duplicate buttons from the room sidebar. Commit.
- Small notification improvements. Commit.
- Allow switching between viewing main profiles and room profiles. Commit.
- Rename "Explore Rooms" dialog to just "Explore". Commit.
- Fix notification count refresh for low-priority and mentions-only rooms. Commit.
- Fix icons on Windows. Commit.
- Extract the space selection logic from setCurrentRoom and use it for setting lastRoomConfig too. Commit.
- Improve hamburger menu button. Commit.
- Add a button to cycle through unread highlights. Commit. Fixes bug #465095.
- Modernize PropertyChanges. Commit.
- Fixes for v12 power levels. Commit.
- Overhaul user profile UI. Commit.
- Improve wording around the various link preview options. Commit.
- Fix not being able to view the DM's profile. Commit.
- Adjust text for the ignore user option in invitiations. Commit.
- Add a few ways to open profile for inviting users. Commit.
- Add missing supportsMatrixSpecVersion QML function. Commit.
- Shorten room subtitles for direct chats. Commit.
- Fix assumption about unstable feature reporting. Commit.
- Cmake: Explicitly link in neochatplugin and use qt_* cmake commands. Commit.
- Send beautiful red ❤️'s when quick reacting. Commit.
- Fix missing escape sequence in /shrug command. Commit.
- Hide quick format bar when selection is cleared. Commit.
- Removed list of supporters, as we now have a less annoying way of showing them on the apps website. Commit.
- Guard against currentIndex being -1 in NeochatMaximizeComponent. Commit. Fixes bug #513104.
- CI - Flatpak - Remove Kirigami Addons as it is now in the runtime. Commit.
- CI - Flatpak - Use -DCMAKE_POLICY_VERSION_MINIMUM=3.5 for olm. Commit.
- CI - Flatpak - Fix broken sha256sum. Commit.
- CI - Flatpak - Fix broken sha256sums. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
- CI - Flatpak - Update Versions. Commit.
- Tell room page header message to fill the width. Commit.
- Add support for reporting rooms and users. Commit.
- Add a new function to check supported Matrix spec in QML. Commit.
- Fix krunner integration with Flatpak. Commit.
- Rephrase a British English wording for the base string. Commit.
- Implement drag&drop support for flatpaks. Commit. Fixes bug #495552.
- Drop unused dependencies. Commit.
- Simplify key backup unlocking. Commit.
- Consider highlights when determining whether a room can be marked as read. Commit. Fixes bug #501080.
- Adding anthropy@mastodon.derg.nz to list of supporters. Commit.
- Fix crash when poll answer has fewer selections than possible. Commit. Fixes bug #511909.
- Add Thibault Molleman to the donnors. Commit.
- Remove outdated flatpak font config. Commit.
- Remove secret backup feature flag. Commit.
- Improve invited room counting. Commit.
- Don't send an erroneous SetTypingJob on start-up. Commit.
- Fix alignment on the room invitation page. Commit.
- Manually update badge count in initActiveConnection. Commit.
- Account for pending invites in the badge notification count. Commit.
- Adding Joshua Strobl to list of supporters. Commit.
okular
- Ensure signatures doesn't get rotated or placed elsewhere. Commit.
- Clazy: fix detaching temporary. Commit.
- HACK: workaround clazy bug. Commit.
- Workaround VisibilityTest failing with newer poppler. Commit.
- Improve text document scrolling performance. Commit.
- Format .clang-tidy to make it more readable. Commit.
- Add setting for opening last viewed page. Commit. Fixes bug #191681.
- Implement opening of embedded file attachments. Commit. Fixes bug #497154.
- Fix modifiers when searching forwards/backwards. Commit.
- Trigger backward search on Shift + keypad return. Commit.
- Modernize Info.plist and make bundle icon configurable via CMake. (follow-up to !1327). Commit.
- Add macOS file opening support and bundle configuration. Commit.
- Bump minimum poppler version to 24.08. Commit.
- Change annotation icons in sidebar with annotation color. Commit.
- Fix file exists check. Commit. Fixes bug #495839.
- Avoid stating recent used files. Commit. Fixes bug #514660.
- Documentation.yml is no more needed. Commit.
- Make Shift+Alt+Number shortcuts to switch tabs. Commit. Fixes bug #506333.
- Annots: show tooltip in other modes. Commit.
- CI - Flatpak Updates. Commit.
- Fix signing error conversion. Commit.
- Flatpak: Sync to Flathub version of the manifest. Commit.
- Dvi: No need to store the index to staticList, we never use it. Commit.
- Flatpak: Remove pcre we don't need it. Commit. Fixes bug #514163.
- Dvi: Remove unused code. Commit.
- DVI: account for page info being unknown in text handling. Commit. Fixes bug #513500.
- Fix extreme downscaling of custom stamps. Commit.
- Fix compiler warnings in certain configurations. Commit.
- Removed list of supporters, as we now have a less annoying way of showing them on the apps website. Commit.
- CI: Add documentation build. Commit.
- FindDiscount: fail soft if no pkgconfig. Commit.
- Use custom std::numpunct to achieve the formatting we want. Commit.
- Adding Groaghach to list of supporters. Commit.
- Adding Lukasz Baldyga, MRTX to list of supporters. Commit.
- Adding Marek "gamiee" Kraus to list of supporters. Commit.
- Adding Michael to list of supporters. Commit.
- Fileprinter: Remove default from switch. Commit.
- Fix SmallFormat and LargeFormat names. Commit.
- Drop unused KF6ItemViews dependency. Commit.
- Add “Copy Without Line Breaks” action to remove line breaks when copying text. Commit.
- Add native pinch gesture support in PageView. Commit. Fixes bug #473679.
- Do not process HTML with QDomDocument. Commit. Fixes bug #510945.
- FilePrinter: Use the mapping already provided by Qt. Commit.
- Select first certificate if previous not found. Commit. Fixes bug #511986. Fixes bug #504853.
- Use correct PageSize for printing. Commit.
- Feat(bookmarklist): search line similar to toc and review sidebar's. Commit.
- Fix crash when EPUB image resource load fails. Commit.
- Fix memory handling/leak in tiff. Commit.
- Feat(bookmark): New bookmark actions. Commit.
palapeli
- SnapcraftL: Add to ci and prepare for beta release. Commit.
- Documentation.yml is no more needed. Commit.
- CI: Add documentation build and remove craft-macos. Commit.
- CI - Flatpak - Fix broken sha256sums. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
- CI - Flatpak - Update Versions. Commit.
parley
- Snapcraft: Prepare for the next stable release. Commit.
- Snapcraft: Add to ci and prepare for beta release. Commit.
- Documentation.yml is no more needed. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
partitionmanager
- Documentation.yml is no more needed. Commit.
- Don't show "Cancel" on both buttons of dialog. Commit.
- Issue with naming solved. New method will now work. Commit.
- Definitely does not work with the new system. Having to go back to the old. Apologies for noise. Commit.
- Removed list of supporters, as we now have a less annoying way of showing them on the apps website. Commit.
- Adding Kyzz to list of supporters. Commit.
- Adding "bean" to list of supporters. Commit.
- Adding Christophe Chailloleau-Leclerc to list of supporters. Commit.
- Adding Benjamin Xiao to list of supporters. Commit.
- Adding muskats to list of Supporters. Commit.
picmi
- Snapcraft: Add to ci and prepare for beta release. Commit.
- Documentation.yml is no more needed. Commit.
- CI: Add documentation build and remove craft-macos. Commit.
- CI - Flatpak - Fix broken sha256sums. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
- CI - Flatpak - Updates. Commit.
pim-data-exporter
- Use release/26.04. Commit.
- Don't execute macro if we don't have .git. Commit.
- Add warn_about_unknown_commands: false. Commit.
- Cmake_minimum_required: drop outdated FATAL_ERROR. No more need for backward-support for CMake < 2.6. Commit.
- Add -Wshadow for clang-based builds. Commit.
- Fix ktextaddons dep. Commit.
- Remove duplicate headers. Commit.
- Add README-pre-commit.md. Commit.
- Const'ify KConfigGroup. Commit.
- Add default ClangBuildAnalyzer.ini (testing compile time). Commit.
- Add missing USE_UNITY_CMAKE_SUPPORT variable for building as unity from cmakepreset. Commit.
- Fix clazy warning. Commit.
- We use now kTextAddonsWidgets. Commit.
pim-sieve-editor
- Use release/26.04. Commit.
- We need version not branch. Commit.
- Use 1.9 branch. Commit.
- Fix copyright. Commit.
- Use [[maybe_unused]]. Commit.
- Don't execute macro if we don't have .git. Commit.
- Add warn_about_unknown_commands: false. Commit.
- Documentation.yml is no more needed. Commit.
- Add lsan CI support. Commit.
- Remove unused return. Commit.
- Activate warning as error. Commit.
- Cmake_minimum_required: drop outdated FATAL_ERROR. No more need for backward-support for CMake < 2.6. Commit.
- Fix shadow variables warning. Commit.
- Add -Wshadow for clang-based builds. Commit.
- Mark KIconThemes as required. Commit.
- Sort includes. Commit.
- Add as required. Commit.
- Fix ktextaddons dep. Commit.
- Allow to install pre-commit git hook. Commit.
- Add info about not install pre-commit hook. Commit.
- CI: Add documentation build. Commit.
- Const'ify KConfigGroup. Commit.
- Drop libsecret from Flatpak manifest. Commit.
- CI - Flatpak - libsecret -Dgcrypt is no longer valid (take 2). Commit.
- CI - Flatpak - libsecret -Dgcrypt is no longer valid. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
- CI - Flatpak - Update Versions. Commit.
- It's not a example file. It was modified. Commit.
- Add ClangBuildAnalyzer config file. Commit.
- Reduce compile time. Commit.
- Use generateUrlInfo. Commit.
- Use static QRegularExpression. Commit.
- CI - Flatpak - Add qtkeychain dependency that mailtransport needs. Commit.
- We use ktextaddons master. Commit.
- Update qtkeychain. Commit.
- Increase QT6KEYCHAIN_LIB_VERSION version. Commit.
- We use now ktextaddons widgets. Commit.
- Better use master. Commit.
pimcommon
- Drop unused kitemviews dependency. Commit.
- Use [[maybe_unused]]. Commit.
- Fix some qdoc. Commit.
- Add warn_about_unknown_commands: false. Commit.
- Fix bug 514511: Use addresses indexed from emails for autocompletion refuses to stop harvesting addresses regardless of check box setting(. Commit. Fixes bug #514511.
- Don't add hook if we don't use git source. Commit.
- Fix qdoc. Commit.
- Add pimcommon akonadi qdoc support. Commit.
- Fix reuse lint. Commit.
- Add more qdoc support. Commit.
- Fix typo. Commit.
- Fix qdoc support. Commit.
- Add more qdoc fix. Commit.
- Prepare to implement qdoc. Commit.
- Add more qdoc support. Commit.
- Remove no longer available service. Commit.
- Add lsan CI support. Commit.
- Fix typo. Commit.
- Add warnings as error on ci. Commit.
- Add clazy support. Commit.
- Cmake_minimum_required: drop outdated FATAL_ERROR. No more need for backward-support for CMake < 2.6. Commit.
- Convert @author. Commit.
- Convert dco. Commit.
- Prepare qdoc support. Commit.
- Add -Wshadow for clang-based builds. Commit.
- Fix QNetworkInformation::instance() handling. Commit.
- Add restore to defaults button. Commit.
- Fix ktextaddons dep. Commit.
- Add autotest. Commit.
- Allow to reduce duplicate code. Commit.
- Add default exclusion filter patterns for the address completion. Commit.
- Fix enable/disable add button. Commit.
- Improve autotest. Commit.
- Add a Right Mouse Button to address suggestions to blacklist. Commit.
- Remove KListWidgetSearchLine, not necessary. Commit.
- Allow to install pre-commit git hook. Commit.
- Coding style. Commit.
- Const'ify variable. Commit.
- Remove search button. Use qtimer for it. Commit.
- Fix autotest. Commit.
- Time to modernize blacklistakonadisearchemail dialog. Commit.
- Remove duplicate headers. Commit.
- Increase ktextaddons version. Commit.
- Remove unused methods now. Commit.
- Update the email blacklist on applying. Commit.
- Const'ify. Commit.
- Don't export private method. Commit.
- Add PCH support. Commit.
- Add default ClangBuildAnalyzer.ini (testing compile time). Commit.
- Add missing USE_UNITY_CMAKE_SUPPORT variable for building as unity from cmakepreset. Commit.
- Fix some clazy warnings. Commit.
- Remove unused now variable. Commit.
- Remove unused class. Commit.
- Adapt to new ktextaddons api about configurepluginswidget. Commit.
- Prepare to use TextAddonsWidgets plugin utils support. Commit.
- Remove unused option now. Commit.
- (master) now we use whatsnew/verifynewversion etc. from ktextaddons. Commit.
- Increase plasma activities version. Commit.
plasma-camera
plasma-phonebook
plasma-settings
- Fix headers not being added to pages. Commit.
- Fix crash when exiting in kcm. Commit.
- Fix potential undefined behavior in menu list obtaining. Commit.
- Filter out KCMs without form factor settings when not on desktop. Commit.
- Filter out kcms for other Qt platforms and self-reported relevancy. Commit.
- Use release service style versions. Commit.
- Bump version to 26.02.0. Commit.
- Differentiate between KCM containers and KCM subpages. Commit.
plasmatube
- Remove appstream duplicate release version. Commit.
- Disable Android CI for now. Commit.
- Rephrase translatable strings for improved consistency. Commit.
- CI - Flatpak - Add license. Commit.
- CI - Flatpak - Add license for patch. Commit.
- CI - Flatpak - Add shaderc to work around broken shaderc in the FreeDesktop Runtime. Commit.
- CI - Flatpak - Relocate patch in build order. Commit.
- CI - Flatpak Fixes. Commit.
- CI - Flatpak. Commit.
- CI: Comment out non passing flatpak job. Commit.
qmlkonsole
- Change developer name to "KDE" instead of "KDE Community". Commit.
- CI - Flatpak - Update Versions. Commit.
- Don't pad title button too much. Commit.
qrca
- CI - Flatpak - Update Versions. Commit.
- Fix missing i18n. Commit.
- Align strings with the HIG. Commit.
- Move from Multimedia category to Utilities category. Commit.
- Change AppData name to match actual name. Commit.
- Flatpak: use 6.10 SDK. Commit.
rocs
- Documentation.yml is no more needed. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
skanlite
- Documentation.yml is no more needed. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
- CI - Flatpak - Update Versions. Commit.
skanpage
- Fix: prevent duplicate pages if cancelled in multi-page mode. Commit.
- Fix corrupted PDFs when overwriting bigger files. Commit.
- Fix garbled OCR with flipped pages. Commit. Fixes bug #506673.
- Close program on QML errors. Commit.
- Snapcraft: Add to ci and prepare for a beta release. Commit.
- Disable smoothing/anti-aliasing in DocumentPage at higher zoom levels. Commit.
- Add padding to file name templates. Commit.Implements improvement #513782
- Fix missing title exporting PDFs with OCR disabled. Commit.
- Ask before overwriting in ExportDialog. Commit. Fixes bug #508559.. Implements improvement #490999
- CI - Flatpak - Fix URL to avoid a redirect. Commit.
- CI - Flatpak - Update dependencies. Commit.
- CI - Flatpak - Update to 6.10 runtime and remove libusb/avahi as they are now in the runtime. Commit.
- Implement Confirm/Discard dialog. Commit.
skladnik
- Documentation.yml is no more needed. Commit.
- Ignore the mouse release event at the end of a drag action. Commit.
- CI: Add documentation build. Commit.
step
- Documentation.yml is no more needed. Commit.
- CI: Add documentation build. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
- CI - Flatpak - Update Versions. Commit.
- Accept eigen 5 in cmake. Commit.
- Import two files from old eigen. Commit. Fixes bug #510419.
- Fix compile with Qt 6.11. Commit.
- Fix build with modern clang. Commit.
telly-skout
- Flatpak: remove kirigami-addons module. Commit.
- Don't do warnings as errors on msvc. Commit.
- Improve UI strings. Commit.
- Fix CI. Commit.
- Flatpak: update runtime to 6.10. Commit.
tokodon
- Fix multiple mentions in a post. Commit. Fixes bug #515525.
- Optimize emoji data table compilation. Commit.
- Fix switching from a account that failed to login. Commit.
- Fix minor typos. Commit.
- Fix notifications no longer grouping under All. Commit.
- Change some of our notification defaults. Commit.
- Add a way to change which notifications are visible under "All". Commit.
- Revert "Work around web view crash on Android". Commit.
- Improve display of profile fields somewhat. Commit.
- Improve appearance of the search field on standalone search page. Commit.
- Revert the new hashtag search delegate for now. Commit.
- Fix account delegates not being elided in search results. Commit.
- Fix search section header icons being dependent on English locale. Commit.
- Improve the "Pop Out" search button. Commit.
- Allow resizing & closing of sidebar, and popping out search results. Commit. Fixes bug #489378. Fixes bug #512128.
- Fix minor Plurality error in single quote, where it once said 1 quotes it now says 1 quote. Commit.
- Fix overlapping messages upon opening Following Page. Commit. Fixes bug #515373.
- Fix for Editing AltText of media attachments during post edit. Commit. Fixes bug #514304.
- Do not install tokodon-offline. Commit.
- Include . Commit.
- Appstream: Add missing urls. Commit.
- Add filter for quote notifications. Commit.
- Add support for quote notifications. Commit. Fixes bug #496147.
- Use Kirigami Addons from Flatpak runtime. Commit.
- Removed list of supporters, as we now have a less annoying way of showing them on the apps website..tokodon.appdata.xml. Commit.
- CI - Flatpak - Update Runtime to 6.10. Commit.
- CI - Flatpak - Update Versions. Commit.
- Show posts that are just a content notice'd quoted post. Commit.
- Remove all qml import version numbers. Commit.
- SearchField: no hardcoded margins. Commit.
- Update Android icon list. Commit.
- Prefer auth-code instead of browser auth on Android. Commit.
- Improve some action text for lists. Commit.
- Remove "Show Boosts" action from Following. Commit.
- Stop language button from appearing checked when closing dialog. Commit.
- Hide invalid identities for fullscreen images. Commit.
- Use the same icon for polls everywhere. Commit.
- Don't show the "re-schedule" button when viewing draft posts. Commit.
- Add a button to re-schedule an existing post. Commit.
- Increase size of the scheduled post date picker. Commit.
- Overhaul scheduled/draft posts list UI. Commit.
- Make some UI text in scheduled posts page more fitting. Commit.
- Grab used icons from C++ as well. Commit.
- Add menu item for copying post text. Commit. Fixes bug #511682.
- Prevent left CTRL from moving timelines. Commit.
- Allow hiding quotes on most timeline. Commit.
- Fix content notices not showing up in quoted posts. Commit.
- Showcase quotes in tokodon-offline for easier testing. Commit.
- Load a Mastodon-native quote if found. Commit.
- Adding anthropy@mastodon.derg.nz to list of supporters. Commit.
- Use camelcase include. Commit.
- Supply redirect_uris as a string for greater compatibility. Commit.
umbrello
- Add settings options to show/hide debug and UML objects window. Commit. Fixes bug #449628.
- Apply style of initializer in GeneralState and UMLAppPrivate class. Commit.
- Coverity check CID 894478: Overflowed array index read (INTEGER_OVERFLOW). Commit. See bug #340646.
- Coverity check CID 894403: Out-of-bounds access (OVERRUN). Commit. See bug #340646.
- Coverity check CID 894468: Uninitialized scalar variable (UNINIT). Commit. See bug #340646.
- Coverity check CID 364153: : Uninitialized pointer read (UNINIT). Commit. See bug #340646.
- Make showing debug window states persistent. Commit.
- Introduce widget item type in Tracer class to make handling more robust. Commit.
- In debug window add top level item for selecting/unselecting all items. Commit.
- Fix crash when deleting a complete scene. Commit. Fixes bug #516457.
- CI: add craft based build job for Windows. Commit.
- Tests: Fix testing timeout in headless environments by cleaning up QWidget. Commit.
- Revert "CI: enable generating documentation". Commit.
- CI: enable generating documentation. Commit.
- Fix misspellings found by codespell. Commit.
- CI: Revert temporary solution for fatal error with windows builds. Commit.
- CI: add ci_distro support for openSUSE Leap 16. Commit.
- CI: add hint how to run tools/ci-run-docker-image.sh. Commit.
- CI: fix incorrect project reference. Commit.
- CI: fix bug not using UTF8 based "C" locale. Commit.
- In TestUMLCanvasObject class fix critial error. Commit.
- CI: Enable Qt6-based jobs after fixing the timeout in the classifier unit test. Commit.
- Disable UMLListView signal connections in unit tests. Commit.
- CI: adjust version for Qt6 based job for windows. Commit.
- CI: add qt6 based build jobs using KDE infrastructure. Commit.
- Cmake: print used Qt/KDE framework version. Commit.
- Revert "CI: Add documentation build". Commit.
- CI: Add documentation build. Commit.
- Ensure a stable order of entries in the debug window. Commit.
- Revert "CI: fix fatal error on Windows build". Commit.
- CI: fix fatal error on Windows build. Commit.
- Fix compiling on Qt6 for Windows. Commit.
- Apply grid snapping during resize. Commit.
- Disable alignment guides when snap-to-grid is active and exclude text labels. Commit.
- Add alignment guides with zoom-independent snapping. Commit. Fixes bug #405409.
- Fix exported diagram background size. Commit.
- Fix bug not showing the context menu in class associations page. Commit. Fixes bug #512239.
- In class ClassAssociationsPage make const if possible. Commit.
- Reorder switch cases in DialogsPopupMenu constructor alphabetically. Commit.
yakuake
- Check for XCB::Util in CMake. Commit. Fixes bug #517649.
- Only find XCB when building with X11 support. Commit.
- Fix build without X11. Commit.
- Mark PlasmaWaylandProtocols as REQUIRED. Commit. Fixes bug #517542.
- Check preconditions before accessing screen info. Commit.
- Use output order watcher from Plasma. Commit.
- Removed list of supporters, as we now have a less annoying way of showing them on the apps website. Commit.
- Added Lunix as supporter. Commit.
- Add Thibault Molleman as supporter. Commit.
- Adding NoisyCall to list of supporters. Commit.
zanshin
- Add -Wshadow for clang-based builds. Commit.
- Add default ClangBuildAnalyzer.ini (testing compile time). Commit.
- Add missing USE_UNITY_CMAKE_SUPPORT variable for building as unity from cmakepreset. Commit.