Frameworks - KDE Community
Frameworks
KDE Ships Frameworks 6.25.0
Friday, 10 April 2026
Baloo Fix remaining QFile::open nodiscard warnings. Commit. [FileIndexerConfigUtils] Fix a nodiscard warning in fixture setup. Commit. [FileIndexerConfigUtils] Remove unneeded QTextStream. Commit. [FileIndexerConfigTest] Get rid of an almost duplicate helper function. Commit. [FileIndexerConfigTest] Reduce repetitions/manual expansion. Commit. [FileIndexerConfigTest] Reduce string puzzles to improve readability. Commit. [FileIndexerConfigTest] Move single-use strings out of header file. Commit. [DocumentUrlDBTest] Remove unused helper function. Commit. [ExtractorProcess] Verify transaction was sucessfully created. Commit. Tell the compiler QFile::open(fd, ...) can not fail for STDIN. Commit. [Query] Use explicit percent-encoding for title and json data. Commit. [QuerySerializationTest] Extend test coverage for disallowed characters. Commit. [QuerySerializationTest] Cover fromSearchUrl/toSearchUrl methods. Commit. [QuerySerializationTest] Make JSON roundtrip test data driven. Commit. Breeze Icons Duplicate kdesrc-build icon as kde-builder icon. Commit. Remove duplicate/bogous style sheets. Commit. Remove unused path in im-invisible-user.svg that breaks webfont on MacOS. Commit. See bug #499597 Add data-question status icon similar to other data-* status icons. Commit. Add nicer 16x16 variant of dialog-question. Commit. Add keyframe-warn. Commit. Resize kmouth, konversation, and kde-im-log-viewer to same height. Commit. Add icon for conic gradients. Commit. Add mask action icons. Commit. Extra CMake Modules KDECMakeSettings: Disable CMAKE_CXX_SCAN_FOR_MODULES. Commit. KArchive Fix int overflow + QList assert on broken files. Commit. Generate a pkgconfig file. Commit. KCalendarCore CI - add pre-commit support. Commit. Use markdownlint-cli2 to format markdown files. Commit. Use gersemi to format CMake files. Commit. Src/filestorage.h - fix a misspelled word. Commit. Clang-format project. Commit. Clean whitespace issues. Commit. KCodecs We depend against qt 6.8 => we can remove check here. Commit. Propagate C++20 requirement to consumers. Commit. [KEncodingProber] Remove unused/unreachable Reset() method. Commit. [KEncodingProber] Use in-class initialization for prober members. Commit. [Codec] Default constructors/destructors, annotate as constexpr. Commit. [Codec] Simplify codecForName lookup. Commit. [Codec] Benchmark codecForName lookup. Commit. [Codec] Move test class declaration to implementation file. Commit. [Codec] Remove double quote for invalid codec warning. Commit. [KCharsets] Simplify instance singleton. Commit. [KCharsets] Reuse translated strings from encodingsByScript. Commit. [KCharsets] Fix possible initialization race for encodingsByScript. Commit. [KCharsets] Remove unused include. Commit. [KCharsetsTest] Reduce call nesting to improve readability. Commit. KConfig Kreadconfig: Add flag to include globals. Commit. Kdesktopfile: tolerate nameless action for SEPARATOR. Commit. Fixes bug #517770 Remove ifdef now that we depend on Qt >= 6.9.0. Commit. QDoc fixes. Commit. Kreadconfig: Add flag to dump all entries. Commit. Do not try to read registry entries for absolute config file names. Commit. Avoid creation of not already existing registry keys. Commit. KCoreAddons Remove unused cmake variable. Commit. KDocTools Dynamically retrieve the list of languages to install. Commit. Install arabic files. Commit. KFileMetaData ExtractionPluginManager -> ExtractorCollection. Commit. Ffmpeg: use qScopeGuard to release AVFormatContext on failure. Commit. Extractors/exiv2: remove version check for BMFF_SUPPORT. Commit. Ffmpegextractor: when color_space_name is "unkwown" don't set ColorSpace. Commit. KGuiAddons Waylandclipboard: Wait for up to 1s for the clipboard contents. Commit. Waylandclipboard: Properly interrupt thread when client extension goes inactive. Commit. Remove ifdef now that we depend on Qt >= 6.9.0. Commit. Change include in ksysteminhibitor_dbus.cpp preventing building when using a QT version < 6.9. Commit. Systemclipboard: waylandApp ptr validation cleanup. Commit. Systemclipboard/wlrwaylandclipboard: Fix WlrDataControlDevice::setPrimarySelection. Commit. KHolidays Update holidays of 2026 for Taiwan. Commit. CI - add pre-commit support. Commit. Use markdownlint-cli2 to format markdown files. Commit. Use gersemi to format CMake files. Commit. .codespellrc - allow "lightening". Commit. Clang-format fixes. Commit. Clean whitespace issues. Commit. Edit portuguese holidays. Commit. KIconThemes Explain why SVG preference was reverted. Commit. Don't try to create KIconTheme with empty theme name. Commit. Revert "KIconTheme: Prefer SVG files over PNG files". Commit. Fixes bug #516007. See bug #502273 KImageformats TIM: PlayStation graphics read only support. Commit. Remove ifdef now that we depend on Qt >= 6.9.0. Commit. IFF: fix Integer-overflow in IDATChunk::strideSize. Commit. KIO Kfileitem: isExecutable: rely on QFileinfo. Commit. Revert "KFileItem: use permissions to determine isWritable and isReadable". Commit. Fixes bug #504287. Fixes bug #506472 KFileItem: Check desktop MIME type before isSlow. Commit. Widgets: Don't show an error when trying do paste while there is nothing to paste. Commit. Kio_ftp: Enable UTF-8 encoding negotiation after successful login. Commit. See bug #269370. See bug #165044 Autotests/openurljobtest: ensure to have deleteLater launched. Commit. Filewidgets/kfileplacesview: clear job in destructor. Commit. Autotests: openurljobtest, prevent memleak in negative tests. Commit. Kpasswdserver: prevent memleak of retry dialog. Commit. Core/kcoredirlister: prevent mem-leak upon redirection. Commit. Filewidgets/knewfilemenu: prevent small leak. Commit. Autotests/threadtest: prevent memleak in test. Commit. KfilePlacesView: delete FileSystemFreeSpaceJob once it is finished. Commit. Krecentdocumenttest: prevent a memleak. Commit. DropJob: parent DndPopupMenuPlugin to the dropjob. Commit. Fix protocol in "Destination" header for WebDAV copy/move. Commit. Fixes bug #487503. Fixes bug #443386 Filepreviewjob: Track subjobs using QPointer. Commit. Fixes bug #517867 Filecopyjob: Pass source file size to put() workers via setSourceSize(). Commit. Tweak ifdef now that we depend on Qt >= 6.9.0. Commit. Core: listjob: Support selective StatDetails for directory listing. Commit. Gui/filepreviewjob: return an error in case the sub-job failed. Commit. Gui/filepreviewjob: avoid a crash when temp is removed. Commit. Fixes bug #516575 File: In LSTAT also stat subvolid and mntid when requested. Commit. Kurlnavigator: Change fallback behaviour for user input url. Commit. Fixes bug #408315 Fix some cmake warnings. Commit. Filepreviewjob: allow to log the file being previewed. Commit. Forwardingworkerbase: Forward stat side and details. Commit. Fix build on macOS relating to tv_nsec. Commit. Core/udsentry: don't reduce nanosecond precision to millisecond. Commit. KFileItemDelegate: Use margins directly from style. Commit. Kirigami Disable Alpine CI. Commit. Disable qmllint for some modules. Commit. PageRow: don't leak the dialog layer window. Commit. Fix AboutPage license sheet. Commit. Remove duplicate FeatureSummary include. Commit. Don't include quiet packages in feature_summary. Commit. TitleSubtitle: Add tweakable textFormat property. Commit. Platform: Prefer filesystem over qrc when determining install root. Commit. LinkButton: Create template, move items from control to template. Commit. KItemModels Remove unused cmake variabls. Commit. KNewStuff Use KF6Kirigami, fix cmake variable use KF_DEP_VERSION. Commit. KRunner Fix cmake warnings (use correct Qt version). Commit. KService Bump sycoca version after changing the hash. Commit. Extract to variable. Commit. Fix a typo in the bitmask used in the hash. Commit. KStatusNotifieritem Don't include quiet packages in feature_summary. Commit. KSVG Add basic test for Svg. Commit. KTextEditor Don't do reverse encoding if the target is the null char. Commit. KTextEditor::DocumentPrivate constructor does the register. Commit. Katedocument: Use first line of text as document title. Commit. Katedocument: Add relevant MIME types to Save dialog. Commit. Remove cmake warning. Commit. Update MiniMap Area. Commit. KUnitConversion Add missing since documentation to Momme. Commit. Add conversions to/from momme for silk fabric weight. Commit. KUserFeedback We depend against qt6. Commit. Fix some cmake warnings. Commit. KWallet Fix find_package calls when not building kwalletd and ksecretd. Commit. Hardcode one short DH key instead of brute-forcing one. Commit. Ksecretd: fix intermittent Secret Service session key mismatches with libsecret. Commit. Fixes bug #514194 KWidgetsAddons KMessageBox: Set very long lines to wrap, even on very wide screens. Commit. KAccelatorManager: Avoid unnecessary allocations. Commit. Add test for resizing dialogs with squeezed messages. Commit. Re-enable logic to allow resizing of some KMessageBox dialogs. Commit. KWindowSystem Kxcbevent_p.h: FWD KXcbEvent as class instead of struct. Commit. Add missing Q_EMIT to signal call. Commit. Platforms/wayland: Fix a crash in WindowEffects::installBlur(). Commit. KXMLGUI KKeySequenceWidget: Add text to clear button. Commit. Modem Manager Qt Fix version guards. Commit. Network Manager Qt Fix cmake warnings. Commit. QQC2 Desktop Style SpinBox: Use displayText for display text. Commit. Popup: remove default contentItem. Commit. Popup: don't clip by default. Commit. Solid Fstab: Use qCCritical instead of qCritical. Commit. Sonnet Remove seemingly useless text position check. Commit. Syntax Highlighting Add highlighting for ISO 10303-21 STEP files. Commit. Cmake.xml: update syntax for CMake 4.3. Commit. Adapt XSD and code to docs. Commit. Fixes bug #517428 Fix reading of spellchecking element to match XSD. Commit. Fixes bug #517428 Add license. Commit. Add PIO Assembler syntax highlighting. Commit. Add autotest reference file. Commit. Add syntax file and tests for SAS. Commit. Systemd unit: update to systemd v260. Commit.
KDE Ships Frameworks 6.24.0
Friday, 13 March 2026
Attica QtPlatformDependent: hide static thread local var in accessor. Commit. Delete QtPlatformDependent if needed. Commit. QtPlatformDependent: Simplify NAM handling. Commit. Baloo [Extractor] Remove Document from FailedIdDb on success. Commit. [Extractor] Open the DB in ReadWrite mode from the beginning. Commit. Fixes bug #515918 [Engine] Protect against opening a ReadOnly database in ReadWrite mode. Commit. Add missing include for syscall(). Commit. Breeze Icons Fix kleopatra-symbolic icon. Commit. Create symbolic version of krfb icon. Commit. Extra CMake Modules With get_filename_component use DIRECTORY instead of legacy alias PATH. Commit. KDECompilerSettings: Add option to force asserts. Commit. KArchive 7zip: insert al the values at once instead of one by one. Commit. KCompressionDevice: avoid asserting on using unbuffered open. Commit. KAuth Fix memory leaks in BackendsManager. Commit. Enable LSAN in CI. Commit. KCalendarCore With get_filename_component use DIRECTORY instead of legacy alias PATH. Commit. Fix wrong iCal component parenting when serializing timezone information. Commit. Fix memory leaks in unit tests. Commit. KCMUtils Mark Kirigami QML module as dependency. Commit. KCodecs [KEncodingProber] Replace nsCharSetProber raw pointer with unique_ptr. Commit. [KEncodingProber] Replace SMModel external with internal linkage. Commit. [KEncodingProber] Replace nsCodingStateMachine raw pointer with unique_ptr. Commit. [KEncodingProber] Remove unused header files. Commit. [KCharsets] Remove no longer used include. Commit. [KCharsets] Verify entity table is sorted at build time. Commit. [KCharsets] Fix sort order in entity table. Commit. [KCharsets] Add benchmark for entity lookup. Commit. [KCharSets] Specify the fromEntity input format more explicitly. Commit. [KCharSets] Fix numeric encoding for toEntity(...). Commit. [KCharSetsTest] Move test class declaration to implementation file. Commit. [KEncodingProber] Switch state machine tables to plain uint8_t. Commit. [KEncodingProber] Remove runtime unpack state machine. Commit. [KEncodingProber] Use same class table for UTF16 BE and LE state models. Commit. [KEncodingProber] Fix reset() method. Commit. [KEncodingProber] Actually check if reset() works. Commit. [KEncodingProber] Reduce variable scope. Commit. Remember where to re-try RFC 2047 word decoding. Commit. [KEncodingProber] Default empty constructors/desctructors. Commit. [KEncodingProber] Remove unused unexported member functions. Commit. [KEncodingProber] Remove unused member variable. Commit. [KEncodingProber] Remove no longer used include. Commit. [KEncodingProber] Drop declaration of unused GetDistribution method. Commit. KConfig Fix bounds check in KConfigPrivate::expandString. Commit. Kdesktopfile: do not needlessly cascade desktop files. Commit. Add oss-fuzz integration. Commit. Remove old, commented out code. Commit. With get_filename_component use DIRECTORY instead of legacy alias PATH. Commit. KDesktopFileTest: Update testActionGroup. Commit. KDesktopFile: Check for Name since it is required field. Commit. Fixes bug #515694 KConfigWidgets ShortcutStyleDelegate: Init styleOption. Commit. KRecentFilesAction: Avoid temporary allocations. Commit. KRecentFilesAction: Avoid allocation when reading/writing config. Commit. KCoreAddons Autotests: increased safety margins for unstable tests. Commit. KCrash Metadata: make sure the KCrashComplete group has an entry. Commit. Fixes bug #516658 Avoid using qEnvironmentVariableIntegerValue. Commit. KDeclarative Ungrab the pointer when the widget goes disabled or invisible. Commit. See bug #509859. See bug #416909 KFileMetaData Ffmpegextractor: Extract Artist metadata. Commit. Fix finding of poppler-version.h (Bad include). Commit. KGuiAddons Clipboard: Use buffered writes for data transfer. Commit. Add manual large clipboard tests. Commit. Ksysteminhibitor: Support Windows through PowerCreateRequest API. Commit. Remove unneeded Qt version check. Commit. Kiconutils: remove now unnecessary Qt version check. Commit. Clipboard: Hold mutex before dispatching any wayland events. Commit. Fixes bug #515465 Mark WindowInsetsController as singleton in the documentation. Commit. CMake: Find Qt6::GuiPrivate when USE_DBUS is enabled. Commit. KKeySequenceRecorder: Accept some more keys that can be used with Shift. Commit. KHolidays Add more holidays to Bulgaria. Commit. Quiet compiler warnings using inline pragmas. Commit. DE: From 1954 to 1990, there was a “Tag der deutschen Einheit” (note the lowercase “d” in “deutschen”) in West Germany. Commit. DE: Before 1990, there was no "Tag der Deutschen Einheit". Commit. DE: Before 1990, there was no "Tag der Deutschen Einheit". Commit. Generate the bison/flex code. Commit. KI18n KI18N_WRAP_UI macro: drop now unneeded support for unique image data names. Commit. KI18N_WRAP_UI macro: inject klocalizedstring.h include by uic argument. Commit. KIdletime Remove unneeded Qt version check. Commit. KImageformats JP2: fix possible Undefined-shift. Commit. IFF: fix buffer read overflow. Commit. Fix Heap-buffer-overflow WRITE. Commit. Fixed excessively frequent warning messages. Commit. Ossfuzz: update aom, libavif, openjpeg. Commit. ANI: fix possible QByteArray allocation exception. Commit. Jxl: adjust metadata size limits. Commit. RGB: fix a possible exception on the new. Commit. TGA: fix Undefined-shift. Commit. PSD: improve conversion sanity checks. Commit. IFF: fix compilation warnings. Commit. ANI: check for array allocation size. Commit. KIO Refactor and improve paste dialogs. Commit. Add title for dialogs opened when pasting content. Commit. KNewFileMenu: Strip proper ellipsis, too. Commit. KFileItemDelegate. Commit. Trash: fix typo and use correct device id for home dev. Commit. Visual changes to KFileWidgets to bring it closer to Dolphin. Commit. Fixes bug #516063 Widgets: Make use of nanosecond timestamps when appropriate. Commit. Workers: Populate nanosecond timestamps in KIO workers. Commit. Core: Extend UDSEntry with nanosecond precision timestamps. Commit. FilePreviewJob: Stat MountId and use it to look up the mount. Commit. KMountPoint: Add findByMountId. Commit. Filewidgets/placesview: add mountpoint tooltips for network mounts. Commit. KFileItemActions: Use OpenUrlJob::isExecutableFile for "Run executable". Commit. Kfileitemactions: Add i18n context inmenu. Commit. Trashimpl: use mnt_id as trashId instead of dev_id. Commit. Fixes bug #513350. Fixes bug #386104. See bug #490247 Kmountpoint: expose mnt_id_unique and isPseudoFs. Commit. KFileItemActions: Add API for service menu keyboard shorcut. Commit. Drop Worker::workerProtocol. Commit. Kpropertiesdialog: Use MIME type we already have for default icon. Commit. Core: Drop unused code. Commit. Filepreviewjob: Add timeout. Commit. Fixes bug #504067 Deleteortrashjob: Remember whether AutoErrorHandling was enabled. Commit. Deleteortrashjob: Don't overwrite job delegate, if it exists. Commit. Gui/openurljob: Stops job on missing Type in desktop files. Commit. Core/mimetypefinderjob: Fix missing early return in KIO::MimeTypeFinderJobPrivate::scanFileWithGet. Commit. Trashsizecache: Fix look up of directory size cache. Commit. See bug #434175 Drop WorkerConfig::setConfigData. Commit. Simplify SimpleJob::slotMetaData. Commit. Drop special handling for internal metadata. Commit. Storedtransferjob: Drop secret OverriddenPorts option. Commit. Kirigami Workaround crash due to QTBUG-144544. Commit. Fixes bug #514098 Platform: Deprecate PlatformTheme::useAlternateBackgroundColor. Commit. Platform: Move useAlternateBackgroundColor from Theme to StyleHints. Commit. Platform: Introduce StyleHints as common API for extra style behaviour. Commit. InlineViewHeader: Create a template and utilize it. Commit. NavigationTab Bar/Button: Create templates. Commit. Heading: Create a template, base control on top of it. Commit. Mark QML singletons in documentation. Commit. Remove duplicate since documentation. Commit. Add missing documentation module dependency. Commit. Autotests: Mark test_absolutepath_recoloring of tst_icon.qml as skipped. Commit. Controls: Port kirigamicontrolsplugin to use Qt::StringLiterals. Commit. Controls: Use componentUrlForModule for looking up controls files. Commit. Platform: Port BasicTheme to use StyleSelector::componentUrlForModule. Commit. Platform: Greatly simplify StyleSelector::styleChain. Commit. Platform: Deprecate componentUrl, rootPath and resolveFileUrl in StyleSelector. Commit. Platform: Simplify StyleSelector::resolveFilePath. Commit. Platform: Add StyleSelector::componentUrlForModule. Commit. Move all controls in own import. Commit. Fix Kirigami.InputMethod.willShowOnActive. Commit. Fix placeholder. Commit. Reduce text duplication for shortcut tooltips in action toolbar. Commit. Fixes bug #515958 Show keyboard shortcut in action toolbar tooltips. Commit. Work around Qt bug causing kirigami components to not load when multiple qml engines are involved. Commit. KJobWidgets Don't show empty error notifications in KNotificationJobUIDelegate. Commit. KService Make updateHash slightly faster. Commit. Ksycoca: do not allow for recursive repairs. Commit. Fixes bug #516426 Kservice: correctly type the unused legacy field as 8 bits. Commit. Ksycocafactory: do not crash when failing to find a factory stream. Commit. Ksycocafactory: guard against integer underflow. Commit. Enable LSAN in CI. Commit. Fix KServiceAction+KService memory leak. Commit. KTextEditor Search: add a way to clear the history. Commit. Fixes bug #503327 Enable Werror on CI. Commit. Reduce QLatin1Char noise. Commit. Fix clipboard warning, check if QClipboard::Selection is supported. Commit. Ensure we write a BOM if wanted for empty files, too. Commit. Avoid temporary allocations when saving the file. Commit. Properly pass parent pointer for document. Commit. KTextTemplate With get_filename_component use DIRECTORY instead of legacy alias PATH. Commit. KUserFeedback Don't report nonsensical screen information. Commit. KWallet Fix TRANSLATION_DOMAIN. Commit. Fix Messages.sh to cover all of src/runtime. Commit. Added translation_domain. Commit. KWidgetsAddons Kacceleratormanager: Avoid unnecessary allocations when searching for used shortcuts. Commit. Kactionmenu: Be more forgiving about menu ownership. Commit. Kactionmenu: Fix ownership of default menu. Commit. Enable LSAN in CI. Commit. Avoid mem-leak in KDateTimeEditTest::testDateMenu. Commit. KAcceleratorManager: Avoid unnecessary allocation. Commit. Kmimetypechooser.h: Remove default arguments from an overlapping constructor and mark it as deprecated for 6.24. Commit. KWindowSystem Remove unused include. Commit. Port createRegion to QNativeInterface. Commit. Port surfaceForWindow to QNativeInterface. Commit. Wayland: Don't try to export window that isn't xdg_toplevel. Commit. Fixes bug #516994 Port xdgToplevelForWindow to QNativeInterface. Commit. Wayland: Fix importing window that's not exposed but already has surface role. Commit. Remove unneeded Qt version check. Commit. Platforms/wayland: Manage blur, contrast, and slide globals with std::unique_ptr. Commit. Platforms/wayland: Add missing initialize(). Commit. Platforms/wayland: add missing blur capability with ext-background-effect. Commit. Wayland: implement background effect protocol. Commit. Platforms/wayland: ensure we always react to surface destruction. Commit. Run clang-format on all files. Commit. Modem Manager Qt Add new cell broadcast interfaces from MM API. Commit. Update modem firmware interface to latest MM API. Commit. Update modem voice interface to latest MM API. Commit. Update call interface to latest MM API. Commit. Update modem interface to latest MM API. Commit. Update bearer interface to latest MM API. Commit. Update modem messaging interface to latest MM API. Commit. Update modem signal interface to latest MM API. Commit. Update modem location interface to latest MM API. Commit. Prison Bump minimum ZXing version from 1.2.0 to 1.4.0. Commit. Make zxing and libdmtx required dependencies by default. Commit. Purpose Add missing CI dependencies. Commit. Fix QML module dependencies. Commit. QQC2 Desktop Style Use Kirigami.StyleHints for tick marks in Slider. Commit. Use Kirigami.StyleHints for useAlternateBackgroundColor in list item background. Commit. Use Kirigami.StyleHints for icons in ComboBox. Commit. Use Kirigami.StyleHints to determine ScrollView background visibility. Commit. Menu: make sure implicitWidth/height is never 0. Commit. Fixes bug #516151 Make sure that the default behaviours of onPressed and onLongPressed are not trigger if the even is accepted. Commit. Solid Devicemanager.cpp replace "Ok" with "OK". Commit. Mark network mounts as ignored if user is missing rights for it. Commit. Fstabhandling: add static wrapper method for '_k_isFstabNetworkFileSystem'. Commit. Use directory name as displayName for fstabdevices. Commit. Fixes bug #501658 Syntax Highlighting Move comment after white space for some shells and Perl. Commit. Fixes bug #510666
KDE Ships Frameworks 6.9.0
Friday, 13 December 2024
Attica It compiles fine without deprecated methods. Commit. Baloo [termgeneratortest] Rework unit test for negative numbers. Commit. Remove unneeded qOverload statements. Commit. Ci: use suse-qt68 image for clang-format. Commit. [balooctl] Refactor the "index" and "clear" code. Commit. Bump KF and QT versions in ecm_set_disabled_deprecation_versions. Commit. Don't include quiet packages in feature_summary. Commit. Bluez Qt Bump KF and QT versions in cem_set_disabled_deprecation_versions. Commit. Breeze Icons Bring back directory symlinks for breeze-dark. Commit. Fixes bug #482648 Add symbolic version of system-software-update for small sizes. Commit. Fixes bug #399139 Also link to 22px versions for Duplicate icons. Commit. Add symbolic version of preferences-desktop-keyboard-shortcut. Commit. Add transport-mode-flight icon. Commit. Add symbolic version of preferences-system-users. Commit. Add symbolic version of preferences-desktop-notification-symbolic. Commit. Add symbolic version of preferences-desktop-theme-global. Commit. Generate index.theme unconditionally to fix qrc/rcc. Commit. Make qrc generation fail if no *.theme file was found. Commit. Add missing CSS properties for blur and pixelate icons. Commit. Fixes bug #495755 Fix class attribute for places/32/folder-{log,podcast}.svg. Commit. Add boost and boost-boosted icons. Commit. Update WINE app icons to match new symbolic versions. Commit. Add wine-symbolic icon. Commit. Fixes bug #494450 Add favorite-favorited, change favorite to non-filled. Commit. Make base donate and help-donate icons be hearts. Commit. Add love. Commit. Improve README with more guidelines and contributing information. Commit. Add icon for keyboard shortcut preferences. Commit. See bug #426753 Add dialog-password icon. Commit. Optimize-svg: Clarify that you need to install svgo globally. Commit. Add laser printer icon. Commit. Extra CMake Modules Align multi-language catalog loading with KI18n. Commit. EGPF: Handle case where INTERFACE_INCLUDE_DIRECTORIES is empty. Commit. Fixes bug #496781 KDEClangFormat: Avoid spammy warnings with cmake >= 3.31.0. Commit. Fixes bug #496537 Consider all QLocale::uiLanguages for QM catalog loading. Commit. ECMGeneratePythonBindings: Build without system isolation. Commit. ECMGeneratePythonBindings: Remove broken RPATH settings. Commit. Include Qt's translations in what we bundle on Android. Commit. Fix FindLibMount without pkgconfig. Commit. Don't use KDEInstallDirs6 for the new ECMGeneratePkgConfigFile test. Commit. Fix reproducible build issue with ECMGeneratedHeaders. Commit. Framework Integration Bump KF and QT versions in ecm_set_disabled_deprecation_versions. Commit. KArchive Kzip: fix reading of ZIP64 fields on certain architectures. Commit. K7zip: fix/simplify GetUi*() functions. Commit. It compiles fine without deprecated methods. Commit. Handle device open error. Commit. Remove usage of QMutableListIterator. Commit. KAuth It compiles fine without deprecated methods. Commit. Ci: add Alpine/musl job. Commit. KBookmarks Bump KF and QT versions in ecm_set_disabled_deprecation_versions. Commit. Ci: add Alpine/musl job. Commit. KCalendarCore Use isEmpty() vs "count() > 0". Commit. Bump KF and QT versions in ecm_set_disabled_deprecation_versions. Commit. KCMUtils We depend against kf6.8.0. Commit. Split Quick library and QML module into different folders. Commit. It compiles fine without deprecated methods. Commit. Ci: add Alpine/musl job. Commit. KCodecs It compiles fine without deprecated methods. Commit. KColorScheme Fix isKdePlatformTheme for Flatpaks. Commit. Fixes bug #494734 It compiles fine without deprecated methods. Commit. Now we depend against qt6.6. Commit. Ci: add Alpine/musl job. Commit. KCompletion Remove declaration of KLineEdit::setUrlDropsEnabled. Commit. It compiles fine without deprecated methods. Commit. Ci: add Alpine/musl job. Commit. Add missing find_dependency calls for private dependencies. Commit. KConfig Add QML_REGISTRATION option to the config macro documentation. Commit. KWindowStateSaver: Increase the rate limit on the slow part of config saving. Commit. It compiles fine without deprecated methods. Commit. Now we depend against qt6.6.0. Commit. Fix restoration of maximization state for QtQuick windows (for real). Commit. Fixes bug #494359 KConfigWidgets Combine doc comments. Commit. KRecentFilesAction: allow to specify mimeType for urls. Commit. See bug #496179 Bump KF and QT versions in ecm_set_disabled_deprecation_versions. Commit. Ci: add Alpine/musl job. Commit. KContacts It compiles fine without deprecated methods. Commit. Ci: add Alpine/musl job. Commit. KCoreAddons Provide more license for KAboutLicense. Commit. Add 7d4a6f31521 to git-blame-ignore-revs. Commit. Add Python bindings. Commit. It compiles fine without deprecated methods. Commit. Kaboutdata: Add overload taking KAboutPerson and KAboutComponent. Commit. Kfileutils: compare to basename in makeSuggestedName. Commit. Fixes bug #493270 Apply 1 suggestion(s) to 1 file(s). Commit. Link with libnetwork on Haiku. Commit. Don't put copyright statements if the license is not BSD. Commit. KCrash It compiles fine without deprecated methods. Commit. Ci: add Alpine/musl job. Commit. Add static CI build. Commit. Disable X11 and link with libnetwork on Haiku. Commit. KDav It compiles fine without deprecated methods. Commit. Ci: add Alpine/musl job. Commit. Use const reference for headers. Commit. Compare HTTP headers types case-insensitively. Commit. KDBusAddons It compiles fine without deprecated methods. Commit. Disable X11 on Haiku also. Commit. Extend timeout for --replace option. Commit. KDeclarative It compiles fine without deprecated methods. Commit. Ci: add Alpine/musl job. Commit. KDE Daemon Bump KF and QT versions in ecm_set_disabled_deprecation_versions. Commit. Ci: add Alpine/musl job. Commit. KDE SU Build with POSITION_INDEPENDENT_CODE. Commit. Bump KF and QT versions in ecm_set_disabled_deprecation_versions. Commit. Ci: add Alpine/musl job. Commit. KDNSSD Bump KF and QT versions in cem_set_disabled_deprecation_versions. Commit. KDocTools Bump KF and QT versions in ecm_set_disabled_deprecation_versions. Commit. Ci: add Alpine/musl job. Commit. KFileMetaData Don't include quiet packages in feature_summary. Commit. KGlobalAccel It compiles fine without deprecated methods. Commit. KGuiAddons Add Python bindings. Commit. It compiles fine without deprecated methods. Commit. Kmodifierkeyinfo: Update to v5 of the Wayland protocol. Commit. Fixes bug #483657. Fixes bug #488870 Don't try to access QDBusMessage if not successful reply. Commit. KHolidays Update holiday_cn_zh-cn: add newline. Commit. Update holiday_cn_zh-cn for 2025 holidays. Commit. Adds public holiday for Nigeria. Commit. It compiles fine without deprecated methods. Commit. Holiday_bj_fr - update Benin holidays. Commit. Fixes bug #496260 Document HolidayRegion::rawHolidaysWithAstroSeasons(). Commit. KI18n Handle multiple country-specific locales for the same language correctly. Commit. Look up Qt translations catalogs ourselves. Commit. Add auto tests for Qt catalog loading. Commit. Improve fallback handling for Qt translation catalog loading. Commit. Fix license identifier. Commit. Remove obsolete Qt translation catalogs. Commit. Fix loading of Qt's translation catalogs on Android. Commit. Bump KF and QT versions in cem_set_disabled_deprecation_versions. Commit. KIconThemes Bump KF and QT versions in ecm_set_disabled_deprecation_versions. Commit. Now we depend against qt6.6.0. Commit. KIdletime Bump KF and QT versions in cem_set_disabled_deprecation_versions. Commit. Disable X11 and Wayland on Haiku also. Commit. KImageformats Jxl: Disable color conversion for animations. Commit. Improve CMYK writing support. Commit. Improved write test. Commit. JXL: load error with some lossless file. Commit. See bug #496350 JXR: jxrlib cannot write HDP and WDP formats. Commit. Heif: avoid crash in heif_image_handle_has_alpha_channel. Commit. Bump KF and QT versions in ecm_set_disabled_deprecation_versions. Commit. Ci: add Alpine/musl job. Commit. RGB: avoid to read wrong data. Commit. JXL: Fix OSS Fuzz issue 377971416. Commit. Fix compilation warnings. Commit. JXR: Fix libraries link under FreeBSD. Commit. JXL: fixed bug when saving grayscale images without color profile. Commit. PFM: extended to half float format. Commit. Rename SCT plugin for OSS-FUZZ. Commit. PCX: support for more formats. Commit. SCT: added read only support. Commit. KIO Adapt test to new error code. Commit. [ftp] Give better error message when creating files is not allowed. Commit. File_unix: check chown return when setting owner. Commit. CommandLauncherJob: fail when launch an non-existing executable. Commit. Don't static cast qobjects. Commit. Kpropertiesdialog: fix user display to actually use the user data. Commit. Fixes bug #496745 Add autotest for parsing bug and actually report error status. Commit. Fix out of bounds for KRunMX1::expandEscapedMacro. Commit. Fixes bug #495606 Kcoredirlister: Remove iterator assert, use if instead. Commit. Fixes bug #493319 Haiku support: Disable SHM, link to libnetwork, further fixes. Commit. It compiles fine without deprecated methods. Commit. KDirOperator: improve handling of forward/back mouse buttons. Commit. See bug #443169 KUrlNavigator: Fix Tab order. Commit. Haiku build fixes. Commit. [previewjob] Assert that path is absolute. Commit. See bug #490827 Deprecate http_update_cache. Commit. KUrlNavigatorDropDownButton: Add text and tooltip. Commit. Kirigami Chip: Add visible hover state. Commit. Fix accessibility of InlineMessage. Commit. ActionMenuItem: make a11y press work. Commit. PrivateActionToolButton: make a11y press work. Commit. SelectableLabel: Allow disabling the built-in context menu. Commit. Always use a ToolBar for pages on the stack. Commit. SelectableLabel: Make selection persistent. Commit. Fixes bug #496214 PlaceholderMessage: Let use overwrite icon color. Commit. PlaceholderMessage: Forward icon.width/icon.height to internal Icon. Commit. NavigationTabBar: Fix warning related to assigning a Repeater instead of a AbstractButton. Commit. Use border for keyboard active focus in NavigationTabButton. Commit. SelectableLabel: Remove onLinkActivated. Commit. [SelectableLabel] restore font property. Commit. Add missing REQUIRED for ECM. Commit. Remove Useless empty contentItem. Commit. Fix mobile mode. Commit. Fix doc for PlatformTheme::ColorSet. Commit. ColumnView: Note that FixedColumns is the default value for columnResizeMode. Commit. Add optional Breeze style import also for static builds. Commit. KItemModels It compiles fine without deprecated methods. Commit. KItemViews It compiles fine without deprecated methods. Commit. Add Linux static CI build. Commit. KJobWidgets Bump KF and QT versions in ecm_set_disabled_deprecation_versions. Commit. Add a first basic autotest. Commit. JobView: expose elapsedTime. Commit. Disable X11 on Haiku also. Commit. KNewStuff Transaction: use cache2 not the deprecated legacy cache. Commit. Do not finish the transaction before it actually did anything. Commit. Fixes bug #496551 Cache: become a facade for Cache2. Commit. Use isEmpty() vs count() > 0. Commit. Bump KF and QT versions in ecm_set_disabled_deprecation_versions. Commit. Providerbase: split done signal from loaded signal. Commit. Staticxmlprovider: remove unused member. Commit. Ci: add Alpine/musl job. Commit. ResultsStream: Restore the providers upon ::fetchMore. Commit. Fixup! the grand API refactor of 2024. Commit. The grand API refactor of 2024. Commit. Port test away from deprecated API. Commit. Add missing KNEWSTUFFCORE_BUILD_DEPRECATED_SINCE. Commit. Fix random timeouts in attica test. Commit. Transaction: deprecate ambiguous install function. Commit. KNotifications Add Python bindings. Commit. It compiles fine without deprecated methods. Commit. Ci: add Alpine/musl job. Commit. Disable Canberra check for Haiku also. Commit. KNotifyConfig Bump KF and QT versions in ecm_set_disabled_deprecation_versions. Commit. KPackage Bump KF and QT versions in ecm_set_disabled_deprecation_versions. Commit. Ci: add Alpine/musl job. Commit. Fix copyright utils. Commit. KParts Bump KF and QT versions in ecm_set_disabled_deprecation_versions. Commit. KPlotting Bump KF and QT versions in ecm_set_disabled_deprecation_versions. Commit. KPTY Bump KF and QT versions in ecm_set_disabled_deprecation_versions. Commit. Ci: add Alpine/musl job. Commit. KQuickCharts Bump KF and QT versions in ecm_set_disabled_deprecation_versions. Commit. KRunner Allow to set RunnerManager instance in model from outside. Commit. See bug #483147 It compiles fine without deprecated methods. Commit. KService It compiles fine without deprecated methods. Commit. Ci: add Alpine/musl job. Commit. KStatusNotifieritem It compiles fine without deprecated methods. Commit. Ci: add Alpine/musl job. Commit. KSVG It compiles fine without deprecated methods. Commit. KTextEditor Sort and remove duplicates in outRanges in Kate::TextBuffer::rangesForLine. Commit. Add test case for line unwrapping crash. Commit. Don't leave non-multiblock Kate::TextRange in m_buffer->m_multilineRanges. Commit. Don't crash on insert at lastLine + 1. Commit. Fixes bug #496612 Avoid closeUrl() call. Commit. Clear all references/uses of aboutToDeleteMovingInterfaceContent. Commit. Align completion with the word being completed. Commit. Fixes bug #485885 Try to relax unstable test. Commit. Use a QLabel for scrollbar linenumbers tooltip. Commit. Add functions for jumping to next/prev blank line. Commit. Disable ENABLE_KAUTH_DEFAULT on Haiku also. Commit. Remove misleading dead code. Commit. Fix crash if feedback or dyn attr is cleared before deletion. Commit. Fixes bug #495925 Fix ranges with dynamic attribute dont notify deletion. Commit. Deprecate aboutToDeleteMovingInterfaceContent. Commit. Remove m_ranges from buffer. Commit. Dont take ownership of the MovingRange/MovingCursor. Commit. Buffer: Remove m_invalidCursors. Commit. Allow shifted numbers for Dvorak and Co. Commit. Fixes bug #388138 Keep hinting as set by the user. Commit. Fixes bug #482659 KTextTemplate Bump KF and QT versions in ecm_set_disabled_deprecation_versions. Commit. KTextWidgets It compiles fine without deprecated methods. Commit. Add missing find_dependency calls for private dependencies. Commit. Add linux-qt6-static CI. Commit. KUnitConversion Add missing since documentation for Xpf currency. Commit. Fix Xpf enum value. Commit. Install python bindings into site-packages dir. Commit. Add CFP franc to currencies list. Commit. It compiles fine without deprecated methods. Commit. Add Python bindings. Commit. KUserFeedback Don't include quiet packages in feature_summary. Commit. KWallet It compiles fine without deprecated methods. Commit. Link with libnetwork on Haiku. Commit. Add global option to disable X11. Commit. KWidgetsAddons Fix since version for KAdjustingScrollArea. Commit. Kmessagebox: Add option to force label to be plain text. Commit. Install python bindings into site-packages dir. Commit. Add python examples. Commit. It compiles fine without deprecated methods. Commit. Add Python bindings. Commit. Ci: add Alpine/musl job. Commit. KPageView: Strip mnemonics before matching search text. Commit. KPasswordDialog: Vertically center prompt. Commit. Introduce KAdjustingScrollArea. Commit. Kratingwidget: Draw icon at native resolution. Commit. KWindowSystem Xcb: Be more strict about icon sizes. Commit. Add manual test for activating window. Commit. Bump KF and QT versions in cem_set_disabled_deprecation_versions. Commit. Disable Wayland and X11 on Haiku also. Commit. Make use of QWaylandWindow::surfaceRoleCreated for setMainWindow. Commit. KXMLGUI KXmlGuiWindow: Create KHelpMenu without application data. Commit. KHelpMenu: Use up-to-date application data if not set explicitly. Commit. Add Python bindings. Commit. Kbugreport: Specify what the second version number refers too. Commit. AboutDialog: Add copy button for components info. Commit. It compiles fine without deprecated methods. Commit. About dialog: Put app specific components before generic components. Commit. KHelpMenu: Allow showing and hiding the What's This menu entry. Commit. KHelpMenu: Deprecate second constructor with bool parameter. Commit. KHelpMenu: Deprecate constructor with unused parameter. Commit. KHelpMenu: Remove unnecessary member variables. Commit. KHelpMenu: Remove long dead support for a simple About text. Commit. Ensure action insertion order is preserved. Commit. Skip first column when resizing columns. Commit. Simplify action storage in KActionCollection. Commit. Add Linux static CI build. Commit. Add component description to default components. Commit. Simplify about data dialog. Commit. [kactioncategory] Add new-style connect variants for addAction. Commit. [kactioncategory] Deprecate functions that use KStandardAction. Commit. [kactioncategory] Add overloads for KStandardActions. Commit. Modem Manager Qt It compiles fine without deprecated methods. Commit. Network Manager Qt Stop spamming about Unhandled property "VersionId". Commit. Bump KF and QT versions in cem_set_disabled_deprecation_versions. Commit. Prison It compiles fine without deprecated methods. Commit. Purpose [imgur] Improve error reporting. Commit. Bump KF and QT versions in ecm_set_disabled_deprecation_versions. Commit. Clipboard: Also allow to export to the clipboard. Commit. Fixes bug #477553 Introduce a clipboard plugin. Commit. AlternativesModel: Don't filter by fields that don't pertain to the current plugintype. Commit. QQC2 Desktop Style Org.kde.desktop: Add null contentItem checks to check/radio/switch controls. Commit. Use null contentItem instead of empty Item. Commit. Use Qt text rendering when high DPI scaling. Commit. Fixes bug #479891 Bump KF and QT versions in ecm_set_disabled_deprecation_versions. Commit. Add a SwipeDelegate. Commit. Don't include quiet packages in feature_summary. Commit. Solid Battery: Add cycleCount. Commit. Bump KF and QT versions in cem_set_disabled_deprecation_versions. Commit. Fstab: Fix memory leak when a network or overlay mount has changed. Commit. Fix build on Haiku. Commit. Consistenly use correct include statements for libmount. Commit. Add support for rclone mounts and fstab entries. Commit. Sonnet Bump KF and QT versions in ecm_set_disabled_deprecation_versions. Commit. Syndication Bump KF and QT versions in ecm_set_disabled_deprecation_versions. Commit. Ci: add Alpine/musl job. Commit. Syntax Highlighting Update odin highlighting. Commit. The lua indenter was removed long ago in ktexteditor. Commit. Odin: Fix numbers getting highlighted in the middle of words. Commit. Highlight odin 'context' keyword differently. Commit. Improve odin lang highlighting. Commit. Bump KF and QT versions in ecm_set_disabled_deprecation_versions. Commit. Cmake.xml: updates for the recently released CMake 3.31. Commit. Threadweaver It compiles fine without deprecated methods. Commit. Build fix for Haiku. Commit.
KDE Ships Frameworks 6.8.0
Friday, 8 November 2024
Baloo [excludeMimeTypes] Exclude model/obj and text/rust from content indexing. Commit. See bug #488533 Bluez Qt Simplify PendingCallPrivate. Commit. Breeze Icons Add mimetype icons for text/x-typst. Commit. Monochromize not-explicitly-colorized symbolic folder icons. Commit. Fixes bug #494721 Add CI for static builds on Linux. Commit. Unify common parts of index.theme for breeze and breeze-dark. Commit. Sync index.theme changes from breeze to breeze-dark. Commit. Fixes bug #494399 Rename spinbox-* icons to value-*. Commit. Extra CMake Modules FindKF6: Print custom message when required components are not found. Commit. Add a directory check when appending a module dir to qmlimportscanner. Commit. Add Python bindings. Commit. Break enums onto multiple lines. Commit. Set import paths for QML modules to all CMake search paths. Commit. Remove the old/unused SIP-based Python binding generation infrastructure. Commit. ECMGeneratePkgConfigFile: try to deduce additional include dirs. Commit. Fix custom definitions for generated pkgconfig files. Commit. Fix QM loader unit tests with a static Qt. Commit. Don't fall back to qmlplugin dump on static Qt builds. Commit. Retire Qt5 Android CI. Commit. Automatically install dependent targets of QML modules in static builds. Commit. Allow to specify an export set for targets installed by finalize_qml_module. Commit. Don't check websites in Appstream tests. Commit. KArchive Add CI for static builds on Linux. Commit. [k7zip] Correctly handle pack sizes > INT_MAX. Commit. KBookmarks Port to KStandardActions. Commit. Add missing include. Commit. KCalendarCore Fix Duration's operator- accidentally adding instead of subtracting. Commit. Add CI for static builds on Linux. Commit. KCMUtils Fix compilation with Qt 6.9 (dev). Commit. KCodecs Add test for passing unknown codec to codecForName. Commit. Fix buffer overflow in Codec::codecForName. Commit. KColorScheme Reset palette to default-constructed one when scheme is unset. Commit. Don't call activateSchemeInternal in init unless really needed. Commit. Add CI for static builds on Linux. Commit. KCompletion Add linux-qt6-static CI. Commit. KConfig Kwindowconfig: If sizes are same as default, revert them to default when saving. Commit. See bug #494377 Add CI for static builds on Linux. Commit. Correctly install QML module in a static build. Commit. KConfigWidgets Add CI for static builds on Linux. Commit. KContacts Fix IM protocol resource data initialization in static builds. Commit. KCoreAddons Make KJob::elapsedTime const. Commit. Fix absolute path generation into (not installed) header. Commit. KPluginMetaData: reduce string allocation. Commit. Update git blame ignore file. Commit. Reformat code with clang-format. Commit. Kjob: add elapsedTime() returns the ms the job ran. Commit. Add CI for static builds on Linux. Commit. Install QML module correctly when building statically. Commit. ExportUrlsToPortal: use QScopeGuard::dismiss for the success code path. Commit. KDocTools Upload new file sq.xml. Commit. KFileMetaData UserMetadata: complete Windows implementation. Commit. KGlobalAccel Add WITH_X11 option to re-enable X11 code after runtime cleanup. Commit. Add CI for static builds on Linux. Commit. KGuiAddons Add namespace for Android as required by newer gradle versions. Commit. Add CI for static builds on Linux. Commit. Correctly install static QML modules. Commit. KHolidays Fix misunderstanding of All Saints Day in Swedish calendar. Commit. Add CI for static builds on Linux. Commit. KI18n Allow explicit setting of Python3 fallback executible path. Commit. Use raw pointer for some pimpl'd public classes. Commit. Add missing include. Commit. Trigger binding reevaluation on language change. Commit. Propagate QML dependency for a static build with KTranscript enabled. Commit. Add CI for static builds on Linux. Commit. Reduce temporary allocations. Commit. Modernize member initialization. Commit. Fix container size type narrowing warnings. Commit. Remove commented-out KLocale leftovers. Commit. Align argument names between definition and declaration. Commit. Re-evaluate the languages we translate to on QEvent::LanguageChange. Commit. Cleanup KLocalizedContext d-ptr handling. Commit. Special-case the language fallback for country-less English. Commit. Use QStringView for locale splitting. Commit. KIconThemes Port to KStandardActions. Commit. Postpone spawning KColorSchemeManager instance. Commit. Add CI for static builds on Linux. Commit. Init mimeType icons on demand. Commit. Set up KColorSchemeManager on Android as well. Commit. Reduce temporary allocations. Commit. KImageformats TGA: Fixed GrayA image loading error. Commit. Exr: Fix read/write with openexr 3.3. Commit. Fixes bug #494571 JXL improvements. Commit. JXR: Fixed image reading on sequential devices. Commit. Simplified read/verify header process. Commit. KIO Minor: use existing variables which contain these strings. Commit. Fix crash from HTTPProtocol::del() which calls with inputData=nullptr. Commit. Port away from Qt::Core5Compat when using Qt 6.7 or newer. Commit. Remove unused KConfigWidgets dependency. Commit. Port to KStandardActions. Commit. Add missing KColorScheme link. Commit. Add missing include. Commit. Include DBus error in log when communication with kpasswdserver fails. Commit. Update git blame ignore file. Commit. Reformat code with clang-format. Commit. Copyjob/transferjob: use KJob::startElapsedTimer. Commit. Http worker: handle dav[s] protocol. Commit. Fixes bug #365356 [KFileFilterCombo] Fix setting 'All' filter as default. Commit. KNewFileMenu: Prevent using home directory as template directory. Commit. Fixes bug #494679 [KFileFilter] Ignore label when comparing filters. Commit. [KFileFilter] Remove excess spaces in logging. Commit. [KFileFilterCombo] More verbose logging when not finding a filter. Commit. [http] Inline handleRedirection into the metaDataChanged slot. Commit. [webdav] Handle redirections which add trailing slashes. Commit. See bug #484580 Copyjob: prefer custom struct over std::pair. Commit. PreviewJob: use standard thumbnailer caching is disabled. Commit. KDirListerTest: improve test stability. Commit. Tests: Make sure KIO::UDSEntryList can be compared. Commit. Expose UDSEntry equal operator to KIO namespace. Commit. Core/copyjob: report speed when copying multiple files. Commit. See bug #391199 KPreview: store standard thumbnails in /tmp subfolder. Commit. Preview: better clean after standard thumbnailer. Commit. Fixes bug #493274 Openurljob.cpp: Avoid opening files in endless loop if mimetype is set to open with xdg-open. Commit. Fixes bug #494335 [KFilePlacesView] Improve automatic resize heuristic. Commit. Fixes bug #449544 Workerinterface: remove unused #include. Commit. Add translation context to admin security warning. Commit. Kfileitem: linkDest prevent readlink error when file is not a symlink. Commit. Check that admin worker was installed by root. Commit. Clean up Properties dialog to follow HIG, improve UX, remove frames and fix padding regression. Commit. Fixes bug #484789 TrashSizeCache: Use correct flags for QDirIterator. Commit. See bug #479283 Kirigami TitleSubtitle: Don't explicit set renderType. Commit. Upper mound for overlaysheet width. Commit. SelectableLabel: fix a11y properties. Commit. Fix Kirigami Application (Qt6) template. Commit. Fixes bug #494478 SelectableLabel: Use onPressedChanged. Commit. See bug #481293 Reformat code with clang-format. Commit. Icon: Always respect the animated property. Commit. Fixes bug #466357 Adjust tst_qicon for desktop theme. Commit. Fix loading desktop theme. Commit. Fixes bug #491294 Fix presumable typos confusing background and foreground colors. Commit. See bug #491294 Always print Theme file loading errors. Commit. See bug #491294 SelectableLabel: override default padding values more completely. Commit. Fixes bug #495256 Fix icon for positive state of InlineMessage. Commit. SelectableLabel: fix binding loop warning on cursorShape. Commit. ScrollablePage: Add properties to set if the scrollbars are interactive. Commit. SelectableLabel: use property alias instead of direct binding, expose more through aliases. Commit. Dialog: fix multiple binding loops (again). Commit. Make the close button actually close. Commit. Layout: Reverse the stacking order of items inserted into ToolBarLayout. Commit. See bug #490929 Modify SelectableLabel to use TextEdit instead. Commit. See bug #493581 Cleanup and fix static QML module installation. Commit. Disable PageRow gesture on android. Commit. Make OverlaySheet look exactly like Dialog. Commit. Fixes bug #489357 Top align icon in multiline InlineMessage. Commit. KItemModels Install QML module correctly when building statically. Commit. Fix QML unit tests when building against a static Qt. Commit. Make unit tests independent of QtWidgets. Commit. Don't hardcode library type. Commit. Kbihash: adapt to source incompatible change in Qt. Commit. KJobWidgets Hide arrowButton in KWidgetJobTracker on startup. Commit. Add dedicated WITH_X11 option to avoid automagic. Commit. KNewStuff Make sure the action's dialog closes. Commit. Fixes bug #492998 Put qnetworkreplys in a self-aborting unique_ptr. Commit. See bug #492998 Parent the xml loader's httpjob. Commit. See bug #492998 Filecopyworker: try to gracefully quit the thread. then terminate it. Commit. See bug #492998 KNotifications Typo--. Commit. Add namespace for Android as required by newer gradle. Commit. Add CI for static builds on Linux. Commit. KParts Define undeprecated Capabilities key in JSON metadata, define JSON schema, remove obsolete key. Commit. KQuickCharts Add CI for static builds on Linux. Commit. Correctly install static QML modules. Commit. KStatusNotifieritem Fix absolute path generation in (not installed) header. Commit. Typo--. Commit. KTextEditor Vi mode: Don't infinite loop in searcher. Commit. Remove unused var. Commit. Fix ignores. Commit. Less deprecated stuff used. Commit. Don't temporarily clear document URL during openUrl(). Commit. Only discard completion if the cursor was at the end of line. Commit. Update git blame ignore file. Commit. Reformat code with clang-format. Commit. Fix implicit conversion of Qt::Key in Qt 6.9. Commit. Try to avoid unwanted completions. Commit. Fix session restore of file type. Commit. Fixes bug #492201 Make ViewPrivate::displayRangeChanged public. Commit. Set DocumentPrivate::m_reloading to false only if loading. Commit. Give a more proper name to the test. Commit. Fix multiblock range handling when unwrapping line. Commit. Fixes bug #494826 Fix line removal not handled properly in KateTemplateHandler. Commit. Fixes bug #434093 Inline blocksize into buffer. Commit. Improve MovingRangeTest::benchCheckValidity. Commit. Improve TextRange::checkValidity performance. Commit. Do all testing in clean temp dirs. Commit. Add a swap file test. Commit. Add benchmarks for moving stuff. Commit. Use std::vector for cursor storage. Commit. Allow disabling editorconfig. Commit. Fixes bug #471008 KTextTemplate Import i18n scripts from grantlee. Commit. Fixes bug #492237 Fix "now" tag to allow single quoted strings. Commit. KTextWidgets Port to KStandardActions. Commit. Make implicit deps explicit. Commit. KUnitConversion Add CI for static builds on Linux. Commit. KWallet Don't exclude deprecated functions from build. Commit. Fixes bug #493356 KWidgetsAddons Fix time entry in locales with mixed-case AM/PM suffixes. Commit. Add CI for static builds on Linux. Commit. Don't use Oxygen style in KSeparator. Commit. KMessageWidget: Improve accessibility. Commit. KXMLGUI Simplify code: use erase remove. Commit. Fix window position not being restored. Commit. Fixes bug #493401 Prison Add CI for static builds on Linux. Commit. QQC2 Desktop Style TextArea: Make placeholder wrap. Commit. Solid Restore MediaChanged handling for Audio CDs. Commit. Support reproducible builds by omitting host paths in bison/yacc outputs. Commit. [udisks] Don't add/remove devices in slotMediaChanged. Commit. See bug #464149 Port implicit QByteArray, QChar and QString conversions in iokit. Commit. Drop unfinished Power API. Commit. Fstabwatcher: use libmount monitor on Linux. Commit. Fstabhandling: use libmount in Linux. Commit. Sonnet Add linux-qt6-static CI. Commit. Remove ASPELL runtime dependency from plugin building check. Commit. Provide SONNET_NO_BACKENDS option to deactivate build failures with no backends. Commit. Syndication Add CI for static builds on Linux. Commit. Syntax Highlighting State: Fix inconsistent linkage warning on Windows. Commit. Better contrast for search highlighting. Commit. Fixes bug #494599 Odin: Add escape character to strings. Commit. Update. Commit. Add comments. Commit. Add TLA+ syntax highlighting. Commit. Init. Commit. Move try to cflow_begin. Commit.
KDE Ships Frameworks 6.7.0
Friday, 11 October 2024
Breeze Icons Delete 32px colorful folder action icon symlink. Commit. Fixes bug #478493 Add new knotes-symbolic.svg icon (22/32/48). Commit. Fixes bug #398901 Format system-suspend-inhibited, system-suspend-uninhibited. Commit. Redesign system-suspend-inhibited, system-suspend-uninhibited. Commit. Fix recoloring in applications-multimedia-symbolic and applications-engineering-symbolic. Commit. Fixes bug #492879 Add show-background icon. Commit. See bug #472863 Extra CMake Modules Merge output targets from multiple qt6_target_qml_sources() calls. Commit. Don't install QML files on Android. Commit. Propagate OUTPUT_TARGETS of qt6_target_qml_sources to the caller. Commit. Port Qt doc generation to qhelpgenerator. Commit. Correctly forward the OUTPUT_TARGETS argument of qt6_add_qml_module(). Commit. Set install destination for object files. Commit. Upstream FindGLIB2.cmake changes from Qt. Commit. KDEClangFormat: Ignore source files being in _install folder. Commit. Reenable individual targets for clang-format to enable better status reporting an parallelization. Commit. KArchive K7zip: prevent crash when archive has no modification times for files. Commit. KAuth Silence false positive clazy checks. Commit. KCMUtils Drop obsolete includes and HAVE_X11. Commit. Always show title and caption in tooltip if truncated. Commit. KColorScheme Follow system color scheme on Linux. Commit. Fix build against a static Qt. Commit. KConfig Make unit tests work with a static Qt build. Commit. KConfigWidgets General/widgetStyle -> KDE/widgetStyle. Commit. KCoreAddons Make unit tests work with a static Qt build. Commit. Kcoreaddonsplugin: Link against Qt6::Network. Commit. Restore KProcess on Android. Commit. Don't build kprocesstest for Android/iOS. Commit. Fix build on ios. Commit. KDBusAddons Kdbusservice: Don't unregister service name slightly before exit. Commit. Fixes bug #492300 KDeclarative Qpixmapitem: prevent a crash when there are no window yet. Commit. KDocTools Provide option to enable relocatable docbook files on non WIN32 platforms. Commit. KGuiAddons KCountryFlagEmoji: Improve fitting to the icon's bounding box. Commit. KCountryFlagEmoji: Fix emoji representation for non-country codes. Commit. KCountryFlagEmoji: Add test and demo cases for non-coutry codes. Commit. Fix window insets foreground coloring on older Android versions. Commit. Fix build with Qt < 6.7. Commit. Fix color luma computation for Android window insets. Commit. WaylandClipboard: fix QMimeData::urls() not working. Commit. Update version for window insets API to match reality. Commit. Add QML bindings for KWindowInsetsControllert. Commit. Add KWindowInsetsController. Commit. WaylandClipboard: make sure format list doesn't have duplicate items. Commit. KHolidays Holiday_si_sl: added missing Slovenian commemoration day. Commit. KI18n Make KTranscript work in static builds. Commit. Make QML API unit test work with static Qt builds. Commit. KImageformats Fix endianness bug in PCX reader on big endian architectures. Commit. Fixed read of BGR32 and RGB555 formats. Commit. FIxed comparison of unsigned expression. Commit. Raw: Getting the image size does not need unpacking. Commit. KIO [OpenFileManagerWindowJob] Fix crash when falling back to KRunStrategy. Commit. Fixes bug #486494 Previewjob: Use .cache as temp folder, delete temp file after use. Commit. Fixes bug #494096. See bug #494061 KFileItemActions: Try reading X-KDE-Show-In-Submenu as bool instead of string. Commit. KFilePlacesView: have setUrl() handle trailing slashes in place URLs. Commit. KFilePlacesItem: Use Solid to find home mount point. Commit. Fileitem,file_unix: simplify types for stat. Commit. Remove one level of three nesting in kdevtemplate. Commit. Knewfilemenutest: cleanup. Commit. Knewfilemenutest: test files and folders in ~/Templates. Commit. ConnectionBackenp: fix passing errorString. Commit. Knewfilemenu: Make ~/Templates work by simply placing files and folders there. Commit. Fixes bug #191632 KFilePlacesItem: Cache groupType. Commit. Previewjob: avoid calling mkdir for path with two slashs. Commit. Kirigami Add since info for new API. Commit. Re-enable cachegen on Android. Commit. Create CMake config file only once all build parameters are known. Commit. Fix unit tests when using a static build. Commit. PlatformTheme: fix crash when item is being destroyed. Commit. OverlaySheet: make default title vertically center aligned. Commit. Fixes bug #489357 Fix clang-format version imcompatibilities and avoid turning formatting of. Commit. Dialog: Take header width into account, small fix for footerToolbar width. Commit. Workaround on incorrect palette update. Commit. Fixes bug #493654 Platform: Check if weak pointer is expired in PlatformThemeChangeTracker ctor. Commit. Fixes bug #493652 Dialog: Use footer buttons width if its wider than content. Commit. Fix sidebar text color in systemsettings. Commit. Use disabled text colors also for inherit-ing Theme instances. Commit. Fixes bug #433256 Autotests/tst_theme: Add a test that verifies only one signal emission happens. Commit. Autotests/tst_theme: Remove waiting for events. Commit. Autotests/tst_theme: Explicitly mark root test objects as not inheriting. Commit. Add PlatformThemeChangeTracker to BasicTheme::sync(). Commit. Platform: Replace PlatformTheme::queueChildUpdate with ChangeTracker::Data flag. Commit. Platform: Don't use queued signals for batching change signals in PlatformTheme. Commit. Fix NavigationTabBar sizing on mobile. Commit. ContextualHelpButton: Clip to avoid text overflow. Commit. ContextualHelpButton: Fix flickering when the popup covers the button. Commit. Fixes bug #489688 ColumnView currently allows having a QObject item inside its children list. Commit. ToolBarLayout: Add support for actions that are separators. Commit. KNewStuff Don't emit twice slotEntryChanged. Commit. See bug #492557 Qtquick: make sort/filter buttons like Discover/kcms. Commit. KNotifications Fix Android notification permission check. Commit. Ensure notification permission request callback is run on the right thread. Commit. KNotifyConfig Port to Qt Multimedia. Commit. Knotifyeventlist: Set the config paths in the right order. Commit. KPackage Don't double emit emitResult(). Commit. Fixes bug #492557 KRunner Add querying property to RunnerManager. Commit. Convert to newer REUSE.toml format. Commit. KStatusNotifieritem Document flatpak manifest requirements. Commit. KSVG Fix typo in docs. Commit. KTextEditor Port away from deprecated KPluralHandlingSpinBox. Commit. Fix unexpected space indentation in Go var group. Commit. Fixes bug #487054 Read dir kateconfig on view creation. Commit. Fixes bug #489600 Fix pressing on } inserts two lines instead of one. Commit. Fixes bug #479717 Dont remove trailing spaces in markdown by default. Commit. Fixes bug #451648 Multicursors: Avoid indenting the sameline twice. Commit. Blockmode: repair indent when the cursor is in the first column. Commit. Multicursor: Fix indent with multiple cursors. Commit. With latest syntax definition, more tests pass for ruby. Commit. Use more views. Commit. Avoid double signal emission. Commit. Less deprecated calls, works locally. Commit. Store multiline ranges spanning multiple blocks in TextBuffer. Commit. Remove MovingRange caching in TextBlock. Commit. Add hint the file might got moved. Commit. Fixes bug #476071 Dont create selection highlights with multiple selections. Commit. Optimize killLine for multiple cursors. Commit. Completion: Allow async population of documentation. Commit. More const to avoid wrong use of these members. Commit. Ensure modify the renderer that is used for printing. Commit. Fixes bug #465526. Fixes bug #488605. Fixes bug #487081. Fixes bug #483550 Fix text insertion with multiple cursors at same position. Commit. Fixes bug #492869 Add command names for "Remove Spaces" and "Keep Extra Spaces". Commit. Minimap now follows the theme also for search matches. Commit. Run clang-format. Commit. Fix merging of selections in opposite directions. Commit. See bug #492869 Fix secondary cursor at boundary of selection doesn't get removed. Commit. See bug #492869 Fix warnings. Commit. KTextWidgets Use static regex for reusable objects. Commit. Remove unused Q_D macro. Commit. KUserFeedback Build master ECM as part of the Flatpak build. Commit. KWidgetsAddons Fix crash with older Qt. Commit. Fixes bug #493060 Fix build against a static Qt. Commit. KDateComboBox: emit dateEntered() on FocusOut. Commit. Network Manager Qt Correctly read manually-specified ipv6 addresses from Networkmanager. Commit. Fixes bug #476008. Fixes bug #453453 Simplify loops and avoid creating iterator on temporary. Commit. Use static regex for reusable objects. Commit. Purpose [imgur] Restrict to actually supported MIME types. Commit. Add extraJsonTranslationPaths.txt file for purpose specific translations. Commit. Ensure KPlugin object contains no unstandardized keys. Commit. QQC2 Desktop Style Kquickstyleitem: Don't crash if colors changed and style option is null. Commit. Kirigamiintegration: Track changes to PlatformTheme where needed. Commit. TextFieldContextMenu: Open menu by keyPressed at TextField.cursorRectangle position. Commit. Solid Fstab: add missing signal override. Commit. Fstab: Emit accessibilityChanged only when actually changed. Commit. Get rid of implicit QString and QChar conversions. Commit. Get rid of implicit QByteArray to const char* conversions. Commit. [Fstab] Minor cleanups (new style connect, extraneous include). Commit. [Fstab] Remove mntent wrapper macros. Commit. [Fstab] Remove remnants of Solaris support. Commit. Sonnet Fail if none of the plugins can be build. Commit. Syndication Search for private link dependencies in static builds. Commit. Syntax Highlighting Upload the uncompressed files. Commit. Odin: add missing items, fix attribute, add directive. Commit. Swift: fix detection of end of protocol method declaration. Commit. Fixes bug #493459 Indexer: treats 1-character StringDetect as a DetectChar for unreachable rules and the merge suggestion. Commit. Indexer: check that WordDetect does not contain spaces at the beginning and end of text. Commit. Simplify installed xml syntax files to speed up reading. Commit. Indexer: replace some QString with QStringView and QLatin1Char with char16_t literal. Commit. Indexer: fix default value for char with LineContinuation. Commit. Orgmode.xml: Fix orgmode syntax highlighting not ending properly. Commit. Jira, Markdown, Org Mode: use rhtml syntax with erb language. Commit. Haml: complete the syntax and fix the highlighting of Ruby line following the change in ruby.xml. Commit. Ruby: fix %W, dot member, some parenthesis ; add ?c, escape char, etc. Commit. Fixes bug #488014 Gleam: Minor modifications to syntax and example file. Commit. Remove truncase from Common Lisp. Commit.
KDE Ships Frameworks 6.6.0
Friday, 13 September 2024
Attica Ci: add Alpine/musl job. Commit. Baloo Set up crash handling for baloo_file. Commit. Bluez Qt MediaTransport: Added setVolume. Commit. Ci: add Alpine/musl job. Commit. Breeze Icons Remove 48px draw-freehand symlink. Commit. Fixes bug #491887 Add info(-symbolic) icon symlinks. Commit. Add new 64px dialog icons. Commit. Add icon for Apple Wallet passes bundle. Commit. Add battery icons with power profile emblems. Commit. See bug #483805 Add remaining symbolic icons required for Discover. Commit. Update accessibility icons. Commit. Ci: add Alpine/musl job. Commit. Add system-reboot-update and system-shutdown-update icons. Commit. Add a couple of missing monochrome category icons. Commit. Don't generate symlinks for app icons if we not install the icons. Commit. Fix issues with zoom-map icons. Commit. Add Spinbox-specific decrease and increase icons. Commit. See bug #491312 Make list-remove look like a red X. Commit. Extra CMake Modules ECMQueryQt: don't cache QUERY_EXECUTABLE. Commit. Add fallback value for SASL_PATH. Commit. Add SASL_PATH to prefix.sh so that libkdexoauth2.so is found. Commit. Allow qml target to be actually optional. Commit. Fix FindLibExiv2 version detection from header. Commit. Ci: add Alpine/musl job. Commit. ECMEnableSanitizers: fix greedy linker parameter replacment. Commit. Add private code option to ecm_add_qtwayland_(client/server)_protocol. Commit. Add a PRIVATE_CODE option to ecm_add_wayland_server_protocol. Commit. Add [PRIVATE_CODE] also to the second signature of ecm_add_wayland_server_protocol. Commit. KAPIDox Unify format string usage. Commit. Avoid double assignment. Commit. Remove unnecessary escape. Commit. COLS_IN_ALPHA_INDEX has been deprecated. Commit. Footer.html correct URL for trademark_kde_gear_black_logo.png. Commit. KArchive Ci: add Alpine/musl job. Commit. KAuth HelperSupport: don't send debug message on application shutting down. Commit. KCalendarCore Export KCalendarCore namespace to QML. Commit. Add read support for xCal events. Commit. Add KF7 TODOs to make ICalFormat::fromString methods static. Commit. Refactor libical <-> KCalendarCore enum conversion. Commit. Avoid computing the next recurrence interval based on an invalid time. Commit. KCMUtils Set a QQmlEngine property on the QApplication. Commit. Fixes bug #488965 KCodecs Ci: add Alpine/musl job. Commit. Ensure we find test data on Windows. Commit. KColorScheme Use passkey to avoid issues with private constructor. Commit. Additional public API. Commit. [kcolorschememanager] Fix crash. Commit. Fixes bug #492408 Add KColorSchemeManager::instance in favor of public constructor. Commit. KConfig KStandardAction: Use windowIcon for AboutApp icon again. Commit. Fix macro documentation. Commit. Ci: add Alpine/musl job. Commit. Fix warning from staterc migration when there's no "old" file to migrate. Commit. Update KF6 TODO comments to KF7 given that they weren't addressed in KF6. Commit. KContacts Make the depedency to QML optional. Commit. KCoreAddons ExportUrlsToPortal: check for dbus error. Commit. KDirWatch: don't try inotify again if it has already failed. Commit. Relicense some files from lgpl2-only to lgpl2.1-or-later. Commit. Ci: add Alpine/musl job. Commit. KPluginMetaData: Avoid reading metadata from plugin loader twice. Commit. Kcoreaddons_add_plugin: Fix typo in error message. Commit. Fix configuring error when QtQml is not around. Commit. KCrash Document that KCrash::initialize should be called after KAboutData. Commit. Drop ptrace forwarding code. Commit. KDBusAddons Ci: add Alpine/musl job. Commit. KDeclarative QPixmapItem: Adjust rendering to dpr positioning. Commit. Fixes bug #481219 KDE Daemon Use KAboutData. Commit. Initialize KCrash. Commit. KDNSSD Ci: add Alpine/musl job. Commit. KFileMetaData UserMetadata: fix Win k_setxattr. Commit. [OfficeExtractor] Do not add word/line count if nothing has been extracted. Commit. [OfficeExtractor] Only try to extract content if PlainText is requested. Commit. [OfficeExtractor] Remove duplicate findExecutable calls, fix debug output. Commit. Cmake: Use KDE_INSTALL_FULL_LIBEXECDIR_KF instead of manual path mangling. Commit. Fixes bug #491462 Add missing initializer for "Empty" PropertyInfo displayName. Commit. [Taglib] Use non-deprecated constructors for MPEG::File/FLAC::File. Commit. [Taglib] Replace deprecated length() with lengthInSeconds(). Commit. KGlobalAccel Ci: add Alpine/musl job. Commit. KGuiAddons Port towards QNativeInterface. Commit. Fail at CMake configure time if xcb Qt feature is not enabled. Commit. Waylandclipboard: Dont explicitly clear when transfering sources. Commit. [kjobwidgets] Store window in a QPointer. Commit. See bug #491637. See bug #448532 Ci: add Alpine/musl job. Commit. KOverlayIconEngine: Adjust to API change in Qt 6.8 in scaled pixmap hook. Commit. Generate wayland code with PRIVATE_CODE. Commit. KHolidays Ci: add Alpine/musl job. Commit. KI18n Spinboxdoc. Commit. Formatting. Commit. Ci: add Alpine/musl job. Commit. Fix test to actually use a QDoubleSpinBox as intended here. Commit. Unambiguous documentation of formatString. Commit. KIconThemes Allow building without breeze-icons. Commit. Extend initTheme to ensure we properly follow the system colors. Commit. Add path for Android to theme locations. Commit. Take logical pixels in KIconEngine::createPixmap. Commit. [kiconengine] Adapt to Qt behavior change in scaledPixmap. Commit. Fixes bug #491677 KIdletime Ci: add Alpine/musl job. Commit. Generate wayland code with PRIVATE_CODE. Commit. KImageformats XCF: fix crash. Commit. README update. Commit. RGB: added options support. Commit. PCX: added options support. Commit. Fix crash on malformed files. Commit. KIO Test: skip kfilewidgettest focus test in Wayland. Commit. KFileWidget: Fix selecting directories. Commit. [trash] Fix restoring entries with absolute paths in disk-local trash. Commit. Fixes bug #463751 Add missing include. Commit. Also search kservices5 for service menus. Commit. Accept service menus that use ServiceTypes to specify their types. Commit. Fixes bug #478030 Ignore application/x-kde-onlyReplaceEmpty in paste dialog. Commit. Fixes bug #492006 Apply 1 suggestion(s) to 1 file(s). Commit. PasteDialog: hide application/x-kde-* formats from the combobox. Commit. PreviewJob: remove obsolete support X-KDE-Protocols aware thumbnailer. Commit. Fix documentation for ThumbnailRequest. Commit. Remove dead code for changing job priorities. Commit. Remove unused sslMetaData member. Commit. Remove unneeded friend. Commit. KFileWidget: Enable word wrapping for the message widget. Commit. Add missing include. Commit. Remove unused function. Commit. Consistently use WITH_QTDBUS instead of USE_DBUS. Commit. Previewjob: use contains instead of supportsMimetype. Commit. Document variable purposes and move EntryInfo definition to the start. Commit. KPropertiesDialog: Add "unknown" fallback. Commit. KPropertiesDialog: Use original URL for extra fields. Commit. Remove unneeded QPointer usage. Commit. PreviewJob: some refactoring. Commit. KUrlNavigator: Support modifiers on return similar to web browsers. Commit. PreviewJob: fix warnings and a todo. Commit. KDynamicJobTracker: Use widgets fallback if server says job tracker is required. Commit. Correctly escape unit names. Commit. Fixes bug #488854 KRecentDocument: add removeApplication and removeUrl. Commit. See bug #480276 Gui/kprocessrunner: normalize working directory. Commit. Fixes bug #490966 DropJob: special-case "downloading http URLs" drop with better text. Commit. Don't show "Move" item in drop menu for source files accessed using http. Commit. Fixes bug #389600 Set up crash handling for kiod. Commit. Deprecate leftovers from HTTP cache control. Commit. KUrlNavigator: Decode url title fully. Commit. Make sure KCrash works for kioworker. Commit. Previewjob: Use thumbnailer files for any mimetypes we don't have a plugin for. Commit. Kirigami Disable cachegen. Commit. Fixes bug #488326 PlaceholderMessage: Remove the icon opacity if the message is actionable. Commit. ToolBarLayout: Add test for dynamic actions. Commit. Read willShowOnActive value as Variant and convert to Bool. Commit. PrivateActionToolButton: Replace onVisibleChanged with Connections. Commit. Fix registration name for WheelEvent. Commit. [icon] Only reload icon from theme if the theme has that icon. Commit. Fixes bug #491806. Fixes bug #491854. Fixes bug #491848 PrivateActionToolButton: Hide menu if button is hidden. Commit. Fixes bug #486107 Allow recoloring of Android icon theme. Commit. Ci: add Alpine/musl job. Commit. [icon] Fix icon colors when using Plasma platformtheme and QIcon source. Commit. Fixes bug #491274 ShadowedImage: Expose Image.status via a readonly alias. Commit. PromptDialog: fix buttons overflow. Commit. Relicense Chip to LGPL. Commit. Relicense LoadingPlaceholder to LGPL. Commit. KItemModels Remove unused license text. Commit. Convert license statements to SPDX. Commit. Ci: add Alpine/musl job. Commit. Fix build without Qml. Commit. KColumnHeadersModel: Fix manual test. Commit. KExtraColumnsProxyModel: port to Qt 6.8's QIdentityProxyModel::setHandleSourceLayoutChanges. Commit. KItemViews Ci: add Alpine/musl job. Commit. KJobWidgets Only install D-Bus interface files when actually building with D-Bus. Commit. KNewStuff Add especially crappy magic to deal with transient parents in actions. Commit. Fixes bug #491083 Make staticxmlprovider (more) reentrant. Commit. Make AtticaProvider reentrant. Commit. Typos--. Commit. KNotifications Don't set desktop file name for XDG activation token. Commit. KPackage Add missing include guard. Commit. KPlotting Ci: add Alpine/musl job. Commit. KQuickCharts Ci: add Alpine/musl job. Commit. KStatusNotifieritem Fix deprecation versions. Commit. Deprecate action collection access. Commit. KTextEditor Make tests a bit faster. Commit. Fix clashing and missing keyboard accelerators. Commit. Add help texts for new editing commands. Commit. Move sort implementation to C++. Commit. Fixes bug #478250 Move natsort to C++ and implement it using QCollator. Commit. Move the sortuniq, uniq implementation to C++. Commit. Fixes bug #478250 Read and write font features to config. Commit. Fix doc.text() when first block is empty. Commit. Fix block splitting. Commit. Try to make test more robust. Commit. Restore previous indentation test mode based on individual files. Commit. Store startlines in the buffer instead of block. Commit. Doc: Fix code example for plugin hosting. Commit. No 10 second timeouts, the CI is not that consistent fast. Commit. Try to make test more stable. Commit. Improve encoding detection. Commit. Fixes bug #487594 Fix grouping on config dialog page. Commit. Fixes bug #490617 Optimize cursorToOffset. Commit. Dont indent on tab when in block selection mode. Commit. Fixes bug #448695 Fix selection printing. Commit. Fixes bug #415570 KTextTemplate Ci: add Alpine/musl job. Commit. KTextWidgets Fix unused-variable warning (with clang) when HAVE_SPEECH isn't set. Commit. Deprecate KPluralHandlingSpinBox. Commit. KUserFeedback Tests: allow to disable testOpenGLInfoSource using envvar. Commit. Ci: add Alpine/musl job. Commit. KWallet Set up crash handling. Commit. Remove dead kdeinit code. Commit. KWidgetsAddons Hide toolbar when not need (e.g. in tabbed view). Commit. FontChoose: Allow setting font features when selecting font. Commit. Fixes bug #479686 Expand tabbar in KPageView. Commit. [kjobwidgets] Store window in a QPointer. Commit. Fixes bug #491637. See bug #448532 Support page headers in KPageView. Commit. KWindowSystem Generate wayland code with PRIVATE_CODE. Commit. KXMLGUI Port to KStandardActions where possible. Commit. Modem Manager Qt Ci: add Alpine/musl job. Commit. Network Manager Qt Ci: add Alpine/musl job. Commit. Prison Fix WITH_QUICK=OFF by moving ECMQmlModule behind the conditional. Commit. Ci: add Alpine/musl job. Commit. Purpose Fix sharing via menu a second time. Commit. Fixes bug #490579 QQC2 Desktop Style Read Smallest font settings from the proper config. Commit. Fixes bug #490890 Solid Ci: add Alpine/musl job. Commit. Sonnet Revert "fail if none of the plugins can be build". Commit. Fail if none of the plugins can be build. Commit. Update file spellcheckhighlighter.cpp. Commit. Quick: Silence valgrind warnings. Commit. Fix uic warning. Commit. Ci: add Alpine/musl job. Commit. Syntax Highlighting Inc version. Commit. Update QFace IDL Definition to support single line comments. Commit. Odin.xml: Multiple fixes to the syntax. Commit. QFace: WordDetect without trailing space. Commit. Bash: add \E, \uHHHH and \UHHHHHHHH String Escape, @k parameter transformation and & in string substitution. Commit. Zsh: add \E, \uHHHH, \UHHHHHHHH and sinle \ as String Escape. Commit. Add definition for the QFace IDL. Commit. Modelines: add missing variables and delete some that don't work. Commit. Add Kate Config syntax (.kateconfig file). Commit. Modelines: fix spaces after remove-trailing-spaces value ; multiple values now stop parsing. Commit. Modelines: fix indent-mode value and remove deprecated variables. Commit. Detect-identical-context.py: add -p to show duplicate content. Commit. XML: add parameter entity declaration symbol (% in ). Commit. Indexer: suggest removing .* and .*$ from RegExpr with lookAhead=1. Commit. PHP: add { in double quote string as a Backslash Code. Commit. Fixes bug #486372 Zsh: fix escaped line in brace condition. Commit. Bash: fix escaped line in brace condition. Commit. Fixes bug #487978 Nix: fix string in attribute access. Commit. Fixes bug #491436 Optimize AbstractHighlighterPrivate::ensureDefinitionLoaded (highlighter_benchmark is 1.1% faster). Commit. Ci: add Alpine/musl job. Commit. Indexer: suggest replacing RegExpr with Int or Float when possible. Commit. Add JSX as an alternative name for JavaScript React (JSX) and TSX for TypeScript React (TSX). Commit. Indexer: check name and alternativeNames conflict ; update alternativeNames for generated files. Commit. Optimize Repository::addCustomSearchPath. Commit. Replace QList contextDatas with std::vector: implicit sharing is not useful. Commit. Prefer range-based loops to loop over iterators. Commit. Optimize Definition::foldingEnabled() by calculating the result during loading. Commit. Replace DefinitionRef type with DefinitionData* in immediateIncludedDefinitions. Commit. Remove code duplication related to context resolution. Commit. Replace std::cout / std::cerr with fprintf. Commit. Use QStringView as key for format. Commit. Replace QStringView::mid,left,right with sliced. Commit. Replace QString::split with QStringTokenizer to avoid unnecessary list construction. Commit. Orgmode: add syntax highlighting to some languages. Commit. Optimize Repository::definition[s]For*(). Commit. Reduce QFileInfo usage. Commit. Theme_contrast_checker.py: add --scores to modify rating values. Commit. Theme_contrast_checker.py: displays the selected color space. Commit. Theme_contrast_checker.py: fix label inversion between bold and normal text. Commit. Ksyntaxhighlighter6: add --background-role parameter to display different possible theme backgrounds. Commit. Ksyntaxhighlighter6: rename ansi256Colors format to ansi256. Commit. Theme_contrast_checker.py: fix help of -M parameter. Commit. Added a link to all available syntaxes and how to test a file in an isolated environment. Commit. Python: raw-string with lowercase r are highlighted as regex. Commit. JSON: fix float that start with 0. Commit. JSON: add jsonlines and asciicast v2 format extensions. Commit. Threadweaver Ci: add Alpine/musl job. Commit.
KDE Ships Frameworks 6.5.0
Friday, 9 August 2024
Attica Support new version field on DownloadDescription. Commit. Bluez Qt Manager: Fix connections for the connectedDevices list property. Commit. Breeze Icons Add 22px color (and monochrome, using *-symbolic) category icons. Commit. Fixes bug #489347 Make 16px list-remove-symbolic be a link to the base icon. Commit. Add symlinks for Crow Translate icons. Commit. Fixes bug #489984 Add flatpak symlink for Git Cola. Commit. Add icon to indicate adding to a playlist immediately after the current track. Commit. See bug #429942 Extra CMake Modules Prefix.sh.cmake add MANPATH. Commit. FindWaylandScanner: Add flag to use private-code. Commit. Framework Integration Plasma_workspace.notifyrc: relabel to match button. Commit. KArchive Allow passing QIODevice::Truncate in open mode. Commit. KAuth Allow the dbus backend to pass file descriptors as arguments. Commit. Ensure that qt dbus macros are available with KAUTH_BUILD_CODEGENERATOR_ONLY=ON. Commit. KCMUtils AbstractKCM: Document what extraFooterTopPadding is for. Commit. AbstractKCM: remove false deprecation notice. Commit. KCodecs Add static build support. Commit. KColorScheme Bundle essential breeze color schemes as resource. Commit. KConfig Ksharedconfig: move statercs to state dir. Commit. Explain what "desktop entry spec separator semantics" means. Commit. Reapply "don't create root-only readable files in /etc/xdg". Commit. Make Qt6Quick dependency for QML plugin private. Commit. Expose KWindowStateSaver in the QML interface. Commit. Sync config group on KWindowStateSaver::timerEvent. Commit. Don't do tests in ~/.kde-unit-test. Commit. KCoreAddons Enable cppcheck. Commit. Add missing license header. Commit. Add QML Format example. Commit. [qml/formats] Drop no longer needed function. Commit. Remove obsolete doc comment. Commit. Replace deprecated globalMatch with globalMatchView. Commit. KCrash Metadata: Include frameworks version number. Commit. Metadata: pass along qt version. Commit. Don't capture unused variable. Commit. Add CMakelint formatting commit to .git-blame-ignore-revs. Commit. ./CMakeLists.txt:26: Extra spaces between 'if' and its () [whitespace/extra]. Commit. KDeclarative KeySequenceItem: be Accessible.Button, not Checkbox. Commit. KeySequenceItem: Use KMessageDialog for displaying conflict messages. Commit. Kquickcontrols: Drop validation code from KeySequenceHelper. Commit. Kquickcontrols: Use KeySequenceValidator in KeySequenceItem. Commit. Fixes bug #483199 Kquickcontrols: Introduce private KeySequenceValidator type. Commit. See bug #483199 KFileMetaData [Extractors] Clarify Qt::Gui dependencies. Commit. KGuiAddons Add missing license text. Commit. KHolidays Kazakhstan: Add National Book Day. Commit. KI18n Use more specific names for the functions. Commit. Add comment for translators in example code. Commit. Code cleanup. Commit. Minor Doxygen change. Commit. Build with older clang versions too. Commit. Test also retranslateFormatString. Commit. Make retranslateFormatString() call function from correct namespace and adjust code documentation. Commit. Add helper method for setting a plural-aware spin box prefix/suffix. Commit. KIconThemes Fix icon recoloring for portable installers. Commit. Overhaul KIconEngine docs. Commit. Deprecate KIconLoader::drawOverlays. Commit. Deprecate movie loading API. Commit. Add back effect into cache key. Commit. Fixes bug #490795 Deprecate KIconEffect::apply API. Commit. Refactor icon effect application. Commit. [kiconeffect] Add static API for active effect. Commit. [kiconeffect] Add static API for disabled effect. Commit. [kiconeffects] Drop color and color2 members. Commit. [kiconeffects] Don't read effect settings from kconfig. Commit. [kiconeffect] Replace raw numbers with relevant enum. Commit. Add note to prefer QIcon::fromTheme over KIconLoader. Commit. Remove edit-specific directives. Commit. KImageformats JXL: added ImageTransformation option. Commit. Xcf: Fix crash on malformed files. Commit. Pcx: Fix crash in broken files. Commit. Xcf: Fix crash on broken files. Commit. Pcx: fix crash on invalid files. Commit. Pcx: fix crash on invalid files. Commit. Exr: added some usefull attributes. Commit. Pcx: Read 16 color images that are 4bpp and 1 plane. Commit. Full range HDR support. Commit. Prepare gitlab for files that are coming int the next commit. Commit. Avif: check return values. Commit. Raw: Fix compiler warning with macro redefinition in Windows. Commit. KIO KFileWidget: reset preview to selected file on hover leave. Commit. See bug #418655 Drop unused methods from ConnectionServer. Commit. Un-PIMPL ConnectionServer. Commit. Properly log errors in ConnectionServer::listenForRemote(). Commit. Beef up connection error logging. Commit. [kprocessrunner] Also request an XDG activation token with StartupNotify=false. Commit. Port from KIconLoader::drawOverlays to KIconUtils::addOverlays. Commit. Kdirmodel: fix case when first deleted item was hidden. Commit. Kfileitem: show relative path for rel symlink. Commit. Fixes bug #456198 File_unix: extract readLinkToBuffer to fn. Commit. Kshellcompletion: remove unused variable. Commit. KFilePlacesView: Show free space info in the tooltip. Commit. KFilePlacesView: Show label in tooltip if it is elided. Commit. Fixes bug #454436 KFilePlacesItem: Add tooltip. Commit. Ksamba: correct isAclValid regex. Commit. DeleteOrTrashJob: emitResult with ERR_USER_CANCELED when cancelling prompt. Commit. Alter permissions of the right file. Commit. Try to fix test if umask is not as expected. Commit. Enable one more test that works for me. Commit. Ensure the wanted one second diff. Commit. Make test more deterministic. Commit. Less pollution of the home with test tmp files. Commit. Port away from deprecated KIconEffect API. Commit. Kprocessrunner: small code improvements. Commit. Lookup QWidget parent at runtime. Commit. Remove unused includes. Commit. Drop SessionData. Commit. Move useragent handling code into HTTP worker. Commit. Remove unused member. Commit. Drop dead metadata. Commit. Cache KFileItem::isHidden result. Commit. Avoid reparsing mount points for each directory on destruction. Commit. Remove parent for DropMenu. Commit. Fixes bug #490183 Systemdprocessrunner: escape $ in arguments. Commit. API dox: help doxygen to not auto-detect first sentence end after "i.e.". Commit. API dox: document CamelCase include for KFileFilter. Commit. Kirigami Relicense MenuDialog and PromptDialog to LGPL. Commit. GlobalDrawerActionItem: Fix tooltip. Commit. ContextualHelpButton: make text always accessible. Commit. Convert license headers to SPDX. Commit. Port dialogs to pragma ComponentBehavior: Bound. Commit. Dialog: Support variable base padding. Commit. Dialog: Add some null safety. Commit. Dialog: Fix ScrollView::contentItem management. Commit. We can Use directly nullptr. Commit. Fix: install KirigamiPrivate soversion. Commit. NavigationTabButton: Drop bold font workaround. Commit. KItemModels Fix incorrect QML element name in documentation. Commit. KNewStuff Support new version field on DownloadLinkInformation. Commit. QML: Use some better property types. Commit. EntryDetails.qml: Qualify newStuffModel, use downloadItemId. Commit. Fixes bug #483659 Use KPackageJob::update instead of ::install. Commit. KNotifications Allow to build on oses without dbus and any other backend. Commit. KParts Use the correct check to determine whether initial preference should be read from KParts or KPlugin. Commit. KPeople Make locks actually lock. Commit. KService Store canonicalFilePath instead of looking it up twice. Commit. Use canonicalFilePath instead of absoluteFilePath. Commit. Use absolute path to mimeapps.list. Commit. KStatusNotifieritem Add API to control quit behavior. Commit. KSVG FindInCache: Compare last modified to boot time if timestamp is 0. Commit. Fixes bug #453876 Drop dead code. Commit. KTextEditor Fix drag pixmap with wrapped lines. Commit. Fixes bug #476979 Add actions to convert spaces to tabs and vice versa. Commit. Fixes bug #456736 Use ktexteditor-script-tester6 for javascript tests. Commit. Fix -Woverflow warning with gcc. Commit. Templates: Remove one level of nesting. Commit. Ignore buffer signals in completion on undo/redo. Commit. CursorToOffset: remove unnecessary line variable. Commit. Fix formatting. Commit. Src/view/kateview.cpp (KTextEditor::ViewPrivate::setupActions) : Fix typo in m_toggleShowSpace and m_toggleDynWrap whatsThis text. Commit. Treat 0x0000 to 0x001F as non-printable. Commit. Add action to quick toggle space visibility. Commit. KWidgetsAddons Fix that last line in fonts list is only half visible. Commit. Fixes bug #488079 Avoid the creation of toplevel widget. Commit. Fixes bug #490712 Remove unused license text. Commit. Partially revert cccaa8f89897146043a535d45a276e3a57412815. Commit. Deprecate KJobWidgets::setWindowHandle,windowHandle. Commit. Fix tab not highlighted in some cases. Commit. Fix multiple overlays being installed over tab. Commit. Fixes bug #490213 KXMLGUI Remove QTreeWidgetHack, the methods are public now. Commit. Fix compile error of krichtexteditor on Craft on Windows. Commit. Network Manager Qt ConnectionSettings: Support MeCard SAE security type. Commit. QQC2 Desktop Style ScrollBar: Fix custom scrolling behavior. Commit. Fixes bug #488092 Solid Udev/cpuinfo_arm: add M2 Pro/Max core variants. Commit. Sonnet Downgrade qCWarning to qCDebug. Commit. Avoid initializing full HSpellDict when getting languages. Commit. Fixes bug #421451 Fix SONNET_USE_QML=OFF by moving ECMQmlModule behind the conditional. Commit. Syntax Highlighting Earthfile.xml: modernize highlighter to support Earthly 0.8 features. Commit. C++: add floating-point literal suffixes of C++23. Commit. Python: add some special variables and fix '' line continuation after a string. Commit. Add .clang-format and .clang-tidy files with YAML. Commit. Zig: fix range operator preceded by a number: [0..]. Commit. Odin: add raw string color. Commit. Update syntax highlighting for kdesrc-buildrc. Commit. Cmake.xml: update syntax for CMake 3.30. Commit. Inc version after done type adding. Commit. Hare: add done keyword. Commit. Threadweaver Ensure windows tests work. Commit. Only enter loop if signal didn't arrive before that. Commit. Try to fix windows hang in tests. Commit.
KDE Ships Frameworks 6.4.0
Friday, 12 July 2024
Attica Gitignore: add VS Code dir. Commit. Baloo Revert "[Extractor] Change to QCoreApplication". Commit. Fixes bug #487628 Port QML modules to declarative type registration. Commit. CI: update clang-format image. Commit. Bluez Qt Add core/primary services for LE Audio: CSIS, MCS, BASS, PACS, CAS. Commit. Add comments to improve readability and maintainability. Commit. Manager: Add list property for connectedDevices. Commit. Manager: Sort out property shorthand in tests. Commit. Breeze Icons Use newly introduced ColorScheme-Accent. Commit. Fixes bug #446468 Improve excalamation point placement in data-warning/dialog-warning icon. Commit. Fixes bug #487626 Add generic translate icon, symlink crow-translate-tray. Commit. Add non-symbolic base version of network-wireless-bluetooth icons. Commit. Mark as non gui executables to have output on Windows. Commit. Extra CMake Modules Avoid spurious message about appstreamtest. Commit. KArchive Don't accept tar files with sizes < 0. Commit. Fix crash with malformed files. Commit. KAuth Move dbus dep to backend & tests. Commit. Gitignore: add VS Code dir. Commit. KBookmarks Gitignore: add VS Code dir. Commit. KCalendarCore Add missing QtCore dependency to QML module. Commit. Add QML bindings for CalendarListModel and CalendarPluginLoader. Commit. Add CalendarListModel. Commit. KCMUtils Plugins: Use help-about icons instead of dialog-information. Commit. SettingHighlighterPrivate: Optimize connections. Commit. Plugins: Use symbolic versions of the icons. Commit. Declare missing QML module dependency. Commit. Properly declare KQuickConfigModule as having attached properties. Commit. Support USE_DBUS option to enable/disable dbus use. Commit. Gitignore: add VS Code dir. Commit. Ensure KCM load function is called only once. Commit. Fixes bug #487388 KCodecs Remove unused static tables. Commit. KCompletion Gitignore: add VS Code dir. Commit. KConfig Fix two cmakelint types of issue. Commit. Fix KCONFIG_USE_QML=OFF by moving ECMQmlModule behind the conditional. Commit. Kconfig_compiler: Don't generate .moc include. Commit. Kconfig_compiler: Allow generating QML type registration macros. Commit. Kconfig_compiler: Use automoc for GENERATE_MOC. Commit. Avoid unused variable definition. Commit. Allow desktop files to be a symbolic link. Commit. Fix compile. Commit. KStandardActions: Use C++11 for loop. Commit. Fix compile dependencies for windows. Commit. Register KCoreConfigSkeleton to QML. Commit. Provide a generic named USE_DBUS option to allow to choose if to use it. Commit. Don't warn if no dbus enabled. Commit. KConfigWidgets Support USE_DBUS option to enable/disable dbus use. Commit. KCoreAddons Rename deprecated argument CLASSNAME to CLASS_NAME in ecm_add_qml_module() for KCoreAddonsPlugin. Commit. Kurlmimedata: warn about problems while retrieving files from portal. Commit. Decode os-release as UTF-8. Commit. Use REQUIRED_QT_VERSION for dbus, too. Commit. Provide USE_DBUS option to allow to turn on/off dbus parts. Commit. KCrash Add missing QtOpenGL dependency. Commit. KDBusAddons Gitignore: add VS Code dir. Commit. KDeclarative Add missing copyright to KeySequenceItem. Commit. KDocTools Remove silly goose from template. Commit. Gitignore: add VS Code dir. Commit. KGlobalAccel Fix cmakelint issues. Commit. Gitignore: add VS Code dir. Commit. KGuiAddons KColorSchemeWatcherMac: update name in copyright. Commit. Clipboard: Add roundtrip when setting clipboard. Commit. Fixes bug #466414 Support USE_DBUS option to enable/disable dbus use. Commit. KHolidays Add holidays for Germany, Bremen and Germany, Hamburg. Commit. Add public holidays for Uzbekistan. Commit. Holiday_pe_es - add Peru holidays per "Decreto Legislativo 713". Commit. Fixes bug #488513 Update russian holidays substitution for 2021, 2022, 2023, 2024. Commit. Update holiday_ph_en - fix syntax error "of august" should be "in august". Commit. Change optional name to Philippines. Commit. Introduce a holidays file for Philippines. Commit. KI18n Make country name detection substring matching more strict. Commit. KIconThemes Flip logic when to use Accent/HighlightedText. Commit. Support USE_DBUS option to enable/disable dbus use. Commit. KIdletime Port towards QNativeInterface::QWaylandApplication. Commit. Gitignore: add VS Code dir. Commit. KImageformats Fixed wrong plugin options behaviour. Commit. EXR: Full support for gray image/colorspace. Commit. Disable JXR plugin due to crashes in JXRLIB. Commit. PFM: Portable FloatMap read only support. Commit. PXR: Pixar raster read only support. Commit. Sanity checks (fuzzer). Commit. XCF: fixed wrong composite on Grayscale images. Commit. See bug #476755 Fix compilation. Commit. Use of metadata macro definitions. Commit. JXR: added CMYK image to read test. Commit. XCF: Increased maximum property size. Commit. See bug #426222 JXR support. Commit. See bug #451584 PSD: support native CMYK introduced by Qt 6.8. Commit. KIO Core: use QString to format number. Commit. Remove unnecessary space character in empty text file template. Commit. Fixes bug #487768 Port DropJob to KJobWidgets::windowHandle(). Commit. See bug #488515 Use resolved executable in KProcessRunner::fromExecutable. Commit. Handle using parent environment correctly in SystemdProcessRunner. Commit. Prepare environment for systemd in SystemdProcessRunner. Commit. Enable CommandLauncherJob tests (modulo _KDE_APPLICATIONS_AS_SERVICE on CI). Commit. Kmountpoint: use advised call params when possible for libmount. Commit. Remove unused includes. Commit. Drop unused modifiers support from user agent code. Commit. [kprotocolmanager] Remove unused http_config. Commit. Remove unused includes. Commit. Don't pass proxy config to workers. Commit. Drop protocol proxying. Commit. Deprecate KProtocolInfo::proxiedBy. Commit. [ftp] Drop ProxiedBy=http. Commit. Kfileitem.cpp: If fileMode is not unknown, set InitCalled to true in readUDSEntry. Commit. Fixes bug #485771 Support USE_DBUS option to enable/disable dbus use. Commit. [webdav] emit ERR_UNSUPPORTED_ACTION when performing fileSystemFreeSpace on a file. Commit. Add desktop file for kiod. Commit. Fixes bug #459054 Gitignore: add VS Code dir. Commit. Kfileitemtest: testBasicDirectory relax size assertion. Commit. Commandlauncherjob: emit error when no executable. Commit. Kirigami Fix: install KirigamiPrivate soversion. Commit. Add Kirigmai.Action unit tests. Commit. Fix static build. Commit. Allow initializing a Kirigami.Action from a QAction. Commit. NavigationTabButton: improve text legibility. Commit. Fixes bug #489573 Dialog: Add horizontal padding to prevent content from leaking onto borders. Commit. ActionTextField: de-duplicate action icon code. Commit. Dialogs/Dialog.qml: removed colorSet. Commit. ActionTextField: fix QML errors. Commit. Update build.gradle in application template to Qt 6. Commit. Remove unused KItemModels import. Commit. Fix: The issue of abnormal touch events. Commit. Relax property types to QtQuick.Templates counterparts. Commit. See bug #487904 Units: decouple grid unit from font metrics. Commit. Fix typo. Commit. Support USE_DBUS option to enable/disable dbus use. Commit. PlaceholderMessage: Announce the text and description to a11y. Commit. Fixes bug #482753 KItemModels Kdescendantsproxymodel: fix nested signals on source model reset. Commit. Kdescendantsproxymodeltest: use model tester in the tests where it passes. Commit. Port kdescendantsproxymodeltest to std::unique_ptr. Commit. KItemViews Relicense files from LGPL-2.0-only to LGPL-2.0-or-later. Commit. Gitignore: add VS Code dir. Commit. KWidgetItemDelegateEventListener: remove useless destroy event sending. Commit. KJobWidgets Support USE_DBUS option to enable/disable dbus use. Commit. Gitignore: add VS Code dir. Commit. KNewStuff Remove Icons view. Commit. Remove user-facing view switcher. Commit. Use Tiles view by default. Commit. Add punctuation to warning. Commit. BigPreviewDelegate: Fix "Update" action. Commit. Action: Remove dead code. Commit. Gitignore: add VS Code dir. Commit. KNotifications Fix missing HAVE_DBUS usages. Commit. Support USE_DBUS option to enable/disable dbus use. Commit. Adapt Android default notifications and documentations to KF6 search path. Commit. KNotifyConfig Support USE_DBUS option to enable/disable dbus use. Commit. Port to KStandardActions. Commit. KPackage Remove stray lib. Commit. Support USE_DBUS option to enable/disable dbus use. Commit. Gitignore: add VS Code dir. Commit. KParts PartLoader: Allow reading of InitialPreference from KParts object. Commit. PartLoader: Add mechanism to provide capabilities standardized in JSON metadata. Commit. KPeople Add missing send. Commit. Remove no longer used var. Commit. Fix non-dbus path. Commit. Support USE_DBUS option to enable/disable dbus use. Commit. KPlotting Fix cmakelint issues. Commit. KPTY Fix "Connecting from COMPAT signal" warning. Commit. KQuickCharts Controls: Don't use visible for hiding text in LegendDelegate. Commit. Controls/legenddelegate: Always hide name if its width is 0. Commit. KRunner Fix build with QT_NO_CAST_FROM_ASCII. Commit. KService Gitignore: add VS Code dir. Commit. Fix description in metainfo. Commit. Fix tier information. Commit. KStatusNotifieritem Support USE_DBUS option to enable/disable dbus use. Commit. Gitignore: add VS Code dir. Commit. KSVG Fix masks of completely black mask frames. Commit. Restore proper devicepixelratio when extracting from cache. Commit. Fixes bug #488295 Fix description in metainfo. Commit. Remove explicit maintainer from metainfo. Commit. KTextEditor Add a tool to test javascript scripts. Commit. Fix JS API result of view.executeCommand(). Commit. Kateregexpsearch: fix FAST_DEBUG. Commit. API documentation: fix typo on kte_design page. Commit. Add action to popy the current file name and line. Commit. Fixes bug #488027 Prefer even indent sizes. Commit. Fixes bug #474505 Try different way to read file for digest. Commit. See bug #482800 Remove gradient, looks ugly. Commit. Add missing :, are there for all other entries. Commit. Don't remember encoding if known to be broken. Commit. Fixes bug #445015 Ensure we don't keep old session config keys. Commit. Fixes bug #486648 KTextWidgets Gitignore: add VS Code dir. Commit. KUserFeedback Gitignore: add VS Code dir. Commit. KWallet Gitignore: add VS Code dir. Commit. KWidgetsAddons Fix the since version of KJobWidgets::windowHandle,setWindowHandle. Commit. Kjobwidgets: Force setWindow() creating a window handle. Commit. See bug #488515 Kjobwidgets: Add functions to associate QWindow with a KJob. Commit. See bug #488515 KTitleWidget: restore size policies to Preferred & vertical centering. Commit. Fixes bug #488319 KTitleWidget: do not autoFillBackground by default, drop StyledPanel frame. Commit. Fixes bug #475898 Make compile fine without qt6.7 deprecated methods. Commit. KWindowSystem Fix compiler error when memfd is absent. Commit. Gitignore: add VS Code dir. Commit. KXMLGUI Remove old dead code from KDE4. Commit. Use static constexpr for global int value definitions instead of enums. Commit. Revert "Avoid a crash in broken Konsole code for now, waiting for fix release". Commit. Port away from deprecated signal QCheckBox::stateChanged. Commit. Support USE_DBUS option to enable/disable dbus use. Commit. Gitignore: add VS Code dir. Commit. Network Manager Qt Add missing find_dependency call on Qt6Network. Commit. Fixes bug #489094 Fixed occasional lag issue with ActiveConnection. Commit. Recognize OWE in AP capabilities and connection security. Commit. See bug #464615 Add VRF and loopback device types. Commit. Recognize the "loopback" connection type. Commit. Fix check for device and AP cipher compatibility. Commit. Prison Adjust scanner-qt6.qml for newer QtMultimedia. Commit. Purpose JobView: Fix switch-case: add default branch. Commit. Plugins/barcode: Fix up QML. Commit. Widgets: Rework type registration and property initialization, improve QML. Commit. Don't let the Heading overflow. Commit. AlternativesModel: Use logging category. Commit. AlternativesModel: Drop unused header. Commit. Tests: Rework testing share tool. Commit. Tests: Set initial properties instead of introspecting objects later. Commit. Tests: Correctly check for additional positional arguments. Commit. Tests: Remove duplicating calls to add help and version CLI options. Commit. Tests: Add missing translation domain. Commit. Drop QML import versions. Commit. Fix some QML and C++ code style. Commit. Use ellipses instead of triple period. Commit. AlternativesModel: Use correct role for a tooltip. Commit. Kdeconnect: Don't let the Heading overflow. Commit. Namespace embedded resources. Commit. Support USE_DBUS option to enable/disable dbus use. Commit. Gitignore: add VS Code dir. Commit. QQC2 Desktop Style Combobox: Set focus on text field within combobox. Commit. Delegates: Use inset to control spacing around hover/selection highlight. Commit. Limit focus workaround to affected versions. Commit. Itembranchindicators: Store QPersistentModelIndex instead of QModelIndex. Commit. Itemindicators: Don't access thread-unsafe data from the render thread. Commit. Fixes bug #487850 Implement baselineOffset for more controls. Commit. KQuickStyleItem: Mark baselineOffset method as const. Commit. Implement SplitView with splitter handles. Commit. Support USE_DBUS option to enable/disable dbus use. Commit. Solid Fix "Connecting from COMPAT signal" warning. Commit. Support USE_DBUS option to enable/disable dbus use. Commit. Narrow down types of backend objects to Ifaces::DeviceManager. Commit. Doc: Port 0 to nullptr. Commit. Drop a reference to non-existent interface class. Commit. Add missing forward declaration. Commit. Gitignore: add VS Code dir. Commit. Syndication Dublincore.h "organisation" -> "organization" (prefer en_US). Commit. Gitignore: add VS Code dir. Commit. Syntax Highlighting Add CustomType highlighting and improve import highlighting. Commit. Corrected Gleam syntax. Commit. Add Gleam syntax. Commit. OrgMode: add header-item folding, properties folding, more todo keywords. Commit. Avoid that we try to open files without name. Commit. [dracula.theme] Fix "ISO/Delphi Extended" for Pascal. Commit. Nginx: update for new directives and variables. Commit. Systemd unit: update to systemd v256. Commit. Add basic syntax highlighting rules for opsi-script. Commit. [dracula.theme] Fix "Special Variable" for PHP. Commit. Add Typst highlighter. Commit.
KDE Ships Frameworks 6.3.0
Friday, 7 June 2024
Baloo Qml: don't do blocking DBus calls in Baloo.Monitor. Commit. Fixes bug #487064 Remove explicit maintainer from metainfo. Commit. Bluez Qt Remove explicit maintainer from metainfo. Commit. Breeze Icons Use normal resource adding, big resource variant has issue with LTO. Commit. Kmahjongg app icon: drop broken entries href'ing to non-existing id. Commit. Fix remaining missing semicolons. Commit. Fix missing semicolon. Commit. Fix path styling. Commit. Treat hicolor as "no fallback theme set" too. Commit. Ensure we fallback to breeze, if no user fallback is set. Commit. Fix dark icon generation. Commit. Revert "ensure we fallback to breeze, if no user fallback is set". Commit. Ensure we fallback to breeze, if no user fallback is set. Commit. Avoid to generate dead links. Commit. Remove duplicate of window.svg. Commit. Better duplicate checking. Commit. Stricter external link check. Commit. Integrate better test for whitespace of any kind. Commit. Fix escape sequences. Commit. Do full link checking for git win links, too. Commit. Do full symlink checking during resource creation. Commit. Better name for windows link resolving. Commit. Remove recently-added process-working-symbolic icons. Commit. Replace dialog-* icons with data-* icons. Commit. Add symbolic icons as symlink to existing monochrome icons. Commit. Remove explicit maintainer from metainfo. Commit. Remove copy/pasted 16px go/lua/scala icons from mimetypes/22. Commit. Fix actions/22/fingerprint viewBox. Commit. Include duplication check. Commit. Let Qt do the simple XML linting. Commit. Add my copyright, too. Commit. Add more comments and use better function name. Commit. Reenable x24 icons on Windows. Commit. Try to ensure we really run late enough. Commit. Run resource file generator on dark, too, for checks. Commit. Generate icon 24 gen dir always. Commit. Move more helpers to same dir. Commit. Split files to avoid dep cycles. Commit. Pack in generated icons. Commit. Add symlinks for new ISO MIME type names. Commit. Use rcc like we do it in other frameworks. Commit. Move helper, simplify deps searching. Commit. Avoid the copying. Commit. Add back BINARY_ICONS_RESOURCE for breeze only. Commit. Fix qrc generation for system with symlinks and always build the library. Commit. Remove BINARY_ICONS_RESOURCE. Commit. Extra CMake Modules Skip app template packaging when cross-compiling. Commit. Remove explicit maintainer from metainfo. Commit. ECMQueryQt: Provide better error message when Qt6 qpaths is not found. Commit. Framework Integration Remove wrong note from metainfo. Commit. Remove explicit maintainer from metainfo. Commit. KAPIDox Don't show maintainers for frameworks. Commit. Don't show framework type in frameworks list. Commit. KArchive Require unit tests to pass on Windows. Commit. It compiles fine without qt6.7 deprecated methods. Commit. Add missing includes. Commit. KAuth Remove explicit maintainer from metainfo. Commit. KBookmarks It compiles fine without qt6.7 deprecated methods. Commit. Use ellipsis character instead of three dots in UI strings. Commit. KCalendarCore Tests: Remove workaround not needed anymore after 80f7731c591dfe656d8c6769fa2efba9256a60f4. Commit. CI: Require passing tests on Linux and Windows. Commit. Adapt date/time output for tests to Qt 6.7 formatting behavior changes. Commit. Remove explicit maintainer from metainfo. Commit. KCMUtils It compiles fine without qt6.7 deprecated methods. Commit. AbstractKCM,SimpleKCM: Stop overlapping the 1px of content with a header Separator. Commit. SimpleKCM: Port header's wrapper from QQC2.Control to Kirigami.Padding. Commit. SimpleKCM: Drop unnecessary id qualifier from the bindings at the top-level component. Commit. AbstractKCM,SimpleKCM: Unify header/footer content swapping. Commit. AbstractKCM,SimpleKCM: Unify OverlaySheet detection, port to cool iterators. Commit. KColorScheme Allow to bundle color schemes with applications inside resources. Commit. Remove explicit maintainer from metainfo. Commit. KCompletion It compiles fine without qt6.7 deprecated methods. Commit. Remove explicit maintainer from metainfo. Commit. KConfig Ensure test works with Qt 6.7 on Windows. Commit. Use QT_TRANSLATE_NOOP instead of QT_TR_NOOP for KStandardActions. Commit. Add helper method to fully move a group to another. Commit. Deprecate ctor that takes a backend. Commit. Move parts of KStandardAction to KConfigGui. Commit. Remove KConfigBackend abstraction. Commit. Add a mutex to protect globalData. Commit. Kconfigxt: Remove docs for SourceExtension parameter which was removed in KF6. Commit. Remove explicit maintainer from metainfo. Commit. Use ellipsis character instead of three dots in UI strings. Commit. KConfigWidgets Add api to have a style chooser. Commit. KStandardAction: reduce allocation by using view type. Commit. Add KStyleManager::initStyle to enforce proper application style. Commit. KConfigDialogManager: port to non-deprecated QCheckBox signal. Commit. KCommandBar: Better UI. Commit. KContacts Add SPDX license/copyright information for new CMakeLists.txt as well. Commit. Properly expose address format API to QML. Commit. Add qml module. Commit. Update feature documentation. Commit. Remove explicit maintainer from metainfo. Commit. KCoreAddons Not all distros have /bin/true, e.g. NixOS lacks it. Commit. Bundle license texts inside resource. Commit. Remove explicit maintainer from metainfo. Commit. Kfilesystem: recognize nfs4 as KFileSystemType::Nfs. Commit. Replace KAboutDialog with KAboutApplicationDialog. Commit. KCrash Handle kwin's wayland qpa as wayland platform. Commit. KDBusAddons It compiles fine without qt6.7 deprecated methods. Commit. KDeclarative KeySequenceItem: Fix height management. Commit. Remove useless note from metainfo. Commit. Fix tier in metainfo. Commit. Remove explicit maintainer from metainfo. Commit. KDNSSD Remove explicit maintainer from metainfo. Commit. KDocTools Remove explicit maintainer from metainfo. Commit. KFileMetaData Remove explicit maintainer from metainfo. Commit. KGlobalAccel Improve metainfo.yaml. Commit. KGuiAddons Deprecated KColorCollection. Commit. KHolidays Remove custom definitions of pi. Commit. Proofreading. Commit. Remove explicit maintainer from metainfo. Commit. Latvia holiday grammar corrections. Commit. KI18n Remove explicit maintainer from metainfo. Commit. KIconThemes Add missing include. Commit. KIconDialog: Prevent briefly visible mini-window from showing up. Commit. Fixes bug #487762 Update file kicontheme.cpp. Commit. Include only if needed, avoid extra define. Commit. Set QML module base version to 1.0. Commit. Windows tests work now. Commit. Use Qt to fill in the generic mime-type icon information. Commit. Use Qt to fill in the generic mime-type icon information. Commit. Ensure tests pass locally with KDE platform theme, too. Commit. Ensure we not clash with breeze from resource. Commit. Adapt test to fact we now have Breeze with hicolor inherits. Commit. Remove not used files. Commit. Remove my old rcc test, no longer done. Commit. Always require the icon library. Commit. Add KIconTheme::initTheme() to configure proper icon set as opt-in. Commit. KImageformats Remove explicit maintainer from metainfo. Commit. Ensure dependencies are provided on Android. Commit. KIO KAbstractFileItemActionPlugin: Remove wrong sentence in documentation. Commit. See bug #425997 Don't install header for pure dbus class if no dbus. Commit. Disable dbus not only for android but windows & mac, too. Commit. Drop errorpage handling from worker. Commit. [http] Implement resuming at offset again. Commit. Fixes bug #480506 CI: Require passing tests on Linux and FreeBSD. Commit. Deprecate KFileWidget::readConfig. Commit. SSL Info UI file: use notr="true" instead of old comment="KDE::DoNotExtract". Commit. Kfileitem: cache group names. Commit. Fixes bug #486956 Move HAVE_STATX cmake test to core. Commit. Fixes bug #487015 Remove unused includes. Commit. Properties dialogue URL tab: Fix vertical alignment. Commit. Systemdprocessrunner: change the order launchmodes are returned. Commit. Systemdprocessrunner: change env var names. Commit. Use ellipsis character instead of three dots in UI strings. Commit. Kprocessrunner: add third parameter to a connect. Commit. Kirigami Revert "icon: Remove the node with lowest opacity when animation end". Commit. Fixes bug #487577 ImageColors: Rework the example app. Commit. ImageColors: Remove unused QTimer member. Commit. ImageColors: Remove an unused variable. Commit. ImageColors: Disconnect the old QFutureWatcher. Commit. ImageColors: Mark internal function as static. Commit. ImageColors: Do not grab an item without a window or with an invisible window. Commit. ImageColors: Port QVariantList to a typed and named gadget. Commit. ImageColors: Fix multi-threading crash. Commit. Use consistent import alias for QtQuick.Controls. Commit. Drop all QML import versions. Commit. Doc: Improve FormData.label example. Commit. Fix typo in docs. Commit. Introduce the layouts submodule. Commit. SearchDialog: Expose search field placeholder text. Commit. Per default DBus only enabled on systems that use it. Commit. SearchDialog: Add page up/page down key navigation. Commit. Move dialog stuff in a new dialogs submodule. Commit. Card: emit toggled() when the user clicks on the header checkbox. Commit. Fixes bug #481461 SearchDialog: Improve up/down item navigation. Commit. PromptDialog: adjust label spacing to conform to new HIG. Commit. Icon: Remove the node with lowest opacity when animation end. Commit. Remove custom backgrounds. Commit. Add SearchDialog. Commit. Always color icons. Commit. Fixes bug #485801 PromptDialog: Fix regression where content is not scrollable. Commit. Add README.md for delegates and primitives modules. Commit. Delegates: Use relative imports for types from the same module. Commit. Delegates: Use Platform/Primitives directly instead of main Kirigami module. Commit. Add Platform and Primitives modules as dependencies for Delegates module. Commit. Introduce a "primitives" submodule that contains primitive types. Commit. Move ColorUtils to Platform. Commit. CMake: Change variable name for install() command. Commit. FormLayout: Compare types against base TextEdit instead of styled QQC2 component. Commit. Improve metainfo.yaml. Commit. TitleSubtitle Title Accessiblity. Commit. Don't include CPack. Commit. Don't include quiet package in feature_summary. Commit. Revert "PageRow: Rework page component caching". Commit. Revert "Dialog: Always use an overlay as visual parent". Commit. GlobalDrawer: Fix up code example in docs. Commit. OverlaySheet: Fix typo in docs. Commit. [inlineviewheader] Qualify property lookup. Commit. Add frame contrast. Commit. [dialog] Qualify property access. Commit. [dialog] Fix signal handler. Commit. FormLayout: Fix QML imports in doc example. Commit. FormLayout: Annotate function parameters. Commit. FormLayout: Qualify property access. Commit. PageRow: Rework page component caching. Commit. KirigamiPrivatePlugin: Reformat CMake into multi-line statements. Commit. Fix Dialog parenting. Commit. Dialog: Expand past preferred size to implicit size, as documented. Commit. Fix all occurrence of UnusedImports. Commit. Add config file for qmllint. Commit. PromptDialog: Don't use qualified property access in top-level expressions. Commit. Add support for global smooth scroll setting. Commit. Fix scrollable dialogs. Commit. Revert change to OverlaySheet. Commit. Update design of dialogs. Commit. GlobalDrawer: Clip content in more cases to fix overflowing header. Commit. KItemModels Revert "KSelectionProxyModelTest: Skip tests broken by upstream changes". Commit. KItemViews KWidgetItemDelegatePoolPrivate: remove unused allocatedWidgets member. Commit. Remove explicit maintainer from metainfo. Commit. Use ellipsis character instead of three dots in UI strings. Commit. KJobWidgets KUiServerV2JobTracker: prevent a crash. Commit. Fixes bug #471531. Fixes bug #483582 KNewStuff Remove explicit maintainer from metainfo. Commit. Action: Fix type of transientParent property. Commit. Use ellipsis character instead of three dots in UI strings. Commit. ItemsModel: Fix up docs after refactoring. Commit. Fix the "Use" label on certain delegates. Commit. QuestionAsker: Remove broken sizing bindings. Commit. Explicitly set QQC2.Overlay.overlay as a parent for popups. Commit. DownloadItemsSheet: Port from OverlaySheet to Kirigami.Dialog for file selection dialog. Commit. DownloadItemsSheet: Wrap the file names of entries instead of eliding. Commit. ProvidersModel: Redo the engine property in a way which doesn't break ABI. Commit. Register properties as properly typed. Commit. Qtquick: Clean up unused #includes. Commit. UploadPage: Fix engine property binding. Commit. UploadsPage: Fix punctuation in a user-visible string. Commit. Comments: Manage ListView's delegate width & position correctly. Commit. ConditionalLoader: Drop meaningless checks and unused root id. Commit. Don't manage visibility of a BusyIndicator. Commit. QML: Don't abuse implicit casting of binding values to bool property. Commit. QML: Port Qt.rgba to the new Qt.alpha. Commit. QML: Port to strict === JavaScript equality operator. Commit. QML: Drop import alias for QtQuick.Layouts module. Commit. QML: Normalize QtQuick.Templates import aliases as T. Commit. QML: Normalize QtQuick.Controls import aliases as QQC2. Commit. QML: Add missing Kirigami import alias. Commit. QML: Normalize QtQuick.Controls import aliases as QQC2. Commit. QML: Remove unused imports. Commit. QML: Drop all import versions. Commit. QML: Drop major version from Kirigami imports. Commit. QML: Throw QtQuick.Window out of the window. Commit. QML: Clean up whitespace-related code style issues. Commit. QML: Remove superfluous trailing semicolons from bindings. Commit. QML: Explicitly specify arguments in signal handlers. Commit. KNotifications Don't include quiet package in feature_summary. Commit. Notifybysnore: correct action buttons. Commit. Fixes bug #486911 Remove explicit maintainer from metainfo. Commit. KNotifyConfig Remove explicit maintainer from metainfo. Commit. KPackage It compiles fine without qt6.7 deprecated methods. Commit. Remove explicit maintainer from metainfo. Commit. KParts Only use KDirNotify if existing. Commit. Docs: KMimeTypeTrader no longer exists. Commit. Use QUrl::PreferLocalFile for URL emitted with Part::setWindowCaption. Commit. KPeople Fix tier information. Commit. Remove explicit maintainer from metainfo. Commit. Port to ecm_add_qml_module and declarative type registration. Commit. KQuickCharts Set a better default size for the example application. Commit. Don't crash if we try to access an item from an empty ArraySource. Commit. Enable highlighting for most pages in the charts example. Commit. Port example pages to use ChartPage. Commit. Add a common base type for pages in the chart example. Commit. Remove API selection from charts example. Commit. Convert chart example to use an executable QML module. Commit. Expose highlight property on PieChartControl. Commit. Support highlighting in LineChartControl. Commit. Controls: Add support for highlighting hovered items in Legend. Commit. Fix normalized line size calculation in LineChartNode. Commit. Support highlight in BarChart. Commit. Support highlight in PieChart. Commit. Support highlight property in LineChart. Commit. Add a protected method to Chart to deemphasise non-highlighted items. Commit. Add a highlight property to Chart. Commit. Remove explicit maintainer from metainfo. Commit. Controls: Ceil all components of preferredWidth in LegendDelegate contents. Commit. Fixes bug #486411 KRunner Fix X-KDE-ConfigModule not working for DBus runners. Commit. Fix same query not yielding results in new match session. Commit. Remove explicit maintainer from metainfo. Commit. Templates/runner6python: Only depend on shebang line for executing. Commit. Rename entrypoint file to always be main.py. Commit. Document krunner-plugininstallerrc file. Commit. Document how AbstractRunner::config is resolved. Commit. Runnercontext: Fix saving the launch counts. Commit. KSVG Support for fractional scaling. Commit. Color also absolute path images. Commit. Fixes bug #485801 Reapply "Port to declarative type registration". Commit. KTextEditor Ensure the color name text is visible. Commit. Fixes bug #487068 Ensure we not reset the dynamic word wrap state. Commit. Fixes bug #487216 Port to KStandardActions. Commit. Never remove trailing spaces on diff file type. Commit. Remove explicit maintainer from metainfo. Commit. Screenshot dialog: support drag of image. Commit. Make tests independent of the user's environment. Commit. Modernize use designated init. Commit. Do not display diff result in script tests when -silent is used. Commit. Fix raw string indentation with cstyle + C++. Commit. Screenshot dialog: omit ellipsis from window title. Commit. Screenshot dialog: use default QFileDialog::getSaveFileName window title. Commit. Use ellipsis character instead of three dots in UI strings. Commit. KTextTemplate Remove explicit maintainer from metainfo. Commit. KTextWidgets Use ellipsis character instead of three dots in UI strings. Commit. KUnitConversion Remove explicit maintainer from metainfo. Commit. KUserFeedback CI: Require tests to pass on Linux and FreeBSD. Commit. Add homepage url, CI was complaining. Commit. Fix target names in metainfo. Commit. Remove explicit maintainer from metainfo. Commit. Use ellipsis character instead of three dots in UI strings. Commit. KWallet Fix secrets portal wallet access. Commit. Fixes bug #487348 Remove explicit maintainer from metainfo. Commit. KWidgetsAddons Fix KMessageWidget background color. Commit. KMessageWidget: Avoid calling polish() inside of palette update. Commit. Fixes bug #487247 Revert "KMessageWidget: Set the palette to work with non-KStyle styles". Commit. KMessageWidget: Set the palette to work with non-KStyle styles. Commit. Use ellipsis character instead of three dots in UI strings. Commit. Skip tests that need GUI on Windows CI. Commit. KViewStateSerializer: fix docu: setTreeView -> setView. Commit. KBusyIndicatorWidget: fix warning when hiding on startup. Commit. KWindowSystem Update to plasma window management v17. Commit. KXMLGUI It compiles fine without qt6.7 deprecated methods. Commit. [kactioncollection] Add addAction for KStandardActions without name. Commit. Add KStandardActions::StandardActions overload. Commit. Remove icon fallback setting. Commit. Use ellipsis character instead of three dots in UI strings. Commit. Work with a local copy of container when removing elements. Commit. Skip tests that need GUI on Windows CI. Commit. Prison Restore compatibility with older ZXing versions. Commit. It compiles fine without qt6.7 deprecated methods. Commit. Remove explicit maintainer from metainfo. Commit. Enable exceptions where needed by ZXing. Commit. Add image barcode scanning API. Commit. Purpose Remove explicit maintainer from metainfo. Commit. QQC2 Desktop Style Fix rendering the focus of our items. Commit. Fixes bug #486041 Update background of Dialog. Commit. TreeViewDelegate: Replace top/bottom padding with vertical. Commit. TreeViewDelegate: Add return type annotations to methods. Commit. TreeViewDelegate: Make it actually vertically centered. Commit. Remove explicit maintainer from metainfo. Commit. TextArea, TextField: Fix position of a "selection end" cursor. Commit. TextField: Fix mobile cursor positioning for fields with custom padding. Commit. Context Menus: Port to pragma ComponentBehavior: Bound. Commit. Context Menus: Use controls directly instead of via QQC2. Commit. MobileTextActionsToolBar: Slightly refactor expressions. Commit. MobileTextActionsToolBar: Set text and display mode for action buttons. Commit. MobileTextActionsToolBar: Use symbolic versions of icons. Commit. ComboBox: Clip the ListView when its relevant. Commit. ComboBox: Use strict === equality operator. Commit. ComboBox: Replace magic numbers with standard named units. Commit. [TextArea] Access controlRoot directly. Commit. [TextArea] Enabled ComponentBehavior: Bound. Commit. [Combobox] Use Popup directly instead of via QQC2. Commit. DialogButtonBox: Use largeSpacing as padding. Commit. Sonnet Remove explicit maintainer from metainfo. Commit. Use ellipsis character instead of three dots in UI strings. Commit. Syndication Remove explicit maintainer from metainfo. Commit. Syntax Highlighting Updates to Catppuccin themes. Commit. Nix: Version 2 -> 3. Commit. Nix: Correctly highlight first key in set when it is quoted. Commit. Nix: Correctly highlight bare ${}. Commit. Nix: More correctly model inherit syntax. Commit. Build with QT_NO_CONTEXTLESS_CONNECT. Commit. Remove explicit maintainer from metainfo. Commit. Use ellipsis character instead of three dots in UI strings. Commit. Xml: add fictionbook format. Commit. Threadweaver Remove explicit maintainer from metainfo. Commit.
US