Skip to content

KDE Frameworks 5.245.0-5.246.0 Full Log Page

Baloo
  • Remove inacurate mimetype check in xattrindexer and indexcleaner. Commit.
  • [IndexCleaner] Remove no-op recursion over includedFolders. Commit.
  • Remove two obsolete benchmark tests. Commit.
  • Remove extraneous empty lines. Commit.
  • [ExtractorProcess] Handle signal mangling by DrKonqi. Commit. See bug #421317
  • [ExtractorProcess] Test the various processing states. Commit.
  • [ExtractorProcess] Make the extractor process path a constructor argument. Commit.
  • [BasicIndexingBenchmark] Allow to keep temporary DB. Commit.
  • Ignore formatting changes for git-blame. Commit.
  • [BasicIndexingBenchmark] Sort headers, minor whitespace cleanup. Commit.
breeze-icons
  • Fix broken color-changeability of 16px system-switch-user icon. Commit. Fixes bug #477587
  • Add 48px symbolic weather icons. Commit. Fixes bug #403833
  • Clean up network-wired-available icon. Commit. Fixes bug #476985
  • Icons/actions: drop wrongly mirrored rtl variants of media icons. Commit.
extra-cmake-modules
  • Add Find7Zip, deprecate Find7z, revert Find7z broken Linux support. Commit.
  • Also use Qt from the APK staging root directory. Commit.
  • Add support for creating APKs from Craft's image directories. Commit.
  • Add Georgian and Turkish language to mapping for Google Play. Commit.
  • Find7z: make it work also on non-Windows systems. Commit.
  • ECMPoQmTools: Add option to skip processing of po files. Commit.
  • KDEInstallDirs6 fix macOS BUNDLE destination. Commit.
  • Do not enable -Wl,--no-undefined for clang with sanitizers enabled. Commit.
  • .gitignore - ignore generated cmake files. Commit.
  • Fix argument name for specifydependencies.cmake. Commit.
frameworkintegration
  • Bump Qt deprecation level to 6.5. Commit.
karchive
  • KArchive::writeFile(...): use QByteArrayView for data arg. Commit.
  • Add KArchive::writeData(QByteArrayView) overload, make virtual a do*() one. Commit.
  • Bump Qt deprecation level to 6.5. Commit.
kauth
  • Port away from deprecated implicit this lambda captures. Commit.
kbookmarks
  • Bump Qt deprecation level to 6.5. Commit.
kcalendarcore
  • Port away from deprecated QDateTime API. Commit.
  • Prepare the identical check for the effects of QDateTime API deprecation. Commit.
  • Create UUID in the right format to begin with. Commit.
  • Use explicit lambda captures. Commit.
kcmutils
  • Bump Qt deprecation level to 6.5. Commit.
  • AbstractKCM: Port layout to the new Padding type, fix separators. Commit.
  • Fix warning: implicit capture of ‘this’ via ‘[=]. Commit.
  • Don't overwrite margin of QDialogButtonBox. Commit.
  • PluginDelegate: Defend against null model object. Commit.
  • PluginDelegate: Fix eliding text. Commit.
  • PluginDelegate: Add leading item property for backward compatibility. Commit.
kcodecs
  • De-virtualize KCharsets. Commit.
  • Use QStringView in KCharsets entity decoding API. Commit.
  • KEmailAddress: Add autotests for improved whitespace trimming. Commit.
  • KEmailAddress: Only trim surrounding whitespace between E-Mail addresses instead of also replacing all whitespace within E-Mail address names with a single ASCII space. Commit.
  • Use views for input arguments in the higher-level codec API. Commit.
  • Use QByteArrayView for KEncodingProber input. Commit.
  • Change Codec::encode/::decode to take a QByteArrayView as argument. Commit.
  • Change codec size API to use qsizetype instead of int. Commit.
  • Rewrite KCodecs::codecForName to take a view as argument. Commit.
  • Remove obsolete references to KMD5. Commit.
  • Remove long unused identity codec classes. Commit.
  • Bump Qt deprecation level to 6.5. Commit.
