2018년 2월 12일 월요일
오늘 KDE에서는 KDE 프레임워크 버전 5.43.0을(를) 출시했습니다.
KDE 프레임워크는 Qt에서 사용할 수 있는 추가 기능 라이브러리 70개로, 자주 사용하는 기능을 다양한 환경에서 테스트하고, 동료 평가되는 라이브러리 형태로 제공하며 적절한 라이선스 조건으로 배포됩니다. 소개를 보려면 KDE 프레임워크 릴리스 공지를 참조하십시오.
이 릴리스는 계획된 월간 릴리스의 일부이며, 개발자들이 변경 사항을 빠르고 예측 가능한 형태로 사용 및 평가할 수 있습니다.
이 버전의 새로운 변경 사항
New modules
KHolidays: Holiday calculation library
This library provides a C++ API that determines holiday and other special events for a geographical region.
Purpose: Offers available actions for a specific purpose
This framework offers the possibility to create integrate services and actions on any application without having to implement them specifically. Purpose will offer them mechanisms to list the different alternatives to execute given the requested action type and will facilitate components so that all the plugins can receive all the information they need.
Baloo
- balooctl status: Produce parseable output
- Fix KIO Slave tagged folder deep copies. This breaks listing tagged folders in the tag tree, but is better than broken copies
- Skip queueing newly unindexable files and remove them from the index immediately
- Delete newly unindexable moved files from the index
Breeze Icons
- Add missing Krusader icons for folder sync (bug 379638)
- Update list-remove icon with - instead cancel icon (bug 382650)
- add icons for pulsaudio plasmoid (bug 385294)
- use everywhere the same opacity 0.5
- New virtualbox icon (bug 384357)
- make weather-fog day/night neutral (bug 388865)
- actually install the new animations context
- QML file mime look now the same in all sizes (bug 376757)
- Update animation icons (bug 368833)
- add emblem-shared colored icon
- Fix broken index.theme files, "Context=Status" was missing in status/64
- Remove 'executable' permission from .svg files
- Action icon download is linked to edit-download (bug 382935)
- Update Dropbox systemtray icon theme (bug 383477)
- Missing emblem-default-symbolic (bug 382234)
- Type in mimetype filename (bug 386144)
- Use a more specific octave logo (bug 385048)
- add vaults icons (bug 386587)
- scalle px status icons (bug 386895)
Extra CMake Modules
- FindQtWaylandScanner.cmake: Use qmake-query for HINT
- Make sure to search for Qt5-based qmlplugindump
- ECMToolchainAndroidTest doesn't exist anymore (bug 389519)
- Don't set the LD_LIBRARY_PATH in prefix.sh
- Add FindSeccomp to find-modules
- Fall back to language name for translations lookup if locale name fails
- Android: Add more includes
KAuth
- Fix linking regression introduced in 5.42.
KCMUtils
- Adds tooltips to the two buttons on each entry
KCompletion
- Fix incorrect emission of textEdited() by KLineEdit (bug 373004)
KConfig
- Use Ctrl+Shift+, as the standard shortcut for "Configure <Program>"
KCoreAddons
- Match also spdx keys LGPL-2.1 & LGPL-2.1+
- Use the much faster urls() method from QMimeData (bug 342056)
- Optimize inotify KDirWatch backend: map inotify wd to Entry
- Optimize: use QMetaObject::invokeMethod with functor
KDeclarative
- [ConfigModule] Re-use QML context and engine if any (bug 388766)
- [ConfigPropertyMap] Add missing include
- [ConfigPropertyMap] Don't emit valueChanged on initial creation
KDED
- Don't export kded5 as a CMake target
KDELibs 4 Support
- Refactor Solid::NetworkingPrivate to have a shared and platform specific implementation
- Fix mingw compile error "src/kdeui/kapplication_win.cpp:212:22: error: 'kill' was not declared in this scope"
- Fix kded dbus name in solid-networking howto
KDesignerPlugin
- Make kdoctools dependency optional
KDESU
- Make KDESU_USE_SUDO_DEFAULT mode build again
- Make kdesu work when PWD is /usr/bin
KGlobalAccel
- Use cmake function 'kdbusaddons_generate_dbus_service_file' from kdbusaddons to generate dbus service file (bug 382460)
KDE GUI Addons
- Fix linking of created QCH file into QtGui docs
KI18n
- Fix finding libintl when "cross"-compiling native Yocto packages
KInit
- Fix cross-compiling with MinGW (MXE)
KIO
- Repair copying file to VFAT without warnings
- kio_file: skip error handling for initial perms during file copy
- kio_ftp: don't emit error signal before we tried all list commands (bug 387634)
- Performance: use the destination KFileItem object to figure out of it's writable instead of creating a KFileItemListProperties
- Performance: Use the KFileItemListProperties copy constructor instead of the conversion from KFileItemList to KFileItemListProperties. This saves re-evaluating all items
- Improve error handling in file ioslave
- Remove PrivilegeExecution job flag
- KRun: allow executing "add network folder" without confirmation prompt
- Allow to filter places based on alternative application name
- [Uri Filter Search Provider] Avoid double delete (bug 388983)
- Fix overlap of the first item in KFilePlacesView
- Temporarily disable KAuth support in KIO
- previewtest: Allow specifying the enabled plugins
- [KFileItem] Use "emblem-shared" for shared files
- [DropJob] Enable drag and drop in a read-only folder
- [FileUndoManager] Enable undoing changes in read-only folders
- Add support for privilege execution in KIO jobs (temporarily disabled in this release)
- Add support for sharing file descriptor between file KIO slave and its KAuth helper
- Fix KFilePreviewGenerator::LayoutBlocker (bug 352776)
- KonqPopupMenu/Plugin can now use the X-KDE-RequiredNumberOfUrls key to require a certain number of files to be selected before being shown
- [KPropertiesDialog] Enable word wrap for checksum description
- Use cmake function 'kdbusaddons_generate_dbus_service_file' from kdbusaddons to generate dbus service file (bug 388063)
Kirigami
- support for ColorGroups
- no click feedback if the item doesn't want mouse events
- work around for apps that use listitems incorrectly
- space for the scrollbar (bug 389602)
- Provide a tooltip for the main action
- cmake: Use the official CMake variable for building as a static plugin
- Update human-readable tier designation in API dox
- [ScrollView] Scroll one page with Shift+wheel
- [PageRow] Navigate between levels with mouse back/forward buttons
- Ensure DesktopIcon paints with the correct aspect ratio (bug 388737)
KItemModels
- KRearrangeColumnsProxyModel: fix crash when there's no source model
- KRearrangeColumnsProxyModel: reimplement sibling() so it works as expected
KJobWidgets
- Code de-duplication in byteSize(double size) (bug 384561)
KJS
- Make kdoctools dependency optional
KJSEmbed
- Unexport kjscmd
- Make kdoctools dependency optional
KNotification
- The "Run Command" notification action has been fixed (bug 389284)
KTextEditor
- Fix: View jumps when Scroll past end of document is enabled (bug 306745)
- Use at least the requested width for the argument hint tree
- ExpandingWidgetModel: find the right-most column based on location
KWidgetsAddons
- KDateComboBox: fix dateChanged() not emitted after typing a date (bug 364200)
- KMultiTabBar: Fix regression in conversion to new style connect()
Plasma Framework
- Define property in Units.qml for the Plasma styles
- windowthumbnail: Fix the GLXFBConfig selection code
- [Default Tooltip] Fix sizing (bug 389371)
- [Plasma Dialog] Call window effects only if visible
- Fix one source of log spam referenced in Bug 388389 (Empty filename passed to function)
- [Calendar] Adjust the calendar toolbar anchors
- [ConfigModel] Set QML context on ConfigModule (bug 388766)
- [Icon Item] Treat sources starting with a slash as local file
- fix RTL appearance for ComboBox (bug 387558)
QQC2StyleBridge
- Add BusyIndicator to the styled controls list
- remove flicker when hovering scrollbar
Solid
- [UDisks] Only ignore non-user backing file if it is known (bug 389358)
- Storage devices mounted outside of /media, /run/media, and $HOME are now ignored, as well as Loop Devices whose (bug 319998)
- [UDisks Device] Show loop device with their backing file name and icon
Sonnet
- Find Aspell dictionaries on Windows
Syntax Highlighting
- Fix C# var regex
- Support for underscores in numeric literals (Python 3.6) (bug 385422)
- Highlight Khronos Collada and glTF files
- Fix ini highlighting of values containing ; or # characters
- AppArmor: new keywords, improvements & fixes
Security information
The released code has been GPG-signed using the following key: pub rsa2048/58D0EE648A48B3BB 2016-09-05 David Faure <faure@kde.org> Primary key fingerprint: 53E6 B47B 45CE A3E0 D5B7 4577 58D0 EE64 8A48 B3BB
You can discuss and share ideas on this release in the comments section of the dot article.
바이너리 패키지 설치
리눅스 환경에서는 KDE 프레임워크를 사용하고 있는 배포판의 패키지 관리자로 설치하는 것을 추천합니다. 리눅스 배포판별 KDE 소프트웨어 설치 위키 페이지.
소스 코드에서 컴파일
KDE 프레임워크 5.43.0 소스 코드는 자유롭게 다운로드할 수 있습니다. 컴파일 및 설치 방법은 KDE 프레임워크 5.43.0 정보 페이지에서 확인할 수 있습니다.
소스 코드에서 빌드하는 작업은 기본적인 cmake .; make; make install 명령으로 가능합니다. 단일 티어 1 프레임워크를 컴파일 때에는 가장 간단한 방법입니다. 프레임워크 개발에 기여하거나 전체 프레임워크 개발 작업을 추적하고 싶다면 kdesrc-build 사용을 추천합니다. 프레임워크 5.43.0에는 Qt
API 문서를 포함한 전체 프레임워크 목록은 api.kde.org 사이트에서 볼 수 있습니다.
참여하기
프레임워크 개발에 관심이 있고 기여할 생각이 있다면 git 저장소를 확인하고 KDE 프레임워크 개발 메일링 리스트의 토론을 확인해 보십시오. 프로젝트 정책, 현재 상태 및 향후 계획은 프레임워크 위키에서 확인할 수 있습니다. 실시간 대화는 Libera Chat의 #kde-devel IRC 채널에서 진행됩니다.
KDE 지원
KDE는 개인의 시간과 노력을 기부하는 것으로 존재하고 성장하는 자유 소프트웨어 커뮤니티입니다. KDE는 코딩, 버그 수정 및 보고, 문서 작성, 번역, 프로모션, 금전적 기여 등 다양한 자원 봉사자와 기여자를 찾고 있습니다. 모든 기여를 환영합니다. 더 많은 정보를 보려면 KDE 지원하기 페이지를 확인하십시오. Join the Game을 통해서 KDE e.V.의 후원 회원이 될 수도 있습니다.