Commit graph

28 commits

Author SHA1 Message Date
markd
da2039ac2a KDE Frameworks update to 5.64.0
5.62.0

KI18n
  Localize long number strings
  Support passing target to ki18n_wrap_ui macro

KIO
  Undoing trashing files on the desktop has been fixed
  kio_trash: split up copyOrMove, for a better error than "should never happen"
  FileUndoManager: clearer assert when forgetting to record
  Fix exit and crash in kio_file when put() fails in readData
  [CopyJob] Fix crash when copying an already existing dir and pressing "Skip"
  [KUrlNavigator] Add MIME types supported by krarc to isCompressedPath
  Added dialog to set execute permission for executable file when trying to
  run it
  [KPropertiesDialog] Always check mount point being null
  [KRun] Check mime type for isExecutableFile first
  Add an icon for the trash root and a proper label
  Add support for handling QNAM SSL errors to KSslErrorUiData
  Making FileJob behave consistently
  [KFilePlacesView] Use asynchronous KIO::FileSystemFreeSpaceJob
  rename internal 'kioslave' helper executable to 'kioslave5'
  [KDirOperator] Middle-elide labels that are too long to fit
  [KDirOperator] Add follow new directories options
  KDirOperator: Only enable "Create New" menu if the selected item is a
  directory
  KIO FTP: Fix file copy hanging when copying to existing file
  KIO: port to non-deprecated KWindowSystem::setMainWindow
  Make file bookmark names consistent
  Add option to build Qt Designer plugin (BUILD_DESIGNERPLUGIN, default ON)
  [KDirOperator] Use more human-readable sort order descriptions
  [Permissions editor] Port icons to use QIcon::fromTheme()

KItemModels
  Add Q_PROPERTIES interface to KDescendantsProxyModel
  Port away from deprecated methods in Qt

KNotification
  Avoid duplicate notifications from showing up on Windows and remove
  whitespaces
  Have 1024x1024 app icon as fallback icon in Snore
  Add `-pid` parameter to Snore backend calls
  Add snoretoast backend for KNotifications on Windows

KPeople
  Make it possible to delete contacts from backends
  Make it possible to modify contacts

KRunner
  Make sure we're checking whether tearing down is due after finishing a job
  Add a done signal to FindMatchesJob instead of using QObjectDecorator wrongly

KTextEditor
  Allow to customize attributes for KSyntaxHighligting themes
  Fix for all themes: allow turn off attributes in XML highlighting files
  simplify isAcceptableInput + allow all stuff for input methods
  simplify typeChars, no need for return code without filtering
  Mimic QInputControl::isAcceptableInput() when filtering typed characters
  try to sanitize line endings on paste
  Fix: allow turn off attributes in XML highlighting files
  improve word completion to use highlighting to detect word boundaries
  More porting from QRegExp to QRegularExpression
  properly check if diff command can be started for swap file diffing
  KTextEditor: Fix left border flicker when switching between documents
  Migrate some more QRegExps to QRegularExpression
  Allow 0 in line ranges in vim mode
  Use CMake find_dependency instead of find_package in CMake config file
  template

KWayland
  [server] Wrap proxyRemoveSurface in smart pointer
  [server] Use cached current mode more and assert validness
  [server] Cache current mode
  Implement zwp_linux_dmabuf_v1

5.63.0

KIO
  [Places panel] Revamp the Recently Saved section
  [DataProtocol] compile without implicit coversion from ascii
  Consider the usage of WebDAV methods sufficient for assuming WebDAV
  REPORT also supports the Depth header
  Make QSslError::SslError <-> KSslError::Error conversion reusable
  Deprecate the KSslError::Error ctor of KSslError
  [Windows] fix listing the parent dir of C:\foo, that's C:\ and not C:
  Fix crash on exit in kio_file (bug 408797)
  Add == and != operators to KIO::UDSEntry
  Replace KSslError::errorString with QSslError::errorString
  Move/copy job: skip stat'ing sources if the destination dir isn't writable
  Fixed interaction with DOS/Windows executables in KRun::runUrl
  [KUrlNavigatorPlacesSelector] Properly identify teardown action
  KCoreDirLister: fix crash when creating new folders from kfilewidget
  [kpropertiesdialog] add icons for the size section
  Add icons for "Open With" and "Actions" menus
  Avoid initializing an unnecessary variable
  Move more functionality from KRun::runCommand/runApplication to
  KProcessRunner
  [Advanced Permissions] Fix icon names
  [KUrlNavigatorButton] Fix QString usage to not use [] out of bounds
  Make KSslError hold a QSslError internally
  Split KSslErrorUiData from KTcpSocket
  Port kpac from QtScript

