2017년 1월 14일 토요일
오늘 KDE에서는 KDE 프레임워크 버전 5.30.0을(를) 출시했습니다.
KDE 프레임워크는 Qt에서 사용할 수 있는 추가 기능 라이브러리 70개로, 자주 사용하는 기능을 다양한 환경에서 테스트하고, 동료 평가되는 라이브러리 형태로 제공하며 적절한 라이선스 조건으로 배포됩니다. 소개를 보려면 KDE 프레임워크 릴리스 공지를 참조하십시오.
이 릴리스는 계획된 월간 릴리스의 일부이며, 개발자들이 변경 사항을 빠르고 예측 가능한 형태로 사용 및 평가할 수 있습니다.
이 버전의 새로운 변경 사항
Breeze Icons
- add Haguichi icons from Stephen Brandt (thanks)
- finalize calligra icon support
- add cups icon thanks colin (bug 373126)
- update kalarm icon (bug 362631)
- add krfb app icon (bug 373362)
- add r mimetype support (bug 371811)
- and more
Extra CMake Modules
- appstreamtest: handle non-installed programs
- Enable colored warnings in ninja's output
- Fix missing :: in API docs to trigger code styling
- Ignore host libs/includes/cmakeconfig files in Android toolchain
- Document usage of gnustl_shared with Android toolchain
- Never use -Wl,--no-undefined on Mac (APPLE)
Framework Integration
- Improve KPackage KNSHandler
- Search for the more precise required version of AppstreamQt
- Add KNewStuff support for KPackage
KActivitiesStats
- Make compile with -fno-operator-names
- Do not fetch more linked resources when one of them goes away
- Added model role to retrieve the list of linked activities for a resource
KDE Doxygen Tools
- add Android to the list of available platforms
- include ObjC++ source files
KConfig
- Generate an instance with KSharedConfig::Ptr for singleton and arg
- kconfig_compiler: Use nullptr in generated code
KConfigWidgets
- Hide the "Show Menu Bar" action if all the menubars are native
- KConfigDialogManager: drop kdelibs3 classes
KCoreAddons
- Return stringlist/boolean types in KPluginMetaData::value
- DesktopFileParser: Honor ServiceTypes field
KDBusAddons
- Add python bindings for KDBusAddons
KDeclarative
- Introduce org.kde.kconfig QML import with KAuthorized
KDocTools
- kdoctools_install: match the full path for the program (bug 374435)
KGlobalAccel
- [runtime] Introduce a KGLOBALACCEL_TEST_MODE env variable
KDE GUI Addons
- Add Python bindings for KGuiAddons
KHTML
- Set plugin data so that the Embeddable Image Viewer works
KIconThemes
- Inform QIconLoader also when the desktop icon theme is changed (bug 365363)
KInit
- Take X-KDE-RunOnDiscreteGpu property into account when starting app using klauncher
KIO
- KIO::iconNameForUrl will now return special icons for xdg locations like the user's Pictures folder
- ForwardingSlaveBase: fix passing of Overwrite flag to kio_desktop (bug 360487)
- Improve and export KPasswdServerClient class, the client API for kpasswdserver
- [KPropertiesDialog] Kill "Place in system tray" option
- [KPropertiesDialog] Don't change "Name" of "Link" .desktop files if file name is read-only
- [KFileWidget] Use urlFromString instead of QUrl(QString) in setSelection (bug 369216)
- Add option to run an app on a discrete graphics card to KPropertiesDialog
- terminate DropJob properly after dropping to an executable
- Fix logging category usage on Windows
- DropJob: emit started copy job after creation
- Add support for calling suspend() on a CopyJob before it gets started
- Add support for suspending jobs immediately, at least for SimpleJob and FileCopyJob
KItemModels
- Update proxies for recently realised class of bugs (layoutChanged handling)
- Make it possible for KConcatenateRowsProxyModel to work in QML
- KExtraColumnsProxyModel: Persist model indexes after emitting layoutChange, not before
- Fix assert (in beginRemoveRows) when deselecting an empty child of a selected child in korganizer
KJobWidgets
- Don't focus progress windows (bug 333934)
KNewStuff
- [GHNS Button] Hide when KIOSK restriction applies
- Fix set up of the ::Engine when created with an absolute config file path
KNotification
- Add a manual test for Unity launchers
- [KNotificationRestrictions] Let user can specify restriction reason string
KPackage Framework
- [PackageLoader] Don't access invalid KPluginMetadata (bug 374541)
- fix description for option -t in man page
- Improve error message
- Fix the help message for --type
- Improve installation process of KPackage bundles
- Install a kpackage-generic.desktop file
- Exclude qmlc files from installation
- Don't list separately plasmoids from metadata.desktop and .json
- Additional fix for packages with different types but same ids
- Fix cmake failure when two packages with different type have same id
KParts
- Call the new checkAmbiguousShortcuts() from MainWindow::createShellGUI
KService
- KSycoca: don't follow symlink to directories, it creates a risk of recursion
KTextEditor
- Fix: Forward dragging text results in wrong selection (bug 374163)
KWallet Framework
- Specify minimum required GpgME++ version 1.7.0
- Revert "If Gpgmepp is not found, try to use KF5Gpgmepp"
KWidgetsAddons
- Add python bindings
- Add KToolTipWidget, a tooltip that contains another widget
- Fix KDateComboBox checks for valid entered dates
- KMessageWidget: use darker red color when type is Error (bug 357210)
KXMLGUI
- Warn on startup about ambiguous shortcuts (with an exception for Shift+Delete)
- MSWin and Mac have similar autosave windowsize behaviour
- Display application version in about dialog header (bug 372367)
Oxygen Icons
- sync with breeze icons
Plasma Framework
- Fix the renderType properties for various components
- [ToolTipDialog] Use KWindowSystem::isPlatformX11() which is cached
- [Icon Item] Fix updating implicit size when icon sizes change
- [Dialog] Use setPosition / setSize instead of setting everything individually
- [Units] Make iconSizes property constant
- There is now a global "Units" instance reducing memory consumption and creation time of SVG items
- [Icon Item] Support non-square icons (bug 355592)
- search/replace old hardcoded types from plasmapkg2 (bug 374463)
- Fix X-Plasma-Drop* types (bug 374418)
- [Plasma ScrollViewStyle] Show scroll bar background only on hover
- Fix #374127 misplacement of popups from dock wins
- Deprecate Plasma::Package API in PluginLoader
- Recheck which representation we should using in setPreferredRepresentation
- [declarativeimports] Use QtRendering on phone devices
- consider an empty panel always "applets loaded" (bug 373836)
- Emit toolTipMainTextChanged if it changes in response to a title change
- [TextField] Allow disabling reveal password button through KIOSK restriction
- [AppletQuickItem] Support launch error message
- Fix logic for arrow handling in RTL locales (bug 373749)
- TextFieldStyle: Fix implicitHeight value so the text cursor is centered
Sonnet
- cmake: look for hunspell-1.6 as well
Syntax Highlighting
- Fix highlighting of Makefile.inc by adding priority to makefile.xml
- Highlight SCXML files as XML
- makefile.xml: many improvements, too long to list here
- python syntax: added f-literals and improved string handling
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.30.0 소스 코드는 자유롭게 다운로드할 수 있습니다. 컴파일 및 설치 방법은 KDE 프레임워크 5.30.0 정보 페이지에서 확인할 수 있습니다.
소스 코드에서 빌드하는 작업은 기본적인 cmake .; make; make install 명령으로 가능합니다. 단일 티어 1 프레임워크를 컴파일 때에는 가장 간단한 방법입니다. 프레임워크 개발에 기여하거나 전체 프레임워크 개발 작업을 추적하고 싶다면 kdesrc-build 사용을 추천합니다. 프레임워크 5.30.0에는 Qt
API 문서를 포함한 전체 프레임워크 목록은 api.kde.org 사이트에서 볼 수 있습니다.
참여하기
프레임워크 개발에 관심이 있고 기여할 생각이 있다면 git 저장소를 확인하고 KDE 프레임워크 개발 메일링 리스트의 토론을 확인해 보십시오. 프로젝트 정책, 현재 상태 및 향후 계획은 프레임워크 위키에서 확인할 수 있습니다. 실시간 대화는 Libera Chat의 #kde-devel IRC 채널에서 진행됩니다.
KDE 지원
KDE는 개인의 시간과 노력을 기부하는 것으로 존재하고 성장하는 자유 소프트웨어 커뮤니티입니다. KDE는 코딩, 버그 수정 및 보고, 문서 작성, 번역, 프로모션, 금전적 기여 등 다양한 자원 봉사자와 기여자를 찾고 있습니다. 모든 기여를 환영합니다. 더 많은 정보를 보려면 KDE 지원하기 페이지를 확인하십시오. Join the Game을 통해서 KDE e.V.의 후원 회원이 될 수도 있습니다.