kcolorscheme
  • Bump Qt deprecation level to 6.5. Commit.
kcompletion
  • Bump Qt deprecation level to 6.5. Commit.
kconfig
  • KConfigSkeleton::ItemColor/ItemFont: support nested groups as well. Commit.
  • Kconfig_compiler fix PVS-Studio issue V799. Commit.
  • Bump Qt deprecation level to 6.5. Commit.
  • Kconfigxt: Remove SourceExtension parameter. Commit.
kconfigwidgets
  • Bump Qt deprecation level to 6.5. Commit.
  • KRecentFileActions: Fix use after free. Commit. Fixes bug #476312
  • Use ellipsis character instead of three dots. Commit.
  • Krecentfilesaction: use isServiceRegistered to check activitymanager is present. Commit.
kcontacts
  • Port away from deprecated QDateTime API. Commit.
kcoreaddons
  • KStringHandler: Don't insert ZWSP between camelCase sub-words if string has whitespaces. Commit. Fixes bug #444691
  • Fix license text loading on Android. Commit.
  • KAboutLicense::byKeyword: handle SPDX ids with -or-later. Commit.
  • Install forwarding headers for KAboutPerson, KAboutLicense, KAboutComponent. Commit.
  • Replace availablePhysical with totalPhysical. Commit.
  • Replace tabs with spaces. Commit.
  • KMemoryInfo: Add OpenBSD support. Commit.
  • Fix url with parenthese at the end. Commit.
kcrash
  • Bump Qt deprecation level to 6.5. Commit.
kdbusaddons
  • Bump Qt deprecation level to 6.5. Commit.
kdeclarative
  • Bump Qt deprecation level to 6.5. Commit.
  • Do not use KGlobalAccel anymore on macOS. Commit.
kded
  • Bump Qt deprecation level to 6.5. Commit.
kdesu
  • Bump Qt deprecation level to 6.5. Commit.
kdnssd
  • Bump Qt deprecation level to 6.5. Commit.
kdoctools
  • Update Turkish entities. Commit.
  • Reformat readme as markdown. Commit.
  • Bump Qt deprecation level to 6.5. Commit.
  • Fix build with libxml2 v2.12. Commit.
  • Replace ksokoban entity with skladnik one, to follow rename. Commit.
  • Update Turkish entities. Commit.
kfilemetadata
  • [Office2007Extractor] Fix PPTX and XLSX text extraction, add tests. Commit.
  • [OdfExtractor] Add spreadsheet tests. Commit.
  • [Exiv2Extractor] Add support for XMP DC Title, Subject, Description. Commit. See bug #428967. See bug #316766
  • [Exiv2Extractor] Replace runtime string construction with string literals. Commit.
  • [Exiv2Extractor] Add webp test file and verify extractor results. Commit.
  • [TaglibExtractor] Verify files with ID3v1 tags only work correctly. Commit.
  • [ExternalExtractorTest] Test TypeInfo and Properties. Commit. See bug #398101
  • Run dump utility as a test case. Commit.
  • Output generic file types from dump utility. Commit.
  • Check if file path passed to dump utility is a readable file. Commit.
  • [FFmpegExtractor] Bail out on first missing component during find_package. Commit. See bug #458313
  • [TaglibExtractor] Add support for Ogg stream with FLAC (audio/x-flac+ogg). Commit. See bug #475352
kglobalaccel
  • Bump Qt deprecation level to 6.5. Commit.
kholidays
  • Remove custom copy ctor definition. Commit.
  • Port away from deprecated QDateTime API. Commit.
ki18n
  • Rename missed KF5I18nLocaleData reference. Commit.
  • Bump Qt deprecation level to 6.5. Commit.
kiconthemes
  • Bump Qt deprecation level to 6.5. Commit.
