KDE Frameworks 5.50.0 has been released
KDE Frameworks are 79 addon libraries to Qt which provide a wide variety of·
commonly needed functionality in mature, peer reviewed and well tested·
libraries with friendly licensing terms. For an introduction see the·
Frameworks 5.0 release announcement.
New framework in this release: Syndication, an RSS parser library.
Attica
Add support for proposed tags addition in OCS 1.7
Baloo
Fixed a typo in the index size output (bug 397843)
Remove src not dest url when a url is newly unindexable
[tags_kio] Simplify the filename path query matching by using a capture group
Revert "Skip queueing newly unindexable files and remove them from the index immediately."
[tags_kio] Simplify file path lookup while loop
Breeze Icons
Add LabPlot project file icon
ScalableTest, add "scalable" plasma-browser-integration (bug 393999)
Extra CMake Modules
Bindings: Check if bindings can be generated for a specific python version
Bindings: Make generator forward compatible with Python 3
Disable alteration of QT_PLUGIN_PATH by ECM when running tests
Bindings: Add support for scoped enums (bug 397154)
Make it possible for ECM to detect po files at configure time
Framework Integration
[KStyle] Use dialog-question for question icon
KArchive
handle non-ASCII encodings of file names in tar archives (bug 266141)
KCompressionDevice: don't call write after WriteError (bug 397545)
Add missing Q_OBJECT macros for QIODevice subclasses
KCompressionDevice: propagate errors from QIODevice::close() (bug 397545)
Fix bzip main page
KCMUtils
Use custom QScrollArea with size hint not limited by font size (bug 389585)
KConfig
Remove warning about old kiosk feature that no longer applies
Set system default shortcut Ctrl+0 for "Actual Size" action
KCoreAddons
Don't remove space between two url when line start with " (kmail bug)
KPluginLoader: use '/' even on Windows, libraryPaths() returns paths with '/'
KPluginMetaData: convert empty string to empty stringlist
KDeclarative
Revert "ensure we are always writing in the engine's root context"
Attach property to "delegate" (bug 397367)
[KCM GridDelegate] Use layer effect only on OpenGL backend (bug 397220)
KDocTools
add acronym ASCII to general.entities
add JSON to general.entities
Let meinproc5 be more verbose in 'install' auto test
In kdoctools_install test use absolute pathes to find installed files
KFileMetaData
Add enum alias Property::Language for typo Property::Langauge
KHolidays #
Implement proper equinox and solstice calculation algorithm (bug 396750)
src/CMakeLists.txt - install headers the frameworks-way
KI18n
Assert if trying to use a KCatalog without a QCoreApplication
Port ki18n from QtScript to QtQml
Check the build directory for po/ as well
KIconThemes
Set breeze as fallback icon theme
KIO
[KSambaShareData] Accept spaces in ACL host name
[KFileItemListProperties] Use mostLocalUrl for capabilities
[KMountPoint] Also check "smb-share" for whether it's an SMB mount (bug 344146)
[KMountPoint] Resolve gvfsd mounts (bug 344146)
[KMountPoint] Remove traces of supermount
[KMountPoint] Remove AIX and Windows CE support
Display mounted file system type and mounted from fields in properties dialog (bug 220976)
kdirlistertest doesn't fail at random
[KUrlComboBox] Fix KIcon porting error
Port KPATH_SEPARATOR "hack" to QDir::listSeparator, added in Qt 5.6
Fixes memory leak in KUrlComboBox::setUrl
[KFileItem] Don't read directory comment on slow mounts
Use QDir::canonicalPath instead
Ignore NTFS hidden flag for root volume (bug 392913)
Give the "invalid directory name" dialog a cancel button
KPropertiesDialog: switch to label in setFileNameReadOnly(true)
Refine wording when a folder with an invalid name could not be created
Use appropriate icon for a cancel button that will ask for a new name
Make read-only filenames selectable
Use title case for some button labels
Use KLineEdit for folder name if folder has write access, else use QLabel
KCookieJar: fix wrong timezone conversion
Kirigami
support fillWidth for items
guard against external deletion of pages
always show the header when we are in collapsible mode
fix showContentWhenCollapsed behavior
fix holes in menus in Material style
standard actionsmenu for the page contextmenu
Explicitly request Qt 5.7's QtQuick to make use of Connections.enabled
use Window color instead of a background item
make sure the drawer closes even when pushing a new
export separatorvisible to the globaltoolbar
Fix the Kirigami QRC static plugin generation
Fix the build in LTO static mode
Ensure drawerOpen property is synced correctly (bug 394867)
drawer: Display the content widget when dragging
Allow qrc assets to be used in Actions icons
ld on old gcc (bug 395156)
KItemViews
Deprecate KFilterProxySearchLine
KNewStuff
Cache providerId
KNotification
Support libcanberra for audio notification
KService
KBuildSycoca: always process application desktop files
KTextEditor
Turn enum Kate::ScriptType into an enum class
correct error handling for QFileDevice and KCompressedDevice
InlineNotes: Do not print inline notes
Remove QSaveFile in favor of plain old file saving
InlineNotes: Use screen global coordinates everywhere
InlineNote: Initialize position with Cursor::invalid()
InlineNote: Pimpl inline note data without allocs
Add inline note interface
Show text preview only if main window is active (bug 392396)
Fix crash when hiding the TextPreview widget (bug 397266)
Merge ssh://git.kde.org/ktexteditor
improve hidpi rendering of icon border
Improve vim color theme (bug 361127)
Search: Add workaround for missing icons in Gnome icon-theme
fix overpainting for _ or letters like j in the last line (bug 390665)
Extend Scripting API to allow executing commands
Indentation script for R
Fix crash when replacing \n around empty lines (bug 381080)
remove highlighting download dialog
no need to new/delete hash on each doHighlight, clearing it is good enough
ensure we can handle invalid attribute indices that can happen as left overs afer HL switch for a document
let smart pointer handle deletion of objects, less manual stuff to do
remove map to lookup additional hl properties
KTextEditor uses the KSyntaxHighlighting framework for all
use character encodings as provided by the definitions
Merge branch 'master' into syntax-highlighting
non-bold text no longer renders with font weight thin but (bug 393861)
non-bold text no longer renders with font weight thin but (bug 393861)
use foldingEnabled
remove EncodedCharaterInsertionPolicy
Printing: Respect footer font, fix footer vertical position, make header/footer separator line visually lighter
Merge branch 'master' into syntax-highlighting
let syntax-highlighting framework handle all definition management now that there is the None definition around in the repo
completion widget: fix minimum header section size
Fix: Scroll view lines instead of real lines for wheel and touchpad scrolling (bug 256561)
remove syntax test, that is now tested in the syntax-highlighting framework itself
KTextEditor configuration is now application local again, the
KTextEditor configuration is now application local again, the
Use KSyntaxHighlighting::CommentPosition instead of KateHighlighting::CSLPos
Use isWordWrapDelimiter() from KSyntaxHighlighting
Rename isDelimiter() to isWordDelimiter()
implement more lookup stuff via format -> definition link
we now always get valid formats
nicer way to get attribute name
fix python indentation test, safer acessor to property bags
add right definition prefixes again
Merge branch 'syntax-highlighting' of git://anongit.kde.org/ktexteditor into syntax-highlighting
try to bring back lists needed to do the configuration per scheme
Use KSyntaxHighlighting::Definition::isDelimiter()
make can break bit more like in word code
no linked list without any reason
cleanup properties init
fix order of formats, remember definition in highlighting bag
handle invalid formats / zero length formats
remove more old implementation parts, fixup some accessors to use the format stuff
fix indentation based folding
remove exposure of context stack in doHighlight + fix ctxChanged
start to store folding stuff
rip out highlighting helpers, no longer needed
remove need to contextNum, add FIXME-SYNTAX marker to stuff that needs to be fixed up properly
adapt to includedDefinitions changes, remove contextForLocation, one only needs either keywords for location or spellchecking for location, can be implemented later
remove more no longer used syntax highlighting things
fixup the m_additionalData and the mapping for it a bit, should work for attributes, not for context
create initial attributes, still without real attribute values, just a list of something
call the highlighting
derive from abstract highlighter, set definition
KWallet Framework
Move example from techbase to own repo
KWayland
Sync set/send/update methods
Add serial number and EISA ID to OutputDevice interface
Output device color curves correction
Fix memory management in WaylandOutputManagement
Isolate every test within WaylandOutputManagement
OutputManagement fractional scaling
KWidgetsAddons
Create a first example of the use of KMessageBox
Fix two bugs in KMessageWidget
[KMessageBox] Call style for icon
Add workaround for labels with word-wrapping (bug 396450)
KXMLGUI
Make Konqi look good in HiDPI
Add missing parenthese
NetworkManagerQt
Require NetworkManager 1.4.0 and newer
manager: add support to R/W the GlobalDnsConfiguration property
Actually allow to set the refresh rate for device statistics
Plasma Framework
Workaround bug with native rendering and opacity in TextField text (bug 396813)
[Icon Item] Watch KIconLoader icon change when using QIcon (bug 397109)
[Icon Item] Use ItemEnabledHasChanged
Get rid of deprecated QWeakPointer usage
Fix style sheet for 22-22-system-suspend (bug 397441)
Improve Widgets' removal and configure text
Solid
solid/udisks2: Add support for categorized logging
[Windows Device] Show device label only if there is one
Force reevaluation of Predicates if interfaces are removed (bug 394348)
Sonnet
hunspell: Restore build with hunspell