发布于 2016-07-11 00:52:22 | 163 次阅读 | 评论: 0 | 来源: 网友投递
KDE Linux桌面环境
KDE,K桌面环境(Kool Desktop Environment)的缩写。一种著名的运行于 Linux、Unix 以及FreeBSD 等操作系统上面自由图形工作环境,整个系统采用的都是 TrollTech 公司所开发的Qt程序库(现在属于Digia公司)。KDE 和 Gnome 都是 Linux 操作系统上最流行的桌面环境系统。
KDE Frameworks 5.24.0 发布,此版本是每月的常规更新版本,更新内容如下:
General changes
The list of supported platforms for each framework is now more explicit. Android has been added to the list of supported platforms in all frameworks where this is the case.
DocumentUrlDB::del Only assert when children of dir actually exist
Ignore malformed Queries which have a binary operator without first argument
Many new or improved icons
fix bug 364931 user-idle icon was not visible (bug 364931)
Add a program to convert symbolically linked files to qrc aliases
Integrate relative library paths to APK
Use "/data" for DATAROOTDIR on Windows
Ensure extracting an archive does not install files outside the extraction folder, for security reasons. Instead, extract such files to the root of the extraction folder.
Cleanup KBookmarkManagerList before qApp exits, to avoid deadlocks with the DBus thread
Deprecate authorizeKAction() in favor of authorizeAction()
Fix reproducibility in builds by ensuring utf-8 encoding
KStandardAction::showStatusbar: Return the intended action
Make epoxy optional
[OS X] make kded5 an agent, and build it as a regular application
Remove KDETranslator class, there's no kdeqt.po anymore
Document the replacement for use12Clock()
Add support for KNewPasswordWidget
Allow KDocTools to always locate at least its own installed stuff
Use CMAKE_INSTALL_DATAROOTDIR to look for docbook instead of share
Update qt5options manpage docbook to qt 5.4
Update kf5options manpage docbook
Move glass theme to kde-look
Use QGuiApplication instead of QApplication
Fix applying inherit value for outline shorthand property
Handle initial and inherit for border radius
Discard property if we caught an invalid length|percent as background-size
cssText must output comma separated values for those properties
Fix parsing background-clip in shorthand
Implement background-size parsing in shorthand
Mark properties as set when repeating patterns
Fix background properties inheritance
Fix applying Initial and Inherit for background-size property
Deploy the khtml kxmlgui file in a Qt resource file
Also search catalogs for stripped variants of values in env var LANGUAGE
Fix parsing of env var values WRT modifier and codeset, done in wrong order
Add support for loading and using an icontheme in a RCC file automatically
Document icon theme deployment on MacOS and Windows, see https://api.kde.org/frameworks/kiconthemes/html/index.html
Allow timeout in reset_oom_protection while waiting for SIGUSR1
KIO: add SlaveBase::openPasswordDialogV2 for better error checking, please port your kioslaves to it
Fix KUrlRequester opening file dialog in wrong directory (bug 364719)
Fix unsafe KDirModelDirNode* casts
Add cmake option KIO_FORK_SLAVES to set default value
ShortUri filter: fix filtering of mailto:user@host
Add OpenFileManagerWindowJob to highlight file within a folder
KRun: add runApplication method
Add soundcloud search provider
Fix an alignment issue with the OS X native "macintosh"
Add KExtraColumnsProxyModel::removeExtraColumn, will be needed by StatisticsProxyModel
kjs/ConfigureChecks.cmake - set HAVE_SYS_PARAM_H properly
Make sure we have a size to offer (bug 364896)
Fix "Download dialog fails when all categories missing"
Fix notify by taskbar
KNotifyConfigWidget: add disableAllSounds() method (bug 157272)
Add switch to disable KParts' handling of window titles
Add donate menu item to help menu of our apps
Fix name of QDialogButtonBox's enumerator "StandardButtons"
Remove the first attempt to load library because we will try libraryPaths anyway
Fix crash when a method exposed to Kross returns QVariant with non-relocatable data
Do not use C- casts into void* (bug 325055)
[QueryMatch] Add iconName
Show Scrollbar Text Preview after a delay of 250ms
hide preview and stuff on view content scrolling
set parent + toolview, I think this is needed to avoid task switcher entry in Win10
Remove "KDE-Standard" from encoding box
Folding preview on per default
......
完整更新列表请看:https://www.kde.org/announcements/kde-frameworks-5.24.0.php