2020년 1월 11일 토요일
오늘 KDE에서는 KDE 프레임워크 버전 5.66.0을(를) 출시했습니다.
KDE Frameworks are 70 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 KDE Frameworks release announcement.
이 릴리스는 계획된 월간 릴리스의 일부이며, 개발자들이 변경 사항을 빠르고 예측 가능한 형태로 사용 및 평가할 수 있습니다.
이 버전의 새로운 변경 사항
All frameworks
- Port from QRegExp to QRegularExpression
- Port from qrand to QRandomGenerator
- Fix compilation with Qt 5.15 (e.g. endl is now Qt::endl, QHash insertMulti now requires using QMultiHash...)
Attica
- Don't use a verified nullptr as a data source
- Support multiple children elements in comment elements
- Set a proper agent string for Attica requests
Baloo
- Correctly report if baloo_file is unavailable
- Check cursor_open return value
- Initialise QML monitor values
- Move URL parsing methods from kioslave to query object
BluezQt
- Add Battery1 interface
Breeze Icons
- Change XHTML icon to be a purple HTML icon
- Merge headphones and zigzag in the center
- Add application/x-audacity-project icon (bug 415722)
- Add 32px preferences-system
- Add application/vnd.apple.pkpass icon (bug 397987)
- icon for ktimetracker using the PNG in the app repo, to be replaced with real breeze SVG
- add kipi icon, needs redone as a breeze theme svg [or just kill off kipi]
Extra CMake Modules
- [android] Fix apk install target
- Support PyQt5 compiled with SIP 5
Framework Integration
- Remove ColorSchemeFilter from KStyle
KDE Doxygen Tools
- Display fully qualified class/namespace name as page header (bug 406588)
KCalendarCore
- Improve README.md to have an Introduction section
- Make incidence geographic coordinate also accessible as a property
- Fix RRULE generation for timezones
KCMUtils
- Deprecate KCModuleContainer
KCodecs
- Fix invalid cast to enum by changing the type to int rather than enum
KCompletion
- Deprecate KPixmapProvider
- [KHistoryComboBox] Add method to set an icon provider
KConfig
- kconfig EBN transport protocol cleanup
- Expose getter to KConfigWatcher's config
- Fix writeFlags with KConfigCompilerSignallingItem
- Add a comment pointing to the history of Cut and Delete sharing a shortcut
KConfigWidgets
- Rename "Configure Shortcuts" to "Configure Keyboard Shortcuts" (bug 39488)
KContacts
- Align ECM and Qt setup with Frameworks conventions
- Specify ECM dependency version as in any other framework
KCoreAddons
- Add KPluginMetaData::supportsMimeType
- [KAutoSaveFile] Use QUrl::path() instead of toLocalFile()
- Unbreak build w/ PROCSTAT: add missing impl. of KProcessList::processInfo
- [KProcessList] Optimize KProcessList::processInfo (bug 410945)
- [KAutoSaveFile] Improve the comment in tempFileName()
- Fix KAutoSaveFile broken on long path (bug 412519)
KDeclarative
- [KeySequenceHelper] Grab actual window when embedded
- Add optional subtitle to grid delegate
- [QImageItem/QPixmapItem] Don't lose precision during calculation
KFileMetaData
- Partial fix for accentuated characters in file name on Windows
- Remove unrequired private declarations for taglibextractor
- Partial solution to accept accentuated characters on windows
- xattr: fix crash on dangling symlinks (bug 414227)
KIconThemes
- Set breeze as default theme when reading from configuration file
- Deprecate the top-level IconSize() function
- Fix centering scaled icons on high dpi pixmaps
KImageFormats
- pic: Fix Invalid-enum-value undefined behaviour
KIO
- [KFilePlacesModel] Fix supported scheme check for devices
- Embed protocol data also for Windows version of trash ioslave
- Adding support for mounting KIOFuse URLs for applications that don't use KIO (bug 398446)
- Add truncation support to FileJob
- Deprecate KUrlPixmapProvider
- Deprecate KFileWidget::toolBar
- [KUrlNavigator] Add RPM support to krarc: (bug 408082)
- KFilePlaceEditDialog: fix crash when editing the Trash place (bug 415676)
- Add button to open the folder in filelight to view more details
- Show more details in warning dialog shown before starting a privileged operation
- KDirOperator: Use a fixed line height for scroll speed
- Additional fields such as deletion time and original path are now shown in the file properties dialog
- KFilePlacesModel: properly parent tagsLister to avoid memleak. Introduced with D7700
- HTTP ioslave: call correct base class in virtual_hook(). The base of HTTP ioslave is TCPSlaveBase, not SlaveBase
- Ftp ioslave: fix 4 character time interpreted as year
- Re-add KDirOperator::keyPressEvent to preserve BC
- Use QStyle for determining icon sizes
Kirigami
- ActionToolBar: Only show the overflow button if there are visible items in the menu (bug 415412)
- Don't build and install app templates on android
- Don't hardcode the margin of the CardsListView
- Add support for custom display components to Action
- Let the other components grow if there's more things on the header
- Remove dynamic item creation in DefaultListItemBackground
- reintroduce the collapse button (bug 415074)
- Show application window icon on AboutPage
KItemModels
- Add KColumnHeadersModel
KJS
- Added tests for Math.exp()
- Added tests for various assignment operators
- Test special cases of multiplicate operators (*, / and %)
KNewStuff
- Ensure the dialog title is correct with an uninitialised engine
- Don't show the info icon on the big preview delegate (bug 413436)
- Support archive installs with adoption commands (bug 407687)
- Send along the config name with requests
KPeople
- Expose enum to the metaobject compiler
KQuickCharts
- Also correct the shader header files
- Correct license headers for shaders
KService
- Deprecate KServiceTypeProfile
KTextEditor
- Add "line-count" property to the ConfigInterface
- Avoid unwanted horizontal scrolling (bug 415096)
KWayland
- [plasmashell] Update docs for panelTakesFocus to make it generic
- [plasmashell] Add signal for panelTakesFocus changing
KXMLGUI
- KActionCollection: provide a changed() signal as a replacement for removed()
- Adjust keyboard shortcut configuration window's title
NetworkManagerQt
- Manager: add support for AddAndActivateConnection2
- cmake: Consider NM headers as system includes
- Sync Utils::securityIsValid with NetworkManager (bug 415670)
Plasma Framework
- [ToolTip] Round position
- Enable wheel events on Slider {}
- Sync QWindow flag WindowDoesNotAcceptFocus to wayland plasmashell interface (bug 401172)
- [calendar] Check out of bounds array access in QLocale lookup
- [Plasma Dialog] Use QXcbWindowFunctions for setting window types Qt WindowFlags doesn't know
- [PC3] Complete plasma progress bar animation
- [PC3] Only show progress bar indicator when the ends won't overlap
- [RFC] Fix Display Configuration icon margins (bug 400087)
- [ColorScope] Work with plain QObjects again
- [Breeze Desktop Theme] Add monochrome user-desktop icon
- Remove default width from PlasmaComponents3.Button
- [PC3 ToolButton] Have the label take into account complementary color schemes (bug 414929)
- Added background colors to active and inactive icon view (bug 370465)
Purpose
- Use standard ECMQMLModules
QQC2StyleBridge
- [ToolTip] Round position
- Update size hint when font changes
Solid
- Display first / in mounted storage access description
- Ensure mounted nfs filesystems matches their fstab declared counterpart (bug 390691)
Sonnet
- The signal done is deprecated in favour of spellCheckDone, now correctly emitted
Syntax Highlighting
- LaTeX: fix brackets in some commands (bug 415384)
- TypeScript: add "bigint" primitive type
- Python: improve numbers, add octals, binaries and "breakpoint" keyword (bug 414996)
- SELinux: add "glblub" keyword and update permissions list
- Several enhancements to gitolite syntax definition
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
바이너리 패키지 설치
리눅스 환경에서는 KDE 프레임워크를 사용하고 있는 배포판의 패키지 관리자로 설치하는 것을 추천합니다. 리눅스 배포판별 KDE 소프트웨어 설치 위키 페이지.
소스 코드에서 컴파일
KDE 프레임워크 5.66.0 소스 코드는 자유롭게 다운로드할 수 있습니다. 컴파일 및 설치 방법은 KDE 프레임워크 5.66.0 정보 페이지에서 확인할 수 있습니다.
소스 코드에서 빌드하는 작업은 기본적인 cmake .; make; make install 명령으로 가능합니다. 단일 티어 1 프레임워크를 컴파일 때에는 가장 간단한 방법입니다. 프레임워크 개발에 기여하거나 전체 프레임워크 개발 작업을 추적하고 싶다면 kdesrc-build 사용을 추천합니다. 프레임워크 5.66.0에는 Qt
A detailed listing of all Frameworks with API documentation is on api.kde.org.
참여하기
프레임워크 개발에 관심이 있고 기여할 생각이 있다면 git 저장소를 확인하고 KDE 프레임워크 개발 메일링 리스트의 토론을 확인해 보십시오. 프로젝트 정책, 현재 상태 및 향후 계획은 프레임워크 위키에서 확인할 수 있습니다. 실시간 대화는 Libera Chat의 #kde-devel IRC 채널에서 진행됩니다.
KDE 지원
KDE는 개인의 시간과 노력을 기부하는 것으로 존재하고 성장하는 자유 소프트웨어 커뮤니티입니다. KDE는 코딩, 버그 수정 및 보고, 문서 작성, 번역, 프로모션, 금전적 기여 등 다양한 자원 봉사자와 기여자를 찾고 있습니다. 모든 기여를 환영합니다. 더 많은 정보를 보려면 KDE 지원하기 페이지를 확인하십시오. Join the Game을 통해서 KDE e.V.의 후원 회원이 될 수도 있습니다.