Commit graph

36 commits

Author SHA1 Message Date
markd
5ea9fc4d83 KDE Frameworks update to 5.64.0
5.62.0

KConfig
  Fix memory leak in KConfigWatcher
  Disable KCONFIG_USE_DBUS on Android

KCoreAddons
  KProcessInfo::name() now returns only the name of the executable. For the
  full command line use KProcessInfo::command()

KCrash
  Avoid enabling kcrash if it's only included via a plugin
  Disable kcrash when running under rr


KDeclarative
  Warn if KPackage is invalid
  [GridDelegate] Don't select unselected item when clicking on any of its
  action buttons
  [ColorButton] Forward accepted signal from ColorDialog
  use zero-based coordinate system on the plot

KDocTools
  KF5DocToolsMacros.cmake: Use non-deprecated KDEInstallDirs variables

5.63.0

KCMUtils
  Suppress mouse events in KCMs causing window moves
  adjust margins of KCMultiDialog

KConfig
  Fix generating properties that start with an uppercase letter

KCoreAddons
  Add KListOpenFilesJob

KDeclarative
  Delete QQmlObjectSharedEngine context in sync with QQmlObject
  Port from deprecated QWheelEvent::delta() to angleDelta()

5.64.0

KCMUtils
  Conditionally show navigation buttons in the header for multi-page KCMs
  don't use a custom header height
  add extra include
  Fix memory leak of KQuickAddons::ConfigModule objects
  [KCModuleLoader] Show error when QML fails to load

KConfig
  kconfig_compiler: Move the KSharedConfig::Ptr when using them
  Make it compile against qt5.15 without deprecated method
  Expose isImmutable to introspection (e.g. QML)
  Add convenience for defaults/dirty states to KCoreConfigSkeleton
  Make kconfig_compiler generate ctors with the optional parent arg
  Make preferences() a public function

KCoreAddons
  KProcessInfoList -- add proclist backend for FreeBSD

KDeclarative
  Use compile time checked connect
  Make the settingChanged() slot protected
  Get KQuickAddons::ConfigModule to expose if we're in the defaults state
  Grab the keyboard when KeySequenceItem is recording
  Add ManagedConfigModule
  Remove outdated comment about [$e] expansion
  [ConfigModule] Expose mainUi component status and error string

KDocTools
  man: use <arg> instead of <group>
: ----------------------------------------------------------------------
2019-11-11 07:36:12 +00:00
ryoon
7917e25af2 Recursive revbump from audio/pulseaudio 2019-09-18 14:17:03 +00:00
markd
27b2626311 kcoreaddons: update to 5.61.0
5.61.0
  Add KFileUtils::suggestName function to suggest a unique filename
5.60.0
  KPluginMetaData: use Q_DECLARE_METATYPE
5.59.0
  Fix compilation for python bindings
  Add GetProcessList for retrieving the list of currently active processes
5.58.0
  Fix wrong "Unable to find service type" warnings
  New class KOSRelease - a parser for os-release files
2019-08-27 20:25:31 +00:00
markd
be6480aff0 kcoreaddons: fix installation of kcoreaddons.categories 2019-04-27 21:42:50 +00:00
maya
b534304ace kde framework: install some things to share/examples, and use CONF_FILES. 2019-04-27 14:09:23 +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
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
ryoon
4fea36abc2 Recursive revbump from audio/pulseaudio 2018-07-06 15:06:40 +00:00
markd
c532f7d943 kcoreaddons: update to 5.47.0
changes unknown
2018-06-21 05:30:04 +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
markd
52a7fbd10d {kcoreaddons,kidletime,kitemmodels,kpeople}: remove Qt5Widgets hack
r1.14 of src/external/gpl3/binutils/dist/bfd/elflink.c may fix the
underlying problem but r1.55 of pkgsrc/x11/qt5-qtbase/Makefile means
we no longer tickle it so remove.
2018-04-07 00:51:28 +00:00
wiz
c57215a7b2 Recursive bumps for fontconfig and libzip dependency changes. 2018-03-12 11:15:24 +00:00
jperkin
8f846c1d73 kcoreaddons: Don't pull in inotify on SunOS. 2018-02-06 12:12:56 +00:00
wiz
bff4597ffc Bump PKGREVISION for gdbm shlib major bump 2018-01-28 20:10:34 +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
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
wiz
a08ccc4150 recursive bump for qt5-qtwebkit dependency change 2017-09-12 13:51:59 +00:00
ryoon
5bd9ca4ef6 Recursive revbump from audio/pulseaudio-11.0 2017-09-08 02:38:35 +00:00
adam
75a9285105 Revbump after icu update 2017-04-22 21:03:07 +00:00
ryoon
50aefac5f6 Recursive revbump from graphics/libwebp 2017-02-28 15:19:58 +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
ryoon
f62b809c5a Recursive revbump from audio/pulseaudio-10.0 2017-01-21 20:06:44 +00:00
ryoon
36ed025474 Recursive revbump from textproc/icu 58.1 2016-12-04 05:17:03 +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
ryoon
e37b97fe3c Recursive revbump from audio/pulseaudio 2016-08-04 17:03:30 +00:00
joerg
41128c0754 Move --fatal-warnings hack to the common logic, it applies to
practically all KDE5 packages.
2016-06-21 17:59:07 +00:00
wiz
b2ab17de46 Fix typo. 2016-06-20 05:54:55 +00:00
joerg
9988c4d73a Workaround GNU ld bug on NetBSD by dropping --fatal-warnings from the
linker flags.
2016-06-19 23:00:30 +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