KPeople
  Claim Android as a supported platform
  Deploy default avatar via qrc
  Bundle plugin files on Android
  Disable DBus pieces on Android
  Fix crash when monitoring a contact that gets removed on PersonData
  Use fully qualified types on signals

KRunner
  Consider UNC paths as NetworkShare context

KService
  Move Amusement to Games directory instead of Games > Toys
  [KService] Add copy constructor
  [KService] add workingDirectory(), deprecate path()

KTextEditor
  try to avoid artifacts in text preview
  Variable expansion: Use std::function internally
  QRectF instead of QRect solves clipping issues
  next rendering artifact goes away if you adjust the clip rect a bit
  avoid the font choosing magic and turn of anti aliasing
  KadeModeMenuList: fix memory leaks and others
  try to scan for usable fonts, works reasonable well if you use no dumb
  scaling factor like 1.1
  Status bar mode menu: Reuse empty QIcon that is implicitly shared
  Expose KTextEditor::MainWindow::showPluginConfigPage()
  Replace QSignalMapper with lambda
  KateModeMenuList: use QString() for empty strings
  KateModeMenuList: add "Best Search Matches" section and fixes for Windows
  Variable expansion: Support QTextEdits
  Add keyboard shortcut for switching Input modes to edit menu
  Variable expansion dialog: properly handle selection changes and item
  activation
  Variable expansion dialog: add filter line edit
  Backup on save: Support time and date string replacements
  Variable expansion: Prefer return value over return argument
  Initial start of variables dialog
  use new format API

KWayland
  Sort files alphabetically in cmake list

5.64.0

KI18n
  Add KLocalizedString::untranslatedText
  Replace all qWarning and related calls with categorised logging

KIO
  Const & signature of new introduced SlaveBase::configValue
  Port to the QSslError variant of KSslInfoDialog
  Port KSSLD internals from KSslError to QSslError
  Make non-ignorable SSL errors explicit
  auto-enable KIO_ASSERT_SLAVE_STATES also for from-git builds
  Port (most of) KSslInfoDialog from KSslError to QSslError
  kio_http: avoid double Content-Type and Depth when used by KDAV
  Port the KSSLD D-Bus interface from KSslError to QSslError
  Replace usage of SlaveBase::config()->readEntry by SlaveBase::configValue
  Remove two unused member variables using KSslError
  Avoid sending KDirNotify::emitFilesAdded when the emptytrashjob finishes
  Deprecate the KTcpSocket-based variant of SslUi::askIgnoreSslErrors
  Treat "application/x-ms-dos-executable" as executable on all platforms
  Replace usage of SlaveBase::config() by SlaveBase::mapConfig()
  ftptest: replace logger-colors with logger
  [SlaveBase] Use QMap instead of KConfig to store ioslave config
  Port KSslErrorUiData to QSslError
  exclude ioslaves directory from api docs
  ftptest: mark overwrite without overwrite flag no longer failing
  ftptest: refactor the daemon startup into its own helper function
  [SslUi] Add api docs for askIgnoreSslErrors()
  consider ftpd not required for the time being
  port ftp slave to new error reporting system
  fix proxy setting loading
  Implement KSslCertificateRule with QSslError instead of KSslError
  Port (most of) the interface of KSslCertificateRule to QSslError
  Port KSslCertificateManager to QSslError
  Update test kfileplacesviewtest following D7446

KNotification
  [KStatusNotifierItem] Allow left click when menu is null
  Remove Growl support
  Add and enable Notification Center support in macOS

KPeople
  Unbreak build: limit DISABLE_DEPRECATED for KService to < 5.0

KService
  Make it compile against qt5.15 without deprecated method

KTextEditor
  KateModeMenuList: improve word wrap
  add hint to copyright header
  clarify license
  add missing s
  KateModeMenuList: force the vertical position above the button
  better: self-contained headers
  group includes for semantics
  sort includes

KWayland
  FakeInput: add support for keyboard key press and release
  Fix non-integer scale copy on creation of OutputChangeSet

ThreadWeaver
  Make it compile against qt5.15
2019-11-11 07:57:09 +00:00
markd
df93f47eb2 kservice: update to 5.61.0
5.61.0
  Expose X-KDE-Wayland-Interfaces
  Fix KService build on Android
  KService: remove broken concept of global sycoca database
  Remove very dangerous deletion code with kbuildsycoca5 --global
  Fix infinite recursion and asserts when the sycoca DB is unreadable
  by user (e.g. root owned)
  Deprecate KDBusServiceStarter. All usage in kdepim is now gone,
  DBus activation is a better solution
  Allow KAutostart to be constructed using an absolute path