kimageformats
kio
  • Kpropertiesdialogplugin.h: Fully qualify KPropertiesDialog class. Commit.
  • [http] Fix stripping charset from received content type. Commit.
  • [http] Don't restrict httpGenericError to GET and POST. Commit.
  • Remove unneeded/unused addedPlugins lists. Commit.
  • Remove KPropertiesDialog::insertPlugin. Commit.
  • KPropertiesDialogPlugin: Remove unneeded constructors/destructors of buildin plugins. Commit.
  • KPropertiesDialogPlugin: Remove useless docstrings. Commit.
  • KPropertiesDialogPlugin: Make signature compatible with KPluginFactory and do cast internally. Commit.
  • KPropertiesDialog: Add trailing comma to initializer list. Commit.
  • KPropertiesDialog: Move builtin plugin to separate file. Commit.
  • KPropertiesDialog: Move FWD to private header where it is actually needed. Commit.
  • KPropertiesDialogPlugin: Update API docs. Commit.
  • KPropertiesDialogPlugin: Remove X-KDE-Protocol field in favor of X-KDE-Protocols. Commit.
  • KPropertiesDialogPlugin: Improve const correctness. Commit.
  • KPropertiesDialog: Extract plugin to separate header. Commit.
  • KPropertiesDialog: Resolve KF5 TODO about adding default arg. Commit.
  • KFilePlacesView: Ignore own drag events in dropOnPlace. Commit.
  • KFilePlacesModel: Expose internalMimeType privately. Commit.
  • KFilePlaces{Model,View}: Share ignore mime type. Commit.
  • KFilePlacesModel: split private into its own header file. Commit.
  • PreviewJob: Use qreal for devicePixelRatio. Commit.
  • ListJob: Use flags instead of "includeHidden" bool. Commit.
  • UDSEntry: Add operators | and ^ between StandardFieldTypes and ItemTypes. Commit.
  • Add search provider for bugzilla.opensuse.org (boo/bsc). Commit.
  • [kfilewidget] Fix filter update. Commit.
  • Use services in applications dir for applicationlaunchertest. Commit.
  • Use test setup helper from KService. Commit.
  • Add margin on top of place panel view. Commit.
kirigami
  • Dialogs: Relax list type to T.Action. Commit.
  • Page: Relax list type to T.Action. Commit.
  • Remove the last import as T2. Commit.
  • Declare the Kirigami QML plugin as non-optional. Commit.
  • Fix TextArea word wrapping in examples and manual tests. Commit.
  • SelectableLabel: Fix wrapMode value. Commit.
  • Align Android dependency metadata name with the library name. Commit.
  • Crash workaround for QTBUG-119395. Commit. Fixes bug #477369
  • Delegates: Set subtitleColor to highlightedTextColor when selected. Commit.
  • PageRow: fix typo in warning messages. Commit.
  • Adda short explanatory comment. Commit.
  • AbstractCard: Fix up layout's paddings, sizing, and port Connections. Commit.
  • HeaderFooterLayout: Port from timers to dirty/polish paradigm. Commit.
  • NavigationTabBar: Use optional chaining (?.) operator more. Commit.
  • Delegates: Add wrapMode for both title and subtitle at once. Commit.
  • SwipeListItem: Remove this super wrong thing (default property). Commit.
  • NavigationTabBar: Enforce default padding. Commit.
  • Dialog: Simplify contentItem to fix implicitHeight not being passed up. Commit.
  • Add CMake version file for Kirigami2. Commit.
  • Remove unneeded linking against QuickControls2. Commit.
  • Temporary fix HeaderFooterLayout test by waiting a bit. Commit.
  • Manually include type registration code in KirigamiPlugin. Commit.
  • Fix Heading and Separator enum usage. Commit.
  • Use declarative type registration. Commit.
  • Remove useless CMake include. Commit.
  • Fix static builds. Commit.
  • Set default visibility to visible for libKirigami. Commit.
  • Add a backing target for KirigamiDelegates. Commit.
  • Install CMake package related files into KF6Kirigami. Commit.
  • Add a backing target for the main Kirigami module. Commit.
  • NavigationTabBar: Fix initial checked button getting unchecked at start. Commit.
  • Icon: Disable animation by default. Commit.
  • NavigationTabBar: Fix errors from if parents are null. Commit.
  • Dialog: Remove deprecated mainItem property. Commit.
  • NavigationTabBar: Fix setting current index when no button is checked. Commit.
  • Install internal Breeze icons in a layout compatible with Qt 6.6. Commit.
  • Compile without LTO. Commit. Fixes bug #476668
  • GlobalToolBar: Remove superfluous piece of background. Commit.
  • SwipeListItem: Refactor actions delegate. Commit.
  • SwipeListItem: Relax list type to T.Action. Commit.
  • Don't set top and bottom anchors since verticalCenter is used. Commit. Fixes bug #476091
  • SelectableLabel: Make it easier for consumers to override padding. Commit.
  • Destroy more button incubator in ToolBarLayoutPrivate. Commit.
