Changelog for
kio-lang-5.65.0-2.107.noarch.rpm :
* Tue Jul 06 2021 Ralf Habacker
- Add patch to to compile 5.65.0 with Qt 5.15
* 0001-KACLListViewItem-calcEffectiveRights-properly-cast-f.patch
* Sun Dec 08 2019 Christophe Giboudeaux - Update to 5.65.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.65.0.php- Too many changes since 5.64.0, only listing bugfixes:
* [KFileWidget] Avoid calling slotOk right after the url changed (kde#412737)
* KRun: don\'t override user preferred app when opening local
*.
*html and co. files (kde#399020)
* [KPropertiesDialog] provide a way of showing the target of a symlink (kde#413002)
* [Remote ioslave] Add Display Name to remote:/ (kde#414345)
* Fix HTTP proxy settings (kde#414346)
* [DeleteJob] Use a separate worker thread to run actual IO operation (kde#390748)
* [KPropertiesDialog] Make creation date string mouse-selectable too (kde#413902)
* Sun Nov 03 2019 Christophe Giboudeaux - Update to 5.64.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.64.0.php- Too many changes since 5.63.0, only listing bugfixes:
* Treat \"application/x-ms-dos-executable\" as executable on all platforms (kde#412694)- Drop kio-5.63.0-fix-depth-with-kdav.patch. Merged upstream.
* Wed Oct 23 2019 Matthias Fehring - Fix nextcloud calendar content not visible (kde#413316)
* kio-5.63.0-fix-depth-with-kdav.patch
* Sun Oct 06 2019 Christophe Giboudeaux - Update to 5.63.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.63.0.php- Too many changes since 5.62.1, only listing bugfixes:
* Fix crash on exit in kio_file (kde#408797)
* [KUrlNavigatorPlacesSelector] Properly identify teardown action (kde#403454)
* KCoreDirLister: fix crash when creating new folders from kfilewidget (kde#401916)
* [Advanced Permissions] Fix icon names (kde#411915)
* Tue Sep 17 2019 Christophe Giboudeaux - Update to 5.62.1
* Fixed interaction with DOS/Windows executables in KRun::runUrl
* Sat Sep 07 2019 Christophe Giboudeaux - Update to 5.62.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.62.0.php- Changes since 5.61.0:
* [CopyJob] Use resolved URL in copyingDone so undo can rename back using local file (kde#391606)
* FileUndoManager: improve debugging facilities
* 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.
* autotests: use QVERIFY2 to print the job error if exec() fails
* [CopyJob] Fix crash when copying an already existing dir and pressing \"Skip\" (kde#408350)
* [KUrlNavigator] Add MIME types supported by krarc to isCompressedPath (kde#386448)
* Added dialog to set execute permission for executable file when trying to run it.
* [KPropertiesDialog] Always check mount point being null (kde#411517)
* [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.
* assert slave command finality
* [KFilePlacesView] Use asynchronous KIO::FileSystemFreeSpaceJob
* rename internal \'kioslave\' helper executable to \'kioslave5\' (kde#386859)
* [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
* KRun: fix runtime warning when widget is null
* KRun: remove KProcessRunner dependency on QtWidgets
* Port KIO::Job documentation to Qt5-style connect syntax
* Make file bookmark names consistent
* Remove unused includes
* Add option to build Qt Designer plugin (BUILD_DESIGNERPLUGIN, default ON)
* [KDirOperator] Use more human-readable sort order descriptions
* Fix build by removing obsolete qrc file for newly-removed images
* [Permissions editor] Port icons to use QIcon::fromTheme() (kde#407662)- Replace foo-devel with cmake(KF5Foo) in build requirements
* Wed Aug 07 2019 Christophe Giboudeaux - Update to 5.61.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.61.0.php- Changes since 5.60.0:
* Remove explicit use of ECM_KDE_MODULE_DIR, is part of ECM_MODULE_PATH
* Use identical internet-services icon.
* Stabilize test KFileWidgetTest::testDropFile
* Add missing KIOWIDGETS_NO_DEPRECTAED check
* Deprecate suggestName
* Replace implementation of suggestName with KFileUtils::suggestName
* Port internal usage of KIO::suggestName
* Fix can\'t enter directory error on some FTP servers with Turkish locale (kde#409740)
* Port from KRun::runService to KRun::runApplication
* Fix compiler warnings about initialization order.
* Look for protocols in the bin dir too, to fix the autotests
* Fri Jul 19 2019 Wolfgang Bauer - Don\'t lower minimum Qt version anymore, it requires 5.11 now- Drop conditionals for no longer supported openSUSE versions
* Sun Jul 14 2019 lbeltrameAATTkde.org- Update to 5.60.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.60.0.php- Changes since 5.59.0:
* Fix KFileItemTest::testIconNameForUrl test to reflect different icon name
* Fix i18n number-of-arguments error in knewfilemenu warning message
* [ftp] Fix wrong access time in Ftp::ftpCopyGet()
* [CopyJob] Batch reporting processed amount
* [CopyJob] Report results after finishing copy (kde#407656)
* Move redundant logic in KIO::iconNameForUrl() into KFileItem::iconName() (kde#356045)
* Install KFileCustomDialog
* [Places panel] Don\'t show Root by default
* Downgrade \"Could not change permissions\" dialog box to a qWarning
* O_PATH is only available on linux. To prevent the compiler from throwing an error due to it\'s absence fallback to O_RDONLY.
* Show feedback inline when creating new files or folders
* Auth Support: Drop privileges if target is not owned by root
* [copyjob] Only set modification time if the kio-slave provided it (kde#374420)
* Cancel privilege operation for read-only target with the current user as owner
* Install in new logging directory when we use kf5 5.59.0
* Add KProtocolInfo::defaultMimetype
* Always save view settings when switching from one view mode to another
* Restore exclusive group for sorting menu items
* Dolphin-style view modes in the file dialog (kde#86838)
* kio_ftp: improve error handling when copying to FTP fails
* kioexec: change the scary debug messages for delayed deletion- Dropped patches, now upstream:
* copyjob-Only-set-modification-time-if-the-kio-slave-provided-it.patch