发布于 2014-10-07 00:22:42 | 1765 次阅读 | 评论: 0 | 来源: 网友投递
KDE Linux桌面环境
KDE,K桌面环境(Kool Desktop Environment)的缩写。一种著名的运行于 Linux、Unix 以及FreeBSD 等操作系统上面自由图形工作环境,整个系统采用的都是 TrollTech 公司所开发的Qt程序库(现在属于Digia公司)。KDE 和 Gnome 都是 Linux 操作系统上最流行的桌面环境系统。
KDE Frameworks 5.3.0 发布,该版本包含众多改进,主要包括:
Added DBus interface to load plugins at runtime
Add convenience method KArchive::file()
Compilation fixes for MSVC
Fix encoding issue in KIO places dialog (bug 337642)
Fix initial size of KCMultiDialog (bugs 337494, 325897)
Fixed size hint and positioning of clear button in highDpi mode
KConfigLoader: fix sharing of KSharedConfig objects
Now provides the kf5_entry.desktop files it needs for KLanguageButton
Kdelibs4Migration: allow distributions to set KDE4_DEFAULT_HOME_POSTFIX so that the kde4 home is found properly.
Compilation fixes for MSVC and gcc 4.5
Turn KFormat into a Q_GADGET so we can expose its properties to QML indirectly
Add unicode characters to Glass emoticon theme
Make KFontUtils::adaptFontSize be a bit more exact
Remove leftover Perl dependency
Now includes kio_trash
Add new KIO job, KIO::fileSystemFreeSpace, that allows you to get a filesystem's total and available space.
kshorturifilter: Remove redundant forward slashes from the beginning of an URI
Add searchprovider definitions for the qwant search engine
File dialog: fix relative paths being turned into HTTP URLs
Fix thumbnails for mimetype groups.
Implement Math.Clz32
U+0000 through U+001F is not allowed as char, but as escaped unicode sequence (bug 338970)
Avoid infinite recursion in KStatusNotifierItem / QSystemTray.
Many many fixes to KPluginInfo
Add functions to convert between lists KPluginMetaData and KPluginInfo
Multiple memory leaks fixed
Avoid auto-completion to interfere with search/replace text (bug 339130), and more autocompletion fixes
Many fixes to the VIM mode
KPageListView: fixes for high-dpi mode
KPageWidget: margin fixes
NETWinInfo now provides convenient wrapper for WM_PROTOCOLS.
NETWinInfo now provides convenient wrapper for input and urgency hints of WM_HINTS property.
New freedesktop backend, replacing the upower/udev/systemd backends
New module ECMGeneratePkgConfigFile, for frameworks to install a pkgconfig file.
New option ECM_ENABLE_SANITIZERS, to enable clang sanitizers. Example: ECM_ENABLE_SANITIZERS='address;undefined'
New option BUILD_COVERAGE, to enable code coverage.
Fixed for compilation with Qt 5.4
Fixed a few standard shortcuts
详细介绍内容请看:
https://www.kde.org/announcements/kde-frameworks-5.3.0.php