kitemmodels
  • Bump Qt deprecation level to 6.5. Commit.
  • KSortFilterProxyModel: Fix multiple sources of truth confusion. Commit. Fixes bug #476950
  • KSortFilterProxyModel: Don't recurse into syncRoleNames. Commit. See bug #476950
  • KSortFilterProxyModel: Remove overridden property sourceModel. Commit.
  • KSortFilterProxyModel: Deduplicate setting sort & filter role names. Commit.
kitemviews
  • Bump Qt deprecation level to 6.5. Commit.
kjobwidgets
  • Bump Qt deprecation level to 6.5. Commit.
knewstuff
  • Port away from deprecated implicit this lambda captures. Commit.
  • Connect modelAboutToBeReset. Commit.
  • Improve loading animation. Commit. Fixes bug #473954
knotifications
  • Set WrapMode on all TextArea components, and fix up some of the Labels. Commit.
  • Bump Qt deprecation level to 6.5. Commit.
  • Android: Update signature for notificationActionInvoked. Commit.
knotifyconfig
  • Bump Qt deprecation level to 6.5. Commit.
kparts
  • Port away from deprecated implicit this lambda captures. Commit.
kpeople
  • Bump Qt deprecation level to 6.5. Commit.
  • Fix more no return statement in non-void function. Commit.
  • Fix no return statement in func returning non-void. Commit.
kpty
  • Bump Qt deprecation level to 6.5. Commit.
kquickcharts
  • Set libraries VERSION and SOVERSION. Commit.
  • Examples/charts: Improve styling of value tables at the bottom of pages. Commit.
  • Examples/BarChart: Port to use decorations from controls module. Commit.
  • Controls/LineChartControl: Decorations now live in the controls submodule. Commit.
krunner
  • Add setHistoryEnvironmentIdentifier instead of relying on KActivities. Commit.
  • Adjust to renamed activities libraries. Commit.
  • Adjust to kactivities moving to Plasma. Commit.
  • Cmake: Remove obsolete QML option. Commit.
  • AbstractRunner: Document how one should connect to prepare/teardown slots. Commit.
  • Revert "Fix edgecase for prepare connection in AbstractRunner::init not working". Commit.
  • QueryMatch: Remove old Type enum in favor of CategoryRelevance. Commit.
  • RunnerManager: Only setup match session when query is not validated. Commit.
kservice
  • Adapt format strings for qsizetype. Commit.
  • Port away from deprecated QDomDocument API. Commit.
  • Add helper function for setting up applications.menu for tests. Commit.
  • Fix linking with QT_NO_SHAREDMEMORY. Commit.
  • Fix build with QT_NO_SHAREDMEMORY. Commit.
