pkgsrc/devel/kcoreaddons/PLIST
markd 0bf5b96ce1 Update KDE Frameworks to 5.25.0
5.22:
KCoreAddons
* Provide a way to disable inotify use in KDirWatch
* Fix KAboutData::applicationData() to init from current
  Q*Application metadata
* Make clear that KRandom is not recommended for cryptography purposes
KDeclarative
* Don't crash if we have no openGL context
KDocTools
* Added entity applications
KI18n
* libgettext: Fix potential use-after-free using non-g++ compilers
KIO
* kurlnavigatortoolbutton.cpp - use buttonWidth in paintEvent()
* New file menu: filter out duplicates (e.g. between .qrc and system files)
* Fix error message on startup of the cookies KCM
* Remove kmailservice5, it can only do harm at this point
* Fix KFileItem::refresh() for symlinks. The wrong size, filetype
  and permissions were being set
* Fix regression in KFileItem: refresh() would lose the file type,
  so a dir became a file
* Set text on QCheckbox widget rather than using a separate label
* Don't enable acl permissions widget if we don't own the file
* Fix double-slash in KUriFilter results when a name filter is set
* KUrlRequester: add signal textEdited (forwarded from QLineEdit)
KItemModels
* Fix template syntax for test case generation
* Fix linking with Qt 5.4 (wrongly placed #endif)
KParts
* Fix the layout of the BrowserOpenOrSaveQuestion dialogue
KPeople
* Add a check for PersonData being valid
KRunner
* Fix metainfo.yaml: KRunner is neither a porting aid nor deprecated
KService
* Remove too-strict maximum string length in KSycoca database
KTextEditor
* Use proper char syntax '"' instead of '\"'
* doxygen.xml: Use default style dsAnnotation for "Custom Tags" as
  well (less hard-coded colors)
* Add option to show the counter of words
* Improved foreground color contrast for search & replace highlightings
* Fix crash when closing Kate through dbus while the print dialog is open
* Cursor::isValid(): add note about isValidTextPosition()
* Add API {Cursor, Range}::{toString, static fromString}

5.23:
KDE Doxygen Tools
* Major rework of the API docs generation
KCMUtils
* Use QQuickWidget for QML KCMs
KConfig
* Avoid skipping KAuthorized check
KCoreAddons
* Print the failing plugin when notifying a cast warning
* [kshareddatacache] Fix invalid use of & to avoid unaligned reads
* Kdelibs4ConfigMigrator: skip reparsing if nothing was migrated
* krandom: Add testcase to catch bug 362161 (failure to auto-seed)
KCrash
* Check size of unix domain socket path before copying to it
KDeclarative
* Support selected state
* KCMShell import can now be used to query for whether opening a KCM
  is actually allowed
KDocTools
* Add commonly used entities for keys to en/user.entities
* Update man-docbook template
* Update book template + man template + add arcticle template
* Call kdoctools_create_handbook only for index.docbook
KIO
* Give clearer error message when KRun(URL) is given a URL without
  scheme
* Add KProtocolInfo::archiveMimetypes()
* use selected icon mode in file open dialog sidebar
* kshorturifilter: fix regression with mailto: not prepended when
* no mailer is installed
KNotification
* use QUrl::fromUserInput to construct sound url
KNotifyConfig
* use QUrl::fromUserInput to construct sound url
KService
* Fix associated applications for mimetypes with uppercase characters
* Lowercase the lookup key for mimetypes, to make it case insensitive
* Fix ksycoca notifications when the DB doesn't exist yet
KTextEditor
* Fix default encoding to UTF-8
* Fix color configurability of default style "Error"
* Search & Replace: Fix replace background color (regression introduced
  in v5.22)
* New color scheme "Breeze Dark", see https://kate-editor.org/?post=3745
* KateUndoManager::setUndoRedoCursorOfLastGroup(): pass Cursor as const
  reference
* sql-postgresql.xml improve syntax highlighting by ignoring multiline
  function bodies
* Add syntax highlighting for Elixir and Kotlin
* VHDL syntax highlighting in ktexteditor: add support for functions
  inside architecture statements
* vimode: Don't crash when given a range for a nonexistent command
* Properly remove composed characters when using Indic locales

5.24:
KBookmarks
* Cleanup KBookmarkManagerList before qApp exits, to avoid deadlocks
  with the DBus thread
KConfig
* Deprecate authorizeKAction() in favor of authorizeAction()
* Fix reproducibility in builds by ensuring utf-8 encoding
KDeclarative
* Make epoxy optional
KDocTools
* Allow KDocTools to always locate at least its own installed stuff
* Use CMAKE_INSTALL_DATAROOTDIR to look for docbook instead of share
* Update qt5options manpage docbook to qt 5.4
* Update kf5options manpage docbook
KI18n
* Also search catalogs for stripped variants of values in env var LANGUAGE
* Fix parsing of env var values WRT modifier and codeset, done in wrong order
KIO
* KIO: add SlaveBase::openPasswordDialogV2 for better error checking,
  please port your kioslaves to it
* Fix KUrlRequester opening file dialog in wrong directory
* Fix unsafe KDirModelDirNode* casts
* Add cmake option KIO_FORK_SLAVES to set default value
* ShortUri filter: fix filtering of mailto:user@host
* Add OpenFileManagerWindowJob to highlight file within a folder
* KRun: add runApplication method
* Add soundcloud search provider
* Fix an alignment issue with the OS X native "macintosh" style
KItemModels
* Add KExtraColumnsProxyModel::removeExtraColumn, will be needed
  by StatisticsProxyModel
KNotifyConfig
* KNotifyConfigWidget: add disableAllSounds() method
KParts
* Add switch to disable KParts' handling of window titles
* Add donate menu item to help menu of our apps
KRunner
* [QueryMatch] Add iconName
KTextEditor
* Show Scrollbar Text Preview after a delay of 250ms
* hide preview and stuff on view content scrolling
* set parent + toolview, I think this is needed to avoid task switcher
  entry in Win10
* Remove "KDE-Standard" from encoding box
* Folding preview on per default
* Avoid dashed underline for preview & avoid poisoning of line layout cache
* Always enable "Show preview of folded text" option
* TextPreview: Adjust the grooveRect-height when scrollPastEnd is enabled
* Scrollbar preview: use groove rect if scrollbar does not use full height
* Add KTE::MovingRange::numberOfLines() just like KTE::Range has
* Code folding preview: set popup height so that all hidden lines fit
* Add option to disable preview of folded text
* Add modeline 'folding-preview' of type bool
* View ConfigInterface: support 'folding-preview' of type bool
* Add bool KateViewConfig::foldingPreview() and setFoldingPreview(bool)
* Feature: Show text preview when hovering over folded code block
* KateTextPreview: add setShowFoldedLines() and showFoldedLines()
* Add modelines 'scrollbar-minimap' [bool], and 'scrollbar-preview' [bool]
* Enable mini-map scrollbar by default
* New feature: Show text preview when hovering over the scrollbar
* KateUndoGroup::editEnd(): pass KTE::Range by const ref
* Fix vim-mode shortcut handling, after behaviour changes in Qt 5.5
* Autobrace: don't insert ' character in text
* ConfigInterface: add scrollbar-minimap config key to enable/disable
  scrollbar mini map
* Fix KTE::View::cursorToCoordinate() when top message widget is visible
* Refactoring of the Emulated Command Bar
* Fix drawing artifacts when scrolling while notifications are visible

5.25:
KBookmarks
* KBookmarkGroup::moveBookmark: fix return value when item is
  already at the right position
KConfig
* Add DeleteFile and RenameFile standard shortcut
KCoreAddons
* Install known licenses and find them at runtime (regression fix)
KDeclarative
* Actually emit valueChanged
KIO
* Fix KIO::linkAs() to work as advertised, i.e. fail if dest already
  exists
* Fix KIO::put("file:///path") to respect the umask
* Fix KIO::pasteActionText for null dest item and for empty URL
* Add support for undoing symlink creation
* GUI option to configure global MarkPartial for KIO slaves
* Fix MaxCacheSize limited to 99 KiB
* Add clipboard buttons to checksums tab
* KNewFileMenu: fix copying template file from embedded resource
* KNewFileMenu: Fix creating link to application
* KNewFileMenu: Fix suggestion of new filename when file already
  exist in desktop
* KNewFileMenu: ensure fileCreated() is emitted for app desktop files too
* KNewFileMenu: fix creating symlinks with a relative target
* KPropertiesDialog: simplify button box usage, fix behavior on Esc
* KProtocolInfo: refill cache to find newly installed protocols
* KIO::CopyJob: port to qCDebug (with its own area, since this can
  be quite verbose)
* KPropertiesDialog: add Checksums tab
* Clean url's path before initializing KUrlNavigator
KItemModels
* KRearrangeColumnsProxyModel: fix assert in index(0, 0) on empty model
* Fix KDescendantsProxyModel::setSourceModel() not clearing internal
  caches
* KRecursiveFilterProxyModel: fix QSFPM corruption due to filtering
  out rowsRemoved signal
* KExtraColumnsProxyModel: implement hasChildren()
KNotification
* Don't set parent of sublayout manually, silences warning
KService
* applications.menu: remove references to unused categories
* Always update the Trader parser from yacc/lex sources
KTextEditor
* Do not ask for overwriting a file twice with native dialogs
* added FASTQ syntax
2016-08-21 21:17:57 +00:00

182 lines
7.7 KiB
Text

@comment $NetBSD: PLIST,v 1.2 2016/08/21 21:17:57 markd Exp $
bin/desktoptojson
include/KF5/KCoreAddons/KAboutData
include/KF5/KCoreAddons/KAutoSaveFile
include/KF5/KCoreAddons/KBackup
include/KF5/KCoreAddons/KCompositeJob
include/KF5/KCoreAddons/KCoreAddons
include/KF5/KCoreAddons/KDirWatch
include/KF5/KCoreAddons/KExportPlugin
include/KF5/KCoreAddons/KFileSystemType
include/KF5/KCoreAddons/KFormat
include/KF5/KCoreAddons/KJob
include/KF5/KCoreAddons/KJobTrackerInterface
include/KF5/KCoreAddons/KJobUiDelegate
include/KF5/KCoreAddons/KMacroExpander
include/KF5/KCoreAddons/KMessage
include/KF5/KCoreAddons/KPluginFactory
include/KF5/KCoreAddons/KPluginLoader
include/KF5/KCoreAddons/KPluginMetaData
include/KF5/KCoreAddons/KProcess
include/KF5/KCoreAddons/KRandom
include/KF5/KCoreAddons/KRandomSequence
include/KF5/KCoreAddons/KSharedDataCache
include/KF5/KCoreAddons/KShell
include/KF5/KCoreAddons/KStringHandler
include/KF5/KCoreAddons/KTextToHTML
include/KF5/KCoreAddons/KTextToHTMLEmoticonsInterface
include/KF5/KCoreAddons/KUrlMimeData
include/KF5/KCoreAddons/KUser
include/KF5/KCoreAddons/Kdelibs4ConfigMigrator
include/KF5/KCoreAddons/Kdelibs4Migration
include/KF5/KCoreAddons/kaboutdata.h
include/KF5/KCoreAddons/kautosavefile.h
include/KF5/KCoreAddons/kbackup.h
include/KF5/KCoreAddons/kcompositejob.h
include/KF5/KCoreAddons/kcoreaddons.h
include/KF5/KCoreAddons/kcoreaddons_export.h
include/KF5/KCoreAddons/kdelibs4configmigrator.h
include/KF5/KCoreAddons/kdelibs4migration.h
include/KF5/KCoreAddons/kdirwatch.h
include/KF5/KCoreAddons/kexportplugin.h
include/KF5/KCoreAddons/kfilesystemtype.h
include/KF5/KCoreAddons/kformat.h
include/KF5/KCoreAddons/kjob.h
include/KF5/KCoreAddons/kjobtrackerinterface.h
include/KF5/KCoreAddons/kjobuidelegate.h
include/KF5/KCoreAddons/kmacroexpander.h
include/KF5/KCoreAddons/kmessage.h
include/KF5/KCoreAddons/kpluginfactory.h
include/KF5/KCoreAddons/kpluginloader.h
include/KF5/KCoreAddons/kpluginmetadata.h
include/KF5/KCoreAddons/kprocess.h
include/KF5/KCoreAddons/krandom.h
include/KF5/KCoreAddons/krandomsequence.h
include/KF5/KCoreAddons/kshareddatacache.h
include/KF5/KCoreAddons/kshell.h
include/KF5/KCoreAddons/kstringhandler.h
include/KF5/KCoreAddons/ktexttohtml.h
include/KF5/KCoreAddons/ktexttohtmlemoticonsinterface.h
include/KF5/KCoreAddons/kurlmimedata.h
include/KF5/KCoreAddons/kuser.h
include/KF5/kcoreaddons_version.h
lib/cmake/KF5CoreAddons/KF5CoreAddonsConfig.cmake
lib/cmake/KF5CoreAddons/KF5CoreAddonsConfigVersion.cmake
lib/cmake/KF5CoreAddons/KF5CoreAddonsMacros.cmake
lib/cmake/KF5CoreAddons/KF5CoreAddonsTargets-noconfig.cmake
lib/cmake/KF5CoreAddons/KF5CoreAddonsTargets.cmake
lib/cmake/KF5CoreAddons/KF5CoreAddonsToolingTargets-noconfig.cmake
lib/cmake/KF5CoreAddons/KF5CoreAddonsToolingTargets.cmake
lib/libKF5CoreAddons.so
lib/libKF5CoreAddons.so.5
lib/libKF5CoreAddons.so.${PKGVERSION}
qt5/mkspecs/modules/qt_KCoreAddons.pri
share/kf5/licenses/ARTISTIC
share/kf5/licenses/BSD
share/kf5/licenses/GPL_V2
share/kf5/licenses/GPL_V3
share/kf5/licenses/LGPL_V2
share/kf5/licenses/LGPL_V21
share/kf5/licenses/LGPL_V3
share/kf5/licenses/QPL_V1.0
share/locale/af/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/ar/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/as/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/ast/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/be/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/be@latin/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/bg/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/bn/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/bn_IN/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/br/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/bs/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/ca/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/ca@valencia/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/crh/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/cs/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/csb/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/cy/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/da/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/de/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/el/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/en_GB/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/eo/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/es/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/et/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/eu/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/fa/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/fi/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/fr/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/fy/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/ga/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/gd/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/gl/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/gu/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/ha/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/he/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/hi/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/hne/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/hr/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/hsb/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/hu/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/hy/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/ia/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/id/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/is/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/it/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/ja/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/ka/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/kk/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/km/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/kn/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/ko/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/ku/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/lb/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/lt/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/lv/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/mai/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/mk/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/ml/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/mr/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/ms/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/nb/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/nds/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/ne/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/nl/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/nn/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/oc/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/or/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/pa/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/pl/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/ps/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/pt/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/pt_BR/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/ro/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/ru/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/se/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/si/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/sk/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/sl/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/sq/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/sr/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/sr@ijekavian/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/sr@ijekavianlatin/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/sr@latin/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/sv/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/ta/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/te/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/tg/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/th/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/tr/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/tt/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/ug/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/uk/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/uz/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/uz@cyrillic/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/vi/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/wa/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/xh/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/zh_CN/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/zh_HK/LC_MESSAGES/kcoreaddons5_qt.qm
share/locale/zh_TW/LC_MESSAGES/kcoreaddons5_qt.qm
share/mime/packages/kde5.xml