Attica
Baloo
- Revert "updated with model mime type". Commit.
- Changed per comments. Commit.
- Updated with model mime type. Commit.
Bluez Qt
- Fix connecting to org.freedesktop.DBus.ObjectManager InterfacesAdded. Commit. Fixes bug #477633
Breeze Icons
- The Highlight entry confuses the generator script, so the dark theme will have a dark icon. Commit.
- Add folder edit sign encrypt icon. Commit.
- Fix warnings and output issues even in release builds. Commit.
- Allow the test to compile with strict flags. Commit.
- Add OpenVPN and Cisco VPN file icons. Commit.
- Move 22px download-later arrow to be a bit more aesthetically pleasing. Commit.
- Add upload-later icon for KTorrent. Commit. See bug #312607
- Fix cmake config if lib was not build. Commit.
Framework Integration
KAPIDox
- Proofreading. Commit.
- Handle output generated by newer versions of Doxygen and Doxyqml. Commit.
- Proofreading. Commit.
- Bump doxyqml version. Commit.
KArchive
KAuth
- Limit scope of DBus policy changes in installed configuration files. Commit.
KBookmarks
KCalendarCore
KCMUtils
- Qml: set domain for i18n strings. Commit.
- SharedQmlEngine: Don't crash from dangling child item objects. Commit. Fixes bug #481045
- AboutPlugin: update domain for i18n strings. Commit.
- PluginDelegate: set domain for i18n strings. Commit.
KCodecs
KColorScheme
KCompletion
KConfig
- KConfigLoader: reduce string allocations when parsing config items. Commit.
- KConfigLoader: use QString::trimmed rvalue overload. Commit.
- Kdesktopfile: don't return const value. Commit.
- Revert "kdesktopfileaction: throw away unused ctor". Commit.
- Kdesktopfileaction: rule of five - add move operations. Commit.
- Kdesktopfileaction: use =default for trivial default operations. Commit.
- Kdesktopfileaction: don't needlessly copy strings. Commit.
- Kdesktopfileaction: throw away unused ctor. Commit.
KConfigWidgets
- [KCommandBar] Fixed a crash when triggering some actions. Commit. Fixes bug #480948
- Refresh KStandardAction docs. Commit.
KContacts
KCoreAddons
- Fix some compiler warning with mingw gcc. Commit.
KCrash
KDav
KDBusAddons
KDeclarative
KDE Daemon
- Wait until kconf_update finished. Commit.
KDE SU
KDNSSD
KDocTools
- Add myself as a contributor entity. Commit.
- Update Turkish entities. Commit.
KFileMetaData
- [TypeInfo] Improve Type documentation. Commit.
- Revert "Added model mime type". Commit.
- Added model mime type. Commit.
- Ensure Windows tests keep working. Commit.
- Share loop code. Commit.
- Fix handling of attribute namespacing. Commit.
- Don't crash if no tags found. Commit.
- Require taglib 1.12. Commit.
- Port away from deprecated QDateTime API. Commit.
- There's no QVector anymore, QList is the QVector in Qt6. Commit.
KGlobalAccel
KGuiAddons
KHolidays
- Update holiday_cn_zh-cn, replenish all holidays from 2004 to 2024. Commit.
KI18n
- Main: ensure current thread is main thread. Commit.
- KCountrySubdivision: unbreak support of iso-codes >= 4.16. Commit.
KIconThemes
- Add breeze-icons dependency. Commit.
- Mark index.theme config as SimpleConfig. Commit.
- Remove unused member. Commit.
- Expose accent color in KIConColors. Commit.
- [kiconloader] Set devicePixelRatio for pixmap before storing it in cache. Commit.
KIdletime
KImageformats
KIO
- Openwith: extract core logic from dialog. Commit.
- KFilePlacesItem: Strip UDI prefix for player URLs. Commit. See bug #462381
- KCoreDirLister: reduce string allocations in
setNameFilter
. Commit. - Strip trailing slash in iconForStandardPath. Commit.
- Allow to specify http1 only. Commit. See bug #480770
- CommandLauncherJob: clarify scope of responsibilities in documentation. Commit.
- Kfileplacesmodeltest: fix
KFilePlacesModelTest::testReparse
. Commit. - KFileItem: Use stat data for isDir if we already performed a stat. Commit.
- Http: don't emit data({}) early. Commit.
- Worker template: bump min Qt/KF deps to match first official KF6 release. Commit.
- Worker template: add missing include. Commit.
- Don't leak existing file handles to newly spanwed KIO workers. Commit.
Kirigami
- ScrollablePage: Workaround Qt flickable inertia being really low. Commit.
- Add Position paramenter for InlineMessage. Commit.
- Handle URL inputs for pushDialogLayer. Commit. Fixes bug #481623
- InlineMessage: Fix showing close button. Commit.
- Handle null drawer as well. Commit.
- Fix footer in layers. Commit. Fixes bug #480428
- Fix PassiveNotificationsManager height for wrapped text. Commit. Fixes bug #476021
- Update template. Commit.
- Units: make smallSpacing 4px and largeSpacing 8px. Commit.
- PageRow: Ensure JS-created pages have a parent set. Commit. Fixes bug #477977
- Mainpage.dox use correct URLs for types. Commit.
- OverlaySheet: Don't do custom positioning on mobile. Commit.
- PushDialogLayer: don't potentially override explicitly defined properties. Commit.
- Actually close drawers on Escape. Commit.
- Kirigami app template: bump min Qt/KF deps to match initial KF6 release. Commit.
- Set framecontrast to 0.2. Commit.
- Workaround on the breakage in childAt introduced by the new headers. Commit.
- Refactor separator to use frameContrast, add lightFrameContrast. Commit.
- PagePoolAction: Do nothing if we're already showing the current page. Commit. Fixes bug #480837
- PushDialogLayer: don't implicitly convert properties to bool. Commit.
- Use Header color set on overlaydrawer. Commit. See bug #438175
- Use header color instead of window for columnview separator. Commit. See bug #438175
- Fix Overlay sheet size hints. Commit. Fixes bug #480673. Fixes bug #480508. Fixes bug #480147. Fixes bug #480514
- Set borders to follow same colors as Breeze widget style. Commit.
KItemModels
KItemViews
- Fix warnings clazy-qproperty-without-notify. Commit.
- [KCategorizedView]: Avoid nullptr in public methods. Commit.
KJobWidgets
KNewStuff
- Set questionAsker implicit sizes, set maxWidth to dialog width. Commit. Fixes bug #480338
- QuickEngine: Fix Installed and Updateable filters. Commit. Fixes bug #474548
- Delegates: Fix thumbnail placeholder icon position. Commit.
KNotifications
KNotifyConfig
KPackage
KParts
- KParts app template: remove no longer used "Id" entry from plugin metadata. Commit.
- KParts app template: bump min KF dep to match initial KF6 release. Commit.
KPeople
KPlotting
KPTY
KQuickCharts
- Linechart: Use fwidth of the point instead of sdf to avoid conditional fwidth. Commit. Fixes bug #434462
- Sdf: Allow specifying fwidth() to sdf_render(). Commit.
KRunner
- Fix clang-tidy issues. Commit.
- Runner C++ template: unbreak build due to KDEFrameworkCompilerSettings use. Commit.
- Runner C++ template: bump min Qt/KF deps to match initial KF6 release. Commit.
KService
- Remove unused member. Commit.
- Update some of the variable names. Commit.
- Kservice: remove InitialPreference. Commit. Fixes bug #305136
- Fix respecting InitialPreference for mime types. Commit.
- Ksycocatest: Remove TODOs about using QFile::SetFileTime. Commit.
- Remove unused includes and avoid depending on transient ones. Commit.
KStatusNotifieritem
- Link privately against Qt6::WidgetsPrivate. Commit.
- Work around show/hide on widget windows. Commit.
KSVG
KTextEditor
- Optimize a mark-restoring condition after document reload. Commit.
- Add widgetAdded and widgetRemoved. Commit.
- Add setRange overloads. Commit.
- Be consistent, the wrapper never uses const to hand out refs/pointers. Commit.
- Include QWidgetList. Commit.
- Add widgets api. Commit.
- Ensure we support unicode in patterns. Commit. Fixes bug #462437
- Fix quadratic checks. Commit.
- Fix handling for full scanned lines. Commit.
- Split lines early. Commit. Fixes bug #479073
- More line wrapping tests. Commit.
- Dont apply clipping with selections. Commit. Fixes bug #475378
- Fix selection rendering with custom line height. Commit. Fixes bug #475378
- Plugin template: fix plugin installation path. Commit.
- Plugin template: bump min KF dep to match initial KF6 release. Commit.
- Fix dyn word wrap indicator validation check. Commit. Fixes bug #480831
- Util-scripts: Use setText when working with whole document. Commit.
- Fix formatting. Commit.
- Check longestLineLoaded, too. Commit.
- Add test for setLineLengthLimit. Commit.
- Use cursorToOffset for accessibility events. Commit.
KTextTemplate
KTextWidgets
KUnitConversion
KUserFeedback
KWallet
- Avoid QtDBus module include in commonly used headers. Commit.
KWidgetsAddons
- KPasswordLineEdit: Add toggle password visibility in context menu. Commit.
- We use KWIDGETSADDONS_ENABLE_DEPRECATED_SINCE(6, 0) in header. Use the same in cpp. Commit.
- Unify enums. Commit.
- Rename to normal reveal mode to OnlyNew. Commit.
- Port internal usage of revealPasswordAvailable. Commit.
- KPasswordLineEdit: replace revealPasswordAvailable property by an enum. Commit.
- Expose readOnly from KPasswordLineEdit. Commit.
- KMultiTabBar: Create pixmap with explicit devicePixelRatio. Commit.
KWindowSystem
- [kwindowinfo] Fix mixup between applicationMenuServiceName and appMenuObjectPath. Commit. Fixes bug #479940
- Apply 1 suggestion(s) to 1 file(s). Commit.
- Expose _NET_WM_MOVERESIZE source. Commit.
- Expose _NET_WM_MOVERESIZE button. Commit.
- Kkeyserver: add api for Qt Key mapping to multiple X Keys. Commit.
- Kkeyserver: use new XF86keysym.h & qxcbcommon.cpp. Commit. See bug #478936
KXMLGUI
- Kmainwindow: Do not save menu bar visibilty when global menu is in use. Commit. Fixes bug #439266
Modem Manager Qt
Network Manager Qt
Prison
- Remove more Qt5 leftovers. Commit.
- Enable exceptions for videoscannerworker.cpp. Commit.
Purpose
QQC2 Desktop Style
- Autotests: test TextFieldContextMenu. Commit. See bug #481293
- Always use values from Kirigami.Theme as control palette. Commit. Fixes bug #479015
- Set a small longPressThreshold to enable longPressed signal. Commit.
- Menu: Use StyleItem as a property. Commit.
- Menu: fix TextFieldContextMenu opening at wrong position. Commit. Fixes bug #481293
- MenuItem: remove some unused property bindings. Commit.
- DialogButtonBox: Respect QStyle::SH_DialogButtonBox_ButtonsHaveIcons. Commit. See bug #455189
- VerticalHeaderView: Don't highlight if selection doesn't match. Commit.
- HorizontalHeaderView: Fix incorrect highlighting when no selection model set. Commit.
- Revert "DefaultListItemBackground: use outline only to show focus". Commit.
- Revert "Use consistent paddings for the first list item". Commit.
- Use kirigami.theme.framecontrast. Commit.
- Specify QtQuick dependency for private plugin. Commit.
- Make sidebar drawer separators proper Separator. Commit. See bug #438175
- Set borders to follow same colors as Breeze widget style. Commit.
Solid
Sonnet
Syndication
Syntax Highlighting
- Fix implicit size -> int conversion. Commit.
- OCaml: unicode escapes in strings. Commit.
- OCaml: add quoted strings. Commit.
- OCaml: hex,octal,binary integer and hex floating point literals. Commit.
- OCaml: _ is valid identifier start. Commit.
- OCaml: update list of modules. Commit.
- OCaml: add Ok/Error variant tags. Commit.
- OCaml: update list of types. Commit.
- OCaml: update Stdlib functions. Commit.
- OCaml: add "initializer" keyword. Commit.
- OCaml: "closed" is not a keyword. Commit.
- OCaml: bump syntax highlighting version. Commit.
- Fix kate-editor.org update for 6.x. Commit.
Threadweaver