kstatusnotifieritem
  • Bump Qt deprecation level to 6.5. Commit.
  • Remove unused include to fix build without X11. Commit.
  • Check if running on X11 before calling K11Extras. Commit.
ksvg
  • Immediately notify imageSetChanged after setting the base path. Commit.
  • Add missing scheduleImageSetChangeNotification for color change. Commit.
  • Bump Qt deprecation level to 6.5. Commit.
ktexteditor
  • Check if screenshot saving worked. Commit. Fixes bug #477503
  • Three tests still fail offscreen. Commit.
  • Try more tests offscreen. Commit.
  • Port away from deprecated implicit this lambda captures. Commit.
  • Make completion a normal widget that is floating. Commit. Fixes bug #445940
  • Dont include KEncodingProber everywhere. Commit.
  • Add shortcut explanation. Commit.
  • Fix marked selection and multiple cursors. Commit.
  • Fix cut() with forcedSelection. Commit.
  • Add forced selection action. Commit.
  • Merge moving*.cpp files into one movingapi.cpp. Commit.
  • Dont include QDebug in MovingRange/MovingCursor headers. Commit.
  • Move KateHelpButton into VariableEditor file. Commit.
  • Include katerenderer.h less often. Commit.
  • Use map in ViMode::Base test. Commit.
  • Fix some clang warnings to reduce noice while editing. Commit.
  • Fix -Wdeprecated-enum-float-conversion warning. Commit.
  • Remove shortcut for "Duplicate Selection" -script. Commit.
  • Add new script: Go to Next / Previous Paragraph. Commit.
  • Add new script: Duplicate selection. Commit.
  • Mark tab widget as frameless. Commit.
  • Line and column limit it 32 big signed. Commit.
  • KateSearchBar: ignore block mode if selectionOnly option is disabled. Commit. Fixes bug #456367
  • Add test to reproduce bug 456367. Commit.
ktextwidgets
  • Bump Qt deprecation level to 6.5. Commit.
kuserfeedback
  • Set WrapMode on all TextArea components, and fix up some of the Labels. Commit.
  • Port to ecm_add_qml_module. Commit.
  • Disable Flatpak CI due to lack of KF6 runtime. Commit.
  • Adapt header install location to KF6 standards. Commit.
  • Use KDEFrameworksCompilerSettings. Commit.
  • Rename library to KF6 naming scheme. Commit.
  • Drop Qt5 support. Commit.
  • Use frameworks version number. Commit.
  • Fix the translation template number (5->6). Commit.
kwallet
  • Fix call constructor of 'GpgME::Data' is ambiguous. Commit.
kwidgetsaddons
  • Use standard spacing in view of kfontchooser widget. Commit.
  • KCapacityBar: Consider empty text invisible. Commit.
  • Kmessagedialog: Show short details in a simple label. Commit.
  • Allow to select text of KPasswordDialog labels. Commit. Implements feature #237182
  • Port to explicit lambda captures. Commit.
  • Bump Qt deprecation level to 6.5. Commit.
  • UI files: remove unused windowTitle property from QWidget subclasses. Commit.
  • Document all enum values. Commit.
  • Handle KPageView not searchable. Commit.
  • Add a fixed height to the separator of KPageView. Commit.
  • Also use 300 as width for KPageDialog::Tree mode. Commit.
  • Improve KpageView sidebar. Commit.
  • Kpageview: Add separator for right to left layout. Commit.
  • Add separator for KPageWidget. Commit.
  • Move implementation to breeze. Commit.
  • Add separator in vertical KMultiTabBar. Commit.
kwindowsystem
kxmlgui
  • Bump Qt deprecation level to 6.5. Commit.
  • Fix string: language teams are not national teams. Commit.
  • Use modifiable standard shortcut instead of hard-coding. Commit.
  • Open context menu on Shift+F10. Commit.
modemmanager-qt
  • Remove asserts from not being able to connect to DBus interface. Commit.