5.60.0
  Add X-Flatpak-RenamedFrom as recognized key
5.59.0
  Fix assert (hash != 0) sometimes when a file is deleted by another process
  Fix another assert when the file disappears under us: ASSERT: "ctime != 0"
2019-08-27 21:10:00 +00:00
markd
a29b7814b1 kde: update KDE Frameworks to 5.57.0
KDE Doxygen Tools

  Update URLs to use https

KCMUtils

  [KCModuleLoader] Pass args to created KQuickAddons::ConfigModule
  Pass focus to child searchbar when KPluginSelector is focused
  Improve the KCM error message
  Add runtime guard that pages are KCMs in KCMultiDialog

KConfig

  Add Notify capability to revertToDefault
  point readme to the wiki page
  kconfig_compiler: new kcfgc args HeaderExtension & SourceExtension
  [kconf_update] move from custom logging tech to qCDebug
  Remove reference from const KConfigIniBackend::BufferFragment &
  KCONFIG_ADD_KCFG_FILES macro: ensure a change of File= in kcfg is picked up

KCoreAddons

  Fix "* foo *" we don't want to bold this string
  Fix Bug - clicking contact web url => uncomplete url is selected
  Print strerror when inotify fails (typical reason: "too many open files")

KDeclarative

  [GridViewKCM] Fix implicit width calculation
  move the gridview in a separate file
  Avoid fractionals in GridDelegate sizes and alignments

KDocTools

  Update Ukrainian translation
  Catalan updates
  it entities: update URLs to use https
  Update URLs to use https
  Use Indonesian translation
  Update design to look more similar to kde.org
  Add necessary files to use native Indonesian language for all Indonesian docs

KI18n

  Report human-readable error if Qt5Widgets is required but is not found

KIO

  Replace currentDateTimeUtc().toTime_t() with currentSecsSinceEpoch()
  Replace QDateTime::to_Time_t/from_Time_t with to/fromSecsSinceEpoch
  Improve executable dialog buttons' icons
  [KDirOperator] Show Detailed Tree View by default
  KFileItem: call stat() on demand, add SkipMimeTypeDetermination option
  KIOExec: fix error when the remote URL has no filename
  KFileWidget In saving single file mode an enter/return press on the
  KDirOperator triggers slotOk
  [KDynamicJobTracker] Use generated DBus interface
  [KFileWidget] When saving, highlight filename after clicking existing file
  also when using double-click
  Don't create thumbnails for encrypted Vaults
  Fix WebDAV directory renaming if KeepAlive is off
  Show list of tags in PlacesView
  Delete/Trash confirmation dialogue: Fix misleading title
  Display the correct file/path in "too bit for fat32" error message
  Phrase error message with GiB, not GB
  openwithdialog: use recursive flag in proxy filter
  Remove URLs being fetched when listing job is completed
  [CopyJob] Treat URL as dirty when renaming file as conflict resolution
  Pass local file path to KFileSystemType::fileSystemType()
  Fix upper/lower case rename on case insensitive fs
  Fix "Invalid URL: QUrl("some.txt")" warnings in Save dialog
  Fix crash while moving files
  Fix NTFS hidden check for symlinks to NTFS mountpoints
  Make file overwrite a bit safer

KNotification

  [KStatusNotifierItem] Send desktop-entry hint
  Allow to set custom hints for notifications

KNotifyConfig

  Allow selecting only supported audio files

KPackage Framework

  Fix finding the host tools targets file in the Android docker environment
  Add cross-compilation support for kpackagetool5

KService

  Add X-GNOME-UsesNotifications as recognized key
  Add bison minimum version of 2.4.1 due to %code

KTextEditor

  Fix: apply correctly the text colors of the chosen scheme
  DocumentPrivate: Add option "Auto Reload Document" to View menu
  DocumentPrivate: Support to set dictionary on block selection
  Fix Words & Chars String on katestatusbar
  Fix Minimap with QtCurve style
  KateStatusBar: Show lock icon on modified label when in read-only mode
  DocumentPrivate: Skip auto quotes when these looks already balanced
  Add Variable interface to KTextEditor::Editor
  relax code to only assert in debug build, work in release build
  ensure compatibility with old configs
  more use of generic config interface
  simplify QString KateDocumentConfig::eolString()
  transfer sonnet setting to KTextEditor setting
  ensure now gaps in config keys
  convert more things to generic config interface
  more use of the generic config interface
  generic config interface
  Don't crash on malformed syntax highlighting files
  IconBorder: Accept drag&drop events
  ViewPrivate: Make deselection by arrow keys more handy
  Fix for showing argument hint tree on non-primary screen
  Port some deprecated method
  Restore the search wrapped message to its former type and position
  ViewPrivate: Make 'Apply Word Wrap' more comfortable
  ModeBase::goToPos: Ensure jump target is valid
  ViInputMode: Remove unsupported text attributes from the status bar
  KateStatusBar: Add dictionary button
  add example for line heigh issue
