
2018년 5월 12일 토요일
오늘 KDE에서는 KDE 프레임워크 버전 5.46.0을(를) 출시했습니다.
KDE 프레임워크는 Qt에서 사용할 수 있는 추가 기능 라이브러리 70개로, 자주 사용하는 기능을 다양한 환경에서 테스트하고, 동료 평가되는 라이브러리 형태로 제공하며 적절한 라이선스 조건으로 배포됩니다. 소개를 보려면 KDE 프레임워크 릴리스 공지를 참조하십시오.
이 릴리스는 계획된 월간 릴리스의 일부이며, 개발자들이 변경 사항을 빠르고 예측 가능한 형태로 사용 및 평가할 수 있습니다.
이 버전의 새로운 변경 사항
Baloo
- Avoid infinite loops when fetching the URL from DocumentUrlDB (bug 393181)
- Add Baloo DBus signals for moved or removed files
- Install pri file for qmake support & document it in metainfo.yaml
- baloodb: Add clean command
- balooshow: Colorize only when attached to terminal
- Remove FSUtils::getDirectoryFileSystem
- Avoid hardcoding of filesystems supporting CoW
- Allow disabling of CoW to fail when not supported by filesystem
- databasesanitizer: Use flags for filtering
- Fix merging of terms in the AdvancedQueryParser
- Use QStorageInfo instead of a homegrown implementation
- sanitizer: Improve device listing
- Immediately apply termInConstruction when term is complete
- Handle adjacent special characters correctly (bug 392620)
- Add test case for parsing of double opening '((' (bug 392620)
- Use statbuf consistently
Breeze Icons
- Add plasma-browser-integration system tray icon
- Add Virt-manager icon thanks to ndavis
- Add video-card-inactive
- overflow-menu as view-more-symbolic, and horizontal
- Use the more appropriate "two sliders" icon for "configure"
Extra CMake Modules
- Include FeatureSummary before calling set_package_properties
- Don't install plugins within lib on android
- Make it possible to build several apk out of a project
- Check if the application androiddeployqt package has a main() symbol
KCompletion
- [KLineEdit] Use Qt's built-in clear button functionality
- Fix KCompletionBox on wayland
KCoreAddons
- [KUser] Check whether .face.icon is actually readable before returning it
- Make KJob signals public so Qt5 connect syntax can work
KDeclarative
- Load NV graphics reset based on config
- [KUserProxy] Adjust to accounts service (bug 384107)
- Plasma mobile optimizations
- Make room for footer and header
- new resize policy (bug 391910)
- support actions visibility
- Support nvidia reset notifications in QtQuickViews
KDED
- Add platform detection and adjustment to kded (automatic setting of $QT_QPA_PLATFORM)
KFileMetaData
- Add description and purpose to Xattr dep
- extractors: Hide warnings from system headers
- fix detection of taglib when compiling for Android
- Install pri file for qmake support & document it in metainfo.yaml
- Make concatenated strings wrappable
- ffmpegextractor: Silence deprecation warnings
- taglibextractor: Fix empty genre bug
- handle more tags in taglibextractor
KHolidays
- holidays/plan2/holiday_sk_sk - Teacher's Day fix (bug 393245)
KI18n
- [API dox] New UI marker @info:placeholder
- [API dox] New UI marker @item:valuesuffix
- Don't need to run previous iterations commands again (bug 393141)
KImageFormats
- [XCF/GIMP loader] Raise maximimum allowed image size to 32767x32767 on 64 bit platforms (bug 391970)
KIO
- Thumbnail smooth scaling in filepicker (bug 345578)
- KFileWidget: Perfectly align filename widget with icon view
- KFileWidget: Save places panel width also after hiding panel
- KFileWidget: Prevent places panel width from growing 1px iteratively
- KFileWidget: Disable zoom buttons once reached minimum or maximum
- KFileWidget: Set minimum size for zoom slider
- Don't select file extension
- concatPaths: process empty path1 correctly
- Improve grid icon layout in filepicker dialog (bug 334099)
- Hide KUrlNavigatorProtocolCombo if there is just one protocol supported
- Only show supported schemes in KUrlNavigatorProtocolCombo
- Filepicker reads thumbs preview from Dolphin settings (bug 318493)
- Add Desktop and Downloads to the default list of Places
- KRecentDocument now stores QGuiApplication::desktopFileName instead of applicationName
- [KUrlNavigatorButton] Also don't stat MTP
- getxattr takes 6 parameters in macOS (bug 393304)
- Add a "Reload" menu item to KDirOperator's context menu (bug 199994)
- Save the dialog view settings even when canceling (bug 209559)
- [KFileWidget] Hardcode example user name
- Don't show top "Open With" app for folders; only for files
- Detect incorrect parameter in findProtocol
- Use text "Other Application..." in "Open With" submenu
- Correctly encode URL of thumbnails (bug 393015)
- Tweak column widths in tree view of file open/save dialogs (bug 96638)
Kirigami
- Don't warn when using Page {} outside of a pageStack
- Rework InlineMessages to address a number of issues
- fix on Qt 5.11
- base on units for toolbutton size
- color close icon on hover
- show a margin under the footer when needed
- fix isMobile
- also fade on open/close anim
- include the dbus stuff only on unix-non android, non apple
- watch the tabletMode from KWin
- on desktop mode show actions on hover (bug 364383)
- handle in the top toolbar
- use a gray close button
- less applicationwindow dependency
- less warnings without applicationwindow
- work correctly without applicationWindow
- Don't have a non-integral size on separators
- Don't show the actions if they are disabled
- checkable FormLayout items
- use different icons in the color set example
- include icons only on android
- make it work with Qt 5.7
KNewStuff
- Fix double margins around DownloadDialog
- Fix hints in UI files about subclasses of custom widgets
- Don't offer qml plugin as a link target
KPackage Framework
- use KDE_INSTALL_DATADIR instead of FULL_DATADIR
- Add donate urls to test data
KPeople
- Fix PersonSortFilterProxyModel filtering
Kross
- Also make installation of translated docs optional
KRunner
- DBus runner servicename wildcard support
KTextEditor
- optimization of KTextEditor::DocumentPrivate::views()
- [ktexteditor] much faster positionFromCursor
- Implement single click on line number to select line of text
- Fix missing bold/italic/... markup with modern Qt versions (>= 5.9)
Plasma Framework
- Fix not shown event marker in calendar with air & oxygen themes
- Use "Configure %1..." for text of applet configure action
- [Button Styles] Fill height and vertical align (bug 393388)
- add video-card-inactive icon for system tray
- correct look for flat buttons
- [Containment Interface] Don't enter edit mode when immutable
- make sure largespacing is perfect multiple of small
- call addContainment with proper paramenters
- Don't show the background if Button.flat
- ensure the containment we created has the activity we asked for
- add a version containmentForScreen with activity
- Don't alter memory management to hide an item (bug 391642)
Purpose
- Make sure we give some vertical space to configuration plugins
- Port KDEConnect plugin config to QQC2
- Port AlternativesView to QQC2
QQC2StyleBridge
- export layout paddings from qstyle, start from Control
- [ComboBox] Fix mouse wheel handling
- make the mousearea not interfere with controls
- fix acceptableInput
Solid
- Update mount point after mount operations (bug 370975)
- Invalidate property cache when an interface is removed
- Avoid creating duplicate property entries in the cache
- [UDisks] Optimize several property checks
- [UDisks] Correct handling of removable file systems (bug 389479)
Sonnet
- Fix remove enable/disable button
- Fix enable/disable add button
- Look into subdirectories for dictionaries
Syntax Highlighting
- Update project URL
- 'Headline' is a comment, so base it on dsComment
- Add highlighting for GDB command listings and gdbinit files
- Add syntax highlighting for Logcat
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.46.0 소스 코드는 자유롭게 다운로드할 수 있습니다. 컴파일 및 설치 방법은 KDE 프레임워크 5.46.0 정보 페이지에서 확인할 수 있습니다.
소스 코드에서 빌드하는 작업은 기본적인 cmake .; make; make install 명령으로 가능합니다. 단일 티어 1 프레임워크를 컴파일 때에는 가장 간단한 방법입니다. 프레임워크 개발에 기여하거나 전체 프레임워크 개발 작업을 추적하고 싶다면 kdesrc-build 사용을 추천합니다. 프레임워크 5.46.0에는 Qt
API 문서를 포함한 전체 프레임워크 목록은 api.kde.org 사이트에서 볼 수 있습니다.
참여하기
프레임워크 개발에 관심이 있고 기여할 생각이 있다면 git 저장소를 확인하고 KDE 프레임워크 개발 메일링 리스트의 토론을 확인해 보십시오. 프로젝트 정책, 현재 상태 및 향후 계획은 프레임워크 위키에서 확인할 수 있습니다. 실시간 대화는 Libera Chat의 #kde-devel IRC 채널에서 진행됩니다.
KDE 지원
KDE는 개인의 시간과 노력을 기부하는 것으로 존재하고 성장하는 자유 소프트웨어 커뮤니티입니다. KDE는 코딩, 버그 수정 및 보고, 문서 작성, 번역, 프로모션, 금전적 기여 등 다양한 자원 봉사자와 기여자를 찾고 있습니다. 모든 기여를 환영합니다. 더 많은 정보를 보려면 KDE 지원하기 페이지를 확인하십시오. Join the Game을 통해서 KDE e.V.의 후원 회원이 될 수도 있습니다.