prison
  • Handle the YUV420P10 video format added in Qt 6.5. Commit.
  • Fix foreign namespace type registration for the barcode format enum. Commit.
  • Fix no return statement in func returning non-void. Commit.
purpose
  • Set WrapMode on all TextArea components, and fix up some of the Labels. Commit.
  • Bump Qt deprecation level to 6.5. Commit.
  • Port to new Kirigami config name. Commit.
qqc2-desktop-style
  • TextArea: Don't set wrapMode. Commit.
  • DefaultListItemBackground: Fill entire cell in tables. Commit.
  • SwitchIndicator: Fix handle position binding, so that it feels snapped to pointer. Commit.
  • HorizontalHeaderView: Don't assume syncView has the only selection model. Commit.
  • Menuitem: Re-add a binding to reduce height to 0 when invisible. Commit. Fixes bug #477271
  • Provide a style for TreeViewDelegate. Commit.
  • Bump Qt deprecation level to 6.5. Commit.
  • Fix oopsie in README, use QApplication. Commit.
  • Update README.md with more usage information. Commit.
  • Move CheckIndicator and SwitchIndicator to private folder. Commit.
  • Delegates: Add a workaround for QTBUG-113304. Commit.
  • Menuitem: Use implicit{Background,Content} size variables for implicit size. Commit.
  • Remove extra margin around menu item backgrounds. Commit.
  • Move styling of delegate to private impl, update to match Plasma style. Commit.
  • Rounded item delegate. Commit.
  • PlasmaDesktopUnits: follow animation setting on Windows. Commit.
  • Propagate SpinBox's Accessible name and description to it's contentItem. Commit.
  • ScrollBar: Drop workaround for size being initially stuck on Qt 6. Commit. See bug #476483
  • ToolBar: Fix layout of background, strip out duplicated heuristics on position. Commit. Fixes bug #476744
  • Proofreading. Commit.
  • Use correct Event to detect palette change. Commit. Fixes bug #473147
solid
  • Bump Qt deprecation level to 6.5. Commit.
sonnet
  • Bump Qt deprecation level to 6.5. Commit.
syndication
  • Unexport RSS2 and RDF format classes. Commit.
  • Port away from deprecated QDomDocument and QDateTime API. Commit.
  • De-virtualize RDF::Node comparison operator. Commit.
syntax-highlighting
  • Improve examples. Commit.
  • Opt out of Sonnet spell checker for highlighted TextArea components. Commit.
  • Set WrapMode on all TextArea components, and fix up some of the Labels. Commit.
  • Theme contrast: add HTML output format option. Commit.
  • Theme contrast: uses CSS4 color space constants. Commit.
  • Add a theme contrast checker. Commit.
  • Revert "C++: use dsDataType as default style for (Raw) String Literal Prefix". Commit.
  • Use explicit lambda captures. Commit.
  • Bump Qt deprecation level to 6.5. Commit.
  • C++: use dsDataType as default style for (Raw) String Literal Prefix. Commit.
  • C++: add common extension for module and move Arduino and Cuda extension in isocpp.xml. Commit.
  • PowerShell: fix string and variable substitution ; add highlighting (Number, Control Flow, etc). Commit.
  • MS-DOS Batch: add escape line for multiline command. Commit.
  • Remove potential allocation in Repository::themeForPalette. Commit.
  • Fish: fix command path and argument in multi-line comment. Commit.
  • Fish: fix [...] which are not preceded by a variable or command substitution. Commit. Fixes bug #475933
  • Remove unused functions and simpify some expressions. Commit.
  • Remove unnecessary forward declarations and add missing includes. Commit.
  • Add noexcept on copy ctor/assignment of State. Commit.
  • Remove lookup in katepart5. Commit.
  • Remove last todo. Commit.
threadweaver
  • Port away from deprecated implicit lambda captures. Commit.
  • Fix no return statement in func returning non-void. Commit.