2019-04-25 20:50:22 +00:00
maya
f34a8c24a3 PKGREVISION bump for anything using python without a PYPKGPREFIX.
This is a semi-manual PKGREVISION bump.
2019-04-25 07:32:34 +00:00
ryoon
6fc378bce9 Recursive revbump from textproc/icu 2019-04-03 00:32:25 +00:00
adam
16dd5de231 revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
ryoon
b86dfe6873 Recursive revbump from hardbuzz-2.1.1 2018-11-12 03:51:07 +00:00
ryoon
b9c1e1d533 Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
markd
e54f8913c0 kservice: update to 5.47.0
changes unknown
2018-06-21 05:58:27 +00:00
adam
299d329d51 revbump after icu update 2018-04-14 07:33:52 +00:00
markd
ba4f2fe9c4 kf5: update to 5.44.0
3 months of bugfixes.
2018-04-11 11:50:34 +00:00
wiz
c57215a7b2 Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
jperkin
e54cefee7e kde: SUBST_STAGE should be pre-configure, not post-patch.
Performing substitutions during *-patch phases makes it impossible to
generate patches via mkpatches without introducing substitution noise.
2018-02-07 15:35:09 +00:00
markd
793248e59e kservice: SUBST rather than patch 2018-01-30 08:58:47 +00:00
markd
e9c46ca027 kf5: strip -fvisibility=hidden in all kf5 packages
as it breaks the plugin mechanism due to not being able to
resolve various symbols
2018-01-24 19:06:06 +00:00
markd
41773c874e kf5: update to 5.41.0
16 months worth of updates. requires qt5>=5.7
2018-01-17 20:00:20 +00:00
rillig
17e39f419d Fix indentation in buildlink3.mk files.
The actual fix as been done by "pkglint -F */*/buildlink3.mk", and was
reviewed manually.

There are some .include lines that still are indented with zero spaces
although the surrounding .if is indented. This is existing practice.
2018-01-07 13:03:53 +00:00
adam
8977d31a36 Revbump after textproc/icu update 2017-11-30 16:45:00 +00:00
maya
33ebf687dc revbump for requiring ICU 59.x 2017-09-18 09:52:56 +00:00
adam
75a9285105 Revbump after icu update 2017-04-22 21:03:07 +00:00
ryoon
72c3cb198b Recursive revbump from fonts/harfbuzz 2017-02-12 06:24:36 +00:00
wiz
7ac05101c6 Recursive bump for harfbuzz's new graphite2 dependency. 2017-02-06 13:54:36 +00:00
joerg
01c7365273 Revert: patches generated file not available at patch time. 2016-12-15 23:24:50 +00:00
ryoon
36ed025474 Recursive revbump from textproc/icu 58.1 2016-12-04 05:17:03 +00:00
kamil
ec1d9ceea5 Add new patch to fix "error: C++ style comments are not allowed in ISO C90"
No functional change in the package.
2016-11-27 22:17:22 +00:00
markd
e2f3ef86dd Add flex and bison tool dependencies 2016-08-22 20:46:19 +00:00
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
markd
edbfdcbdb8 Add KDE Frameworks 5.21.0 packages:
kbookmarks - Support for bookmarks and the XBEL format
kcmutils - Utilities for interacting with KCModules
kconfig - Configuration system
kcoreaddons - Addons to QtCore
kcrash - Support for application crash analysis and bug report from apps
kdeclarative - Provides integration of QML and KDE Frameworks
kdoctools - Documentation generation from docbook
ki18n - Advanced internationalization framework
kidletime - Monitoring user activity
kio - Resource and network access abstraction
kitemmodels - Models for Qt Model/View system
knotifications - Abstraction for system notifications
knotifyconfig - Configuration system for KNotify
kpackage - Installation and loading of additional content as packages
kparts - Document centric plugin system
kpeople - Provides access to all contacts and aggregates them by person
kpty - Pty abstraction
kservice - Advanced plugin and service introspection
ktexteditor - Advanced embeddable text editor
threadweaver - High-level multithreading framework
2016-05-26 08:29:04 +00:00