From 40ab024ec5ac3f55fe237b51b4fd1aee6ac6fef2 Mon Sep 17 00:00:00 2001 From: Maximiliano Curia Date: Wed, 5 Apr 2017 09:10:59 +0100 Subject: [PATCH] Import kio_5.28.0-2.debian.tar.xz [dgit import tarball kio 5.28.0-2 kio_5.28.0-2.debian.tar.xz] --- .directory | 3 + changelog | 348 ++++ compat | 1 + control | 213 +++ copyright | 702 +++++++ kio.install | 33 + kio.lintian-overrides | 3 + libkf5kio-dev.acc.in | 28 + libkf5kio-dev.install | 22 + libkf5kiocore5.install | 2 + libkf5kiocore5.symbols | 1703 +++++++++++++++++ libkf5kiofilewidgets5.install | 2 + libkf5kiofilewidgets5.symbols | 690 +++++++ libkf5kiogui5.install | 2 + libkf5kiontlm5.install | 2 + libkf5kiontlm5.symbols | 13 + libkf5kiowidgets5.install | 2 + libkf5kiowidgets5.symbols | 1037 ++++++++++ not-installed | 3 + ...-checksums-matching-in-Checksums-tab.patch | 69 + ...change-the-resize-mode-the-other-way.patch | 21 + ...rTest-for-linkers-dropping-linked-li.patch | 31 + ...r-porting-bug-in-ForwardingSlaveBase.patch | 23 + ...icJobTracker-KWidgetJobTracker-needs.patch | 236 +++ ...ories-listing-on-a-specific-ftp-serv.patch | 59 + ...ix-passing-of-Overwrite-flag-to-kio_.patch | 25 + ...-last-date-column-in-the-file-dialog.patch | 40 + ...fore-passing-them-to-FindProxyForURL.patch | 39 + patches/fix_hurd_build.patch | 49 + patches/fix_kfreebsd_build | 33 + ...ery-encoding-when-HTTP-Proxy-is-used.patch | 24 + ...ec-fix-support-for-suggestedfilename.patch | 22 + ...ificate-directory-has-been-created-b.patch | 32 + patches/kubuntu_kdelibs4-docs-path.diff | 25 + patches/report_error_removing_dirs | 60 + patches/return_on_ACCESS_DENIED | 23 + patches/series | 18 + patches/wait_for_a_bit_longer | 22 + rules | 15 + source/format | 1 + tests/acc | 18 + tests/control | 9 + tests/testsuite | 8 + tests/testsuite.xsession | 9 + upstream/metadata | 7 + watch | 2 + 46 files changed, 5729 insertions(+) create mode 100644 .directory create mode 100644 changelog create mode 100644 compat create mode 100644 control create mode 100644 copyright create mode 100644 kio.install create mode 100644 kio.lintian-overrides create mode 100644 libkf5kio-dev.acc.in create mode 100644 libkf5kio-dev.install create mode 100644 libkf5kiocore5.install create mode 100644 libkf5kiocore5.symbols create mode 100644 libkf5kiofilewidgets5.install create mode 100644 libkf5kiofilewidgets5.symbols create mode 100644 libkf5kiogui5.install create mode 100644 libkf5kiontlm5.install create mode 100644 libkf5kiontlm5.symbols create mode 100644 libkf5kiowidgets5.install create mode 100644 libkf5kiowidgets5.symbols create mode 100644 not-installed create mode 100644 patches/Allow-uppercase-checksums-matching-in-Checksums-tab.patch create mode 100644 patches/Also-change-the-resize-mode-the-other-way.patch create mode 100644 patches/Fix-KDynamicJobTrackerTest-for-linkers-dropping-linked-li.patch create mode 100644 patches/Fix-another-clear-porting-bug-in-ForwardingSlaveBase.patch create mode 100644 patches/Fix-memleak-in-KDynamicJobTracker-KWidgetJobTracker-needs.patch create mode 100644 patches/Fix-parsing-of-directories-listing-on-a-specific-ftp-serv.patch create mode 100644 patches/ForwardingSlaveBase-fix-passing-of-Overwrite-flag-to-kio_.patch create mode 100644 patches/Never-stretch-the-last-date-column-in-the-file-dialog.patch create mode 100644 patches/Sanitize-URLs-before-passing-them-to-FindProxyForURL.patch create mode 100644 patches/fix_hurd_build.patch create mode 100644 patches/fix_kfreebsd_build create mode 100644 patches/keep-query-encoding-when-HTTP-Proxy-is-used.patch create mode 100644 patches/kioexec-fix-support-for-suggestedfilename.patch create mode 100644 patches/kssl-Ensure-user-certificate-directory-has-been-created-b.patch create mode 100644 patches/kubuntu_kdelibs4-docs-path.diff create mode 100644 patches/report_error_removing_dirs create mode 100644 patches/return_on_ACCESS_DENIED create mode 100644 patches/series create mode 100644 patches/wait_for_a_bit_longer create mode 100755 rules create mode 100644 source/format create mode 100755 tests/acc create mode 100644 tests/control create mode 100644 tests/testsuite create mode 100755 tests/testsuite.xsession create mode 100644 upstream/metadata create mode 100644 watch diff --git a/.directory b/.directory new file mode 100644 index 0000000..1516619 --- /dev/null +++ b/.directory @@ -0,0 +1,3 @@ +[Dolphin] +Timestamp=2014,7,8,13,35,41 +Version=3 diff --git a/changelog b/changelog new file mode 100644 index 0000000..3f49cbb --- /dev/null +++ b/changelog @@ -0,0 +1,348 @@ +kio (5.28.0-2) unstable; urgency=medium + + * Add new upstream patches, to improve file dialog's list: + Never-stretch-the-last-date-column-in-the-file-dialog.patch, + Also-change-the-resize-mode-the-other-way.patch and + * Add new upstream patch: + Allow-uppercase-checksums-matching-in-Checksums-tab.patch + * Add new upstream patchs to fix the way the flags are being passed: + ForwardingSlaveBase-fix-passing-of-Overwrite-flag-to-kio_.patch, + ForwardingSlaveBase-fix-passing-of-Overwrite-flag-to-kio_.patch + * Add new upstream patch: + kssl-Ensure-user-certificate-directory-has-been-created-b.patch + * Add new upstream patch: + Fix-memleak-in-KDynamicJobTracker-KWidgetJobTracker-needs.patch + * Add new upstream patch: + Fix-parsing-of-directories-listing-on-a-specific-ftp-serv.patch + * Add new upstream patch for CVE-2017-6410: + Sanitize-URLs-before-passing-them-to-FindProxyForURL.patch. + Thanks to Salvatore Bonaccorso for reporting (Closes: 856889) + * Add new upstream patch: keep-query-encoding-when-HTTP-Proxy-is-used.patch + * Add new upstream patch: kioexec-fix-support-for-suggestedfilename.patch + * Add new upstream patch, to fix the testsuite: + Fix-KDynamicJobTrackerTest-for-linkers-dropping-linked-li.patch + + -- Maximiliano Curia Wed, 05 Apr 2017 10:10:59 +0200 + +kio (5.28.0-1) unstable; urgency=medium + + [ Automatic packaging ] + * Update build-deps and deps with the info from cmake + * Refresh patches + + [ Maximiliano Curia ] + * New upstream release (5.28) + * Bump group breaks (5.28) + + -- Maximiliano Curia Fri, 18 Nov 2016 16:05:56 +0100 + +kio (5.27.0-2) unstable; urgency=medium + + [ Helmut Grohne ] + * Switch transitional kio-dev to arch:any (Closes: 841114) + + [ Automatic packaging ] + * Update symbols files. + + [ Maximiliano Curia ] + * Inject kio through the symbols files + + -- Maximiliano Curia Wed, 26 Oct 2016 13:23:01 +0200 + +kio (5.27.0-1) unstable; urgency=medium + + [ Automatic packaging ] + * Update build-deps and deps with the info from cmake + * Refresh patches + * Update symbols files with the buildds logs. + + [ Maximiliano Curia ] + * New upstream release (5.27) + * Bump group breaks (5.27) + + -- Maximiliano Curia Sat, 15 Oct 2016 17:05:34 +0200 + +kio (5.26.0-1) unstable; urgency=medium + + [ Automatic packaging ] + * Update build-deps and deps with the info from cmake + * Refresh patches + * Update symbols files from buildds logs (5.25.0-1). + + [ Maximiliano Curia ] + * Bump group breaks (5.26) + * Replace dbus-launch with dbus-run-session in tests + + -- Maximiliano Curia Thu, 29 Sep 2016 12:01:35 +0200 + +kio (5.25.0-1) unstable; urgency=medium + + [ Harald Sitter ] + * Rename -dev package to align with the cmake package name for + greater discoverability and consistency across frameworks. + Add a transitional package to help with the name transition. + + [ Automatic packaging ] + * Update symbols files. + * Update build-deps and deps with the info from cmake + * Refresh patches + + [ Maximiliano Curia ] + * Bump group breaks (5.25) + + -- Maximiliano Curia Sat, 20 Aug 2016 16:47:47 +0200 + +kio (5.23.0-1) unstable; urgency=medium + + [ Automatic packaging ] + * Update build-deps and deps with the info from cmake + + -- Maximiliano Curia Wed, 22 Jun 2016 13:14:11 +0200 + +kio (5.22.0-1) unstable; urgency=medium + + [ Maximiliano Curia ] + * Replace the "Historical name" ddeb-migration by its "Modern, clearer" + replacement dbgsym-migration. + * Add upstream metadata (DEP-12) + * debian/control: Update Vcs-Browser and Vcs-Git fields + * Update acc test script + * Update testsuite script + * lintian: changelog line too long + * uscan no longer supports more than one main upstream tarball being listed + * Update install files + + [ Automatic packaging ] + * Update build-deps and deps with the info from cmake + * Refresh patches + * Update symbols files + * Bump Standards-Version to 3.9.8 + * Update build-deps and deps with the info from cmake + * Refresh patches + * Update symbols files. + + [ Tobias Frost ] + * Add patch for hurd, the warning caused by posix_fadvise is failing the build. + (Closes: #799619) + + [ Harald Sitter ] + * restore metadata from origin patch + + -- Maximiliano Curia Tue, 24 May 2016 15:09:12 +0200 + +kio (5.19.0-1) experimental; urgency=medium + + * New upstream release (5.19.0). + * Add upstream patch: upstream_autotest__fix_ctest.patch + * Add upstream patch: upstream_fix_wrong_path.patch + * Add upstream patch: upstream_kioslavetest_fix_crash.patch + * Add new library libkf5kiogui. + * Update symbols files. + + -- Maximiliano Curia Sat, 13 Feb 2016 15:16:35 +0100 + +kio (5.18.0-1) experimental; urgency=medium + + * New upstream release (5.17.0). + * Update symbols files from buildds logs (5.16.0-1). + * New upstream release (5.18.0). + + -- Maximiliano Curia Wed, 27 Jan 2016 13:34:31 +0100 + +kio (5.16.0-1) unstable; urgency=medium + + * New upstream release (5.16.0). + * Refresh patches. + * Update symbols files. + + -- Maximiliano Curia Mon, 30 Nov 2015 12:12:49 +0100 + +kio (5.15.0-1) unstable; urgency=medium + + * New upstream release (5.15.0). + * Update symbols files from buildds logs (5.14.0-1). + * Refresh patches. + + -- Maximiliano Curia Fri, 09 Oct 2015 19:16:46 +0200 + +kio (5.14.0-1) unstable; urgency=medium + + * New upstream release (5.14.0). + * Update install files. + + -- Maximiliano Curia Tue, 15 Sep 2015 13:49:53 +0200 + +kio (5.13.0-1) unstable; urgency=medium + + * New upstream release (5.13.0). + * Update symbols files. + + -- Maximiliano Curia Mon, 31 Aug 2015 20:14:18 +0200 + +kio (5.12.0-1) unstable; urgency=medium + + * New upstream release (5.12.0). + + -- Maximiliano Curia Thu, 09 Jul 2015 12:44:03 +0200 + +kio (5.11.0-2) unstable; urgency=medium + + * Refresh patch. + * New patch: fix_freebsd_build. + * Update symbols files. + + -- Maximiliano Curia Tue, 07 Jul 2015 12:02:58 +0200 + +kio (5.11.0-1) unstable; urgency=medium + + * New upstream release (5.10.0). + * Update symbols files. + * New upstream release (5.11.0). + + -- Maximiliano Curia Mon, 29 Jun 2015 09:42:03 +0200 + +kio (5.9.0-1) experimental; urgency=medium + + * New upstream release (5.9.0). + + -- Maximiliano Curia Thu, 23 Apr 2015 08:26:19 +0200 + +kio (5.9.0-0ubuntu1) vivid; urgency=medium + + * New upstream release + + -- Scarlett Clark Mon, 13 Apr 2015 22:28:24 +0200 + +kio (5.8.0-1) experimental; urgency=medium + + * New upstream release (5.8.0). + * Update symbols files. + * New patch: wait_for_a_bit_longer + * Update copyright information. + + -- Maximiliano Curia Sun, 22 Mar 2015 11:38:41 +0100 + +kio (5.8.0-0ubuntu2) vivid; urgency=medium + + * Add kubuntu_kdelibs4-docs-path.diff to search in kdelibs4 path + + -- Jonathan Riddell Thu, 02 Apr 2015 17:19:09 +0200 + +kio (5.8.0-0ubuntu1) vivid; urgency=medium + + * New upstream release + + -- Jonathan Riddell Tue, 17 Mar 2015 15:38:15 +0100 + +kio (5.7.0-1) experimental; urgency=medium + + * New upstream release (5.7.0). + * New patch: return_on_ACCESS_DENIED + * New patch: report_error_removing_dirs + + -- Maximiliano Curia Fri, 06 Mar 2015 22:57:43 +0100 + +kio (5.7.0-0ubuntu2) vivid; urgency=medium + + * Make sure autopkgtest pulls in own binary packages as Depends + such that data asset lookup (e.g. protocol configs) can be + found more reliably + + -- Harald Sitter Fri, 13 Feb 2015 14:51:00 +0100 + +kio (5.7.0-0ubuntu1) vivid; urgency=medium + + * New upstream release + + -- Harald Sitter Tue, 10 Feb 2015 16:52:44 +0100 + +kio (5.6.0-1) experimental; urgency=medium + + * Prepare initial Debian release. + * Add acc autopkgtests. + * Update build dependencies to build against experimental and to + follow cmake. + * Bump Standards-Version to 3.9.6, no changes needed. + * Update install files. + * Update watch file. + * Update symbols files. + + -- Maximiliano Curia Thu, 29 Jan 2015 15:12:37 +0100 + +kio (5.6.0-0ubuntu1) vivid; urgency=medium + + * New upstream release + + -- Jonathan Riddell Tue, 06 Jan 2015 20:13:15 +0100 + +kio (5.5.0-0ubuntu1) vivid; urgency=medium + + [ Rohan Garg ] + * Make sure man pages don't get installed twice + + [ Scarlett Clark ] + * New upstream release + + -- Scarlett Clark Mon, 15 Dec 2014 12:21:32 +0100 + +kio (5.4.0-0ubuntu1) vivid; urgency=medium + + * New upstream release + + -- Jonathan Riddell Fri, 07 Nov 2014 15:05:22 +0100 + +kio (5.3.0-0ubuntu1) utopic; urgency=medium + + [ Jonathan Riddell ] + * New upstream release + * kio Breaks/replaces old kio-extras for moved kio-trash + + [ Scarlett Clark ] + * Uncomment files triggered by list-missing to install file. + * Add new files triggered by list-missing to install file + + -- Jonathan Riddell Tue, 07 Oct 2014 11:14:47 +0100 + +kio (5.2.0-0ubuntu1) utopic; urgency=medium + + [ Jonathan Riddell ] + * New upstream release + * Use pkg-kde-tools version 3 scripts + + [ Scarlett Clark ] + * Patch symbols - removed 2 MISSING private symbols. + * Cleanup copyright + move copyright extra details to comment to silence + space-in-std-shortname-in-dep5-copyright lintian error. + * wrap-and-sort + + -- Jonathan Riddell Mon, 22 Sep 2014 19:45:56 +0200 + +kio (5.1.0a-0ubuntu1) utopic; urgency=medium + + [ Rohan Garg ] + * Make sure we add the XS-Testsuite field to debian/control + + [ José Manuel Santamaría Lema ] + * Mark a couple of private symbols as optional in + libkf5kiowidgets5.symbols. + * Update libraries *.install paths so a soname bump doesn't go + unnoticed. + + [ Scarlett Clark ] + * New upstream release + * Remove upstream_kurlrequester-dialog-accept-handling.diff applied upstream. + * New upstream tar due to regressions. + * Patch symbols using batchpatch. + + -- Scarlett Clark Tue, 05 Aug 2014 17:15:17 +0200 + +kio (5.0.0a-0ubuntu1) utopic; urgency=medium + + * Initial stable upstream release + + [ José Manuel Santamaría Lema ] + * Mark a couple of private symbols as optional in libkf5kiowidgets5.symbols + and clean up missing symbols from previous versions. + + -- Scarlett Clark Tue, 15 Jul 2014 16:11:35 +0200 + diff --git a/compat b/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/compat @@ -0,0 +1 @@ +9 diff --git a/control b/control new file mode 100644 index 0000000..7b669b8 --- /dev/null +++ b/control @@ -0,0 +1,213 @@ +Source: kio +Section: libs +Priority: optional +Maintainer: Debian/Kubuntu Qt/KDE Maintainers +Uploaders: Maximiliano Curia +Build-Depends: cmake (>= 2.8.12), + debhelper (>= 9), + extra-cmake-modules (>= 5.28.0~), + kdoctools-dev (>= 5.25.0~), + libacl1-dev, + libkf5archive-dev (>= 5.28.0~), + libkf5bookmarks-dev (>= 5.28.0~), + libkf5codecs-dev (>= 5.7.0), + libkf5completion-dev (>= 5.28.0~), + libkf5config-dev (>= 5.28.0~), + libkf5configwidgets-dev (>= 5.28.0~), + libkf5coreaddons-dev (>= 5.28.0~), + libkf5dbusaddons-dev (>= 5.28.0~), + libkf5i18n-dev (>= 5.28.0~), + libkf5iconthemes-dev (>= 5.28.0~), + libkf5itemviews-dev (>= 5.28.0~), + libkf5jobwidgets-dev (>= 5.28.0~), + libkf5notifications-dev (>= 5.28.0~), + libkf5service-dev (>= 5.28.0~), + libkf5solid-dev (>= 5.28.0~), + libkf5textwidgets-dev (>= 5.28.0~), + libkf5wallet-dev (>= 5.28.0~), + libkf5widgetsaddons-dev (>= 5.28.0~), + libkf5windowsystem-dev (>= 5.28.0~), + libkf5xmlgui-dev (>= 5.28.0~), + libkrb5-dev, + libqt5x11extras5-dev (>= 5.5.0~), + libxml2-dev, + libxslt1-dev, + pkg-kde-tools (>= 0.15.15ubuntu1~), + qtbase5-dev (>= 5.5.0~), + qtscript5-dev (>= 5.5.0~), + zlib1g-dev +Standards-Version: 3.9.8 +Homepage: https://projects.kde.org/projects/frameworks/kio +Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/frameworks/kio.git +Vcs-Git: https://anonscm.debian.org/git/pkg-kde/frameworks/kio.git + +Package: libkf5kio-dev +Section: libdevel +Architecture: any +Depends: kio (= ${binary:Version}), + libkf5bookmarks-dev (>= 5.28.0~), + libkf5completion-dev (>= 5.28.0~), + libkf5itemviews-dev (>= 5.28.0~), + libkf5jobwidgets-dev (>= 5.28.0~), + libkf5kiocore5 (= ${binary:Version}), + libkf5kiofilewidgets5 (= ${binary:Version}), + libkf5kiogui5 (= ${binary:Version}), + libkf5kiontlm5 (= ${binary:Version}), + libkf5kiowidgets5 (= ${binary:Version}), + libkf5service-dev (>= 5.28.0~), + libkf5solid-dev (>= 5.28.0~), + libkf5xmlgui-dev (>= 5.28.0~), + qtbase5-dev (>= 5.5.0~), + ${misc:Depends} +Breaks: kio-dev (<< 5.23.0-2~) +Replaces: kio-dev (<< 5.23.0-2~) +Description: Resource and network access abstraction + KDE Input/Output framework provides a single API for + operating on files, whether local or on a remote server. + Additionally, KIO Slaves provide support for individual + protocols. Some particularly useful ones are http, ftp, + sftp, smb, nfs, ssh (fish), man, tar and zip. + . + Contains development files for kio. + +Package: kio +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends} +Breaks: baloo-kf5 (<< 5.28), + kdesignerplugin (<< 5.28), + kinit (<< 5.28), + kio-extras (<< 4:5.0.95-0ubuntu1~ubuntu14.10~ppa6), + kio-extras-data (<< 4:5.0.95-0ubuntu1~ubuntu14.10~ppa6), + kross (<< 5.28), + libkf5declarative5 (<< 5.28), + libkf5kdelibs4support5 (<< 5.28), + libkf5kdelibs4support5-bin (<< 5.28), + libkf5krossui5 (<< 5.28), + libkf5newstuff5 (<< 5.28), + libkf5notifyconfig5 (<< 5.28), + libkf5parts5 (<< 5.28), + libkf5texteditor5 (<< 5.28), + libkf5webkit5 (<< 5.28), + libkf5xmlrpcclient5 (<< 5.28), + qml-module-org-kde-kio (<< 5.28) +Replaces: kio-extras (<< 4:5.0.95-0ubuntu1~ubuntu14.10~ppa6), + kio-extras-data (<< 4:5.0.95-0ubuntu1~ubuntu14.10~ppa6) +Description: Resource and network access abstraction + KDE Input/Output framework provides a single API for + operating on files, whether local or on a remote server. + Additionally, KIO Slaves provide support for individual + protocols. Some particularly useful ones are http, ftp, + sftp, smb, nfs, ssh (fish), man, tar and zip. + +Package: libkf5kiocore5 +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends} +Multi-Arch: same +Description: Resource and network access abstraction + KDE Input/Output framework provides a single API for + operating on files, whether local or on a remote server. + Additionally, KIO Slaves provide support for individual + protocols. Some particularly useful ones are http, ftp, + sftp, smb, nfs, ssh (fish), man, tar and zip. + . + This library contains the core classes. +Breaks: baloo-kf5 (<< 5.28), + frameworkintegration (<< 5.28), + kinit (<< 5.28), + libkf5kdelibs4support5 (<< 5.28), + libkf5kdelibs4support5-bin (<< 5.28), + libkf5khtml-bin (<< 5.28), + libkf5khtml5 (<< 5.28), + libkf5newstuff5 (<< 5.28), + libkf5parts5 (<< 5.28), + libkf5runner5 (<< 5.28), + libkf5texteditor5 (<< 5.28), + libkf5webkit5 (<< 5.28), + libkf5xmlrpcclient5 (<< 5.28), + plasma-framework (<< 5.28), + qml-module-org-kde-extensionplugin (<< 5.28) + +Package: libkf5kiofilewidgets5 +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends} +Multi-Arch: same +Description: Resource and network access abstraction + KDE Input/Output framework provides a single API for + operating on files, whether local or on a remote server. + Additionally, KIO Slaves provide support for individual + protocols. Some particularly useful ones are http, ftp, + sftp, smb, nfs, ssh (fish), man, tar and zip. + . + This library contains some file dialog widgets. +Breaks: frameworkintegration (<< 5.28), + kdesignerplugin (<< 5.28), + kross (<< 5.28), + libkf5kdelibs4support5 (<< 5.28) + +Package: libkf5kiogui5 +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends} +Multi-Arch: same +Description: Resource and network access abstraction + KDE Input/Output framework provides a single API for + operating on files, whether local or on a remote server. + Additionally, KIO Slaves provide support for individual + protocols. Some particularly useful ones are http, ftp, + sftp, smb, nfs, ssh (fish), man, tar and zip. + . + This library contains gui related jobs. + +Package: libkf5kiontlm5 +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends} +Multi-Arch: same +Description: Resource and network access abstraction + KDE Input/Output framework provides a single API for + operating on files, whether local or on a remote server. + Additionally, KIO Slaves provide support for individual + protocols. Some particularly useful ones are http, ftp, + sftp, smb, nfs, ssh (fish), man, tar and zip. + . + This library implements the NTLM authentication protocol + +Package: libkf5kiowidgets5 +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends} +Multi-Arch: same +Description: Resource and network access abstraction + KDE Input/Output framework provides a single API for + operating on files, whether local or on a remote server. + Additionally, KIO Slaves provide support for individual + protocols. Some particularly useful ones are http, ftp, + sftp, smb, nfs, ssh (fish), man, tar and zip. + . + This library contains some UI widgets. +Breaks: frameworkintegration (<< 5.28), + kdesignerplugin (<< 5.28), + kinit (<< 5.28), + libkf5declarative5 (<< 5.28), + libkf5kdelibs4support5 (<< 5.28), + libkf5kdelibs4support5-bin (<< 5.28), + libkf5khtml5 (<< 5.28), + libkf5krossui5 (<< 5.28), + libkf5newstuff5 (<< 5.28), + libkf5notifyconfig5 (<< 5.28), + libkf5parts5 (<< 5.28), + libkf5plasma5 (<< 5.28), + libkf5texteditor5 (<< 5.28), + libkf5webkit5 (<< 5.28), + qml-module-org-kde-kio (<< 5.28) + +Package: kio-dev +Depends: libkf5kio-dev, ${misc:Depends} +Architecture: any +Priority: extra +Section: oldlibs +Description: transitional dummy package + This is a transitional dummy package. It can safely be removed. +Breaks: kross-dev (<< 5.28), + libkf5declarative-dev (<< 5.28), + libkf5khtml-dev (<< 5.28), + libkf5newstuff-dev (<< 5.28), + libkf5notifyconfig-dev (<< 5.28), + libkf5parts-dev (<< 5.28) diff --git a/copyright b/copyright new file mode 100644 index 0000000..680173a --- /dev/null +++ b/copyright @@ -0,0 +1,702 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: kio +Source: https://projects.kde.org/projects/frameworks/kio + +Files: * +Copyright: 2006, Aaron J. Seigo + 2008, Alex Merry + 2000, Alex Zepeda + 2000-2005, Alexander Neundorf + 2006, Allan Sandfeld Jensen + 2001, Anders Lund + 2007-2010, Andreas Hartmetz + 2014, Arjun A.K + 2000, Carsten Pfeiffer + 2007-2009, Christian Ehrlicher + 2001, Christoph Cullmann + 2003, Cornelius Schumacher + 2007, Daniel Nicoletti + 2013, David Faure + 1999-2014, David Faure + 2009, David Nolden + 2000, David Smith + 2000-2013, Dawit Alemayehu + 1999-2002, Dirk Mueller + 2013-2014, Frank Reininghaus + 2006-2008, Fredrik Höglund + 2001, Frerich Raabe + 2000-2003, George Staikos + 2001-2002, Hamish Rodda + 2002, Jan-Pascal van Best + 2008, Jarosław Staniek + 2001-2003, Joseph Wenninger + 2004, Kevin Ottens + 2006-2007, Kevin Ottens + 2000-2003, Malte Starostik + 2000, Matthias Hoelzer-Kluepfel + 1997, Matthias Kalle Dalheimer + 2001-2006, Michael Brade + 2009, Michael Pyne + 2007, Nick Shaforostoff + 2007-2008, Norbert Frese + 2009, Patrick Spendrin + 2006-2010, Peter Penz + 2009, Peter Penz + 2007, Pino Toscano + 1999-2000, Preston Brown + 1997-2010, Richard Moore + 2008, Roland Harnau + 2010-2012, Rolf Eike Beer + 2004, Scott Wheeler + 2005, Sean Harmer + 2009, Shaun Reich + 2000, Simon Hausmann + 1999-2002, Stephan Kulow + 2006-2007, Thiago Macieira + 2005-2007, Till Adam + 2008-2009, Tobias Koenig + 1998-2000, Torben Weis + 1997, Torben Weis + 2007, Trolltech ASA + 2007-2009, Urs Wolfer + 1998-2003, Waldo Bastian + 2000, Wilco Greven + 2000, Yves Arrouye + 2001-2003, Carsten Pfeiffer + David Faure + 1999-2005, Free Software Foundation, Inc + 2000, KDE Team + 2007, KDE i18n Project for Vietnamese + 2002-2003, Leo Savernik + 2001, Martin R. Jones + 1999-2003, Meni Livne + 2012, Rolf Eike Beer + 2009, Rosetta Contributors and Canonical Ltd 2009 + 2008, This_file_is_part_of_KDE + Waldo Bastian + 1990, Wolfenstein 3D") + 2001, translate.org.za +License: LGPL-2+ + +Files: autotests/deletejobtest.cpp + autotests/deletejobtest.h + autotests/http/httpfiltertest.cpp + autotests/kcookiejar/kcookiejartest.cpp + autotests/kmountpointtest.cpp + autotests/kmountpointtest.h + autotests/kprotocolinfotest.cpp + autotests/kurifiltertest.cpp + autotests/kurifiltertest.h + autotests/kurlcompletiontest.cpp + autotests/listdirtest.cpp + autotests/listdirtest.h + src/core/commands_p.h + src/core/dataprotocol.cpp + src/core/dataprotocol_p.h + src/core/dataslave.cpp + src/core/dataslave_p.h + src/core/filejob.cpp + src/core/filejob.h + src/core/global.cpp + src/core/global.h + src/core/http_slave_defaults.h + src/core/idleslave.cpp + src/core/idleslave.h + src/core/ioslave_defaults.h + src/core/job_error.cpp + src/core/jobtracker.cpp + src/core/jobtracker.h + src/core/kdiskfreespaceinfo.cpp + src/core/kdiskfreespaceinfo.h + src/core/kioglobal_p.h + src/core/kioglobal_p_unix.cpp + src/core/kioglobal_p_win.cpp + src/core/kmountpoint.cpp + src/core/kmountpoint.h + src/core/knfsshare.cpp + src/core/knfsshare.h + src/core/kprotocolinfo.cpp + src/core/kprotocolinfo.h + src/core/kprotocolinfo_p.h + src/core/kprotocolinfofactory.cpp + src/core/kprotocolinfofactory_p.h + src/core/kprotocolmanager.cpp + src/core/kprotocolmanager.h + src/core/kremoteencoding.cpp + src/core/kremoteencoding.h + src/core/ksambashare.cpp + src/core/ksambashare.h + src/core/metadata.cpp + src/core/metadata.h + src/core/scheduler.cpp + src/core/scheduler_p.h + src/core/slave.cpp + src/core/slave.h + src/core/slavebase.cpp + src/core/slaveconfig.cpp + src/core/slaveconfig.h + src/core/slaveinterface.cpp + src/core/slaveinterface_p.h + src/core/udsentry.h + src/core/usernotificationhandler.cpp + src/core/usernotificationhandler_p.h + src/filewidgets/kdiroperatordetailview.cpp + src/filewidgets/kdiroperatordetailview_p.h + src/filewidgets/kdirsortfilterproxymodel.cpp + src/filewidgets/kdirsortfilterproxymodel.h + src/filewidgets/kfilebookmarkhandler.cpp + src/filewidgets/kfilebookmarkhandler_p.h + src/filewidgets/kfileplaceeditdialog.cpp + src/filewidgets/kfileplaceeditdialog.h + src/filewidgets/kfileplacesitem.cpp + src/filewidgets/kfileplacesitem_p.h + src/filewidgets/kfileplacesmodel.cpp + src/filewidgets/kfileplacesmodel.h + src/filewidgets/kfileplacessharedbookmarks.cpp + src/filewidgets/kfileplacessharedbookmarks_p.h + src/filewidgets/kfileplacesview.cpp + src/filewidgets/kfileplacesview.h + src/filewidgets/kfileplacesview_p.h + src/filewidgets/kstatusbarofflineindicator.cpp + src/filewidgets/kstatusbarofflineindicator.h + src/ioslaves/help/kio_help.cpp + src/ioslaves/http/httpfilter.cpp + src/ioslaves/http/httpfilter.h + src/ioslaves/http/kcookiejar/kcookiejar.h + src/ioslaves/http/kcookiejar/kcookieserver.h + src/ioslaves/mailto/kmailservice.cpp + src/kioslave/kioslave.cpp + src/kntlm/kntlm.cpp + src/kntlm/kntlm.h + src/kpac/dhcp.h + src/kpac/kpac_dhcp_helper.c + src/widgets/kautomount.cpp + src/widgets/kautomount.h + src/widgets/kbuildsycocaprogressdialog.cpp + src/widgets/kbuildsycocaprogressdialog.h + src/widgets/kdesktopfileactions.cpp + src/widgets/kdesktopfileactions.h + src/widgets/kfile.cpp + src/widgets/kfile.h + src/widgets/kurlcombobox.cpp + src/widgets/kurlcombobox.h + src/widgets/kurlrequester.cpp + src/widgets/kurlrequester.h + src/widgets/paste.cpp + src/widgets/paste.h + src/widgets/pastedialog.cpp + src/widgets/pastedialog_p.h + src/widgets/pixmaploader.cpp + src/widgets/pixmaploader.h + src/widgets/skipdialog.cpp + src/widgets/skipdialog.h + tests/kdirmodeltest_gui.cpp + tests/kioslavetest.cpp + tests/kioslavetest.h + tests/kmountpoint_debug.cpp + tests/kruntest.cpp + tests/kruntest.h + tests/listrecursivetest.cpp +Copyright: 2014, Alex Richardson + 2006, Allan Sandfeld Jensen + 2009-2010, Andreas Hartmetz + 1999-2003, Carsten Pfeiffer + 2003, Cornelius Schumacher + 2000-2013, David Faure + 2000-2012, Dawit Alemayehu + 2008, Dirk Mueller + 2006, Dominic Battre + 2004, Jan Schaefer + 2008, Jarosław Staniek + 2007, Kevin Ottens + 2002-2003, Leo Savernik + 2001, Lubos Lunak + 2001, Malte Starostik + 1999, Mario Weilguni + 2013, Mark Gaiser + 2015, Martin Blumenstingl + 2006, Martin Pool + 1999, Matt Koss + 2000, Matthias Hoelzer-Kluepfel + 2007-2008, Norbert Frese + 2006-2007, Peter Penz + 2008, Rafael Fernández López + 2010, Rodrigo Belem + 2008, Sebastian Trug + 2000, Simon Hausmann + 2000-2003, Stephan Kulow + 2004, Szombathelyi Gy�gy + 2013, Teo Mrnjavac + 2003, Thiago Macieira + 2007, Thiago Macieira + 1999, Torben Weis + 2000, Waldo Bastain + 1998-2004, Waldo Bastian + 2007, Will Stephenson +License: LGPL-2 + +Files: autotests/kurlnavigatortest.cpp + autotests/kurlnavigatortest.h + src/ioslaves/http/kcookiejar/kcookiewin.h + src/ioslaves/telnet/ktelnetservice.cpp + src/ioslaves/trash/kcmtrash.cpp + src/ioslaves/trash/kcmtrash.h + src/kcms/kio/kcookiesmanagement.cpp + src/kcms/kio/kcookiesmanagement.h + src/kcms/kio/kcookiespolicies.cpp + src/kcms/kio/kcookiespolicies.h + src/kcms/kio/kcookiespolicyselectiondlg.cpp + src/kcms/kio/kcookiespolicyselectiondlg.h + src/kcms/kio/main.cpp + src/kcms/kio/useragentinfo.cpp + src/kcms/kio/useragentinfo.h + src/kcms/kio/useragentselectordlg.cpp + src/kcms/kio/useragentselectordlg.h + src/kcms/webshortcuts/main.cpp + src/kcms/webshortcuts/main.h + src/kioexec/main.cpp + src/kioexec/main.h + src/urifilters/fixhost/fixhosturifilter.cpp + src/urifilters/fixhost/fixhosturifilter.h + src/urifilters/ikws/ikwsopts.cpp + src/urifilters/ikws/ikwsopts.h + src/urifilters/ikws/ikwsopts_p.h + src/urifilters/ikws/kuriikwsfilter.cpp + src/urifilters/ikws/kuriikwsfilter.h + src/urifilters/ikws/kuriikwsfiltereng.cpp + src/urifilters/ikws/kuriikwsfiltereng.h + src/urifilters/ikws/kurisearchfilter.cpp + src/urifilters/ikws/kurisearchfilter.h + src/urifilters/ikws/searchprovider.cpp + src/urifilters/ikws/searchprovider.h + src/urifilters/ikws/searchproviderdlg.cpp + src/urifilters/ikws/searchproviderdlg.h + src/urifilters/localdomain/localdomainurifilter.cpp + src/urifilters/localdomain/localdomainurifilter.h + src/urifilters/shorturi/kshorturifilter.cpp + src/urifilters/shorturi/kshorturifilter.h + tests/listjobtest.cpp + tests/udsentrybenchmark.cpp +Copyright: 2000-2009, Alexander Neundorf + 2001, Andreas Hochsteger + 1998, David Faure + 1999-2005, David Faure + 2000-2010, Dawit Alemayehu + 2014, Frank Reininghaus + 2002-2007, Lubos Lunak + 2000-2001, Malte Starostik + 2000, Malte Starostik + 2000-2001, Marco Pinelli + 2009, Nick Shaforostoff + 2008, Peter Penz + 1999-2000, Simon Hausmann + 2008, Tobias Koenig + 1998, Torben Weis + 1998-1999, Torben Weis + 2008, Urs Wolfer + 1998-2001, Waldo Bastian + 1999-2000, Yves Arrouye +License: GPL-2+ + +Files: autotests/dropjobtest.cpp + autotests/kdiroperatortest.cpp + autotests/kfilecopytomenutest.cpp + autotests/knewfilemenutest.cpp + autotests/kurlrequestertest.cpp + autotests/upurltest.cpp + src/core/kfileitemlistproperties.cpp + src/core/kfileitemlistproperties.h + src/filewidgets/kfilecopytomenu.cpp + src/filewidgets/kfilecopytomenu.h + src/filewidgets/kfilecopytomenu_p.h + src/filewidgets/knameandurlinputdialog.cpp + src/filewidgets/knameandurlinputdialog.h + src/filewidgets/kurlnavigatormenu.cpp + src/filewidgets/kurlnavigatormenu_p.h + src/kiod/kiod_main.cpp + src/widgets/dropjob.cpp + src/widgets/dropjob.h + src/widgets/kabstractfileitemactionplugin.cpp + src/widgets/kabstractfileitemactionplugin.h + src/widgets/kfileitemactions.cpp + src/widgets/kfileitemactions.h + src/widgets/kfileitemactions_p.h +Copyright: 1998-2015, David Faure + 2008, George Goldberg + 2008, Peter Penz + 2009, Rahman Duran + 2010, Sebastian Trueg +License: LGPL-2+3+KDEeV + +Files: po/ca/kio5.po + po/uk/kio5.po + src/core/desktopexecparser.h + src/core/hostinfo.cpp + src/core/hostinfo.h + src/core/kpasswdserver.cpp + src/core/kpasswdserver_p.h + src/core/kpasswdserverloop.cpp + src/core/kpasswdserverloop_p.h + src/core/ksambashare_p.h + src/core/ksambasharedata.cpp + src/core/ksambasharedata.h + src/core/ksambasharedata_p.h +Copyright: 2013, David Faure + 2009, Michael Leupold + 2010, Rodrigo Belem + 2008, Roland Harnau + 2014-2015, This_file_is_part_of_KDE +License: LGPL-2.1+3+KDEeV + +Files: autotests/kfileplacesmodeltest.cpp + src/ioslaves/trash/kinterprocesslock.cpp + src/ioslaves/trash/kinterprocesslock.h + src/ioslaves/trash/tests/lockingtest.cpp + src/kcms/kio/cache.cpp + src/kcms/kio/cache.h + src/kcms/kio/kproxydlg.cpp + src/kcms/kio/kproxydlg.h + src/kcms/kio/useragentdlg.cpp + src/kcms/kio/useragentdlg.h + src/kpasswdserver/kpasswdserver.cpp + src/kpasswdserver/kpasswdserver.h +Copyright: 1998-2005, David Faure + 2000-2012, Dawit Alemayehu + 2000, Dirk Mueller + 1997, Kalle Dalheimer + 2007, Kevin Ottens + 2009, Tobias Koenig + 2002, Waldo Bastian +License: GPL-2 + +Files: src/core/krecentdocument.cpp + src/core/krecentdocument.h + src/filewidgets/krecentdirs.cpp + src/filewidgets/krecentdirs.h + src/widgets/imagefilter.cpp + src/widgets/imagefilter_p.h +Copyright: 2000, Daniel M. Duley + 2006-2008, Fredrik Höglund + 2002-2005, Maxim Shemanarev (http://www.antigrain.com) + 2000, Waldo Bastian + 2006, Zack Rusin +License: BSD-2-clause + +Files: src/ioslaves/http/http_cache_cleaner.cpp + src/ioslaves/http/kcookiejar/kcookiejar.cpp + src/ioslaves/http/kcookiejar/kcookieserver.cpp + src/ioslaves/http/kcookiejar/kcookiewin.cpp + src/ioslaves/http/kcookiejar/main.cpp +Copyright: 2009, Andreas Hartmetz + 2000-2001, Dawit Alemayehu + 1998-2000, Waldo Bastian +License: MIT/X11 + +Files: COPYING.LIB + src/core/kiocoredebug.cpp + src/core/kiocoredebug.h + src/widgets/kdynamicjobtracker.cpp + src/widgets/kdynamicjobtracker_p.h +Copyright: 1991-1999, Free Software Foundation, Inc + 2008, Rob Scheepmaker + 2010, Shaun Reich +License: LGPL-2.1+ + +Files: src/filewidgets/knewfilemenu.cpp + src/filewidgets/knewfilemenu.h + src/widgets/dndpopupmenuplugin.cpp + src/widgets/dndpopupmenuplugin.h +Copyright: 1998-2009, David Faure + 2009, Harald Hvaal +License: LGPL-2+3 + +Files: src/kntlm/des.cpp + src/kntlm/des.h +Copyright: 2003, Nikos Mavroyanopoulos + 1988-1991, Phil Karn + Taken from libmcrypt (http://mcrypt.hellug.gr/lib/index.html) +License: LGPL_mcrypt + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + MA 02110-1301 USA + . + Sofware DES functions + written 12 Dec 1986 by Phil Karn, KA9Q; large sections adapted from + the 1977 public-domain program by Jim Gillogly + Modified for additional speed - 6 December 1988 Phil Karn + Modified for parameterized key schedules - Jan 1991 Phil Karn + Callers now allocate a key schedule as follows: + kn = (char (*)[8])malloc(sizeof(char) * 8 * 16); + or + char kn[16][8]; + . + modified in order to use the libmcrypt API by Nikos Mavroyanopoulos + All modifications are placed under the license of libmcrypt. + +Files: cmake/FindACL.cmake + cmake/FindGSSAPI.cmake +Copyright: 2006, Pino Toscano +License: BSD-3-clause + +Files: src/kpasswdserver/tests/kpasswdservertest.cpp +Copyright: 2010, David Faure + 2012, Dawit Alemayehu +License: GPL-2+3+KDEeV + +Files: po/bg/kio5.po +Copyright: 2009-2010, Yasen Pramatarov + 2006-2008, Zlatko Popov +License: GPL + +Files: debian/* +Copyright: 2014, Scarlett Clark +License: LGPL-2+ + +License: BSD-2-clause + All rights reserved. + . + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + . + THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND + ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE + FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS + OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) + HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + SUCH DAMAGE. + +License: BSD-3-clause + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + . + 1. Redistributions of source code must retain the copyright + notice, this list of conditions and the following disclaimer. + 2. Redistributions in binary form must reproduce the copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + 3. The name of the author may not be used to endorse or promote products + derived from this software without specific prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR + IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. + IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, + INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT + NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, + DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY + THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT + (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF + THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +License: GPL + This file is licensed under the GPL. + . + On Debian systems, the complete text of the GNU General Public License can be + found in `/usr/share/common-licenses/GPL'. + +License: GPL-2 + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License version 2 + as published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + On Debian systems, the complete text of the GNU General Public License + version 2 can be found in `/usr/share/common-licenses/GPL-2'. + +License: GPL-2+ + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see + . + On Debian systems, the complete text of the GNU General + Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". + +License: GPL-2+3+KDEeV + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License or ( at + your option ) version 3 or, at the discretion of KDE e.V. ( which shall + act as a proxy as in section 14 of the GPLv3 ), any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . + Boston, MA 02110-1301, USA. + . + On Debian systems, the complete text of the GNU General Public License + version 2 can be found in `/usr/share/common-licenses/GPL-2', likewise, the + complete text of the GNU General Public License version 3 can be found in + `/usr/share/common-licenses/GPL-3'. + +License: LGPL-2 + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License version 2 as published by the Free Software Foundation. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Library General Public License + along with this library; see the file COPYING.LIB. If not, write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. + . + On Debian systems, the complete text of the GNU Library General + Public License version 2 can be found in "/usr/share/common-licenses/LGPL-2". + +License: LGPL-2+ + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Library General Public License + along with this library; see the file COPYING.LIB. If not, write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. + . + On Debian systems, the complete text of the GNU Library General + Public License version 2 can be found in "/usr/share/common-licenses/LGPL-2". + +License: LGPL-2.1+ + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + On Debian systems, the complete text of the GNU Lesser General Public License + version 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'. + +License: LGPL-2+3 + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Library General Public + License as published by the Free Software Foundation; either + version 2 or at your option version 3. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Library General Public License for more details. + . + You should have received a copy of the GNU Library General Public License + along with this library; see the file COPYING.LIB. If not, write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. + . + On Debian systems, the complete text of the GNU Library General Public + License version 2 can be found in `/usr/share/common-licenses/LGPL-2', + likewise, the complete text of the GNU Lesser General Public License version + 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +License: LGPL-2+3+KDEeV + This library is free software; you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation; either version 2 of the License or ( at + your option ) version 3 or, at the discretion of KDE e.V. ( which shall + act as a proxy as in section 14 of the GPLv3 ), any later version. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public License + along with this library; see the file COPYING.LIB. If not, write to + the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, + Boston, MA 02110-1301, USA. + . + On Debian systems, the complete text of the GNU Library General Public + License version 2 can be found in `/usr/share/common-licenses/LGPL-2', + likewise, the complete text of the GNU Lesser General Public License version + 3 can be found in `/usr/share/common-licenses/LGPL-3'. + +License: LGPL-2.1+3+KDEeV + This library is free software; you can redistribute it and/or + modify it under the terms of the GNU Lesser General Public + License as published by the Free Software Foundation; either + version 2.1 of the License, or (at your option) version 3, or any + later version accepted by the membership of KDE e.V. (or its + successor approved by the membership of KDE e.V.), which shall + act as a proxy defined in Section 6 of version 3 of the license. + . + This library is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library. If not, see . + . + On Debian systems, the complete text of the GNU Lesser General Public License + version 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1', likewise, + the complete text of the GNU Lesser General Public License version 3 can be + found in `/usr/share/common-licenses/LGPL-3'. + +License: MIT/X11 + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN + AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN + CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/kio.install b/kio.install new file mode 100644 index 0000000..cea6aa2 --- /dev/null +++ b/kio.install @@ -0,0 +1,33 @@ +# Only used in KIO slaves +etc/xdg/accept-languages.codes +etc/xdg/kshorturifilterrc +usr/bin/kcookiejar5 +usr/bin/ktelnetservice5 +usr/bin/ktrash5 +usr/bin/protocoltojson +usr/lib/*/libexec/kf5/kio_http_cache_cleaner +usr/lib/*/libexec/kf5/kiod5 +usr/lib/*/libexec/kf5/kioexec +usr/lib/*/libexec/kf5/kioslave +usr/lib/*/libexec/kf5/kpac_dhcp_helper +usr/lib/*/qt5/plugins/kcm_kio.so +usr/lib/*/qt5/plugins/kcm_trash.so +usr/lib/*/qt5/plugins/kcm_webshortcuts.so +usr/lib/*/qt5/plugins/kf5/kded/kcookiejar.so +usr/lib/*/qt5/plugins/kf5/kded/proxyscout.so +usr/lib/*/qt5/plugins/kf5/kio/ +usr/lib/*/qt5/plugins/kf5/kiod/ +usr/lib/*/qt5/plugins/kf5/urifilters/ +usr/share/applications/ktelnetservice5.desktop +usr/share/dbus-1/services/org.kde.kcookiejar5.service +usr/share/dbus-1/services/org.kde.kiod5.service +usr/share/dbus-1/services/org.kde.kpasswdserver.service +usr/share/dbus-1/services/org.kde.kssld5.service +usr/share/doc/HTML/*/kioslave5/ +usr/share/kf5/kcookiejar/domain_info +usr/share/knotifications5/proxyscout.notifyrc +usr/share/kservices5/ +usr/share/kservicetypes5/ +usr/share/locale/*/*/kio5.mo +usr/share/man/*/man8/kcookiejar5.8 +usr/share/man/man8/kcookiejar5.8 diff --git a/kio.lintian-overrides b/kio.lintian-overrides new file mode 100644 index 0000000..c4f40e7 --- /dev/null +++ b/kio.lintian-overrides @@ -0,0 +1,3 @@ +kio: binary-without-manpage usr/bin/kmailservice5 +kio: binary-without-manpage usr/bin/ktelnetservice5 +kio: binary-without-manpage usr/bin/ktrash5 diff --git a/libkf5kio-dev.acc.in b/libkf5kio-dev.acc.in new file mode 100644 index 0000000..d3b7681 --- /dev/null +++ b/libkf5kio-dev.acc.in @@ -0,0 +1,28 @@ + + + + + 5.6.0 + + + + /usr/include/KF5/KIOCore/ + /usr/include/KF5/KIOFileWidgets/ + /usr/include/KF5/KIOWidgets/ + /usr/include/KF5/kio/ + + + + /usr/lib/@@DEB_HOST_MULTIARCH@@/libKF5KIOCore.so + /usr/lib/@@DEB_HOST_MULTIARCH@@/libKF5KIOFileWidgets.so + /usr/lib/@@DEB_HOST_MULTIARCH@@/libKF5KIONTLM.so + /usr/lib/@@DEB_HOST_MULTIARCH@@/libKF5KIOWidgets.so + + + + -fPIC + -std=c++11 + -I/usr/lib/@@DEB_HOST_MULTIARCH@@/qt5/mkspecs/linux-lsb-g++ + + + diff --git a/libkf5kio-dev.install b/libkf5kio-dev.install new file mode 100644 index 0000000..b3424da --- /dev/null +++ b/libkf5kio-dev.install @@ -0,0 +1,22 @@ +usr/include/KF5/KIOCore/ +usr/include/KF5/KIOFileWidgets/ +usr/include/KF5/KIOGui/ +usr/include/KF5/KIOWidgets/ +usr/include/KF5/kio/ +usr/include/KF5/kio_version.h +usr/lib/*/cmake/KF5KIO/ +usr/lib/*/libKF5KIOCore.so +usr/lib/*/libKF5KIOFileWidgets.so +usr/lib/*/libKF5KIOGui.so +usr/lib/*/libKF5KIONTLM.so +usr/lib/*/libKF5KIOWidgets.so +usr/lib/*/qt5/mkspecs/modules/qt_KIOCore.pri +usr/lib/*/qt5/mkspecs/modules/qt_KIOFileWidgets.pri +usr/lib/*/qt5/mkspecs/modules/qt_KIOGui.pri +usr/lib/*/qt5/mkspecs/modules/qt_KIOWidgets.pri +usr/lib/*/qt5/mkspecs/modules/qt_KNTLM.pri +usr/share/dbus-1/interfaces/kf5_org.kde.KCookieServer.xml +usr/share/dbus-1/interfaces/kf5_org.kde.KDirNotify.xml +usr/share/dbus-1/interfaces/kf5_org.kde.KPasswdServer.xml +usr/share/dbus-1/interfaces/kf5_org.kde.KSlaveLauncher.xml +usr/share/dbus-1/interfaces/kf5_org.kde.kio.FileUndoManager.xml diff --git a/libkf5kiocore5.install b/libkf5kiocore5.install new file mode 100644 index 0000000..72360a2 --- /dev/null +++ b/libkf5kiocore5.install @@ -0,0 +1,2 @@ +usr/lib/*/libKF5KIOCore.so.5 +usr/lib/*/libKF5KIOCore.so.5.* diff --git a/libkf5kiocore5.symbols b/libkf5kiocore5.symbols new file mode 100644 index 0000000..47c9366 --- /dev/null +++ b/libkf5kiocore5.symbols @@ -0,0 +1,1703 @@ +# SymbolsHelper-Confirmed: 5.24.0 amd64 armhf i386 +libKF5KIOCore.so.5 libkf5kiocore5 #MINVER#, kio + _Z22_allKsslCaCertificatesP22KSslCertificateManager@Base 4.96.0 + _Z25_setAllKsslCaCertificatesP22KSslCertificateManagerRK5QListI17KSslCaCertificateE@Base 4.96.0 + _ZN10KIOPrivate13createSymlinkERK7QStringS2_NS_11SymlinkTypeE@Base 4.99.0 + _ZN10KIOPrivate14isProcessAliveEx@Base 4.99.0 + _ZN10KIOPrivate15changeOwnershipERK7QString7KUserId8KGroupId@Base 4.99.0 + _ZN10KIOPrivate19sendTerminateSignalEx@Base 4.99.0 + _ZN10KSslCipher16supportedCiphersEv@Base 4.96.0 + _ZN10KSslCipherC1ERK10QSslCipher@Base 4.96.0 + _ZN10KSslCipherC1ERKS_@Base 4.96.0 + _ZN10KSslCipherC1Ev@Base 4.96.0 + _ZN10KSslCipherC2ERK10QSslCipher@Base 4.96.0 + _ZN10KSslCipherC2ERKS_@Base 4.96.0 + _ZN10KSslCipherC2Ev@Base 4.96.0 + _ZN10KSslCipherD1Ev@Base 4.96.0 + _ZN10KSslCipherD2Ev@Base 4.96.0 + _ZN10KSslCipheraSERKS_@Base 4.96.0 + _ZN10KTcpSocket10setCiphersERK5QListI10KSslCipherE@Base 4.96.0 + _ZN10KTcpSocket11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN10KTcpSocket11qt_metacastEPKc@Base 4.96.0 + _ZN10KTcpSocket12disconnectedEv@Base 4.96.0 + _ZN10KTcpSocket12stateChangedENS_5StateE@Base 4.96.0 + _ZN10KTcpSocket13connectToHostERK12QHostAddresstNS_11ProxyPolicyE@Base 4.96.0 + _ZN10KTcpSocket13connectToHostERK4QUrlNS_11ProxyPolicyE@Base 4.96.0 + _ZN10KTcpSocket13connectToHostERK7QStringtNS_11ProxyPolicyE@Base 4.96.0 + _ZN10KTcpSocket13setPrivateKeyERK7KSslKey@Base 4.96.0 + _ZN10KTcpSocket13setPrivateKeyERK7QStringN7KSslKey9AlgorithmEN4QSsl14EncodingFormatERK10QByteArray@Base 4.96.0 + _ZN10KTcpSocket13showSslErrorsEv@Base 4.96.0 + _ZN10KTcpSocket15ignoreSslErrorsEv@Base 4.96.0 + _ZN10KTcpSocket15setSocketOptionEN15QAbstractSocket12SocketOptionERK8QVariant@Base 4.96.0 + _ZN10KTcpSocket16addCaCertificateERK15QSslCertificate@Base 4.96.0 + _ZN10KTcpSocket16staticMetaObjectE@Base 4.96.0 + _ZN10KTcpSocket16waitForConnectedEi@Base 4.96.0 + _ZN10KTcpSocket16waitForEncryptedEi@Base 4.96.0 + _ZN10KTcpSocket16waitForReadyReadEi@Base 4.96.0 + _ZN10KTcpSocket17addCaCertificatesERK5QListI15QSslCertificateE@Base 4.96.0 + _ZN10KTcpSocket17setCaCertificatesERK5QListI15QSslCertificateE@Base 4.96.0 + _ZN10KTcpSocket17setReadBufferSizeEx@Base 4.96.0 + _ZN10KTcpSocket18disconnectFromHostEv@Base 4.96.0 + _ZN10KTcpSocket19setLocalCertificateERK15QSslCertificate@Base 4.96.0 + _ZN10KTcpSocket19setLocalCertificateERK7QStringN4QSsl14EncodingFormatE@Base 4.96.0 + _ZN10KTcpSocket19setSslConfigurationERK17QSslConfiguration@Base 4.96.0 + _ZN10KTcpSocket19waitForBytesWrittenEi@Base 4.96.0 + _ZN10KTcpSocket19waitForDisconnectedEi@Base 4.96.0 + _ZN10KTcpSocket21encryptedBytesWrittenEx@Base 4.96.0 + _ZN10KTcpSocket21encryptionModeChangedENS_14EncryptionModeE@Base 4.96.0 + _ZN10KTcpSocket21startClientEncryptionEv@Base 4.96.0 + _ZN10KTcpSocket22connectToHostEncryptedERK7QStringt6QFlagsIN9QIODevice12OpenModeFlagEE@Base 4.96.0 + _ZN10KTcpSocket23setAdvertisedSslVersionENS_10SslVersionE@Base 4.96.0 + _ZN10KTcpSocket23setVerificationPeerNameERK7QString@Base 4.96.0 + _ZN10KTcpSocket27proxyAuthenticationRequiredERK13QNetworkProxyP14QAuthenticator@Base 4.96.0 + _ZN10KTcpSocket4openE6QFlagsIN9QIODevice12OpenModeFlagEE@Base 4.96.0 + _ZN10KTcpSocket5abortEv@Base 4.96.0 + _ZN10KTcpSocket5closeEv@Base 4.96.0 + _ZN10KTcpSocket5errorENS_5ErrorE@Base 4.96.0 + _ZN10KTcpSocket5flushEv@Base 4.96.0 + _ZN10KTcpSocket8readDataEPcx@Base 4.96.0 + _ZN10KTcpSocket8setProxyERK13QNetworkProxy@Base 4.96.0 + _ZN10KTcpSocket9connectedEv@Base 4.96.0 + _ZN10KTcpSocket9encryptedEv@Base 4.96.0 + _ZN10KTcpSocket9hostFoundEv@Base 4.96.0 + _ZN10KTcpSocket9sslErrorsERK5QListI9KSslErrorE@Base 4.96.0 + _ZN10KTcpSocket9writeDataEPKcx@Base 4.96.0 + _ZN10KTcpSocketC1EP7QObject@Base 4.96.0 + _ZN10KTcpSocketC2EP7QObject@Base 4.96.0 + _ZN10KTcpSocketD0Ev@Base 4.96.0 + _ZN10KTcpSocketD1Ev@Base 4.96.0 + _ZN10KTcpSocketD2Ev@Base 4.96.0 + _ZN11KMountPoint18currentMountPointsE6QFlagsINS_17DetailsNeededFlagEE@Base 4.96.0 + _ZN11KMountPoint19possibleMountPointsE6QFlagsINS_17DetailsNeededFlagEE@Base 4.96.0 + _ZN11KMountPoint4ListC1Ev@Base 4.96.0 + _ZN11KMountPoint4ListC2Ev@Base 4.96.0 + _ZN11KMountPoint7Private25finalizeCurrentMountPointE6QFlagsINS_17DetailsNeededFlagEE@Base 4.96.0 + _ZN11KMountPoint7Private26finalizePossibleMountPointE6QFlagsINS_17DetailsNeededFlagEE@Base 4.96.0 + _ZN11KMountPointC1Ev@Base 4.96.0 + _ZN11KMountPointC2Ev@Base 4.96.0 + _ZN11KMountPointD1Ev@Base 4.96.0 + _ZN11KMountPointD2Ev@Base 4.96.0 + _ZN11KSambaShare11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN11KSambaShare11qt_metacastEPKc@Base 4.96.0 + _ZN11KSambaShare16staticMetaObjectE@Base 4.96.0 + _ZN11KSambaShare7changedEv@Base 4.96.0 + _ZN11KSambaShare8instanceEv@Base 4.96.0 + _ZN11KSambaShareC1Ev@Base 4.96.0 + _ZN11KSambaShareC2Ev@Base 4.96.0 + _ZN11KSambaShareD0Ev@Base 4.96.0 + _ZN11KSambaShareD1Ev@Base 4.96.0 + _ZN11KSambaShareD2Ev@Base 4.96.0 + (optional=templinst)_ZN12KConfigGroup10writeEntryIbEEvPKcRKT_6QFlagsIN11KConfigBase15WriteConfigFlagEE@Base 4.100.0 + _ZN12KLocalSocket11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN12KLocalSocket11qt_metacastEPKc@Base 4.96.0 + _ZN12KLocalSocket13connectToPathERK7QString6QFlagsIN9QIODevice12OpenModeFlagEE@Base 4.96.0 + _ZN12KLocalSocket13connectToPathERK7QStringNS_15LocalSocketTypeE6QFlagsIN9QIODevice12OpenModeFlagEE@Base 4.96.0 + _ZN12KLocalSocket16staticMetaObjectE@Base 4.96.0 + _ZN12KLocalSocket18disconnectFromPathEv@Base 4.96.0 + _ZN12KLocalSocket27connectToHostImplementationERK7QStringt6QFlagsIN9QIODevice12OpenModeFlagEE@Base 4.96.0 + _ZN12KLocalSocket32disconnectFromHostImplementationEv@Base 4.96.0 + _ZN12KLocalSocketC1EP7QObject@Base 4.96.0 + _ZN12KLocalSocketC2EP7QObject@Base 4.96.0 + _ZN12KLocalSocketD0Ev@Base 4.96.0 + _ZN12KLocalSocketD1Ev@Base 4.96.0 + _ZN12KLocalSocketD2Ev@Base 4.96.0 + _ZN12KSSLSettings10getEGDPathEv@Base 4.96.0 + _ZN12KSSLSettings13getCipherListEv@Base 4.96.0 + _ZN12KSSLSettings14setWarnOnEnterEb@Base 4.96.0 + _ZN12KSSLSettings14setWarnOnLeaveEb@Base 4.96.0 + _ZN12KSSLSettings20setWarnOnUnencryptedEb@Base 4.96.0 + _ZN12KSSLSettings4loadEv@Base 4.96.0 + _ZN12KSSLSettings4saveEv@Base 4.96.0 + _ZN12KSSLSettings8defaultsEv@Base 4.96.0 + _ZN12KSSLSettingsC1Eb@Base 4.96.0 + _ZN12KSSLSettingsC2Eb@Base 4.96.0 + _ZN12KSSLSettingsD1Ev@Base 4.96.0 + _ZN12KSSLSettingsD2Ev@Base 4.96.0 + _ZN13KFileItemListC1ERK5QListI9KFileItemE@Base 4.96.0 + _ZN13KFileItemListC1Ev@Base 4.96.0 + _ZN13KFileItemListC2ERK5QListI9KFileItemE@Base 4.96.0 + _ZN13KFileItemListC2Ev@Base 4.96.0 + _ZN13KProtocolInfo11extraFieldsERK4QUrl@Base 4.96.0 + _ZN13KProtocolInfo12capabilitiesERK7QString@Base 4.96.0 + _ZN13KProtocolInfo13protocolClassERK7QString@Base 4.96.0 + _ZN13KProtocolInfo15isKnownProtocolERK4QUrl@Base 4.96.0 + _ZN13KProtocolInfo15isKnownProtocolERK7QString@Base 4.96.0 + _ZN13KProtocolInfo15showFilePreviewERK7QString@Base 4.96.0 + _ZN13KProtocolInfo16archiveMimetypesERK7QString@Base 5.23.0 + _ZN13KProtocolInfo16isFilterProtocolERK4QUrl@Base 4.96.0 + _ZN13KProtocolInfo16isFilterProtocolERK7QString@Base 4.96.0 + _ZN13KProtocolInfo16isHelperProtocolERK4QUrl@Base 4.96.0 + _ZN13KProtocolInfo16isHelperProtocolERK7QString@Base 4.96.0 + _ZN13KProtocolInfo16maxSlavesPerHostERK7QString@Base 4.96.0 + _ZN13KProtocolInfo18slaveHandlesNotifyERK7QString@Base 5.20.0 + _ZN13KProtocolInfo30determineMimetypeFromExtensionERK7QString@Base 4.96.0 + _ZN13KProtocolInfo4execERK7QString@Base 4.96.0 + _ZN13KProtocolInfo4iconERK7QString@Base 4.96.0 + _ZN13KProtocolInfo6configERK7QString@Base 4.96.0 + _ZN13KProtocolInfo7docPathERK7QString@Base 4.96.0 + _ZN13KProtocolInfo9maxSlavesERK7QString@Base 4.96.0 + _ZN13KProtocolInfo9protocolsEv@Base 4.96.0 + _ZN13KProtocolInfo9proxiedByERK7QString@Base 4.96.0 + _ZN14KCoreDirLister10itemsAddedERK4QUrlRK13KFileItemList@Base 4.96.0 + _ZN14KCoreDirLister10jobStartedEPN3KIO7ListJobE@Base 4.96.0 + _ZN14KCoreDirLister11emitChangesEv@Base 4.96.0 + _ZN14KCoreDirLister11handleErrorEPN3KIO3JobE@Base 4.96.0 + _ZN14KCoreDirLister11infoMessageERK7QString@Base 4.96.0 + _ZN14KCoreDirLister11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN14KCoreDirLister11qt_metacastEPKc@Base 4.96.0 + _ZN14KCoreDirLister11redirectionERK4QUrl@Base 4.96.0 + _ZN14KCoreDirLister11redirectionERK4QUrlS2_@Base 4.96.0 + _ZN14KCoreDirLister12itemsDeletedERK13KFileItemList@Base 4.96.0 + _ZN14KCoreDirLister12refreshItemsERK5QListI5QPairI9KFileItemS2_EE@Base 4.96.0 + _ZN14KCoreDirLister13processedSizeEy@Base 4.96.0 + _ZN14KCoreDirLister13setAutoUpdateEb@Base 4.96.0 + _ZN14KCoreDirLister13setMimeFilterERK11QStringList@Base 4.96.0 + _ZN14KCoreDirLister13setNameFilterERK7QString@Base 4.96.0 + _ZN14KCoreDirLister14setDirOnlyModeEb@Base 4.96.0 + _ZN14KCoreDirLister15clearMimeFilterEv@Base 4.96.0 + _ZN14KCoreDirLister15updateDirectoryERK4QUrl@Base 4.96.0 + _ZN14KCoreDirLister16cachedItemForUrlERK4QUrl@Base 4.96.0 + _ZN14KCoreDirLister16staticMetaObjectE@Base 4.96.0 + _ZN14KCoreDirLister18handleErrorMessageERK7QString@Base 4.96.0 + _ZN14KCoreDirLister18setShowingDotFilesEb@Base 4.96.0 + _ZN14KCoreDirLister19itemsFilteredByMimeERK13KFileItemList@Base 4.96.0 + _ZN14KCoreDirLister19setDelayedMimeTypesEb@Base 4.96.0 + _ZN14KCoreDirLister20setMimeExcludeFilterERK11QStringList@Base 4.96.0 + _ZN14KCoreDirLister4stopERK4QUrl@Base 4.96.0 + _ZN14KCoreDirLister4stopEv@Base 4.96.0 + _ZN14KCoreDirLister5clearERK4QUrl@Base 4.96.0 + _ZN14KCoreDirLister5clearEv@Base 4.96.0 + _ZN14KCoreDirLister5speedEi@Base 4.96.0 + _ZN14KCoreDirLister7Private10addNewItemERK4QUrlRK9KFileItem@Base 4.96.0 + _ZN14KCoreDirLister7Private10connectJobEPN3KIO7ListJobE@Base 4.96.0 + _ZN14KCoreDirLister7Private11addNewItemsERK4QUrlRK22NonMovableFileItemList@Base 5.0.0 + _ZN14KCoreDirLister7Private11emitChangesEv@Base 4.96.0 + _ZN14KCoreDirLister7Private12_k_slotSpeedEP4KJobm@Base 4.96.0 + _ZN14KCoreDirLister7Private14CachedItemsJob11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN14KCoreDirLister7Private14CachedItemsJob11qt_metacastEPKc@Base 4.96.0 + _ZN14KCoreDirLister7Private14CachedItemsJob16staticMetaObjectE@Base 4.96.0 + _ZN14KCoreDirLister7Private14CachedItemsJob4doneEv@Base 4.96.0 + _ZN14KCoreDirLister7Private14CachedItemsJob6doKillEv@Base 4.96.0 + _ZN14KCoreDirLister7Private14CachedItemsJobC1EPS_RK4QUrlb@Base 4.96.0 + _ZN14KCoreDirLister7Private14CachedItemsJobC2EPS_RK4QUrlb@Base 4.96.0 + _ZN14KCoreDirLister7Private14_k_slotPercentEP4KJobm@Base 4.96.0 + _ZN14KCoreDirLister7Private14addRefreshItemERK4QUrlRK9KFileItemS6_@Base 4.96.0 + _ZN14KCoreDirLister7Private16_k_slotTotalSizeEP4KJoby@Base 4.96.0 + _ZN14KCoreDirLister7Private16emitItemsDeletedERK13KFileItemList@Base 4.96.0 + _ZN14KCoreDirLister7Private18_k_slotInfoMessageEP4KJobRK7QString@Base 4.96.0 + _ZN14KCoreDirLister7Private20_k_slotProcessedSizeEP4KJoby@Base 4.96.0 + _ZN14KCoreDirLister7Private7jobDoneEPN3KIO7ListJobE@Base 4.96.0 + _ZN14KCoreDirLister7Private7numJobsEv@Base 4.96.0 + _ZN14KCoreDirLister7Private8redirectERK4QUrlS3_b@Base 4.96.0 + _ZN14KCoreDirLister7Private9emitItemsEv@Base 4.96.0 + _ZN14KCoreDirLister7openUrlERK4QUrl6QFlagsINS_11OpenUrlFlagEE@Base 4.96.0 + _ZN14KCoreDirLister7percentEi@Base 4.96.0 + _ZN14KCoreDirLister7startedERK4QUrl@Base 4.96.0 + _ZN14KCoreDirLister8canceledERK4QUrl@Base 4.96.0 + _ZN14KCoreDirLister8canceledEv@Base 4.96.0 + _ZN14KCoreDirLister8newItemsERK13KFileItemList@Base 4.96.0 + _ZN14KCoreDirLister9completedERK4QUrl@Base 4.96.0 + _ZN14KCoreDirLister9completedEv@Base 4.96.0 + _ZN14KCoreDirLister9totalSizeEy@Base 4.96.0 + _ZN14KCoreDirListerC1EP7QObject@Base 4.96.0 + _ZN14KCoreDirListerC2EP7QObject@Base 4.96.0 + _ZN14KCoreDirListerD0Ev@Base 4.96.0 + _ZN14KCoreDirListerD1Ev@Base 4.96.0 + _ZN14KCoreDirListerD2Ev@Base 4.96.0 + _ZN14KUrlAuthorized14allowUrlActionERK7QStringRK4QUrlS5_@Base 4.96.0 + _ZN14KUrlAuthorized18authorizeUrlActionERK7QStringRK4QUrlS5_@Base 4.96.0 + _ZN15KRecentDocument12maximumItemsEv@Base 4.96.0 + _ZN15KRecentDocument15recentDocumentsEv@Base 4.96.0 + _ZN15KRecentDocument23recentDocumentDirectoryEv@Base 4.96.0 + _ZN15KRecentDocument3addERK4QUrl@Base 4.96.0 + _ZN15KRecentDocument3addERK4QUrlRK7QString@Base 4.96.0 + _ZN15KRecentDocument5clearEv@Base 4.96.0 + _ZN15KRemoteEncoding11setEncodingEPKc@Base 4.96.0 + _ZN15KRemoteEncoding12virtual_hookEiPv@Base 4.96.0 + _ZN15KRemoteEncodingC1EPKc@Base 4.96.0 + _ZN15KRemoteEncodingC2EPKc@Base 4.96.0 + _ZN15KRemoteEncodingD0Ev@Base 4.96.0 + _ZN15KRemoteEncodingD1Ev@Base 4.96.0 + _ZN15KRemoteEncodingD2Ev@Base 4.96.0 + _ZN15KSambaShareData10setCommentERK7QString@Base 4.96.0 + _ZN15KSambaShareData18setGuestPermissionERKNS_15GuestPermissionE@Base 4.96.0 + _ZN15KSambaShareData4saveEv@Base 4.96.0 + _ZN15KSambaShareData6removeEv@Base 4.96.0 + _ZN15KSambaShareData6setAclERK7QString@Base 4.96.0 + _ZN15KSambaShareData7setNameERK7QString@Base 4.96.0 + _ZN15KSambaShareData7setPathERK7QString@Base 4.96.0 + _ZN15KSambaShareDataC1ERKS_@Base 4.96.0 + _ZN15KSambaShareDataC1Ev@Base 4.96.0 + _ZN15KSambaShareDataC2ERKS_@Base 4.96.0 + _ZN15KSambaShareDataC2Ev@Base 4.96.0 + _ZN15KSambaShareDataD1Ev@Base 4.96.0 + _ZN15KSambaShareDataD2Ev@Base 4.96.0 + _ZN15KSambaShareDataaSERKS_@Base 4.96.0 + _ZN15KSslErrorUiDataC1EPK10KTcpSocket@Base 4.96.0 + _ZN15KSslErrorUiDataC1EPK10QSslSocket@Base 4.96.0 + _ZN15KSslErrorUiDataC1ERKS_@Base 4.96.0 + _ZN15KSslErrorUiDataC1Ev@Base 4.96.0 + _ZN15KSslErrorUiDataC2EPK10KTcpSocket@Base 4.96.0 + _ZN15KSslErrorUiDataC2EPK10QSslSocket@Base 4.96.0 + _ZN15KSslErrorUiDataC2ERKS_@Base 4.96.0 + _ZN15KSslErrorUiDataC2Ev@Base 4.96.0 + _ZN15KSslErrorUiDataD1Ev@Base 4.96.0 + _ZN15KSslErrorUiDataD2Ev@Base 4.96.0 + _ZN15KSslErrorUiDataaSERKS_@Base 4.96.0 + _ZN16KProtocolManager10autoResumeEv@Base 4.96.0 + _ZN16KProtocolManager10charsetForERK4QUrl@Base 4.96.0 + _ZN16KProtocolManager10noProxyForEv@Base 4.96.0 + _ZN16KProtocolManager10outputTypeERK4QUrl@Base 4.96.0 + _ZN16KProtocolManager11markPartialEv@Base 4.96.0 + _ZN16KProtocolManager11maxCacheAgeEv@Base 4.96.0 + _ZN16KProtocolManager11proxyForUrlERK4QUrl@Base 4.96.0 + _ZN16KProtocolManager11readTimeoutEv@Base 4.96.0 + _ZN16KProtocolManager12cacheControlEv@Base 4.96.0 + _ZN16KProtocolManager12maxCacheSizeEv@Base 4.96.0 + _ZN16KProtocolManager13canCopyToFileERK4QUrl@Base 4.96.0 + _ZN16KProtocolManager13proxiesForUrlERK4QUrl@Base 4.96.0 + _ZN16KProtocolManager13proxyAuthModeEv@Base 4.96.0 + _ZN16KProtocolManager13slaveProtocolERK4QUrlR11QStringList@Base 4.96.0 + _ZN16KProtocolManager13slaveProtocolERK4QUrlR7QString@Base 4.96.0 + _ZN16KProtocolManager14connectTimeoutEv@Base 4.96.0 + _ZN16KProtocolManager14supportsMovingERK4QUrl@Base 4.96.0 + _ZN16KProtocolManager15canCopyFromFileERK4QUrl@Base 4.96.0 + _ZN16KProtocolManager15canRenameToFileERK4QUrl@Base 4.96.0 + _ZN16KProtocolManager15defaultMimetypeERK4QUrl@Base 4.96.0 + _ZN16KProtocolManager15minimumKeepSizeEv@Base 4.96.0 + _ZN16KProtocolManager15responseTimeoutEv@Base 4.96.0 + _ZN16KProtocolManager15supportsLinkingERK4QUrl@Base 4.96.0 + _ZN16KProtocolManager15supportsListingERK4QUrl@Base 4.96.0 + _ZN16KProtocolManager15supportsMakeDirERK4QUrl@Base 4.96.0 + _ZN16KProtocolManager15supportsOpeningERK4QUrl@Base 4.96.0 + _ZN16KProtocolManager15supportsReadingERK4QUrl@Base 4.96.0 + _ZN16KProtocolManager15supportsWritingERK4QUrl@Base 4.96.0 + _ZN16KProtocolManager15useReverseProxyEv@Base 4.96.0 + _ZN16KProtocolManager16defaultUserAgentERK7QString@Base 4.96.0 + _ZN16KProtocolManager16defaultUserAgentEv@Base 4.96.0 + _ZN16KProtocolManager16isSourceProtocolERK4QUrl@Base 4.96.0 + _ZN16KProtocolManager16supportsDeletingERK4QUrl@Base 4.96.0 + _ZN16KProtocolManager16userAgentForHostERK7QString@Base 4.96.0 + _ZN16KProtocolManager17canRenameFromFileERK4QUrl@Base 4.96.0 + _ZN16KProtocolManager17proxyConfigScriptEv@Base 4.96.0 + _ZN16KProtocolManager18canDeleteRecursiveERK4QUrl@Base 4.96.0 + _ZN16KProtocolManager19proxyConnectTimeoutEv@Base 4.96.0 + _ZN16KProtocolManager20reparseConfigurationEv@Base 4.96.0 + _ZN16KProtocolManager21acceptLanguagesHeaderEv@Base 4.96.0 + _ZN16KProtocolManager21persistentConnectionsEv@Base 4.96.0 + _ZN16KProtocolManager22fileNameUsedForCopyingERK4QUrl@Base 4.96.0 + _ZN16KProtocolManager23userAgentForApplicationERK7QStringS2_RK11QStringList@Base 4.96.0 + _ZN16KProtocolManager25persistentProxyConnectionEv@Base 4.96.0 + _ZN16KProtocolManager26protocolForArchiveMimetypeERK7QString@Base 4.96.0 + _ZN16KProtocolManager30getSystemNameVersionAndMachineER7QStringS1_S1_@Base 4.96.0 + _ZN16KProtocolManager7listingERK4QUrl@Base 4.96.0 + _ZN16KProtocolManager8badProxyERK7QString@Base 4.96.0 + _ZN16KProtocolManager8cacheDirEv@Base 4.96.0 + _ZN16KProtocolManager8proxyForERK7QString@Base 4.96.0 + _ZN16KProtocolManager8useCacheEv@Base 4.96.0 + _ZN16KProtocolManager8useProxyEv@Base 4.96.0 + _ZN16KProtocolManager9inputTypeERK4QUrl@Base 4.96.0 + _ZN16KProtocolManager9proxyTypeEv@Base 4.96.0 + _ZN18KDiskFreeSpaceInfo13freeSpaceInfoERK7QString@Base 4.96.0 + _ZN18KDiskFreeSpaceInfoC1ERKS_@Base 4.96.0 + _ZN18KDiskFreeSpaceInfoC1Ev@Base 4.96.0 + _ZN18KDiskFreeSpaceInfoC2ERKS_@Base 4.96.0 + _ZN18KDiskFreeSpaceInfoC2Ev@Base 4.96.0 + _ZN18KDiskFreeSpaceInfoD1Ev@Base 4.96.0 + _ZN18KDiskFreeSpaceInfoD2Ev@Base 4.96.0 + _ZN18KDiskFreeSpaceInfoaSERKS_@Base 4.96.0 + _ZN18KLocalSocketServer11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN18KLocalSocketServer11qt_metacastEPKc@Base 4.96.0 + _ZN18KLocalSocketServer13newConnectionEv@Base 4.96.0 + _ZN18KLocalSocketServer16staticMetaObjectE@Base 4.96.0 + _ZN18KLocalSocketServer18incomingConnectionEi@Base 4.96.0 + _ZN18KLocalSocketServer20waitForNewConnectionEiPb@Base 4.96.0 + _ZN18KLocalSocketServer21nextPendingConnectionEv@Base 4.96.0 + _ZN18KLocalSocketServer24setMaxPendingConnectionsEi@Base 4.96.0 + _ZN18KLocalSocketServer5closeEv@Base 4.96.0 + _ZN18KLocalSocketServer6listenERK7QStringN12KLocalSocket15LocalSocketTypeE@Base 4.96.0 + _ZN18KLocalSocketServerC1EP7QObject@Base 4.96.0 + _ZN18KLocalSocketServerC2EP7QObject@Base 4.96.0 + _ZN18KLocalSocketServerD0Ev@Base 4.96.0 + _ZN18KLocalSocketServerD1Ev@Base 4.96.0 + _ZN18KLocalSocketServerD2Ev@Base 4.96.0 + _ZN19KSslCertificateRule11setRejectedEb@Base 4.96.0 + _ZN19KSslCertificateRule16setIgnoredErrorsERK5QListI9KSslErrorE@Base 4.96.0 + _ZN19KSslCertificateRule16setIgnoredErrorsERK5QListIN9KSslError5ErrorEE@Base 4.96.0 + _ZN19KSslCertificateRule17setExpiryDateTimeERK9QDateTime@Base 4.96.0 + _ZN19KSslCertificateRuleC1ERK15QSslCertificateRK7QString@Base 4.96.0 + _ZN19KSslCertificateRuleC1ERKS_@Base 4.96.0 + _ZN19KSslCertificateRuleC2ERK15QSslCertificateRK7QString@Base 4.96.0 + _ZN19KSslCertificateRuleC2ERKS_@Base 4.96.0 + _ZN19KSslCertificateRuleD1Ev@Base 4.96.0 + _ZN19KSslCertificateRuleD2Ev@Base 4.96.0 + _ZN19KSslCertificateRuleaSERKS_@Base 4.96.0 + _ZN22KSslCertificateManager18nonIgnorableErrorsERK5QListI9KSslErrorE@Base 4.96.0 + _ZN22KSslCertificateManager18nonIgnorableErrorsERK5QListIN9KSslError5ErrorEE@Base 4.96.0 + _ZN22KSslCertificateManager4selfEv@Base 4.96.0 + _ZN22KSslCertificateManager7setRuleERK19KSslCertificateRule@Base 4.96.0 + _ZN22KSslCertificateManager9clearRuleERK15QSslCertificateRK7QString@Base 4.96.0 + _ZN22KSslCertificateManager9clearRuleERK19KSslCertificateRule@Base 4.96.0 + _ZN22KSslCertificateManagerC1Ev@Base 4.96.0 + _ZN22KSslCertificateManagerC2Ev@Base 4.96.0 + _ZN22KSslCertificateManagerD1Ev@Base 4.96.0 + _ZN22KSslCertificateManagerD2Ev@Base 4.96.0 + _ZN23KFileItemListProperties8setItemsERK13KFileItemList@Base 4.96.0 + _ZN23KFileItemListPropertiesC1ERK13KFileItemList@Base 4.96.0 + _ZN23KFileItemListPropertiesC1ERKS_@Base 4.96.0 + _ZN23KFileItemListPropertiesC1Ev@Base 4.96.0 + _ZN23KFileItemListPropertiesC2ERK13KFileItemList@Base 4.96.0 + _ZN23KFileItemListPropertiesC2ERKS_@Base 4.96.0 + _ZN23KFileItemListPropertiesC2Ev@Base 4.96.0 + _ZN23KFileItemListPropertiesD0Ev@Base 4.96.0 + _ZN23KFileItemListPropertiesD1Ev@Base 4.96.0 + _ZN23KFileItemListPropertiesD2Ev@Base 4.96.0 + _ZN23KFileItemListPropertiesaSERKS_@Base 4.96.0 + _ZN25OrgKdeKDirNotifyInterface10FilesAddedERK7QString@Base 4.96.0 + _ZN25OrgKdeKDirNotifyInterface11FileRenamedERK7QStringS2_@Base 4.96.0 + _ZN25OrgKdeKDirNotifyInterface11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN25OrgKdeKDirNotifyInterface11qt_metacastEPKc@Base 4.96.0 + _ZN25OrgKdeKDirNotifyInterface12FilesChangedERK11QStringList@Base 4.96.0 + _ZN25OrgKdeKDirNotifyInterface12FilesRemovedERK11QStringList@Base 4.96.0 + _ZN25OrgKdeKDirNotifyInterface13emitFileMovedERK4QUrlS2_@Base 4.96.0 + _ZN25OrgKdeKDirNotifyInterface13leftDirectoryERK7QString@Base 4.96.0 + _ZN25OrgKdeKDirNotifyInterface14emitFilesAddedERK4QUrl@Base 4.96.0 + _ZN25OrgKdeKDirNotifyInterface15emitFileRenamedERK4QUrlS2_@Base 4.96.0 + _ZN25OrgKdeKDirNotifyInterface16emitFilesChangedERK5QListI4QUrlE@Base 4.96.0 + _ZN25OrgKdeKDirNotifyInterface16emitFilesRemovedERK5QListI4QUrlE@Base 4.96.0 + _ZN25OrgKdeKDirNotifyInterface16enteredDirectoryERK7QString@Base 4.96.0 + _ZN25OrgKdeKDirNotifyInterface16staticMetaObjectE@Base 4.96.0 + _ZN25OrgKdeKDirNotifyInterface17emitLeftDirectoryERK4QUrl@Base 4.96.0 + _ZN25OrgKdeKDirNotifyInterface20emitEnteredDirectoryERK4QUrl@Base 4.96.0 + _ZN25OrgKdeKDirNotifyInterface24FileRenamedWithLocalPathERK7QStringS2_S2_@Base 5.20.0 + _ZN25OrgKdeKDirNotifyInterface28emitFileRenamedWithLocalPathERK4QUrlS2_RK7QString@Base 5.20.0 + _ZN25OrgKdeKDirNotifyInterface9FileMovedERK7QStringS2_@Base 4.96.0 + _ZN25OrgKdeKDirNotifyInterfaceC1ERK7QStringS2_RK15QDBusConnectionP7QObject@Base 4.96.0 + _ZN25OrgKdeKDirNotifyInterfaceC2ERK7QStringS2_RK15QDBusConnectionP7QObject@Base 4.96.0 + _ZN25OrgKdeKDirNotifyInterfaceD0Ev@Base 4.96.0 + _ZN25OrgKdeKDirNotifyInterfaceD1Ev@Base 4.96.0 + _ZN25OrgKdeKDirNotifyInterfaceD2Ev@Base 4.96.0 + _ZN3KIO10JobPrivate10emitMovingEPNS_3JobERK4QUrlS5_@Base 5.20.0 + _ZN3KIO10JobPrivate11emitCopyingEPNS_3JobERK4QUrlS5_@Base 5.20.0 + _ZN3KIO10JobPrivate11emitStatingEPNS_3JobERK4QUrl@Base 5.20.0 + _ZN3KIO10JobPrivate12emitDeletingEPNS_3JobERK4QUrl@Base 5.20.0 + _ZN3KIO10JobPrivate12emitMountingEPNS_3JobERK7QStringS5_@Base 5.20.0 + _ZN3KIO10JobPrivate14emitUnmountingEPNS_3JobERK7QString@Base 5.20.0 + _ZN3KIO10JobPrivate15emitCreatingDirEPNS_3JobERK4QUrl@Base 5.20.0 + _ZN3KIO10JobPrivate16emitTransferringEPNS_3JobERK4QUrl@Base 5.20.0 + _ZN3KIO10JobPrivate9slotSpeedEP4KJobm@Base 5.20.0 + _ZN3KIO10JobPrivateD0Ev@Base 5.20.0 + _ZN3KIO10JobPrivateD1Ev@Base 5.20.0 + _ZN3KIO10JobPrivateD2Ev@Base 5.20.0 + _ZN3KIO10RestoreJob10slotResultEP4KJob@Base 5.2.0 + _ZN3KIO10RestoreJob11qt_metacallEN11QMetaObject4CallEiPPv@Base 5.2.0 + _ZN3KIO10RestoreJob11qt_metacastEPKc@Base 5.2.0 + _ZN3KIO10RestoreJob16staticMetaObjectE@Base 5.2.0 + _ZN3KIO10RestoreJobC1ERNS_17RestoreJobPrivateE@Base 5.2.0 + _ZN3KIO10RestoreJobC2ERNS_17RestoreJobPrivateE@Base 5.2.0 + _ZN3KIO10RestoreJobD0Ev@Base 5.2.0 + _ZN3KIO10RestoreJobD1Ev@Base 5.2.0 + _ZN3KIO10RestoreJobD2Ev@Base 5.2.0 + _ZN3KIO10SpecialJob11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN3KIO10SpecialJob11qt_metacastEPKc@Base 4.96.0 + _ZN3KIO10SpecialJob12setArgumentsERK10QByteArray@Base 4.96.0 + _ZN3KIO10SpecialJob16staticMetaObjectE@Base 4.96.0 + _ZN3KIO10SpecialJobC1ERK4QUrlRK10QByteArray@Base 4.96.0 + _ZN3KIO10SpecialJobC2ERK4QUrlRK10QByteArray@Base 4.96.0 + _ZN3KIO10SpecialJobD0Ev@Base 4.96.0 + _ZN3KIO10SpecialJobD1Ev@Base 4.96.0 + _ZN3KIO10SpecialJobD2Ev@Base 4.96.0 + _ZN3KIO10emptyTrashEv@Base 5.2.0 + _ZN3KIO11FileCopyJob10slotResultEP4KJob@Base 4.96.0 + _ZN3KIO11FileCopyJob11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN3KIO11FileCopyJob11qt_metacastEPKc@Base 4.96.0 + _ZN3KIO11FileCopyJob13setSourceSizeEy@Base 4.96.0 + _ZN3KIO11FileCopyJob16staticMetaObjectE@Base 4.96.0 + _ZN3KIO11FileCopyJob19setModificationTimeERK9QDateTime@Base 4.96.0 + _ZN3KIO11FileCopyJob8doResumeEv@Base 4.96.0 + _ZN3KIO11FileCopyJob8mimetypeEPNS_3JobERK7QString@Base 4.96.0 + _ZN3KIO11FileCopyJob9doSuspendEv@Base 4.96.0 + _ZN3KIO11FileCopyJobC1ERNS_18FileCopyJobPrivateE@Base 4.96.0 + _ZN3KIO11FileCopyJobC2ERNS_18FileCopyJobPrivateE@Base 4.96.0 + _ZN3KIO11FileCopyJobD0Ev@Base 4.96.0 + _ZN3KIO11FileCopyJobD1Ev@Base 4.96.0 + _ZN3KIO11FileCopyJobD2Ev@Base 4.96.0 + _ZN3KIO11MimetypeJob11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN3KIO11MimetypeJob11qt_metacastEPKc@Base 4.96.0 + _ZN3KIO11MimetypeJob12slotFinishedEv@Base 4.96.0 + _ZN3KIO11MimetypeJob16staticMetaObjectE@Base 4.96.0 + _ZN3KIO11MimetypeJobC1ERNS_18MimetypeJobPrivateE@Base 4.96.0 + _ZN3KIO11MimetypeJobC2ERNS_18MimetypeJobPrivateE@Base 4.96.0 + _ZN3KIO11MimetypeJobD0Ev@Base 4.96.0 + _ZN3KIO11MimetypeJobD1Ev@Base 4.96.0 + _ZN3KIO11MimetypeJobD2Ev@Base 4.96.0 + _ZN3KIO11MultiGetJob11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN3KIO11MultiGetJob11qt_metacastEPKc@Base 4.96.0 + _ZN3KIO11MultiGetJob12slotFinishedEv@Base 4.96.0 + _ZN3KIO11MultiGetJob12slotMimetypeERK7QString@Base 4.96.0 + _ZN3KIO11MultiGetJob15slotRedirectionERK4QUrl@Base 4.96.0 + _ZN3KIO11MultiGetJob16staticMetaObjectE@Base 4.96.0 + _ZN3KIO11MultiGetJob3getElRK4QUrlRKNS_8MetaDataE@Base 4.96.0 + _ZN3KIO11MultiGetJob4dataElRK10QByteArray@Base 4.96.0 + _ZN3KIO11MultiGetJob6resultEl@Base 4.96.0 + _ZN3KIO11MultiGetJob8mimetypeElRK7QString@Base 4.96.0 + _ZN3KIO11MultiGetJob8slotDataERK10QByteArray@Base 4.96.0 + _ZN3KIO11MultiGetJobC1ERNS_18MultiGetJobPrivateE@Base 4.96.0 + _ZN3KIO11MultiGetJobC2ERNS_18MultiGetJobPrivateE@Base 4.96.0 + _ZN3KIO11MultiGetJobD0Ev@Base 4.96.0 + _ZN3KIO11MultiGetJobD1Ev@Base 4.96.0 + _ZN3KIO11MultiGetJobD2Ev@Base 4.96.0 + _ZN3KIO11SlaveConfig10configDataERK7QStringS3_@Base 4.96.0 + _ZN3KIO11SlaveConfig10configDataERK7QStringS3_S3_@Base 4.96.0 + _ZN3KIO11SlaveConfig11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN3KIO11SlaveConfig11qt_metacastEPKc@Base 4.96.0 + _ZN3KIO11SlaveConfig12configNeededERK7QStringS3_@Base 4.96.0 + _ZN3KIO11SlaveConfig13setConfigDataERK7QStringS3_RKNS_8MetaDataE@Base 4.96.0 + _ZN3KIO11SlaveConfig13setConfigDataERK7QStringS3_S3_S3_@Base 4.96.0 + _ZN3KIO11SlaveConfig16staticMetaObjectE@Base 4.96.0 + _ZN3KIO11SlaveConfig4selfEv@Base 4.96.0 + _ZN3KIO11SlaveConfig5resetEv@Base 4.96.0 + _ZN3KIO11SlaveConfigC1Ev@Base 4.96.0 + _ZN3KIO11SlaveConfigC2Ev@Base 4.96.0 + _ZN3KIO11SlaveConfigD0Ev@Base 4.96.0 + _ZN3KIO11SlaveConfigD1Ev@Base 4.96.0 + _ZN3KIO11SlaveConfigD2Ev@Base 4.96.0 + _ZN3KIO11TransferJob10slotResultEP4KJob@Base 4.96.0 + _ZN3KIO11TransferJob11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN3KIO11TransferJob11qt_metacastEPKc@Base 4.96.0 + _ZN3KIO11TransferJob11redirectionEPNS_3JobERK4QUrl@Base 4.96.0 + _ZN3KIO11TransferJob11slotDataReqEv@Base 4.96.0 + _ZN3KIO11TransferJob12setTotalSizeEy@Base 4.96.0 + _ZN3KIO11TransferJob12slotFinishedEv@Base 4.96.0 + _ZN3KIO11TransferJob12slotMetaDataERKNS_8MetaDataE@Base 4.96.0 + _ZN3KIO11TransferJob12slotMimetypeERK7QString@Base 4.96.0 + _ZN3KIO11TransferJob13sendAsyncDataERK10QByteArray@Base 4.96.0 + _ZN3KIO11TransferJob15slotRedirectionERK4QUrl@Base 4.96.0 + _ZN3KIO11TransferJob16staticMetaObjectE@Base 4.96.0 + _ZN3KIO11TransferJob17setReportDataSentEb@Base 4.96.0 + _ZN3KIO11TransferJob19setAsyncDataEnabledEb@Base 4.96.0 + _ZN3KIO11TransferJob19setModificationTimeERK9QDateTime@Base 4.96.0 + _ZN3KIO11TransferJob20permanentRedirectionEPNS_3JobERK4QUrlS5_@Base 4.96.0 + _ZN3KIO11TransferJob4dataEPNS_3JobERK10QByteArray@Base 4.96.0 + _ZN3KIO11TransferJob7dataReqEPNS_3JobER10QByteArray@Base 4.96.0 + _ZN3KIO11TransferJob8doResumeEv@Base 4.96.0 + _ZN3KIO11TransferJob8mimetypeEPNS_3JobERK7QString@Base 4.96.0 + _ZN3KIO11TransferJob8slotDataERK10QByteArray@Base 4.96.0 + _ZN3KIO11TransferJob9canResumeEPNS_3JobEy@Base 4.96.0 + _ZN3KIO11TransferJobC1ERNS_18TransferJobPrivateE@Base 4.96.0 + _ZN3KIO11TransferJobC2ERNS_18TransferJobPrivateE@Base 4.96.0 + _ZN3KIO11TransferJobD0Ev@Base 4.96.0 + _ZN3KIO11TransferJobD1Ev@Base 4.96.0 + _ZN3KIO11TransferJobD2Ev@Base 4.96.0 + _ZN3KIO11convertSizeEy@Base 4.96.0 + _ZN3KIO11davPropFindERK4QUrlRK12QDomDocumentRK7QString6QFlagsINS_7JobFlagEE@Base 4.96.0 + _ZN3KIO11file_deleteERK4QUrl6QFlagsINS_7JobFlagEE@Base 4.96.0 + _ZN3KIO11http_deleteERK4QUrl6QFlagsINS_7JobFlagEE@Base 4.96.0 + _ZN3KIO11suggestNameERK4QUrlRK7QString@Base 4.96.0 + _ZN3KIO12TCPSlaveBase11setBlockingEb@Base 4.96.0 + _ZN3KIO12TCPSlaveBase12virtual_hookEiPv@Base 4.96.0 + _ZN3KIO12TCPSlaveBase13connectToHostERK7QStringS3_t@Base 4.96.0 + _ZN3KIO12TCPSlaveBase13connectToHostERK7QStringtPS1_@Base 4.96.0 + _ZN3KIO12TCPSlaveBase15waitForResponseEi@Base 4.96.0 + _ZN3KIO12TCPSlaveBase18disconnectFromHostEv@Base 4.96.0 + _ZN3KIO12TCPSlaveBase19TcpSlaveBasePrivate16startTLSInternalEN10KTcpSocket10SslVersionEi@Base 5.6.0+git20150118 + _ZN3KIO12TCPSlaveBase23selectClientCertificateEv@Base 4.96.0 + _ZN3KIO12TCPSlaveBase23verifyServerCertificateEv@Base 4.96.0 + (subst)_ZN3KIO12TCPSlaveBase4readEPc{ssize_t}@Base 4.96.0 + (subst)_ZN3KIO12TCPSlaveBase5writeEPKc{ssize_t}@Base 4.96.0 + (subst)_ZN3KIO12TCPSlaveBase8readLineEPc{ssize_t}@Base 4.96.0 + _ZN3KIO12TCPSlaveBase8startSslEv@Base 4.96.0 + _ZN3KIO12TCPSlaveBaseC1ERK10QByteArrayS3_S3_b@Base 4.96.0 + _ZN3KIO12TCPSlaveBaseC2ERK10QByteArrayS3_S3_b@Base 4.96.0 + _ZN3KIO12TCPSlaveBaseD0Ev@Base 4.96.0 + _ZN3KIO12TCPSlaveBaseD1Ev@Base 4.96.0 + _ZN3KIO12TCPSlaveBaseD2Ev@Base 4.96.0 + _ZN3KIO12davPropPatchERK4QUrlRK12QDomDocument6QFlagsINS_7JobFlagEE@Base 4.96.0 + _ZN3KIO12mostLocalUrlERK4QUrl6QFlagsINS_7JobFlagEE@Base 4.96.0 + _ZN3KIO13EmptyTrashJob11qt_metacallEN11QMetaObject4CallEiPPv@Base 5.2.0 + _ZN3KIO13EmptyTrashJob11qt_metacastEPKc@Base 5.2.0 + _ZN3KIO13EmptyTrashJob12slotFinishedEv@Base 5.2.0 + _ZN3KIO13EmptyTrashJob16staticMetaObjectE@Base 5.2.0 + _ZN3KIO13EmptyTrashJobC1ERNS_20EmptyTrashJobPrivateE@Base 5.2.0 + _ZN3KIO13EmptyTrashJobC2ERNS_20EmptyTrashJobPrivateE@Base 5.2.0 + _ZN3KIO13EmptyTrashJobD0Ev@Base 5.2.0 + _ZN3KIO13EmptyTrashJobD1Ev@Base 5.2.0 + _ZN3KIO13EmptyTrashJobD2Ev@Base 5.2.0 + _ZN3KIO13FavIconsCache10iconForUrlERK4QUrl@Base 5.19.0 + _ZN3KIO13FavIconsCache11qt_metacallEN11QMetaObject4CallEiPPv@Base 5.19.0 + _ZN3KIO13FavIconsCache11qt_metacastEPKc@Base 5.19.0 + _ZN3KIO13FavIconsCache13iconUrlForUrlERK4QUrl@Base 5.19.0 + _ZN3KIO13FavIconsCache13setIconForUrlERK4QUrlS3_@Base 5.19.0 + _ZN3KIO13FavIconsCache16staticMetaObjectE@Base 5.19.0 + _ZN3KIO13FavIconsCache17addFailedDownloadERK4QUrl@Base 5.19.0 + _ZN3KIO13FavIconsCache17ensureCacheExistsEv@Base 5.19.0 + _ZN3KIO13FavIconsCache20removeFailedDownloadERK4QUrl@Base 5.19.0 + _ZN3KIO13FavIconsCache8instanceEv@Base 5.19.0 + _ZN3KIO13FavIconsCacheC1Ev@Base 5.19.0 + _ZN3KIO13FavIconsCacheC2Ev@Base 5.19.0 + _ZN3KIO13FavIconsCacheD0Ev@Base 5.19.0 + _ZN3KIO13FavIconsCacheD1Ev@Base 5.19.0 + _ZN3KIO13FavIconsCacheD2Ev@Base 5.19.0 + _ZN3KIO13directorySizeERK13KFileItemList@Base 4.96.0 + _ZN3KIO13directorySizeERK4QUrl@Base 4.96.0 + _ZN3KIO13favIconForUrlERK4QUrl@Base 4.96.0 + _ZN3KIO13getJobTrackerEv@Base 4.96.0 + _ZN3KIO13listRecursiveERK4QUrl6QFlagsINS_7JobFlagEEb@Base 4.96.0 + _ZN3KIO13setJobTrackerEP20KJobTrackerInterface@Base 4.96.0 + _ZN3KIO14SlaveInterface10messageBoxEiRK7QStringS3_S3_S3_@Base 4.96.0 + _ZN3KIO14SlaveInterface10messageBoxEiRK7QStringS3_S3_S3_S3_@Base 4.96.0 + _ZN3KIO14SlaveInterface11dropNetworkERK7QStringS3_@Base 4.96.0 + _ZN3KIO14SlaveInterface11infoMessageERK7QString@Base 4.96.0 + _ZN3KIO14SlaveInterface11listEntriesERK5QListINS_8UDSEntryEE@Base 4.96.0 + _ZN3KIO14SlaveInterface11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN3KIO14SlaveInterface11qt_metacastEPKc@Base 4.96.0 + _ZN3KIO14SlaveInterface11redirectionERK4QUrl@Base 4.96.0 + _ZN3KIO14SlaveInterface11slaveStatusExRK10QByteArrayRK7QStringb@Base 4.98.0 + _ZN3KIO14SlaveInterface13processedSizeEy@Base 4.96.0 + _ZN3KIO14SlaveInterface13setConnectionEPNS_10ConnectionE@Base 4.96.0 + _ZN3KIO14SlaveInterface14needSubUrlDataEv@Base 4.96.0 + _ZN3KIO14SlaveInterface14requestNetworkERK7QStringS3_@Base 4.96.0 + _ZN3KIO14SlaveInterface16sendResumeAnswerEb@Base 4.96.0 + _ZN3KIO14SlaveInterface16staticMetaObjectE@Base 4.96.0 + _ZN3KIO14SlaveInterface20sendMessageBoxAnswerEi@Base 4.96.0 + _ZN3KIO14SlaveInterface4dataERK10QByteArray@Base 4.96.0 + _ZN3KIO14SlaveInterface4openEv@Base 4.96.0 + _ZN3KIO14SlaveInterface5errorEiRK7QString@Base 4.96.0 + _ZN3KIO14SlaveInterface5speedEm@Base 4.96.0 + _ZN3KIO14SlaveInterface7dataReqEv@Base 4.96.0 + _ZN3KIO14SlaveInterface7warningERK7QString@Base 4.96.0 + _ZN3KIO14SlaveInterface7writtenEy@Base 4.96.0 + _ZN3KIO14SlaveInterface8dispatchEiRK10QByteArray@Base 4.96.0 + _ZN3KIO14SlaveInterface8dispatchEv@Base 4.96.0 + _ZN3KIO14SlaveInterface8finishedEv@Base 4.96.0 + _ZN3KIO14SlaveInterface8metaDataERKNS_8MetaDataE@Base 4.96.0 + _ZN3KIO14SlaveInterface8mimeTypeERK7QString@Base 4.96.0 + _ZN3KIO14SlaveInterface8positionEy@Base 4.96.0 + _ZN3KIO14SlaveInterface9calcSpeedEv@Base 4.96.0 + _ZN3KIO14SlaveInterface9canResumeEy@Base 4.96.0 + _ZN3KIO14SlaveInterface9connectedEv@Base 4.96.0 + _ZN3KIO14SlaveInterface9errorPageEv@Base 4.96.0 + _ZN3KIO14SlaveInterface9setOffsetEy@Base 4.96.0 + _ZN3KIO14SlaveInterface9statEntryERKNS_8UDSEntryE@Base 4.96.0 + _ZN3KIO14SlaveInterface9totalSizeEy@Base 4.96.0 + _ZN3KIO14SlaveInterfaceC1ERNS_21SlaveInterfacePrivateEP7QObject@Base 4.96.0 + _ZN3KIO14SlaveInterfaceC2ERNS_21SlaveInterfacePrivateEP7QObject@Base 4.96.0 + _ZN3KIO14SlaveInterfaceD0Ev@Base 4.96.0 + _ZN3KIO14SlaveInterfaceD1Ev@Base 4.96.0 + _ZN3KIO14SlaveInterfaceD2Ev@Base 4.96.0 + _ZN3KIO14convertSecondsEj@Base 4.96.0 + _ZN3KIO14decodeFileNameERK7QString@Base 4.96.0 + _ZN3KIO14encodeFileNameERK7QString@Base 4.96.0 + _ZN3KIO14iconNameForUrlERK4QUrl@Base 4.96.0 + _ZN3KIO14rawErrorDetailEiRK7QStringPK4QUrli@Base 4.96.0 + _ZN3KIO14storedHttpPostEP9QIODeviceRK4QUrlx6QFlagsINS_7JobFlagEE@Base 4.96.0 + _ZN3KIO14storedHttpPostERK10QByteArrayRK4QUrl6QFlagsINS_7JobFlagEE@Base 4.96.0 + _ZN3KIO16ConnectionServer11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN3KIO16ConnectionServer11qt_metacastEPKc@Base 4.96.0 + _ZN3KIO16ConnectionServer13newConnectionEv@Base 4.96.0 + _ZN3KIO16ConnectionServer15listenForRemoteEv@Base 4.96.0 + _ZN3KIO16ConnectionServer16staticMetaObjectE@Base 4.96.0 + _ZN3KIO16ConnectionServer21nextPendingConnectionEv@Base 4.96.0 + _ZN3KIO16ConnectionServer24setNextPendingConnectionEPNS_10ConnectionE@Base 4.96.0 + _ZN3KIO16ConnectionServer5closeEv@Base 4.96.0 + _ZN3KIO16ConnectionServerC1EP7QObject@Base 4.96.0 + _ZN3KIO16ConnectionServerC2EP7QObject@Base 4.96.0 + _ZN3KIO16ConnectionServerD0Ev@Base 4.96.0 + _ZN3KIO16ConnectionServerD1Ev@Base 4.96.0 + _ZN3KIO16ConnectionServerD2Ev@Base 4.96.0 + _ZN3KIO16DirectorySizeJob10slotResultEP4KJob@Base 4.96.0 + _ZN3KIO16DirectorySizeJob11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN3KIO16DirectorySizeJob11qt_metacastEPKc@Base 4.96.0 + _ZN3KIO16DirectorySizeJob16staticMetaObjectE@Base 4.96.0 + _ZN3KIO16DirectorySizeJobC1ERNS_23DirectorySizeJobPrivateE@Base 4.96.0 + _ZN3KIO16DirectorySizeJobC2ERNS_23DirectorySizeJobPrivateE@Base 4.96.0 + _ZN3KIO16DirectorySizeJobD0Ev@Base 4.96.0 + _ZN3KIO16DirectorySizeJobD1Ev@Base 4.96.0 + _ZN3KIO16DirectorySizeJobD2Ev@Base 4.96.0 + _ZN3KIO16buildErrorStringEiRK7QString@Base 4.96.0 + _ZN3KIO16restoreFromTrashERK5QListI4QUrlE6QFlagsINS_7JobFlagEE@Base 5.2.0 + _ZN3KIO17DesktopExecParser14executableNameERK7QString@Base 4.96.0 + _ZN3KIO17DesktopExecParser14executablePathERK7QString@Base 4.96.0 + _ZN3KIO17DesktopExecParser16hasSchemeHandlerERK4QUrl@Base 4.96.0 + _ZN3KIO17DesktopExecParser18supportedProtocolsERK8KService@Base 4.96.0 + _ZN3KIO17DesktopExecParser19setUrlsAreTempFilesEb@Base 4.96.0 + _ZN3KIO17DesktopExecParser20setSuggestedFileNameERK7QString@Base 4.96.0 + _ZN3KIO17DesktopExecParser25isProtocolInSupportedListERK4QUrlRK11QStringList@Base 4.96.0 + _ZN3KIO17DesktopExecParserC1ERK8KServiceRK5QListI4QUrlE@Base 4.96.0 + _ZN3KIO17DesktopExecParserC2ERK8KServiceRK5QListI4QUrlE@Base 4.96.0 + _ZN3KIO17DesktopExecParserD1Ev@Base 4.96.0 + _ZN3KIO17DesktopExecParserD2Ev@Base 4.96.0 + _ZN3KIO17StoredTransferJob11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN3KIO17StoredTransferJob11qt_metacastEPKc@Base 4.96.0 + _ZN3KIO17StoredTransferJob16staticMetaObjectE@Base 4.96.0 + _ZN3KIO17StoredTransferJob7setDataERK10QByteArray@Base 4.96.0 + _ZN3KIO17StoredTransferJobC1ERNS_24StoredTransferJobPrivateE@Base 4.96.0 + _ZN3KIO17StoredTransferJobC2ERNS_24StoredTransferJobPrivateE@Base 4.96.0 + _ZN3KIO17StoredTransferJobD0Ev@Base 4.96.0 + _ZN3KIO17StoredTransferJobD1Ev@Base 4.96.0 + _ZN3KIO17StoredTransferJobD2Ev@Base 4.96.0 + _ZN3KIO17http_update_cacheERK4QUrlbRK9QDateTime@Base 4.96.0 + _ZN3KIO17parseCacheControlERK7QString@Base 4.96.0 + _ZN3KIO18calculateRemainingEyyy@Base 4.96.0 + _ZN3KIO18convertPermissionsEi@Base 4.96.0 + _ZN3KIO18convertSizeFromKiBEy@Base 4.96.0 + _ZN3KIO18itemsSummaryStringEjjjyb@Base 4.96.0 + _ZN3KIO19ForwardingSlaveBase11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN3KIO19ForwardingSlaveBase11qt_metacastEPKc@Base 4.96.0 + _ZN3KIO19ForwardingSlaveBase16staticMetaObjectE@Base 4.96.0 + _ZN3KIO19ForwardingSlaveBase19setModificationTimeERK4QUrlRK9QDateTime@Base 4.96.0 + _ZN3KIO19ForwardingSlaveBase3delERK4QUrlb@Base 4.96.0 + _ZN3KIO19ForwardingSlaveBase3getERK4QUrl@Base 4.96.0 + _ZN3KIO19ForwardingSlaveBase3putERK4QUrli6QFlagsINS_7JobFlagEE@Base 4.96.0 + _ZN3KIO19ForwardingSlaveBase4copyERK4QUrlS3_i6QFlagsINS_7JobFlagEE@Base 4.96.0 + _ZN3KIO19ForwardingSlaveBase4statERK4QUrl@Base 4.96.0 + _ZN3KIO19ForwardingSlaveBase5chmodERK4QUrli@Base 4.96.0 + _ZN3KIO19ForwardingSlaveBase5mkdirERK4QUrli@Base 4.96.0 + _ZN3KIO19ForwardingSlaveBase6renameERK4QUrlS3_6QFlagsINS_7JobFlagEE@Base 4.96.0 + _ZN3KIO19ForwardingSlaveBase7listDirERK4QUrl@Base 4.96.0 + _ZN3KIO19ForwardingSlaveBase7symlinkERK7QStringRK4QUrl6QFlagsINS_7JobFlagEE@Base 4.96.0 + _ZN3KIO19ForwardingSlaveBase8mimetypeERK4QUrl@Base 4.96.0 + _ZN3KIO19ForwardingSlaveBaseC1ERK10QByteArrayS3_S3_@Base 4.96.0 + _ZN3KIO19ForwardingSlaveBaseC2ERK10QByteArrayS3_S3_@Base 4.96.0 + _ZN3KIO19ForwardingSlaveBaseD0Ev@Base 4.96.0 + _ZN3KIO19ForwardingSlaveBaseD1Ev@Base 4.96.0 + _ZN3KIO19ForwardingSlaveBaseD2Ev@Base 4.96.0 + _ZN3KIO19fileSystemFreeSpaceERK4QUrl@Base 5.2.0+git20140925 + _ZN3KIO19setModificationTimeERK4QUrlRK9QDateTime@Base 4.96.0 + _ZN3KIO20JobUiDelegateFactoryC1Ev@Base 4.96.0 + _ZN3KIO20JobUiDelegateFactoryC2Ev@Base 4.96.0 + _ZN3KIO20JobUiDelegateFactoryD0Ev@Base 4.96.0 + _ZN3KIO20JobUiDelegateFactoryD1Ev@Base 4.96.0 + _ZN3KIO20JobUiDelegateFactoryD2Ev@Base 4.96.0 + _ZN3KIO21getCacheControlStringENS_12CacheControlE@Base 4.96.0 + _ZN3KIO22FileSystemFreeSpaceJob11qt_metacallEN11QMetaObject4CallEiPPv@Base 5.2.0+git20140925 + _ZN3KIO22FileSystemFreeSpaceJob11qt_metacastEPKc@Base 5.2.0+git20140925 + _ZN3KIO22FileSystemFreeSpaceJob12slotFinishedEv@Base 5.2.0+git20140925 + _ZN3KIO22FileSystemFreeSpaceJob16staticMetaObjectE@Base 5.2.0+git20140925 + _ZN3KIO22FileSystemFreeSpaceJob6resultEPNS_3JobEyy@Base 5.2.0+git20140925 + _ZN3KIO22FileSystemFreeSpaceJobC1ERNS_29FileSystemFreeSpaceJobPrivateE@Base 5.2.0+git20140925 + _ZN3KIO22FileSystemFreeSpaceJobC2ERNS_29FileSystemFreeSpaceJobPrivateE@Base 5.2.0+git20140925 + _ZN3KIO22FileSystemFreeSpaceJobD0Ev@Base 5.2.0+git20140925 + _ZN3KIO22FileSystemFreeSpaceJobD1Ev@Base 5.2.0+git20140925 + _ZN3KIO22FileSystemFreeSpaceJobD2Ev@Base 5.2.0+git20140925 + _ZN3KIO22JobUiDelegateExtension20updateUrlInClipboardERK4QUrlS3_@Base 4.96.0 + _ZN3KIO22JobUiDelegateExtension22createClipboardUpdaterEPNS_3JobENS0_20ClipboardUpdaterModeE@Base 4.96.0 + _ZN3KIO22JobUiDelegateExtensionC1Ev@Base 4.96.0 + _ZN3KIO22JobUiDelegateExtensionC2Ev@Base 4.96.0 + _ZN3KIO22JobUiDelegateExtensionD0Ev@Base 4.96.0 + _ZN3KIO22JobUiDelegateExtensionD1Ev@Base 4.96.0 + _ZN3KIO22JobUiDelegateExtensionD2Ev@Base 4.96.0 + _ZN3KIO25calculateRemainingSecondsEyyy@Base 4.96.0 + _ZN3KIO26createDefaultJobUiDelegateEv@Base 4.96.0 + _ZN3KIO27defaultJobUiDelegateFactoryEv@Base 4.96.0 + _ZN3KIO28unsupportedActionErrorStringERK7QStringi@Base 4.96.0 + _ZN3KIO29defaultJobUiDelegateExtensionEv@Base 4.96.0 + _ZN3KIO30setDefaultJobUiDelegateFactoryEPNS_20JobUiDelegateFactoryE@Base 4.96.0 + _ZN3KIO32setDefaultJobUiDelegateExtensionEPNS_22JobUiDelegateExtensionE@Base 4.96.0 + _ZN3KIO3Job11addMetaDataERK4QMapI7QStringS2_E@Base 4.96.0 + _ZN3KIO3Job11addMetaDataERK7QStringS3_@Base 4.96.0 + _ZN3KIO3Job11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN3KIO3Job11qt_metacastEPKc@Base 4.96.0 + _ZN3KIO3Job11setMetaDataERKNS_8MetaDataE@Base 4.96.0 + _ZN3KIO3Job12removeSubjobEP4KJob@Base 4.96.0 + _ZN3KIO3Job12setParentJobEPS0_@Base 4.96.0 + _ZN3KIO3Job13mergeMetaDataERK4QMapI7QStringS2_E@Base 4.96.0 + _ZN3KIO3Job13queryMetaDataERK7QString@Base 4.96.0 + _ZN3KIO3Job16staticMetaObjectE@Base 4.96.0 + _ZN3KIO3Job22setUiDelegateExtensionEPNS_22JobUiDelegateExtensionE@Base 4.96.0 + _ZN3KIO3Job6doKillEv@Base 4.96.0 + _ZN3KIO3Job8canceledEP4KJob@Base 4.96.0 + _ZN3KIO3Job8doResumeEv@Base 4.96.0 + _ZN3KIO3Job9addSubjobEP4KJob@Base 4.96.0 + _ZN3KIO3Job9connectedEPS0_@Base 4.96.0 + _ZN3KIO3Job9doSuspendEv@Base 4.96.0 + _ZN3KIO3JobC1ERNS_10JobPrivateE@Base 4.96.0 + _ZN3KIO3JobC1Ev@Base 4.96.0 + _ZN3KIO3JobC2ERNS_10JobPrivateE@Base 4.96.0 + _ZN3KIO3JobC2Ev@Base 4.96.0 + _ZN3KIO3JobD0Ev@Base 4.96.0 + _ZN3KIO3JobD1Ev@Base 4.96.0 + _ZN3KIO3JobD2Ev@Base 4.96.0 + _ZN3KIO3delERK4QUrl6QFlagsINS_7JobFlagEE@Base 4.96.0 + _ZN3KIO3delERK5QListI4QUrlE6QFlagsINS_7JobFlagEE@Base 4.96.0 + _ZN3KIO3getERK4QUrlNS_8LoadTypeE6QFlagsINS_7JobFlagEE@Base 4.96.0 + _ZN3KIO3putERK4QUrli6QFlagsINS_7JobFlagEE@Base 4.96.0 + _ZN3KIO4copyERK4QUrlS2_6QFlagsINS_7JobFlagEE@Base 4.96.0 + _ZN3KIO4copyERK5QListI4QUrlERKS1_6QFlagsINS_7JobFlagEE@Base 4.96.0 + _ZN3KIO4linkERK4QUrlS2_6QFlagsINS_7JobFlagEE@Base 4.96.0 + _ZN3KIO4linkERK5QListI4QUrlERKS1_6QFlagsINS_7JobFlagEE@Base 4.96.0 + _ZN3KIO4moveERK4QUrlS2_6QFlagsINS_7JobFlagEE@Base 4.96.0 + _ZN3KIO4moveERK5QListI4QUrlERKS1_6QFlagsINS_7JobFlagEE@Base 4.96.0 + _ZN3KIO4openERK4QUrl6QFlagsIN9QIODevice12OpenModeFlagEE@Base 4.96.0 + _ZN3KIO4statERK4QUrl6QFlagsINS_7JobFlagEE@Base 4.96.0 + _ZN3KIO4statERK4QUrlNS_7StatJob8StatSideEs6QFlagsINS_7JobFlagEE@Base 4.96.0 + _ZN3KIO4statERK4QUrlbs6QFlagsINS_7JobFlagEE@Base 4.96.0 + _ZN3KIO5NetRC12NetRCPrivate13getMacdefPartERK7QString@Base 4.96.0 + _ZN3KIO5NetRC12NetRCPrivate14getMachinePartERK7QString@Base 4.96.0 + _ZN3KIO5NetRC12NetRCPrivate7extractERK7QStringS4_@Base 4.96.0 + _ZN3KIO5NetRC4selfEv@Base 4.96.0 + _ZN3KIO5NetRC5parseERK7QString@Base 4.96.0 + _ZN3KIO5NetRC6lookupERK4QUrlRNS0_9AutoLoginEbRK7QString6QFlagsINS0_14LookUpModeFlagEE@Base 4.96.0 + _ZN3KIO5NetRC6reloadEv@Base 4.96.0 + _ZN3KIO5NetRC8instanceE@Base 4.96.0 + _ZN3KIO5NetRCC1Ev@Base 4.96.0 + _ZN3KIO5NetRCC2Ev@Base 4.96.0 + _ZN3KIO5NetRCD1Ev@Base 4.96.0 + _ZN3KIO5NetRCD2Ev@Base 4.96.0 + _ZN3KIO5Slave11createSlaveERK7QStringRK4QUrlRiRS1_@Base 4.96.0 + _ZN3KIO5Slave11isConnectedEv@Base 4.96.0 + _ZN3KIO5Slave11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN3KIO5Slave11qt_metacastEPKc@Base 4.96.0 + _ZN3KIO5Slave11setProtocolERK7QString@Base 4.96.0 + _ZN3KIO5Slave12setConnectedEb@Base 4.96.0 + _ZN3KIO5Slave13slaveProtocolEv@Base 4.96.0 + _ZN3KIO5Slave16staticMetaObjectE@Base 4.96.0 + _ZN3KIO5Slave17checkForHeldSlaveERK4QUrl@Base 4.96.0 + _ZN3KIO5Slave3refEv@Base 4.96.0 + _ZN3KIO5Slave4holdERK4QUrl@Base 4.96.0 + _ZN3KIO5Slave4hostEv@Base 4.96.0 + _ZN3KIO5Slave4killEv@Base 4.96.0 + _ZN3KIO5Slave4portEv@Base 4.96.0 + _ZN3KIO5Slave4sendEiRK10QByteArray@Base 4.96.0 + _ZN3KIO5Slave4userEv@Base 4.96.0 + _ZN3KIO5Slave5derefEv@Base 4.96.0 + _ZN3KIO5Slave6acceptEv@Base 4.96.0 + _ZN3KIO5Slave6passwdEv@Base 4.96.0 + _ZN3KIO5Slave6resumeEv@Base 4.96.0 + _ZN3KIO5Slave6setJobEPNS_9SimpleJobE@Base 4.96.0 + _ZN3KIO5Slave6setPIDEx@Base 4.98.0 + _ZN3KIO5Slave7isAliveEv@Base 4.96.0 + _ZN3KIO5Slave7setHostERK7QStringtS3_S3_@Base 4.96.0 + _ZN3KIO5Slave7setIdleEv@Base 4.96.0 + _ZN3KIO5Slave7suspendEv@Base 4.96.0 + _ZN3KIO5Slave7timeoutEv@Base 4.96.0 + _ZN3KIO5Slave8gotInputEv@Base 4.96.0 + _ZN3KIO5Slave8idleTimeEv@Base 4.96.0 + _ZN3KIO5Slave8protocolEv@Base 4.96.0 + _ZN3KIO5Slave9holdSlaveERK7QStringRK4QUrl@Base 4.96.0 + _ZN3KIO5Slave9resetHostEv@Base 4.96.0 + _ZN3KIO5Slave9setConfigERKNS_8MetaDataE@Base 4.96.0 + _ZN3KIO5Slave9slaveDiedEPS0_@Base 4.96.0 + _ZN3KIO5Slave9slave_pidEv@Base 4.96.0 + _ZN3KIO5Slave9suspendedEv@Base 4.96.0 + _ZN3KIO5SlaveC1ERK7QStringP7QObject@Base 4.96.0 + _ZN3KIO5SlaveC2ERK7QStringP7QObject@Base 4.96.0 + _ZN3KIO5SlaveD0Ev@Base 4.96.0 + _ZN3KIO5SlaveD1Ev@Base 4.96.0 + _ZN3KIO5SlaveD2Ev@Base 4.96.0 + _ZN3KIO5chmodERK13KFileItemListiiRK7QStringS5_b6QFlagsINS_7JobFlagEE@Base 4.96.0 + _ZN3KIO5chmodERK4QUrli@Base 4.96.0 + _ZN3KIO5chownERK4QUrlRK7QStringS5_@Base 4.96.0 + _ZN3KIO5mkdirERK4QUrli@Base 4.96.0 + _ZN3KIO5mountEbRK10QByteArrayRK7QStringS5_6QFlagsINS_7JobFlagEE@Base 4.96.0 + _ZN3KIO5rmdirERK4QUrl@Base 4.96.0 + _ZN3KIO5trashERK4QUrl6QFlagsINS_7JobFlagEE@Base 4.96.0 + _ZN3KIO5trashERK5QListI4QUrlE6QFlagsINS_7JobFlagEE@Base 4.96.0 + _ZN3KIO5upUrlERK4QUrl@Base 4.96.0 + _ZN3KIO6DavJob11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN3KIO6DavJob11qt_metacastEPKc@Base 4.96.0 + _ZN3KIO6DavJob12slotFinishedEv@Base 4.96.0 + _ZN3KIO6DavJob16staticMetaObjectE@Base 4.96.0 + _ZN3KIO6DavJob8responseEv@Base 4.96.0 + _ZN3KIO6DavJob8slotDataERK10QByteArray@Base 4.96.0 + _ZN3KIO6DavJobC1ERNS_13DavJobPrivateEiRK7QString@Base 4.96.0 + _ZN3KIO6DavJobC2ERNS_13DavJobPrivateEiRK7QString@Base 4.96.0 + _ZN3KIO6copyAsERK4QUrlS2_6QFlagsINS_7JobFlagEE@Base 4.96.0 + _ZN3KIO6linkAsERK4QUrlS2_6QFlagsINS_7JobFlagEE@Base 4.96.0 + _ZN3KIO6mkpathERK4QUrlS2_6QFlagsINS_7JobFlagEE@Base 5.3.0+git20141016.0314 + _ZN3KIO6moveAsERK4QUrlS2_6QFlagsINS_7JobFlagEE@Base 4.96.0 + _ZN3KIO6numberEy@Base 4.96.0 + _ZN3KIO6renameERK4QUrlS2_6QFlagsINS_7JobFlagEE@Base 4.96.0 + _ZN3KIO7CopyJob10emitResultEv@Base 4.96.0 + _ZN3KIO7CopyJob10slotResultEP4KJob@Base 4.96.0 + _ZN3KIO7CopyJob10totalFilesEP4KJobm@Base 4.96.0 + _ZN3KIO7CopyJob11copyingDoneEPNS_3JobERK4QUrlS5_RK9QDateTimebb@Base 4.96.0 + _ZN3KIO7CopyJob11creatingDirEPNS_3JobERK4QUrl@Base 4.96.0 + _ZN3KIO7CopyJob11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN3KIO7CopyJob11qt_metacastEPKc@Base 4.96.0 + _ZN3KIO7CopyJob11setAutoSkipEb@Base 4.96.0 + _ZN3KIO7CopyJob13aboutToCreateEPNS_3JobERK5QListINS_8CopyInfoEE@Base 4.96.0 + _ZN3KIO7CopyJob13processedDirsEPNS_3JobEm@Base 4.96.0 + _ZN3KIO7CopyJob13setAutoRenameEb@Base 4.96.0 + _ZN3KIO7CopyJob14processedFilesEPNS_3JobEm@Base 4.96.0 + _ZN3KIO7CopyJob15copyingLinkDoneEPNS_3JobERK4QUrlRK7QStringS5_@Base 4.96.0 + _ZN3KIO7CopyJob16staticMetaObjectE@Base 4.96.0 + _ZN3KIO7CopyJob21setDefaultPermissionsEb@Base 4.96.0 + _ZN3KIO7CopyJob31setWriteIntoExistingDirectoriesEb@Base 4.96.0 + _ZN3KIO7CopyJob6movingEPNS_3JobERK4QUrlS5_@Base 4.96.0 + _ZN3KIO7CopyJob7copyingEPNS_3JobERK4QUrlS5_@Base 4.96.0 + _ZN3KIO7CopyJob7linkingEPNS_3JobERK7QStringRK4QUrl@Base 4.96.0 + _ZN3KIO7CopyJob7renamedEPNS_3JobERK4QUrlS5_@Base 4.96.0 + _ZN3KIO7CopyJob9doSuspendEv@Base 4.96.0 + _ZN3KIO7CopyJob9totalDirsEP4KJobm@Base 4.96.0 + _ZN3KIO7CopyJobC1ERNS_14CopyJobPrivateE@Base 4.96.0 + _ZN3KIO7CopyJobC2ERNS_14CopyJobPrivateE@Base 4.96.0 + _ZN3KIO7CopyJobD0Ev@Base 4.96.0 + _ZN3KIO7CopyJobD1Ev@Base 4.96.0 + _ZN3KIO7CopyJobD2Ev@Base 4.96.0 + _ZN3KIO7FileJob11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN3KIO7FileJob11qt_metacastEPKc@Base 4.96.0 + _ZN3KIO7FileJob11redirectionEPNS_3JobERK4QUrl@Base 4.96.0 + _ZN3KIO7FileJob16staticMetaObjectE@Base 4.96.0 + _ZN3KIO7FileJob4dataEPNS_3JobERK10QByteArray@Base 4.96.0 + _ZN3KIO7FileJob4openEPNS_3JobE@Base 4.96.0 + _ZN3KIO7FileJob4readEy@Base 4.96.0 + _ZN3KIO7FileJob4seekEy@Base 4.96.0 + _ZN3KIO7FileJob4sizeEv@Base 4.96.0 + _ZN3KIO7FileJob5closeEPNS_3JobE@Base 4.96.0 + _ZN3KIO7FileJob5closeEv@Base 4.96.0 + _ZN3KIO7FileJob5writeERK10QByteArray@Base 4.96.0 + _ZN3KIO7FileJob7writtenEPNS_3JobEy@Base 4.96.0 + _ZN3KIO7FileJob8mimetypeEPNS_3JobERK7QString@Base 4.96.0 + _ZN3KIO7FileJob8positionEPNS_3JobEy@Base 4.96.0 + _ZN3KIO7FileJobC1ERNS_14FileJobPrivateE@Base 4.96.0 + _ZN3KIO7FileJobC2ERNS_14FileJobPrivateE@Base 4.96.0 + _ZN3KIO7FileJobD0Ev@Base 4.96.0 + _ZN3KIO7FileJobD1Ev@Base 4.96.0 + _ZN3KIO7FileJobD2Ev@Base 4.96.0 + _ZN3KIO7ListJob10slotResultEP4KJob@Base 4.96.0 + _ZN3KIO7ListJob11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN3KIO7ListJob11qt_metacastEPKc@Base 4.96.0 + _ZN3KIO7ListJob11redirectionEPNS_3JobERK4QUrl@Base 4.96.0 + _ZN3KIO7ListJob12slotFinishedEv@Base 4.96.0 + _ZN3KIO7ListJob12slotMetaDataERKNS_8MetaDataE@Base 4.96.0 + _ZN3KIO7ListJob15setUnrestrictedEb@Base 4.96.0 + _ZN3KIO7ListJob16staticMetaObjectE@Base 4.96.0 + _ZN3KIO7ListJob20permanentRedirectionEPNS_3JobERK4QUrlS5_@Base 4.96.0 + _ZN3KIO7ListJob7entriesEPNS_3JobERK5QListINS_8UDSEntryEE@Base 4.96.0 + _ZN3KIO7ListJob8subErrorEPS0_S1_@Base 4.96.0 + _ZN3KIO7ListJobC1ERNS_14ListJobPrivateE@Base 4.96.0 + _ZN3KIO7ListJobC2ERNS_14ListJobPrivateE@Base 4.96.0 + _ZN3KIO7ListJobD0Ev@Base 4.96.0 + _ZN3KIO7ListJobD1Ev@Base 4.96.0 + _ZN3KIO7ListJobD2Ev@Base 4.96.0 + _ZN3KIO7StatJob10setDetailsEs@Base 4.96.0 + _ZN3KIO7StatJob11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN3KIO7StatJob11qt_metacastEPKc@Base 4.96.0 + _ZN3KIO7StatJob11redirectionEPNS_3JobERK4QUrl@Base 4.96.0 + _ZN3KIO7StatJob12slotFinishedEv@Base 4.96.0 + _ZN3KIO7StatJob12slotMetaDataERKNS_8MetaDataE@Base 4.96.0 + _ZN3KIO7StatJob16staticMetaObjectE@Base 4.96.0 + _ZN3KIO7StatJob20permanentRedirectionEPNS_3JobERK4QUrlS5_@Base 4.96.0 + _ZN3KIO7StatJob7setSideENS0_8StatSideE@Base 4.96.0 + _ZN3KIO7StatJob7setSideEb@Base 4.96.0 + _ZN3KIO7StatJobC1ERNS_14StatJobPrivateE@Base 4.96.0 + _ZN3KIO7StatJobC2ERNS_14StatJobPrivateE@Base 4.96.0 + _ZN3KIO7StatJobD0Ev@Base 4.96.0 + _ZN3KIO7StatJobD1Ev@Base 4.96.0 + _ZN3KIO7StatJobD2Ev@Base 4.96.0 + _ZN3KIO7listDirERK4QUrl6QFlagsINS_7JobFlagEEb@Base 4.96.0 + _ZN3KIO7specialERK4QUrlRK10QByteArray6QFlagsINS_7JobFlagEE@Base 4.96.0 + _ZN3KIO7symlinkERK7QStringRK4QUrl6QFlagsINS_7JobFlagEE@Base 4.96.0 + _ZN3KIO7unmountERK7QString6QFlagsINS_7JobFlagEE@Base 4.96.0 + _ZN3KIO8AuthInfo11setModifiedEb@Base 4.96.0 + _ZN3KIO8AuthInfo13setExtraFieldERK7QStringRK8QVariant@Base 4.96.0 + _ZN3KIO8AuthInfo17registerMetaTypesEv@Base 4.96.0 + _ZN3KIO8AuthInfo18setExtraFieldFlagsERK7QStringNS0_10FieldFlagsE@Base 4.96.0 + _ZN3KIO8AuthInfoC1ERKS0_@Base 4.96.0 + _ZN3KIO8AuthInfoC1Ev@Base 4.96.0 + _ZN3KIO8AuthInfoC2ERKS0_@Base 4.96.0 + _ZN3KIO8AuthInfoC2Ev@Base 4.96.0 + _ZN3KIO8AuthInfoD1Ev@Base 4.96.0 + _ZN3KIO8AuthInfoD2Ev@Base 4.96.0 + _ZN3KIO8AuthInfoaSERKS0_@Base 4.96.0 + _ZN3KIO8ChmodJob10slotResultEP4KJob@Base 4.96.0 + _ZN3KIO8ChmodJob11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN3KIO8ChmodJob11qt_metacastEPKc@Base 4.96.0 + _ZN3KIO8ChmodJob16staticMetaObjectE@Base 4.96.0 + _ZN3KIO8ChmodJobC1ERNS_15ChmodJobPrivateE@Base 4.96.0 + _ZN3KIO8ChmodJobC2ERNS_15ChmodJobPrivateE@Base 4.96.0 + _ZN3KIO8ChmodJobD0Ev@Base 4.96.0 + _ZN3KIO8ChmodJobD1Ev@Base 4.96.0 + _ZN3KIO8ChmodJobD2Ev@Base 4.96.0 + _ZN3KIO8HostInfo10lookupHostERK7QStringP7QObjectPKc@Base 4.96.0 + _ZN3KIO8HostInfo10lookupHostERK7QStringm@Base 4.96.0 + _ZN3KIO8HostInfo11cacheLookupERK9QHostInfo@Base 4.96.0 + _ZN3KIO8HostInfo12prefetchHostERK7QString@Base 4.96.0 + _ZN3KIO8HostInfo12setCacheSizeEi@Base 4.96.0 + _ZN3KIO8HostInfo23lookupCachedHostInfoForERK7QString@Base 4.96.0 + _ZN3KIO8HostInfo6setTTLEi@Base 4.96.0 + _ZN3KIO8MkdirJob11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN3KIO8MkdirJob11qt_metacastEPKc@Base 4.96.0 + _ZN3KIO8MkdirJob11redirectionEPNS_3JobERK4QUrl@Base 4.96.0 + _ZN3KIO8MkdirJob12slotFinishedEv@Base 4.96.0 + _ZN3KIO8MkdirJob16staticMetaObjectE@Base 4.96.0 + _ZN3KIO8MkdirJob20permanentRedirectionEPNS_3JobERK4QUrlS5_@Base 4.96.0 + _ZN3KIO8MkdirJobC1ERNS_15MkdirJobPrivateE@Base 4.96.0 + _ZN3KIO8MkdirJobC2ERNS_15MkdirJobPrivateE@Base 4.96.0 + _ZN3KIO8MkdirJobD0Ev@Base 4.96.0 + _ZN3KIO8MkdirJobD1Ev@Base 4.96.0 + _ZN3KIO8MkdirJobD2Ev@Base 4.96.0 + _ZN3KIO8UDSEntry5clearEv@Base 4.96.0 + _ZN3KIO8UDSEntry6insertEjRK7QString@Base 4.96.0 + _ZN3KIO8UDSEntry6insertEjx@Base 4.96.0 + _ZN3KIO8UDSEntry7reserveEi@Base 5.5.0+git20141229.0049+15.04 + (arch=kfreebsd-any hurd-i386)_ZN3KIO8UDSEntryC1ERK4statRK7QString@Base 5.11.0 + (arch=!kfreebsd-any !hurd-i386)_ZN3KIO8UDSEntryC1ERK6stat64RK7QString@Base 4.100.0 + _ZN3KIO8UDSEntryC1ERKS0_@Base 4.96.0 + _ZN3KIO8UDSEntryC1Ev@Base 4.96.0 + (arch=kfreebsd-any hurd-i386)_ZN3KIO8UDSEntryC2ERK4statRK7QString@Base 5.11.0 + (arch=!kfreebsd-any !hurd-i386)_ZN3KIO8UDSEntryC2ERK6stat64RK7QString@Base 4.100.0 + _ZN3KIO8UDSEntryC2ERKS0_@Base 4.96.0 + _ZN3KIO8UDSEntryC2Ev@Base 4.96.0 + _ZN3KIO8UDSEntryD1Ev@Base 4.96.0 + _ZN3KIO8UDSEntryD2Ev@Base 4.96.0 + _ZN3KIO8UDSEntryaSERKS0_@Base 4.96.0 + _ZN3KIO8mimetypeERK4QUrl6QFlagsINS_7JobFlagEE@Base 4.96.0 + _ZN3KIO9DeleteJob10slotResultEP4KJob@Base 4.96.0 + _ZN3KIO9DeleteJob10totalFilesEP4KJobm@Base 4.96.0 + _ZN3KIO9DeleteJob11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN3KIO9DeleteJob11qt_metacastEPKc@Base 4.96.0 + _ZN3KIO9DeleteJob13processedDirsEPNS_3JobEm@Base 4.96.0 + _ZN3KIO9DeleteJob14processedFilesEPNS_3JobEm@Base 4.96.0 + _ZN3KIO9DeleteJob16staticMetaObjectE@Base 4.96.0 + _ZN3KIO9DeleteJob8deletingEPNS_3JobERK4QUrl@Base 4.96.0 + _ZN3KIO9DeleteJob9totalDirsEP4KJobm@Base 4.96.0 + _ZN3KIO9DeleteJobC1ERNS_16DeleteJobPrivateE@Base 4.96.0 + _ZN3KIO9DeleteJobC2ERNS_16DeleteJobPrivateE@Base 4.96.0 + _ZN3KIO9DeleteJobD0Ev@Base 4.96.0 + _ZN3KIO9DeleteJobD1Ev@Base 4.96.0 + _ZN3KIO9DeleteJobD2Ev@Base 4.96.0 + _ZN3KIO9IdleSlave11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN3KIO9IdleSlave11qt_metacastEPKc@Base 4.96.0 + _ZN3KIO9IdleSlave12statusUpdateEPS0_@Base 4.96.0 + _ZN3KIO9IdleSlave16staticMetaObjectE@Base 4.96.0 + _ZN3KIO9IdleSlave20reparseConfigurationEv@Base 4.96.0 + _ZN3KIO9IdleSlave7connectERK7QString@Base 4.96.0 + _ZN3KIO9IdleSlave8gotInputEv@Base 4.96.0 + _ZN3KIO9IdleSlaveC1EP7QObject@Base 4.96.0 + _ZN3KIO9IdleSlaveC2EP7QObject@Base 4.96.0 + _ZN3KIO9IdleSlaveD0Ev@Base 4.96.0 + _ZN3KIO9IdleSlaveD1Ev@Base 4.96.0 + _ZN3KIO9IdleSlaveD2Ev@Base 4.96.0 + _ZN3KIO9MkpathJob10slotResultEP4KJob@Base 5.3.0+git20141016.0314 + _ZN3KIO9MkpathJob11qt_metacallEN11QMetaObject4CallEiPPv@Base 5.3.0+git20141016.0314 + _ZN3KIO9MkpathJob11qt_metacastEPKc@Base 5.3.0+git20141016.0314 + _ZN3KIO9MkpathJob16directoryCreatedERK4QUrl@Base 5.3.0+git20141016.0314 + _ZN3KIO9MkpathJob16staticMetaObjectE@Base 5.3.0+git20141016.0314 + _ZN3KIO9MkpathJobC1ERNS_16MkpathJobPrivateE@Base 5.3.0+git20141016.0314 + _ZN3KIO9MkpathJobC2ERNS_16MkpathJobPrivateE@Base 5.3.0+git20141016.0314 + _ZN3KIO9MkpathJobD0Ev@Base 5.3.0+git20141016.0314 + _ZN3KIO9MkpathJobD1Ev@Base 5.3.0+git20141016.0314 + _ZN3KIO9MkpathJobD2Ev@Base 5.3.0+git20141016.0314 + _ZN3KIO9Scheduler10disconnectEPK7QObjectPKcS3_S5_@Base 4.96.0 + _ZN3KIO9Scheduler10slaveErrorEPNS_5SlaveEiRK7QString@Base 4.96.0 + _ZN3KIO9Scheduler11jobFinishedEPNS_9SimpleJobEPNS_5SlaveE@Base 4.96.0 + _ZN3KIO9Scheduler11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN3KIO9Scheduler11qt_metacastEPKc@Base 4.96.0 + _ZN3KIO9Scheduler11scheduleJobEPNS_9SimpleJobE@Base 4.96.0 + _ZN3KIO9Scheduler14putSlaveOnHoldEPNS_9SimpleJobERK4QUrl@Base 4.96.0 + _ZN3KIO9Scheduler14setJobPriorityEPNS_9SimpleJobEi@Base 4.96.0 + _ZN3KIO9Scheduler14slaveConnectedEPNS_5SlaveE@Base 4.96.0 + _ZN3KIO9Scheduler15disconnectSlaveEPNS_5SlaveE@Base 4.96.0 + _ZN3KIO9Scheduler16assignJobToSlaveEPNS_5SlaveEPNS_9SimpleJobE@Base 4.96.0 + _ZN3KIO9Scheduler16checkSlaveOnHoldEb@Base 4.96.0 + _ZN3KIO9Scheduler16isSlaveOnHoldForERK4QUrl@Base 4.96.0 + _ZN3KIO9Scheduler16staticMetaObjectE@Base 4.96.0 + _ZN3KIO9Scheduler17getConnectedSlaveERK4QUrlRKNS_8MetaDataE@Base 4.96.0 + _ZN3KIO9Scheduler17removeSlaveOnHoldEv@Base 4.96.0 + _ZN3KIO9Scheduler18publishSlaveOnHoldEv@Base 4.96.0 + _ZN3KIO9Scheduler22slaveOnHoldListChangedEv@Base 4.96.0 + _ZN3KIO9Scheduler22updateInternalMetaDataEPNS_9SimpleJobE@Base 4.96.0 + _ZN3KIO9Scheduler25reparseSlaveConfigurationERK7QString@Base 4.96.0 + _ZN3KIO9Scheduler29emitReparseSlaveConfigurationEv@Base 4.96.0 + _ZN3KIO9Scheduler4selfEv@Base 4.96.0 + _ZN3KIO9Scheduler5doJobEPNS_9SimpleJobE@Base 4.96.0 + _ZN3KIO9Scheduler6d_funcEv@Base 4.96.0 + _ZN3KIO9Scheduler7connectEPK7QObjectPKcS3_S5_@Base 4.96.0 + _ZN3KIO9Scheduler7connectEPK7QObjectPKcS5_@Base 4.96.0 + _ZN3KIO9Scheduler7connectEPKcPK7QObjectS2_@Base 4.96.0 + _ZN3KIO9Scheduler9cancelJobEPNS_9SimpleJobE@Base 4.96.0 + _ZN3KIO9SchedulerC1Ev@Base 4.96.0 + _ZN3KIO9SchedulerC2Ev@Base 4.96.0 + _ZN3KIO9SchedulerD0Ev@Base 4.96.0 + _ZN3KIO9SchedulerD1Ev@Base 4.96.0 + _ZN3KIO9SchedulerD2Ev@Base 4.96.0 + _ZN3KIO9SimpleJob11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN3KIO9SimpleJob11qt_metacastEPKc@Base 4.96.0 + _ZN3KIO9SimpleJob11slotWarningERK7QString@Base 4.96.0 + _ZN3KIO9SimpleJob12removeOnHoldEv@Base 4.96.0 + _ZN3KIO9SimpleJob12slotFinishedEv@Base 4.96.0 + _ZN3KIO9SimpleJob12slotMetaDataERKNS_8MetaDataE@Base 4.96.0 + _ZN3KIO9SimpleJob16staticMetaObjectE@Base 4.96.0 + _ZN3KIO9SimpleJob22storeSSLSessionFromJobERK4QUrl@Base 4.96.0 + _ZN3KIO9SimpleJob29setRedirectionHandlingEnabledEb@Base 4.96.0 + _ZN3KIO9SimpleJob6doKillEv@Base 4.96.0 + _ZN3KIO9SimpleJob8doResumeEv@Base 4.96.0 + _ZN3KIO9SimpleJob9doSuspendEv@Base 4.96.0 + _ZN3KIO9SimpleJob9putOnHoldEv@Base 4.96.0 + _ZN3KIO9SimpleJob9slotErrorEiRK7QString@Base 4.96.0 + _ZN3KIO9SimpleJobC1ERNS_16SimpleJobPrivateE@Base 4.96.0 + _ZN3KIO9SimpleJobC2ERNS_16SimpleJobPrivateE@Base 4.96.0 + _ZN3KIO9SimpleJobD0Ev@Base 4.96.0 + _ZN3KIO9SimpleJobD1Ev@Base 4.96.0 + _ZN3KIO9SimpleJobD2Ev@Base 4.96.0 + _ZN3KIO9SlaveBase10lookupHostERK7QString@Base 4.96.0 + _ZN3KIO9SlaveBase10messageBoxENS0_14MessageBoxTypeERK7QStringS4_S4_S4_@Base 4.96.0 + _ZN3KIO9SlaveBase10messageBoxERK7QStringNS0_14MessageBoxTypeES3_S3_S3_S3_@Base 4.96.0 + _ZN3KIO9SlaveBase11dropNetworkERK7QString@Base 4.96.0 + _ZN3KIO9SlaveBase11infoMessageERK7QString@Base 4.96.0 + _ZN3KIO9SlaveBase11listEntriesERK5QListINS_8UDSEntryEE@Base 4.96.0 + _ZN3KIO9SlaveBase11readTimeoutEv@Base 4.96.0 + _ZN3KIO9SlaveBase11redirectionERK4QUrl@Base 4.96.0 + _ZN3KIO9SlaveBase11setKillFlagEv@Base 4.96.0 + _ZN3KIO9SlaveBase11setLinkDestERK4QUrlRK7QString@Base 4.96.0 + _ZN3KIO9SlaveBase11setMetaDataERK7QStringS3_@Base 4.96.0 + _ZN3KIO9SlaveBase11slaveStatusERK7QStringb@Base 4.96.0 + _ZN3KIO9SlaveBase12connectSlaveERK7QString@Base 4.96.0 + _ZN3KIO9SlaveBase12dispatchLoopEv@Base 4.96.0 + _ZN3KIO9SlaveBase12sendMetaDataEv@Base 4.96.0 + _ZN3KIO9SlaveBase12slave_statusEv@Base 4.96.0 + _ZN3KIO9SlaveBase12virtual_hookEiPv@Base 4.96.0 + _ZN3KIO9SlaveBase13processedSizeEy@Base 4.96.0 + _ZN3KIO9SlaveBase13waitForAnswerEiiR10QByteArrayPi@Base 4.96.0 + _ZN3KIO9SlaveBase14connectTimeoutEv@Base 4.96.0 + _ZN3KIO9SlaveBase14needSubUrlDataEv@Base 4.96.0 + _ZN3KIO9SlaveBase14openConnectionEv@Base 4.96.0 + _ZN3KIO9SlaveBase14remoteEncodingEv@Base 4.96.0 + _ZN3KIO9SlaveBase14requestNetworkERK7QString@Base 4.96.0 + _ZN3KIO9SlaveBase15closeConnectionEv@Base 4.96.0 + _ZN3KIO9SlaveBase15disconnectSlaveEv@Base 4.96.0 + _ZN3KIO9SlaveBase15responseTimeoutEv@Base 4.96.0 + _ZN3KIO9SlaveBase15waitForHostInfoER9QHostInfo@Base 4.96.0 + _ZN3KIO9SlaveBase16processedPercentEf@Base 4.96.0 + _ZN3KIO9SlaveBase18openPasswordDialogERNS_8AuthInfoERK7QString@Base 4.96.0 + _ZN3KIO9SlaveBase19cacheAuthenticationERKNS_8AuthInfoE@Base 4.96.0 + _ZN3KIO9SlaveBase19dispatchOpenCommandEiRK10QByteArray@Base 4.96.0 + _ZN3KIO9SlaveBase19proxyConnectTimeoutEv@Base 4.96.0 + _ZN3KIO9SlaveBase19sendAndKeepMetaDataEv@Base 4.96.0 + _ZN3KIO9SlaveBase19setModificationTimeERK4QUrlRK9QDateTime@Base 4.96.0 + _ZN3KIO9SlaveBase20openPasswordDialogV2ERNS_8AuthInfoERK7QString@Base 5.24.0 + _ZN3KIO9SlaveBase20reparseConfigurationEv@Base 4.96.0 + _ZN3KIO9SlaveBase24setTimeoutSpecialCommandEiRK10QByteArray@Base 4.96.0 + _ZN3KIO9SlaveBase25checkCachedAuthenticationERNS_8AuthInfoE@Base 4.96.0 + _ZN3KIO9SlaveBase3delERK4QUrlb@Base 4.96.0 + _ZN3KIO9SlaveBase3getERK4QUrl@Base 4.96.0 + _ZN3KIO9SlaveBase3putERK4QUrli6QFlagsINS_7JobFlagEE@Base 4.96.0 + _ZN3KIO9SlaveBase4copyERK4QUrlS3_i6QFlagsINS_7JobFlagEE@Base 4.96.0 + _ZN3KIO9SlaveBase4dataERK10QByteArray@Base 4.96.0 + _ZN3KIO9SlaveBase4exitEv@Base 4.96.0 + _ZN3KIO9SlaveBase4openERK4QUrl6QFlagsIN9QIODevice12OpenModeFlagEE@Base 4.96.0 + _ZN3KIO9SlaveBase4readEy@Base 4.96.0 + _ZN3KIO9SlaveBase4seekEy@Base 4.96.0 + _ZN3KIO9SlaveBase4sendEiRK10QByteArray@Base 4.96.0 + _ZN3KIO9SlaveBase4statERK4QUrl@Base 4.96.0 + _ZN3KIO9SlaveBase5chmodERK4QUrli@Base 4.96.0 + _ZN3KIO9SlaveBase5chownERK4QUrlRK7QStringS6_@Base 4.96.0 + _ZN3KIO9SlaveBase5closeEv@Base 4.96.0 + _ZN3KIO9SlaveBase5errorEiRK7QString@Base 4.96.0 + _ZN3KIO9SlaveBase5mkdirERK4QUrli@Base 4.96.0 + _ZN3KIO9SlaveBase5speedEm@Base 4.96.0 + _ZN3KIO9SlaveBase5writeERK10QByteArray@Base 4.96.0 + _ZN3KIO9SlaveBase6configEv@Base 4.96.0 + _ZN3KIO9SlaveBase6openedEv@Base 4.96.0 + _ZN3KIO9SlaveBase6renameERK4QUrlS3_6QFlagsINS_7JobFlagEE@Base 4.96.0 + _ZN3KIO9SlaveBase7dataReqEv@Base 4.96.0 + _ZN3KIO9SlaveBase7listDirERK4QUrl@Base 4.96.0 + _ZN3KIO9SlaveBase7setHostERK7QStringtS3_S3_@Base 4.96.0 + _ZN3KIO9SlaveBase7specialERK10QByteArray@Base 4.96.0 + _ZN3KIO9SlaveBase7symlinkERK7QStringRK4QUrl6QFlagsINS_7JobFlagEE@Base 4.96.0 + _ZN3KIO9SlaveBase7warningERK7QString@Base 4.96.0 + _ZN3KIO9SlaveBase7writtenEy@Base 4.96.0 + _ZN3KIO9SlaveBase8dispatchEiRK10QByteArray@Base 4.96.0 + _ZN3KIO9SlaveBase8finishedEv@Base 4.96.0 + _ZN3KIO9SlaveBase8mimeTypeERK7QString@Base 4.96.0 + _ZN3KIO9SlaveBase8mimetypeERK4QUrl@Base 4.96.0 + _ZN3KIO9SlaveBase8multiGetERK10QByteArray@Base 4.96.0 + _ZN3KIO9SlaveBase8positionEy@Base 4.96.0 + _ZN3KIO9SlaveBase8readDataER10QByteArray@Base 4.96.0 + _ZN3KIO9SlaveBase9canResumeEv@Base 4.96.0 + _ZN3KIO9SlaveBase9canResumeEy@Base 4.96.0 + _ZN3KIO9SlaveBase9connectedEv@Base 4.96.0 + _ZN3KIO9SlaveBase9errorPageEv@Base 4.96.0 + _ZN3KIO9SlaveBase9listEntryERKNS_8UDSEntryE@Base 4.96.0 + _ZN3KIO9SlaveBase9listEntryERKNS_8UDSEntryEb@Base 4.96.0 + _ZN3KIO9SlaveBase9setSubUrlERK4QUrl@Base 4.96.0 + _ZN3KIO9SlaveBase9statEntryERKNS_8UDSEntryE@Base 4.96.0 + _ZN3KIO9SlaveBase9totalSizeEy@Base 4.96.0 + _ZN3KIO9SlaveBaseC1ERK10QByteArrayS3_S3_@Base 4.96.0 + _ZN3KIO9SlaveBaseC2ERK10QByteArrayS3_S3_@Base 4.96.0 + _ZN3KIO9SlaveBaseD0Ev@Base 4.96.0 + _ZN3KIO9SlaveBaseD1Ev@Base 4.96.0 + _ZN3KIO9SlaveBaseD2Ev@Base 4.96.0 + _ZN3KIO9davReportERK4QUrlRK7QStringS5_6QFlagsINS_7JobFlagEE@Base 4.96.0 + _ZN3KIO9davSearchERK4QUrlRK7QStringS5_S5_6QFlagsINS_7JobFlagEE@Base 4.96.0 + _ZN3KIO9file_copyERK4QUrlS2_i6QFlagsINS_7JobFlagEE@Base 4.96.0 + _ZN3KIO9file_moveERK4QUrlS2_i6QFlagsINS_7JobFlagEE@Base 4.96.0 + _ZN3KIO9http_postERK4QUrlP9QIODevicex6QFlagsINS_7JobFlagEE@Base 4.96.0 + _ZN3KIO9http_postERK4QUrlRK10QByteArray6QFlagsINS_7JobFlagEE@Base 4.96.0 + _ZN3KIO9multi_getElRK4QUrlRKNS_8MetaDataE@Base 4.96.0 + _ZN3KIO9storedGetERK4QUrlNS_8LoadTypeE6QFlagsINS_7JobFlagEE@Base 4.96.0 + _ZN3KIO9storedPutEP9QIODeviceRK4QUrli6QFlagsINS_7JobFlagEE@Base 5.10.0 + _ZN3KIO9storedPutERK10QByteArrayRK4QUrli6QFlagsINS_7JobFlagEE@Base 4.96.0 + _ZN3KIOlsER11QDataStreamRKNS_8AuthInfoE@Base 4.96.0 + _ZN3KIOlsER13QDBusArgumentRKNS_8AuthInfoE@Base 4.96.0 + _ZN3KIOrsER11QDataStreamRNS_8AuthInfoE@Base 4.96.0 + _ZN3KIOrsERK13QDBusArgumentRNS_8AuthInfoE@Base 4.96.0 + _ZN4KACL11KACLPrivate18setMaskPermissionsEt@Base 4.96.0 + _ZN4KACL11KACLPrivate19setAllUsersOrGroupsERK5QListI5QPairI7QStringtEEi@Base 4.96.0 + _ZN4KACL11KACLPrivate30setNamedUserOrGroupPermissionsERK7QStringti@Base 4.96.0 + _ZN4KACL12virtual_hookEiPv@Base 4.96.0 + _ZN4KACL18setMaskPermissionsEt@Base 4.96.0 + _ZN4KACL19setOwnerPermissionsEt@Base 4.96.0 + _ZN4KACL20setOthersPermissionsEt@Base 4.96.0 + _ZN4KACL21setAllUserPermissionsERK5QListI5QPairI7QStringtEE@Base 4.96.0 + _ZN4KACL22setAllGroupPermissionsERK5QListI5QPairI7QStringtEE@Base 4.96.0 + _ZN4KACL23setNamedUserPermissionsERK7QStringt@Base 4.96.0 + _ZN4KACL24setNamedGroupPermissionsERK7QStringt@Base 4.96.0 + _ZN4KACL25setOwningGroupPermissionsEt@Base 4.96.0 + _ZN4KACL6setACLERK7QString@Base 4.96.0 + _ZN4KACLC1ERK7QString@Base 4.96.0 + _ZN4KACLC1ERKS_@Base 4.96.0 + (arch=!kfreebsd-any)_ZN4KACLC1Ej@Base 4.96.0 + (arch=kfreebsd-any)_ZN4KACLC1Et@Base 5.11.0 + _ZN4KACLC1Ev@Base 4.96.0 + _ZN4KACLC2ERK7QString@Base 4.96.0 + _ZN4KACLC2ERKS_@Base 4.96.0 + (arch=!kfreebsd-any)_ZN4KACLC2Ej@Base 4.96.0 + (arch=kfreebsd-any)_ZN4KACLC2Et@Base 5.11.0 + _ZN4KACLC2Ev@Base 4.96.0 + _ZN4KACLD0Ev@Base 4.96.0 + _ZN4KACLD1Ev@Base 4.96.0 + _ZN4KACLD2Ev@Base 4.96.0 + _ZN4KACLaSERKS_@Base 4.96.0 + _ZN7KSslKeyC1ERK7QSslKey@Base 4.96.0 + _ZN7KSslKeyC1ERKS_@Base 4.96.0 + _ZN7KSslKeyC1Ev@Base 4.96.0 + _ZN7KSslKeyC2ERK7QSslKey@Base 4.96.0 + _ZN7KSslKeyC2ERKS_@Base 4.96.0 + _ZN7KSslKeyC2Ev@Base 4.96.0 + _ZN7KSslKeyD1Ev@Base 4.96.0 + _ZN7KSslKeyD2Ev@Base 4.96.0 + _ZN7KSslKeyaSERKS_@Base 4.96.0 + _ZN9KFileItem12setLocalPathERK7QString@Base 5.20.0 + _ZN9KFileItem15refreshMimeTypeEv@Base 4.96.0 + _ZN9KFileItem19setDelayedMimeTypesEb@Base 4.96.0 + _ZN9KFileItem6assignERKS_@Base 4.96.0 + _ZN9KFileItem6setUrlERK4QUrl@Base 4.96.0 + _ZN9KFileItem7refreshEv@Base 4.96.0 + _ZN9KFileItem7setNameERK7QString@Base 4.96.0 + _ZN9KFileItem9setHiddenEv@Base 5.5.0+git20150102.0011+15.04 + (arch=!kfreebsd-any)_ZN9KFileItemC1ERK4QUrlRK7QStringj@Base 4.96.0 + (arch=kfreebsd-any)_ZN9KFileItemC1ERK4QUrlRK7QStringt@Base 5.11.0 + _ZN9KFileItemC1ERKN3KIO8UDSEntryERK4QUrlbb@Base 4.96.0 + _ZN9KFileItemC1ERKS_@Base 4.96.0 + (arch=!kfreebsd-any)_ZN9KFileItemC1EjjRK4QUrlb@Base 4.96.0 + (arch=kfreebsd-any)_ZN9KFileItemC1EttRK4QUrlb@Base 5.11.0 + _ZN9KFileItemC1Ev@Base 4.96.0 + (arch=!kfreebsd-any)_ZN9KFileItemC2ERK4QUrlRK7QStringj@Base 4.96.0 + (arch=kfreebsd-any)_ZN9KFileItemC2ERK4QUrlRK7QStringt@Base 5.11.0 + _ZN9KFileItemC2ERKN3KIO8UDSEntryERK4QUrlbb@Base 4.96.0 + _ZN9KFileItemC2ERKS_@Base 4.96.0 + (arch=!kfreebsd-any)_ZN9KFileItemC2EjjRK4QUrlb@Base 4.96.0 + (arch=kfreebsd-any)_ZN9KFileItemC2EttRK4QUrlb@Base 5.11.0 + _ZN9KFileItemC2Ev@Base 4.96.0 + _ZN9KFileItemD1Ev@Base 4.96.0 + _ZN9KFileItemD2Ev@Base 4.96.0 + _ZN9KFileItemaSERKS_@Base 4.96.0 + _ZN9KNFSShare11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN9KNFSShare11qt_metacastEPKc@Base 4.96.0 + _ZN9KNFSShare16KNFSSharePrivate15findExportsFileEv@Base 4.96.0 + _ZN9KNFSShare16KNFSSharePrivate15readExportsFileEv@Base 4.96.0 + _ZN9KNFSShare16KNFSSharePrivate17_k_slotFileChangeERK7QString@Base 4.96.0 + _ZN9KNFSShare16KNFSSharePrivateC1EPS_@Base 4.96.0 + _ZN9KNFSShare16KNFSSharePrivateC2EPS_@Base 4.96.0 + _ZN9KNFSShare16staticMetaObjectE@Base 4.96.0 + _ZN9KNFSShare7changedEv@Base 4.96.0 + _ZN9KNFSShare8instanceEv@Base 4.96.0 + _ZN9KNFSShareC1Ev@Base 4.96.0 + _ZN9KNFSShareC2Ev@Base 4.96.0 + _ZN9KNFSShareD0Ev@Base 4.96.0 + _ZN9KNFSShareD1Ev@Base 4.96.0 + _ZN9KNFSShareD2Ev@Base 4.96.0 + _ZN9KSslErrorC1ENS_5ErrorERK15QSslCertificate@Base 4.96.0 + _ZN9KSslErrorC1ERK9QSslError@Base 4.96.0 + _ZN9KSslErrorC1ERKS_@Base 4.96.0 + _ZN9KSslErrorC2ENS_5ErrorERK15QSslCertificate@Base 4.96.0 + _ZN9KSslErrorC2ERK9QSslError@Base 4.96.0 + _ZN9KSslErrorC2ERKS_@Base 4.96.0 + _ZN9KSslErrorD1Ev@Base 4.96.0 + _ZN9KSslErrorD2Ev@Base 4.96.0 + _ZN9KSslErroraSERKS_@Base 4.96.0 + _ZNK10KSslCipher12digestMethodEv@Base 4.96.0 + _ZNK10KSslCipher13supportedBitsEv@Base 4.96.0 + _ZNK10KSslCipher16encryptionMethodEv@Base 4.96.0 + _ZNK10KSslCipher17keyExchangeMethodEv@Base 4.96.0 + _ZNK10KSslCipher20authenticationMethodEv@Base 4.96.0 + _ZNK10KSslCipher4nameEv@Base 4.96.0 + _ZNK10KSslCipher6isNullEv@Base 4.96.0 + _ZNK10KSslCipher8usedBitsEv@Base 4.96.0 + _ZNK10KTcpSocket10metaObjectEv@Base 4.96.0 + _ZNK10KTcpSocket10privateKeyEv@Base 4.96.0 + _ZNK10KTcpSocket11canReadLineEv@Base 4.96.0 + _ZNK10KTcpSocket11peerAddressEv@Base 4.96.0 + _ZNK10KTcpSocket12bytesToWriteEv@Base 4.96.0 + _ZNK10KTcpSocket12isSequentialEv@Base 4.96.0 + _ZNK10KTcpSocket12localAddressEv@Base 4.96.0 + _ZNK10KTcpSocket12socketOptionEN15QAbstractSocket12SocketOptionE@Base 4.96.0 + _ZNK10KTcpSocket13sessionCipherEv@Base 4.96.0 + _ZNK10KTcpSocket14bytesAvailableEv@Base 4.96.0 + _ZNK10KTcpSocket14caCertificatesEv@Base 4.96.0 + _ZNK10KTcpSocket14encryptionModeEv@Base 4.96.0 + _ZNK10KTcpSocket14readBufferSizeEv@Base 4.96.0 + _ZNK10KTcpSocket16localCertificateEv@Base 4.96.0 + _ZNK10KTcpSocket16sslConfigurationEv@Base 4.96.0 + _ZNK10KTcpSocket20advertisedSslVersionEv@Base 4.96.0 + _ZNK10KTcpSocket20negotiatedSslVersionEv@Base 4.96.0 + _ZNK10KTcpSocket20peerCertificateChainEv@Base 4.96.0 + _ZNK10KTcpSocket24negotiatedSslVersionNameEv@Base 4.96.0 + _ZNK10KTcpSocket5atEndEv@Base 4.96.0 + _ZNK10KTcpSocket5errorEv@Base 4.96.0 + _ZNK10KTcpSocket5proxyEv@Base 4.96.0 + _ZNK10KTcpSocket5stateEv@Base 4.96.0 + _ZNK10KTcpSocket7ciphersEv@Base 4.96.0 + _ZNK10KTcpSocket7isValidEv@Base 4.96.0 + _ZNK10KTcpSocket8peerNameEv@Base 4.96.0 + _ZNK10KTcpSocket8peerPortEv@Base 4.96.0 + _ZNK10KTcpSocket9sslErrorsEv@Base 4.96.0 + _ZNK11KMountPoint10mountPointEv@Base 4.96.0 + _ZNK11KMountPoint11mountedFromEv@Base 4.96.0 + _ZNK11KMountPoint12mountOptionsEv@Base 4.96.0 + _ZNK11KMountPoint12probablySlowEv@Base 4.96.0 + _ZNK11KMountPoint14realDeviceNameEv@Base 4.96.0 + _ZNK11KMountPoint18testFileSystemFlagENS_14FileSystemFlagE@Base 4.96.0 + _ZNK11KMountPoint4List10findByPathERK7QString@Base 4.96.0 + _ZNK11KMountPoint4List12findByDeviceERK7QString@Base 4.96.0 + _ZNK11KMountPoint9mountTypeEv@Base 4.96.0 + _ZNK11KSambaShare10metaObjectEv@Base 4.96.0 + _ZNK11KSambaShare10shareNamesEv@Base 4.96.0 + _ZNK11KSambaShare11smbConfPathEv@Base 4.96.0 + _ZNK11KSambaShare14getShareByNameERK7QString@Base 4.96.0 + _ZNK11KSambaShare15getSharesByPathERK7QString@Base 4.96.0 + _ZNK11KSambaShare17isDirectorySharedERK7QString@Base 4.96.0 + _ZNK11KSambaShare17sharedDirectoriesEv@Base 4.96.0 + _ZNK11KSambaShare20isShareNameAvailableERK7QString@Base 4.96.0 + (optional=templinst)_ZNK12KConfigGroup9readEntryIbEET_PKcRKS1_@Base 4.100.0 + (optional=templinst)_ZNK12KConfigGroup9readEntryIiEE5QListIT_EPKcRKS3_@Base 4.100.0 + (optional=templinst)_ZNK12KConfigGroup9readEntryIiEET_PKcRKS1_@Base 4.100.0 + _ZNK12KLocalSocket10metaObjectEv@Base 4.96.0 + _ZNK12KLocalSocket15localSocketTypeEv@Base 4.96.0 + _ZNK12KLocalSocket8peerPathEv@Base 4.96.0 + _ZNK12KLocalSocket9localPathEv@Base 4.96.0 + _ZNK12KSSLSettings11warnOnEnterEv@Base 4.96.0 + _ZNK12KSSLSettings11warnOnLeaveEv@Base 4.96.0 + _ZNK12KSSLSettings11warnOnMixedEv@Base 4.96.0 + _ZNK12KSSLSettings12autoSendX509Ev@Base 4.96.0 + _ZNK12KSSLSettings14promptSendX509Ev@Base 4.96.0 + _ZNK12KSSLSettings17warnOnUnencryptedEv@Base 4.96.0 + _ZNK12KSSLSettings6useEGDEv@Base 4.96.0 + _ZNK12KSSLSettings8useEFileEv@Base 4.96.0 + _ZNK13KFileItemList10findByNameERK7QString@Base 4.96.0 + _ZNK13KFileItemList13targetUrlListEv@Base 4.96.0 + _ZNK13KFileItemList7urlListEv@Base 4.96.0 + _ZNK13KFileItemList9findByUrlERK4QUrl@Base 4.96.0 + _ZNK14KCoreDirLister10autoUpdateEv@Base 4.96.0 + _ZNK14KCoreDirLister10findByNameERK7QString@Base 4.96.0 + _ZNK14KCoreDirLister10isFinishedEv@Base 4.96.0 + _ZNK14KCoreDirLister10metaObjectEv@Base 4.96.0 + _ZNK14KCoreDirLister10nameFilterEv@Base 4.96.0 + _ZNK14KCoreDirLister11dirOnlyModeEv@Base 4.96.0 + _ZNK14KCoreDirLister11directoriesEv@Base 4.96.0 + _ZNK14KCoreDirLister11itemsForDirERK4QUrlNS_10WhichItemsE@Base 4.96.0 + _ZNK14KCoreDirLister11mimeFiltersEv@Base 4.96.0 + _ZNK14KCoreDirLister12doMimeFilterERK7QStringRK11QStringList@Base 4.96.0 + _ZNK14KCoreDirLister12doNameFilterERK7QStringRK5QListI7QRegExpE@Base 4.96.0 + _ZNK14KCoreDirLister13matchesFilterERK7QString@Base 4.96.0 + _ZNK14KCoreDirLister13matchesFilterERK9KFileItem@Base 4.96.0 + _ZNK14KCoreDirLister15showingDotFilesEv@Base 4.96.0 + _ZNK14KCoreDirLister16delayedMimeTypesEv@Base 4.96.0 + _ZNK14KCoreDirLister17matchesMimeFilterERK7QString@Base 4.96.0 + _ZNK14KCoreDirLister17matchesMimeFilterERK9KFileItem@Base 4.96.0 + _ZNK14KCoreDirLister3urlEv@Base 4.96.0 + _ZNK14KCoreDirLister5itemsENS_10WhichItemsE@Base 4.96.0 + _ZNK14KCoreDirLister7Private13isItemVisibleERK9KFileItem@Base 4.96.0 + _ZNK14KCoreDirLister7Private14CachedItemsJob10metaObjectEv@Base 4.96.0 + _ZNK14KCoreDirLister7Private19doMimeExcludeFilterERK7QStringRK11QStringList@Base 4.96.0 + _ZNK14KCoreDirLister7Private20cachedItemsJobForUrlERK4QUrl@Base 4.96.0 + _ZNK14KCoreDirLister8rootItemEv@Base 4.96.0 + _ZNK14KCoreDirLister9findByUrlERK4QUrl@Base 4.96.0 + _ZNK15KRemoteEncoding11encodingMibEv@Base 4.96.0 + _ZNK15KRemoteEncoding6decodeERK10QByteArray@Base 4.96.0 + _ZNK15KRemoteEncoding6encodeERK4QUrl@Base 4.96.0 + _ZNK15KRemoteEncoding6encodeERK7QString@Base 4.96.0 + _ZNK15KRemoteEncoding8encodingEv@Base 4.96.0 + _ZNK15KRemoteEncoding8fileNameERK4QUrl@Base 4.96.0 + _ZNK15KRemoteEncoding9directoryERK4QUrlb@Base 4.96.0 + _ZNK15KSambaShareData15guestPermissionEv@Base 4.96.0 + _ZNK15KSambaShareData3aclEv@Base 4.96.0 + _ZNK15KSambaShareData4nameEv@Base 4.96.0 + _ZNK15KSambaShareData4pathEv@Base 4.96.0 + _ZNK15KSambaShareData7commentEv@Base 4.96.0 + _ZNK15KSambaShareDataeqERKS_@Base 4.96.0 + _ZNK15KSambaShareDataneERKS_@Base 4.96.0 + _ZNK18KDiskFreeSpaceInfo10mountPointEv@Base 4.96.0 + _ZNK18KDiskFreeSpaceInfo4sizeEv@Base 4.96.0 + _ZNK18KDiskFreeSpaceInfo4usedEv@Base 4.96.0 + _ZNK18KDiskFreeSpaceInfo7isValidEv@Base 4.96.0 + _ZNK18KDiskFreeSpaceInfo9availableEv@Base 4.96.0 + _ZNK18KLocalSocketServer10metaObjectEv@Base 4.96.0 + _ZNK18KLocalSocketServer11errorStringEv@Base 4.96.0 + _ZNK18KLocalSocketServer11isListeningEv@Base 4.96.0 + _ZNK18KLocalSocketServer11serverErrorEv@Base 4.96.0 + _ZNK18KLocalSocketServer15localSocketTypeEv@Base 4.96.0 + _ZNK18KLocalSocketServer21hasPendingConnectionsEv@Base 4.96.0 + _ZNK18KLocalSocketServer21maxPendingConnectionsEv@Base 4.96.0 + _ZNK18KLocalSocketServer9localPathEv@Base 4.96.0 + _ZNK19KSslCertificateRule10isRejectedEv@Base 4.96.0 + _ZNK19KSslCertificateRule11certificateEv@Base 4.96.0 + _ZNK19KSslCertificateRule12filterErrorsERK5QListI9KSslErrorE@Base 4.96.0 + _ZNK19KSslCertificateRule12filterErrorsERK5QListIN9KSslError5ErrorEE@Base 4.96.0 + _ZNK19KSslCertificateRule13ignoredErrorsEv@Base 4.96.0 + _ZNK19KSslCertificateRule14expiryDateTimeEv@Base 4.96.0 + _ZNK19KSslCertificateRule14isErrorIgnoredEN9KSslError5ErrorE@Base 4.96.0 + _ZNK19KSslCertificateRule8hostNameEv@Base 4.96.0 + _ZNK22KSslCertificateManager14caCertificatesEv@Base 4.96.0 + _ZNK22KSslCertificateManager4ruleERK15QSslCertificateRK7QString@Base 4.96.0 + _ZNK23KFileItemListProperties11isDirectoryEv@Base 4.96.0 + _ZNK23KFileItemListProperties14supportsMovingEv@Base 4.96.0 + _ZNK23KFileItemListProperties15supportsReadingEv@Base 4.96.0 + _ZNK23KFileItemListProperties15supportsWritingEv@Base 4.96.0 + _ZNK23KFileItemListProperties16supportsDeletingEv@Base 4.96.0 + _ZNK23KFileItemListProperties5itemsEv@Base 4.96.0 + _ZNK23KFileItemListProperties7isLocalEv@Base 4.96.0 + _ZNK23KFileItemListProperties7urlListEv@Base 4.96.0 + _ZNK23KFileItemListProperties8mimeTypeEv@Base 4.96.0 + _ZNK23KFileItemListProperties9mimeGroupEv@Base 4.96.0 + _ZNK25OrgKdeKDirNotifyInterface10metaObjectEv@Base 4.96.0 + _ZNK3KIO10RestoreJob10metaObjectEv@Base 5.2.0 + _ZNK3KIO10SpecialJob10metaObjectEv@Base 4.96.0 + _ZNK3KIO10SpecialJob9argumentsEv@Base 4.96.0 + _ZNK3KIO11FileCopyJob10metaObjectEv@Base 4.96.0 + _ZNK3KIO11FileCopyJob6srcUrlEv@Base 4.96.0 + _ZNK3KIO11FileCopyJob7destUrlEv@Base 4.96.0 + _ZNK3KIO11MimetypeJob10metaObjectEv@Base 4.96.0 + _ZNK3KIO11MultiGetJob10metaObjectEv@Base 4.96.0 + _ZNK3KIO11SlaveConfig10metaObjectEv@Base 4.96.0 + _ZNK3KIO11TransferJob10metaObjectEv@Base 4.96.0 + _ZNK3KIO11TransferJob11isErrorPageEv@Base 4.96.0 + _ZNK3KIO11TransferJob11redirectUrlEv@Base 4.96.0 + _ZNK3KIO11TransferJob14reportDataSentEv@Base 4.96.0 + _ZNK3KIO11TransferJob8mimetypeEv@Base 4.96.0 + _ZNK3KIO12TCPSlaveBase10isUsingSslEv@Base 4.96.0 + _ZNK3KIO12TCPSlaveBase11isConnectedEv@Base 4.96.0 + _ZNK3KIO12TCPSlaveBase4portEv@Base 4.96.0 + _ZNK3KIO12TCPSlaveBase5atEndEv@Base 4.96.0 + _ZNK3KIO12TCPSlaveBase6socketEv@Base 4.96.0 + _ZNK3KIO12TCPSlaveBase9isAutoSslEv@Base 4.96.0 + _ZNK3KIO13EmptyTrashJob10metaObjectEv@Base 5.2.0 + _ZNK3KIO13FavIconsCache10metaObjectEv@Base 5.19.0 + _ZNK3KIO13FavIconsCache16isFailedDownloadERK4QUrl@Base 5.19.0 + _ZNK3KIO13FavIconsCache19cachePathForIconUrlERK4QUrl@Base 5.19.0 + _ZNK3KIO14SlaveInterface10connectionEv@Base 4.96.0 + _ZNK3KIO14SlaveInterface10metaObjectEv@Base 4.96.0 + _ZNK3KIO14SlaveInterface6offsetEv@Base 4.96.0 + _ZNK3KIO16ConnectionServer10metaObjectEv@Base 4.96.0 + _ZNK3KIO16ConnectionServer11isListeningEv@Base 4.96.0 + _ZNK3KIO16ConnectionServer7addressEv@Base 4.96.0 + _ZNK3KIO16DirectorySizeJob10metaObjectEv@Base 4.96.0 + _ZNK3KIO16DirectorySizeJob10totalFilesEv@Base 4.96.0 + _ZNK3KIO16DirectorySizeJob12totalSubdirsEv@Base 4.96.0 + _ZNK3KIO16DirectorySizeJob9totalSizeEv@Base 4.96.0 + _ZNK3KIO17DesktopExecParser18resultingArgumentsEv@Base 4.96.0 + _ZNK3KIO17StoredTransferJob10metaObjectEv@Base 4.96.0 + _ZNK3KIO17StoredTransferJob4dataEv@Base 4.96.0 + _ZNK3KIO19ForwardingSlaveBase10metaObjectEv@Base 4.96.0 + _ZNK3KIO19ForwardingSlaveBase12processedUrlEv@Base 4.96.0 + _ZNK3KIO19ForwardingSlaveBase12requestedUrlEv@Base 4.96.0 + _ZNK3KIO19ForwardingSlaveBase15prepareUDSEntryERNS_8UDSEntryEb@Base 4.96.0 + _ZNK3KIO22FileSystemFreeSpaceJob10metaObjectEv@Base 5.2.0+git20140925 + _ZNK3KIO3Job10metaObjectEv@Base 4.96.0 + _ZNK3KIO3Job11errorStringEv@Base 4.96.0 + _ZNK3KIO3Job16outgoingMetaDataEv@Base 4.96.0 + _ZNK3KIO3Job19uiDelegateExtensionEv@Base 4.96.0 + _ZNK3KIO3Job20detailedErrorStringsEPK4QUrli@Base 4.96.0 + _ZNK3KIO3Job2uiEv@Base 4.96.0 + _ZNK3KIO3Job8metaDataEv@Base 4.96.0 + _ZNK3KIO3Job9parentJobEv@Base 4.96.0 + _ZNK3KIO5Slave10metaObjectEv@Base 4.96.0 + _ZNK3KIO5Slave3jobEv@Base 4.96.0 + _ZNK3KIO6DavJob10metaObjectEv@Base 4.96.0 + _ZNK3KIO7CopyJob10metaObjectEv@Base 4.96.0 + _ZNK3KIO7CopyJob13operationModeEv@Base 4.96.0 + _ZNK3KIO7CopyJob7destUrlEv@Base 4.96.0 + _ZNK3KIO7CopyJob7srcUrlsEv@Base 4.96.0 + _ZNK3KIO7FileJob10metaObjectEv@Base 4.96.0 + _ZNK3KIO7ListJob10metaObjectEv@Base 4.96.0 + _ZNK3KIO7ListJob14redirectionUrlEv@Base 4.96.0 + _ZNK3KIO7StatJob10metaObjectEv@Base 4.96.0 + _ZNK3KIO7StatJob10statResultEv@Base 4.96.0 + _ZNK3KIO7StatJob12mostLocalUrlEv@Base 4.96.0 + _ZNK3KIO8AuthInfo10isModifiedEv@Base 4.96.0 + _ZNK3KIO8AuthInfo13getExtraFieldERK7QString@Base 4.96.0 + _ZNK3KIO8AuthInfo18getExtraFieldFlagsERK7QString@Base 4.96.0 + _ZNK3KIO8ChmodJob10metaObjectEv@Base 4.96.0 + _ZNK3KIO8MkdirJob10metaObjectEv@Base 4.96.0 + _ZNK3KIO8UDSEntry10listFieldsEv@Base 4.96.0 + _ZNK3KIO8UDSEntry11numberValueEjx@Base 4.96.0 + _ZNK3KIO8UDSEntry11stringValueEj@Base 4.96.0 + _ZNK3KIO8UDSEntry5countEv@Base 4.96.0 + _ZNK3KIO8UDSEntry5isDirEv@Base 4.96.0 + _ZNK3KIO8UDSEntry6fieldsEv@Base 5.7.0+git20150216.1153+15.04 + _ZNK3KIO8UDSEntry6isLinkEv@Base 4.96.0 + _ZNK3KIO8UDSEntry8containsEj@Base 4.96.0 + _ZNK3KIO9DeleteJob10metaObjectEv@Base 4.96.0 + _ZNK3KIO9DeleteJob4urlsEv@Base 4.96.0 + _ZNK3KIO9IdleSlave10connectionEv@Base 4.96.0 + _ZNK3KIO9IdleSlave10metaObjectEv@Base 4.96.0 + _ZNK3KIO9IdleSlave3ageERK9QDateTime@Base 4.96.0 + _ZNK3KIO9IdleSlave3pidEv@Base 4.96.0 + _ZNK3KIO9IdleSlave5matchERK7QStringS3_b@Base 4.96.0 + _ZNK3KIO9IdleSlave6onHoldERK4QUrl@Base 4.96.0 + _ZNK3KIO9IdleSlave8protocolEv@Base 4.96.0 + _ZNK3KIO9MkpathJob10metaObjectEv@Base 5.3.0+git20141016.0314 + _ZNK3KIO9Scheduler10metaObjectEv@Base 4.96.0 + _ZNK3KIO9SimpleJob10metaObjectEv@Base 4.96.0 + _ZNK3KIO9SimpleJob28isRedirectionHandlingEnabledEv@Base 4.96.0 + _ZNK3KIO9SimpleJob3urlEv@Base 4.96.0 + _ZNK3KIO9SlaveBase11allMetaDataEv@Base 4.96.0 + _ZNK3KIO9SlaveBase11hasMetaDataERK7QString@Base 4.96.0 + _ZNK3KIO9SlaveBase8metaDataERK7QString@Base 4.96.0 + _ZNK3KIO9SlaveBase9wasKilledEv@Base 4.96.0 + _ZNK4KACL10isExtendedEv@Base 4.96.0 + _ZNK4KACL11KACLPrivate11getUserNameEj@Base 4.96.0 + _ZNK4KACL11KACLPrivate12getGroupNameEj@Base 4.96.0 + _ZNK4KACL15basePermissionsEv@Base 4.96.0 + _ZNK4KACL15maskPermissionsERb@Base 4.96.0 + _ZNK4KACL16ownerPermissionsEv@Base 4.96.0 + _ZNK4KACL17othersPermissionsEv@Base 4.96.0 + _ZNK4KACL18allUserPermissionsEv@Base 4.96.0 + _ZNK4KACL19allGroupPermissionsEv@Base 4.96.0 + _ZNK4KACL20namedUserPermissionsERK7QStringPb@Base 4.96.0 + _ZNK4KACL21namedGroupPermissionsERK7QStringPb@Base 4.96.0 + _ZNK4KACL22owningGroupPermissionsEv@Base 4.96.0 + _ZNK4KACL7isValidEv@Base 4.96.0 + _ZNK4KACL8asStringEv@Base 4.96.0 + _ZNK4KACLeqERKS_@Base 4.96.0 + _ZNK4KACLneERKS_@Base 4.96.0 + _ZNK7KSslKey12isExportableEv@Base 4.96.0 + _ZNK7KSslKey5toDerEv@Base 4.96.0 + _ZNK7KSslKey7secrecyEv@Base 4.96.0 + _ZNK7KSslKey9algorithmEv@Base 4.96.0 + _ZNK9KFileItem10defaultACLEv@Base 4.96.0 + _ZNK9KFileItem10isReadableEv@Base 4.96.0 + _ZNK9KFileItem10isWritableEv@Base 4.96.0 + _ZNK9KFileItem10timeStringENS_9FileTimesE@Base 4.96.0 + _ZNK9KFileItem10timeStringEj@Base 4.96.0 + _ZNK9KFileItem11isLocalFileEv@Base 4.96.0 + _ZNK9KFileItem11mimeCommentEv@Base 4.96.0 + _ZNK9KFileItem11permissionsEv@Base 4.96.0 + _ZNK9KFileItem12acceptsDropsEv@Base 4.96.0 + _ZNK9KFileItem12mostLocalUrlEPb@Base 4.96.0 + _ZNK9KFileItem13isDesktopFileEv@Base 4.96.0 + _ZNK9KFileItem13isRegularFileEv@Base 4.96.0 + _ZNK9KFileItem14hasExtendedACLEv@Base 4.96.0 + _ZNK9KFileItem15currentMimeTypeEv@Base 4.96.0 + _ZNK9KFileItem15isMimeTypeKnownEv@Base 4.96.0 + _ZNK9KFileItem16getStatusBarInfoEv@Base 4.96.0 + _ZNK9KFileItem16isFinalIconKnownEv@Base 4.96.0 + _ZNK9KFileItem17determineMimeTypeEv@Base 4.96.0 + _ZNK9KFileItem17permissionsStringEv@Base 4.96.0 + _ZNK9KFileItem3ACLEv@Base 4.96.0 + _ZNK9KFileItem3cmpERKS_@Base 4.96.0 + _ZNK9KFileItem3urlEv@Base 4.96.0 + _ZNK9KFileItem4modeEv@Base 4.96.0 + _ZNK9KFileItem4nameEb@Base 4.96.0 + _ZNK9KFileItem4sizeEv@Base 4.96.0 + _ZNK9KFileItem4textEv@Base 4.96.0 + _ZNK9KFileItem4timeENS_9FileTimesE@Base 4.96.0 + _ZNK9KFileItem4userEv@Base 4.96.0 + _ZNK9KFileItem5entryEv@Base 4.96.0 + _ZNK9KFileItem5groupEv@Base 4.96.0 + _ZNK9KFileItem5isDirEv@Base 4.96.0 + _ZNK9KFileItem6isFileEv@Base 4.96.0 + _ZNK9KFileItem6isLinkEv@Base 4.96.0 + _ZNK9KFileItem6isNullEv@Base 4.96.0 + _ZNK9KFileItem6isSlowEv@Base 4.96.0 + _ZNK9KFileItem7commentEv@Base 4.96.0 + _ZNK9KFileItem8iconNameEv@Base 4.96.0 + _ZNK9KFileItem8isHiddenEv@Base 4.96.0 + _ZNK9KFileItem8linkDestEv@Base 4.96.0 + _ZNK9KFileItem8mimetypeEv@Base 4.96.0 + _ZNK9KFileItem8overlaysEv@Base 4.96.0 + _ZNK9KFileItem9localPathEv@Base 4.96.0 + _ZNK9KFileItem9targetUrlEv@Base 4.96.0 + _ZNK9KFileItemcv8QVariantEv@Base 4.96.0 + _ZNK9KFileItemeqERKS_@Base 4.96.0 + _ZNK9KFileItemneERKS_@Base 4.96.0 + _ZNK9KNFSShare10metaObjectEv@Base 4.96.0 + _ZNK9KNFSShare11exportsPathEv@Base 4.96.0 + _ZNK9KNFSShare17isDirectorySharedERK7QString@Base 4.96.0 + _ZNK9KNFSShare17sharedDirectoriesEv@Base 4.96.0 + _ZNK9KSslError11certificateEv@Base 4.96.0 + _ZNK9KSslError11errorStringEv@Base 4.96.0 + _ZNK9KSslError5errorEv@Base 4.96.0 + _ZTI10KTcpSocket@Base 4.96.0 + _ZTI11KSambaShare@Base 4.96.0 + _ZTI12KLocalSocket@Base 4.96.0 + _ZTI14KCoreDirLister@Base 4.96.0 + _ZTI15KRemoteEncoding@Base 4.96.0 + _ZTI18KLocalSocketServer@Base 4.96.0 + _ZTI23KFileItemListProperties@Base 4.96.0 + _ZTI25OrgKdeKDirNotifyInterface@Base 4.96.0 + _ZTI4KACL@Base 4.96.0 + _ZTI9KNFSShare@Base 4.96.0 + _ZTIN14KCoreDirLister7Private14CachedItemsJobE@Base 4.96.0 + _ZTIN3KIO10JobPrivateE@Base 5.20.0 + _ZTIN3KIO10RestoreJobE@Base 5.2.0 + _ZTIN3KIO10SpecialJobE@Base 4.96.0 + _ZTIN3KIO11FileCopyJobE@Base 4.96.0 + _ZTIN3KIO11MimetypeJobE@Base 4.96.0 + _ZTIN3KIO11MultiGetJobE@Base 4.96.0 + _ZTIN3KIO11SlaveConfigE@Base 4.96.0 + _ZTIN3KIO11TransferJobE@Base 4.96.0 + _ZTIN3KIO12TCPSlaveBaseE@Base 4.96.0 + _ZTIN3KIO13EmptyTrashJobE@Base 5.2.0 + _ZTIN3KIO13FavIconsCacheE@Base 5.19.0 + _ZTIN3KIO14SlaveInterfaceE@Base 4.96.0 + _ZTIN3KIO16ConnectionServerE@Base 4.96.0 + _ZTIN3KIO16DirectorySizeJobE@Base 4.96.0 + _ZTIN3KIO17StoredTransferJobE@Base 4.96.0 + _ZTIN3KIO19ForwardingSlaveBaseE@Base 4.96.0 + _ZTIN3KIO20JobUiDelegateFactoryE@Base 4.96.0 + _ZTIN3KIO22FileSystemFreeSpaceJobE@Base 5.2.0+git20140925 + _ZTIN3KIO22JobUiDelegateExtensionE@Base 4.96.0 + _ZTIN3KIO3JobE@Base 4.96.0 + _ZTIN3KIO5SlaveE@Base 4.96.0 + _ZTIN3KIO6DavJobE@Base 4.96.0 + _ZTIN3KIO7CopyJobE@Base 4.96.0 + _ZTIN3KIO7FileJobE@Base 4.96.0 + _ZTIN3KIO7ListJobE@Base 4.96.0 + _ZTIN3KIO7StatJobE@Base 4.96.0 + _ZTIN3KIO8ChmodJobE@Base 4.96.0 + _ZTIN3KIO8MkdirJobE@Base 4.96.0 + _ZTIN3KIO9DeleteJobE@Base 4.96.0 + _ZTIN3KIO9IdleSlaveE@Base 4.96.0 + _ZTIN3KIO9MkpathJobE@Base 5.3.0+git20141016.0314 + _ZTIN3KIO9SchedulerE@Base 4.96.0 + _ZTIN3KIO9SimpleJobE@Base 4.96.0 + _ZTIN3KIO9SlaveBaseE@Base 4.96.0 + _ZTS10KTcpSocket@Base 4.96.0 + _ZTS11KSambaShare@Base 4.96.0 + _ZTS12KLocalSocket@Base 4.96.0 + _ZTS14KCoreDirLister@Base 4.96.0 + _ZTS15KRemoteEncoding@Base 4.96.0 + _ZTS18KLocalSocketServer@Base 4.96.0 + _ZTS23KFileItemListProperties@Base 4.96.0 + _ZTS25OrgKdeKDirNotifyInterface@Base 4.96.0 + _ZTS4KACL@Base 4.96.0 + _ZTS9KNFSShare@Base 4.96.0 + _ZTSN14KCoreDirLister7Private14CachedItemsJobE@Base 4.96.0 + _ZTSN3KIO10JobPrivateE@Base 5.20.0 + _ZTSN3KIO10RestoreJobE@Base 5.2.0 + _ZTSN3KIO10SpecialJobE@Base 4.96.0 + _ZTSN3KIO11FileCopyJobE@Base 4.96.0 + _ZTSN3KIO11MimetypeJobE@Base 4.96.0 + _ZTSN3KIO11MultiGetJobE@Base 4.96.0 + _ZTSN3KIO11SlaveConfigE@Base 4.96.0 + _ZTSN3KIO11TransferJobE@Base 4.96.0 + _ZTSN3KIO12TCPSlaveBaseE@Base 4.96.0 + _ZTSN3KIO13EmptyTrashJobE@Base 5.2.0 + _ZTSN3KIO13FavIconsCacheE@Base 5.19.0 + _ZTSN3KIO14SlaveInterfaceE@Base 4.96.0 + _ZTSN3KIO16ConnectionServerE@Base 4.96.0 + _ZTSN3KIO16DirectorySizeJobE@Base 4.96.0 + _ZTSN3KIO17StoredTransferJobE@Base 4.96.0 + _ZTSN3KIO19ForwardingSlaveBaseE@Base 4.96.0 + _ZTSN3KIO20JobUiDelegateFactoryE@Base 4.96.0 + _ZTSN3KIO22FileSystemFreeSpaceJobE@Base 5.2.0+git20140925 + _ZTSN3KIO22JobUiDelegateExtensionE@Base 4.96.0 + _ZTSN3KIO3JobE@Base 4.96.0 + _ZTSN3KIO5SlaveE@Base 4.96.0 + _ZTSN3KIO6DavJobE@Base 4.96.0 + _ZTSN3KIO7CopyJobE@Base 4.96.0 + _ZTSN3KIO7FileJobE@Base 4.96.0 + _ZTSN3KIO7ListJobE@Base 4.96.0 + _ZTSN3KIO7StatJobE@Base 4.96.0 + _ZTSN3KIO8ChmodJobE@Base 4.96.0 + _ZTSN3KIO8MkdirJobE@Base 4.96.0 + _ZTSN3KIO9DeleteJobE@Base 4.96.0 + _ZTSN3KIO9IdleSlaveE@Base 4.96.0 + _ZTSN3KIO9MkpathJobE@Base 5.3.0+git20141016.0314 + _ZTSN3KIO9SchedulerE@Base 4.96.0 + _ZTSN3KIO9SimpleJobE@Base 4.96.0 + _ZTSN3KIO9SlaveBaseE@Base 4.96.0 + _ZTV10KTcpSocket@Base 4.96.0 + _ZTV11KSambaShare@Base 4.96.0 + _ZTV12KLocalSocket@Base 4.96.0 + _ZTV14KCoreDirLister@Base 4.96.0 + _ZTV15KRemoteEncoding@Base 4.96.0 + _ZTV18KLocalSocketServer@Base 4.96.0 + _ZTV23KFileItemListProperties@Base 4.96.0 + _ZTV25OrgKdeKDirNotifyInterface@Base 4.96.0 + _ZTV4KACL@Base 4.96.0 + _ZTV9KNFSShare@Base 4.96.0 + _ZTVN14KCoreDirLister7Private14CachedItemsJobE@Base 4.96.0 + _ZTVN3KIO10JobPrivateE@Base 5.20.0 + _ZTVN3KIO10RestoreJobE@Base 5.2.0 + _ZTVN3KIO10SpecialJobE@Base 4.96.0 + _ZTVN3KIO11FileCopyJobE@Base 4.96.0 + _ZTVN3KIO11MimetypeJobE@Base 4.96.0 + _ZTVN3KIO11MultiGetJobE@Base 4.96.0 + _ZTVN3KIO11SlaveConfigE@Base 4.96.0 + _ZTVN3KIO11TransferJobE@Base 4.96.0 + _ZTVN3KIO12TCPSlaveBaseE@Base 4.96.0 + _ZTVN3KIO13EmptyTrashJobE@Base 5.2.0 + _ZTVN3KIO13FavIconsCacheE@Base 5.19.0 + _ZTVN3KIO14SlaveInterfaceE@Base 4.96.0 + _ZTVN3KIO16ConnectionServerE@Base 4.96.0 + _ZTVN3KIO16DirectorySizeJobE@Base 4.96.0 + _ZTVN3KIO17StoredTransferJobE@Base 4.96.0 + _ZTVN3KIO19ForwardingSlaveBaseE@Base 4.96.0 + _ZTVN3KIO20JobUiDelegateFactoryE@Base 4.96.0 + _ZTVN3KIO22FileSystemFreeSpaceJobE@Base 5.2.0+git20140925 + _ZTVN3KIO22JobUiDelegateExtensionE@Base 4.96.0 + _ZTVN3KIO3JobE@Base 4.96.0 + _ZTVN3KIO5SlaveE@Base 4.96.0 + _ZTVN3KIO6DavJobE@Base 4.96.0 + _ZTVN3KIO7CopyJobE@Base 4.96.0 + _ZTVN3KIO7FileJobE@Base 4.96.0 + _ZTVN3KIO7ListJobE@Base 4.96.0 + _ZTVN3KIO7StatJobE@Base 4.96.0 + _ZTVN3KIO8ChmodJobE@Base 4.96.0 + _ZTVN3KIO8MkdirJobE@Base 4.96.0 + _ZTVN3KIO9DeleteJobE@Base 4.96.0 + _ZTVN3KIO9IdleSlaveE@Base 4.96.0 + _ZTVN3KIO9MkpathJobE@Base 5.3.0+git20141016.0314 + _ZTVN3KIO9SchedulerE@Base 4.96.0 + _ZTVN3KIO9SimpleJobE@Base 4.96.0 + _ZTVN3KIO9SlaveBaseE@Base 4.96.0 + _ZZZN15KMimeTypeTrader16preferredServiceERK7QStringS2_Ed_NKUlvE_clEvE15qstring_literal@Base 5.20.0 + _ZZZN3KIO12TCPSlaveBase19TcpSlaveBasePrivate14setSslMetaDataEvENKUlvE0_clEvE15qstring_literal@Base 5.16.0 + _ZZZN3KIO12TCPSlaveBase19TcpSlaveBasePrivate14setSslMetaDataEvENKUlvE1_clEvE15qstring_literal@Base 5.16.0 + _ZZZN3KIO12TCPSlaveBase19TcpSlaveBasePrivate14setSslMetaDataEvENKUlvE2_clEvE15qstring_literal@Base 5.16.0 + _ZZZN3KIO12TCPSlaveBase19TcpSlaveBasePrivate14setSslMetaDataEvENKUlvE3_clEvE15qstring_literal@Base 5.16.0 + _ZZZN3KIO12TCPSlaveBase19TcpSlaveBasePrivate14setSslMetaDataEvENKUlvE4_clEvE15qstring_literal@Base 5.16.0 + _ZZZN3KIO12TCPSlaveBase19TcpSlaveBasePrivate14setSslMetaDataEvENKUlvE5_clEvE15qstring_literal@Base 5.16.0 + _ZZZN3KIO12TCPSlaveBase19TcpSlaveBasePrivate14setSslMetaDataEvENKUlvE6_clEvE15qstring_literal@Base 5.16.0 + _ZZZN3KIO12TCPSlaveBase19TcpSlaveBasePrivate14setSslMetaDataEvENKUlvE7_clEvE15qstring_literal@Base 5.16.0 + _ZZZN3KIO12TCPSlaveBase19TcpSlaveBasePrivate14setSslMetaDataEvENKUlvE8_clEvE15qstring_literal@Base 5.16.0 + _ZZZN3KIO12TCPSlaveBase19TcpSlaveBasePrivate14setSslMetaDataEvENKUlvE_clEvE15qstring_literal@Base 5.16.0 + _ZZZN3KIO12TCPSlaveBase19TcpSlaveBasePrivate16clearSslMetaDataEvENKUlvE0_clEvE15qstring_literal@Base 5.16.0 + _ZZZN3KIO12TCPSlaveBase19TcpSlaveBasePrivate16clearSslMetaDataEvENKUlvE_clEvE15qstring_literal@Base 5.16.0 + _Zls6QDebugRK9KFileItem@Base 4.96.0 + _Zls6QDebugRKN3KIO8UDSEntryE@Base 5.22.0 + _ZlsR11QDataStreamRK4KACL@Base 4.96.0 + _ZlsR11QDataStreamRK9KFileItem@Base 4.96.0 + _ZlsR11QDataStreamRKN3KIO8UDSEntryE@Base 4.96.0 + _ZrsR11QDataStreamR4KACL@Base 4.96.0 + _ZrsR11QDataStreamR9KFileItem@Base 4.96.0 + _ZrsR11QDataStreamRN3KIO8UDSEntryE@Base 4.96.0 + kio_resolve_local_urls@Base 4.96.0 + (c++)"non-virtual thunk to KIO::ForwardingSlaveBase::chmod(QUrl const&, int)@Base" 4.96.0 + (c++)"non-virtual thunk to KIO::ForwardingSlaveBase::copy(QUrl const&, QUrl const&, int, QFlags)@Base" 4.96.0 + (c++)"non-virtual thunk to KIO::ForwardingSlaveBase::del(QUrl const&, bool)@Base" 4.96.0 + (c++)"non-virtual thunk to KIO::ForwardingSlaveBase::get(QUrl const&)@Base" 4.96.0 + (c++)"non-virtual thunk to KIO::ForwardingSlaveBase::listDir(QUrl const&)@Base" 4.96.0 + (c++)"non-virtual thunk to KIO::ForwardingSlaveBase::mimetype(QUrl const&)@Base" 4.96.0 + (c++)"non-virtual thunk to KIO::ForwardingSlaveBase::mkdir(QUrl const&, int)@Base" 4.96.0 + (c++)"non-virtual thunk to KIO::ForwardingSlaveBase::put(QUrl const&, int, QFlags)@Base" 4.96.0 + (c++)"non-virtual thunk to KIO::ForwardingSlaveBase::rename(QUrl const&, QUrl const&, QFlags)@Base" 4.96.0 + (c++)"non-virtual thunk to KIO::ForwardingSlaveBase::setModificationTime(QUrl const&, QDateTime const&)@Base" 4.96.0 + (c++)"non-virtual thunk to KIO::ForwardingSlaveBase::stat(QUrl const&)@Base" 4.96.0 + (c++)"non-virtual thunk to KIO::ForwardingSlaveBase::symlink(QString const&, QUrl const&, QFlags)@Base" 4.96.0 + (c++)"non-virtual thunk to KIO::ForwardingSlaveBase::~ForwardingSlaveBase()@Base" 4.96.0 diff --git a/libkf5kiofilewidgets5.install b/libkf5kiofilewidgets5.install new file mode 100644 index 0000000..4435ab1 --- /dev/null +++ b/libkf5kiofilewidgets5.install @@ -0,0 +1,2 @@ +usr/lib/*/libKF5KIOFileWidgets.so.5 +usr/lib/*/libKF5KIOFileWidgets.so.5.* diff --git a/libkf5kiofilewidgets5.symbols b/libkf5kiofilewidgets5.symbols new file mode 100644 index 0000000..84af2f7 --- /dev/null +++ b/libkf5kiofilewidgets5.symbols @@ -0,0 +1,690 @@ +# SymbolsHelper-Confirmed: 5.25.0 amd64 +libKF5KIOFileWidgets.so.5 libkf5kiofilewidgets5 #MINVER#, kio + _ZN11KFileWidget10readConfigER12KConfigGroup@Base 4.96.0 + _ZN11KFileWidget10slotCancelEv@Base 4.96.0 + _ZN11KFileWidget11clearFilterEv@Base 4.96.0 + _ZN11KFileWidget11dirOperatorEv@Base 4.96.0 + _ZN11KFileWidget11eventFilterEP7QObjectP6QEvent@Base 4.96.0 + _ZN11KFileWidget11getStartUrlERK4QUrlR7QString@Base 4.96.0 + _ZN11KFileWidget11getStartUrlERK4QUrlR7QStringS4_@Base 4.96.0 + _ZN11KFileWidget11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN11KFileWidget11qt_metacastEPKc@Base 4.96.0 + _ZN11KFileWidget11resizeEventEP12QResizeEvent@Base 4.96.0 + _ZN11KFileWidget11setStartDirERK4QUrl@Base 4.96.0 + _ZN11KFileWidget11setViewModeEN5KFile8FileViewE@Base 4.99.0 + _ZN11KFileWidget12fileSelectedERK4QUrl@Base 4.96.0 + _ZN11KFileWidget12setSelectionERK7QString@Base 4.96.0 + _ZN11KFileWidget13filterChangedERK7QString@Base 4.96.0 + _ZN11KFileWidget13setMimeFilterERK11QStringListRK7QString@Base 4.96.0 + _ZN11KFileWidget15fileHighlightedERK4QUrl@Base 4.96.0 + _ZN11KFileWidget15setCustomWidgetEP7QWidget@Base 4.96.0 + _ZN11KFileWidget15setCustomWidgetERK7QStringP7QWidget@Base 4.96.0 + _ZN11KFileWidget15setKeepLocationEb@Base 4.96.0 + _ZN11KFileWidget16selectionChangedEv@Base 4.96.0 + _ZN11KFileWidget16setLocationLabelERK7QString@Base 4.96.0 + _ZN11KFileWidget16setOperationModeENS_13OperationModeE@Base 4.96.0 + _ZN11KFileWidget16setPreviewWidgetEP18KPreviewWidgetBase@Base 4.96.0 + _ZN11KFileWidget16staticMetaObjectE@Base 4.96.0 + _ZN11KFileWidget19setConfirmOverwriteEb@Base 4.96.0 + _ZN11KFileWidget21currentFilterMimeTypeEv@Base 4.96.0 + _ZN11KFileWidget21setInlinePreviewShownEb@Base 4.96.0 + _ZN11KFileWidget6acceptEv@Base 4.96.0 + _ZN11KFileWidget6setUrlERK4QUrlb@Base 4.96.0 + _ZN11KFileWidget6slotOkEv@Base 4.96.0 + _ZN11KFileWidget7setModeE6QFlagsIN5KFile4ModeEE@Base 4.96.0 + _ZN11KFileWidget8acceptedEv@Base 4.96.0 + _ZN11KFileWidget9setFilterERK7QString@Base 4.96.0 + _ZN11KFileWidget9showEventEP10QShowEvent@Base 4.96.0 + _ZN11KFileWidgetC1ERK4QUrlP7QWidget@Base 4.96.0 + _ZN11KFileWidgetC2ERK4QUrlP7QWidget@Base 4.96.0 + _ZN11KFileWidgetD0Ev@Base 4.96.0 + _ZN11KFileWidgetD1Ev@Base 4.96.0 + _ZN11KFileWidgetD2Ev@Base 4.96.0 + _ZN11KRecentDirs3addERK7QStringS2_@Base 4.96.0 + _ZN11KRecentDirs3dirERK7QString@Base 4.96.0 + _ZN11KRecentDirs4listERK7QString@Base 4.96.0 + _ZN12KDirOperator10completionERK7QString@Base 4.96.0 + _ZN12KDirOperator10createViewEP7QWidgetN5KFile8FileViewE@Base 4.96.0 + _ZN12KDirOperator10readConfigERK12KConfigGroup@Base 4.96.0 + _ZN12KDirOperator10selectFileERK9KFileItem@Base 4.96.0 + _ZN12KDirOperator10setSortingE6QFlagsIN4QDir8SortFlagEE@Base 4.96.0 + _ZN12KDirOperator10sortByDateEv@Base 4.96.0 + _ZN12KDirOperator10sortByNameEv@Base 4.96.0 + _ZN12KDirOperator10sortBySizeEv@Base 4.96.0 + _ZN12KDirOperator10sortByTypeEv@Base 4.96.0 + _ZN12KDirOperator10urlEnteredERK4QUrl@Base 4.96.0 + _ZN12KDirOperator11changeEventEP6QEvent@Base 4.96.0 + _ZN12KDirOperator11clearFilterEv@Base 4.96.0 + _ZN12KDirOperator11dirOnlyModeEj@Base 4.96.0 + _ZN12KDirOperator11eventFilterEP7QObjectP6QEvent@Base 4.96.0 + _ZN12KDirOperator11pathChangedEv@Base 4.96.0 + _ZN12KDirOperator11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN12KDirOperator11qt_metacastEPKc@Base 4.96.0 + _ZN12KDirOperator11resetCursorEv@Base 4.96.0 + _ZN12KDirOperator11resizeEventEP12QResizeEvent@Base 4.96.0 + _ZN12KDirOperator11setIsSavingEb@Base 4.96.0 + _ZN12KDirOperator11viewChangedEP17QAbstractItemView@Base 4.96.0 + _ZN12KDirOperator11writeConfigER12KConfigGroup@Base 4.96.0 + _ZN12KDirOperator12clearHistoryEv@Base 4.96.0 + _ZN12KDirOperator12dirActivatedERK9KFileItem@Base 4.96.0 + _ZN12KDirOperator12fileSelectedERK9KFileItem@Base 4.96.0 + _ZN12KDirOperator12setDirListerEP10KDirLister@Base 4.96.0 + _ZN12KDirOperator12setIconsZoomEi@Base 4.96.0 + _ZN12KDirOperator12setupActionsEv@Base 4.96.0 + _ZN12KDirOperator12sortReversedEv@Base 4.96.0 + _ZN12KDirOperator13activatedMenuERK9KFileItemRK6QPoint@Base 4.96.0 + _ZN12KDirOperator13highlightFileERK9KFileItem@Base 4.96.0 + _ZN12KDirOperator13keyPressEventEP9QKeyEvent@Base 4.96.0 + _ZN12KDirOperator13setMimeFilterERK11QStringList@Base 4.96.0 + _ZN12KDirOperator13setNameFilterERK7QString@Base 4.96.0 + _ZN12KDirOperator13setViewConfigER12KConfigGroup@Base 4.96.0 + _ZN12KDirOperator13trashSelectedEv@Base 4.96.0 + _ZN12KDirOperator14deleteSelectedEv@Base 4.96.0 + _ZN12KDirOperator14makeCompletionERK7QString@Base 4.96.0 + _ZN12KDirOperator14setAcceptDropsEb@Base 4.96.0 + _ZN12KDirOperator14setCurrentItemERK4QUrl@Base 4.96.0 + _ZN12KDirOperator14setCurrentItemERK9KFileItem@Base 4.96.0 + _ZN12KDirOperator14setDropOptionsEi@Base 4.96.0 + _ZN12KDirOperator15fileHighlightedERK9KFileItem@Base 4.96.0 + _ZN12KDirOperator15finishedLoadingEv@Base 4.96.0 + _ZN12KDirOperator15setCurrentItemsERK13KFileItemList@Base 4.96.0 + _ZN12KDirOperator15setCurrentItemsERK5QListI4QUrlE@Base 4.96.0 + _ZN12KDirOperator15toggleDirsFirstEv@Base 4.96.0 + _ZN12KDirOperator16setPreviewWidgetEP18KPreviewWidgetBase@Base 4.96.0 + _ZN12KDirOperator16staticMetaObjectE@Base 4.96.0 + _ZN12KDirOperator16toggleIgnoreCaseEv@Base 4.96.0 + _ZN12KDirOperator17makeDirCompletionERK7QString@Base 4.96.0 + _ZN12KDirOperator17updateInformationEii@Base 4.96.0 + _ZN12KDirOperator17updateSortActionsEv@Base 4.96.0 + _ZN12KDirOperator17updateViewActionsEv@Base 4.96.0 + _ZN12KDirOperator18setShowHiddenFilesEb@Base 4.96.0 + _ZN12KDirOperator19checkPreviewSupportEv@Base 4.96.0 + _ZN12KDirOperator19slotCompletionMatchERK7QString@Base 4.96.0 + _ZN12KDirOperator21setDecorationPositionEN20QStyleOptionViewItem8PositionE@Base 4.96.0 + _ZN12KDirOperator21setInlinePreviewShownEb@Base 4.96.0 + _ZN12KDirOperator22contextMenuAboutToShowERK9KFileItemP5QMenu@Base 4.96.0 + _ZN12KDirOperator22currentIconSizeChangedEi@Base 4.96.0 + _ZN12KDirOperator24prepareCompletionObjectsEv@Base 4.96.0 + _ZN12KDirOperator24setEnableDirHighlightingEb@Base 4.96.0 + _ZN12KDirOperator30setOnlyDoubleClickSelectsFilesEb@Base 4.96.0 + _ZN12KDirOperator31updateSelectionDependentActionsEv@Base 4.96.0 + _ZN12KDirOperator32setNewFileMenuSupportedMimeTypesERK11QStringList@Base 4.96.0 + _ZN12KDirOperator3delERK13KFileItemListP7QWidgetbb@Base 4.96.0 + _ZN12KDirOperator4backEv@Base 4.96.0 + _ZN12KDirOperator4cdUpEv@Base 4.96.0 + _ZN12KDirOperator4homeEv@Base 4.96.0 + _ZN12KDirOperator5closeEv@Base 4.96.0 + _ZN12KDirOperator5mkdirERK7QStringb@Base 4.96.0 + _ZN12KDirOperator5mkdirEv@Base 4.96.0 + _ZN12KDirOperator5trashERK13KFileItemListP7QWidgetbb@Base 4.96.0 + _ZN12KDirOperator6setUrlERK4QUrlb@Base 4.96.0 + _ZN12KDirOperator7Private10isReadableERK4QUrl@Base 4.96.0 + _ZN12KDirOperator7Private13updateSortingE6QFlagsIN4QDir8SortFlagEE@Base 4.96.0 + _ZN12KDirOperator7Private14_k_showPreviewEv@Base 4.96.0 + _ZN12KDirOperator7Private14_k_slotStartedEv@Base 4.96.0 + _ZN12KDirOperator7Private15_k_slotCanceledEv@Base 4.96.0 + _ZN12KDirOperator7Private15_k_slotProgressEi@Base 4.96.0 + _ZN12KDirOperator7Private15_k_slotTreeViewEv@Base 4.96.0 + _ZN12KDirOperator7Private16_k_slotActivatedERK11QModelIndex@Base 4.96.0 + _ZN12KDirOperator7Private16_k_togglePreviewEb@Base 4.96.0 + _ZN12KDirOperator7Private17_k_slotIOFinishedEv@Base 4.96.0 + _ZN12KDirOperator7Private17_k_slotPropertiesEv@Base 4.96.0 + _ZN12KDirOperator7Private17_k_slotRedirectedERK4QUrl@Base 4.96.0 + _ZN12KDirOperator7Private17_k_slotSimpleViewEv@Base 4.96.0 + _ZN12KDirOperator7Private17_k_slotSortByDateEv@Base 4.96.0 + _ZN12KDirOperator7Private17_k_slotSortByNameEv@Base 4.96.0 + _ZN12KDirOperator7Private17_k_slotSortBySizeEv@Base 4.96.0 + _ZN12KDirOperator7Private17_k_slotSortByTypeEv@Base 4.96.0 + _ZN12KDirOperator7Private17_k_triggerPreviewERK11QModelIndex@Base 4.96.0 + _ZN12KDirOperator7Private18_k_openContextMenuERK6QPoint@Base 4.96.0 + _ZN12KDirOperator7Private18_k_slotExpandToUrlERK11QModelIndex@Base 4.96.0 + _ZN12KDirOperator7Private18updateListViewGridEv@Base 4.96.0 + _ZN12KDirOperator7Private19_k_slotDetailedViewEv@Base 4.96.0 + _ZN12KDirOperator7Private19_k_slotItemsChangedEv@Base 4.96.0 + _ZN12KDirOperator7Private19_k_slotShowProgressEv@Base 4.96.0 + _ZN12KDirOperator7Private19_k_slotSortReversedEb@Base 4.96.0 + _ZN12KDirOperator7Private19_k_slotToggleHiddenEb@Base 4.96.0 + _ZN12KDirOperator7Private20_k_slotSplitterMovedEii@Base 4.96.0 + _ZN12KDirOperator7Private22_k_slotOpenFileManagerEv@Base 4.96.0 + _ZN12KDirOperator7Private22_k_slotToggleDirsFirstEv@Base 4.96.0 + _ZN12KDirOperator7Private23_k_slotDetailedTreeViewEv@Base 4.96.0 + _ZN12KDirOperator7Private23_k_slotDirectoryCreatedERK4QUrl@Base 4.96.0 + _ZN12KDirOperator7Private23_k_slotSelectionChangedEv@Base 4.96.0 + _ZN12KDirOperator7Private23_k_slotToggleIgnoreCaseEv@Base 4.96.0 + _ZN12KDirOperator7Private23_k_toggleInlinePreviewsEb@Base 4.96.0 + _ZN12KDirOperator7Private25_k_assureVisibleSelectionEv@Base 4.96.0 + _ZN12KDirOperator7Private26_k_synchronizeSortingStateEiN2Qt9SortOrderE@Base 4.96.0 + _ZN12KDirOperator7Private31_k_slotChangeDecorationPositionEv@Base 4.96.0 + _ZN12KDirOperator7Private7openUrlERK4QUrl6QFlagsIN14KCoreDirLister11OpenUrlFlagEE@Base 4.96.0 + _ZN12KDirOperator7Private8allViewsEv@Base 4.96.0 + _ZN12KDirOperator7Private9checkPathERK7QStringb@Base 4.96.0 + _ZN12KDirOperator7PrivateC1EPS_@Base 4.96.0 + _ZN12KDirOperator7PrivateC2EPS_@Base 4.96.0 + _ZN12KDirOperator7PrivateD1Ev@Base 4.96.0 + _ZN12KDirOperator7PrivateD2Ev@Base 4.96.0 + _ZN12KDirOperator7droppedERK9KFileItemP10QDropEventRK5QListI4QUrlE@Base 4.96.0 + _ZN12KDirOperator7forwardEv@Base 4.96.0 + _ZN12KDirOperator7setModeE6QFlagsIN5KFile4ModeEE@Base 4.96.0 + _ZN12KDirOperator7setViewEN5KFile8FileViewE@Base 4.96.0 + _ZN12KDirOperator7setViewEP17QAbstractItemView@Base 4.96.0 + _ZN12KDirOperator9rereadDirEv@Base 4.96.0 + _ZN12KDirOperator9selectDirERK9KFileItem@Base 4.96.0 + _ZN12KDirOperator9setupMenuEi@Base 4.96.0 + _ZN12KDirOperator9setupMenuEv@Base 4.96.0 + _ZN12KDirOperator9updateDirEv@Base 4.96.0 + _ZN12KDirOperatorC1ERK4QUrlP7QWidget@Base 4.96.0 + _ZN12KDirOperatorC2ERK4QUrlP7QWidget@Base 4.96.0 + _ZN12KDirOperatorD0Ev@Base 4.96.0 + _ZN12KDirOperatorD1Ev@Base 4.96.0 + _ZN12KDirOperatorD2Ev@Base 4.96.0 + _ZN12KNewFileMenu10slotResultEP4KJob@Base 4.96.0 + _ZN12KNewFileMenu11fileCreatedERK4QUrl@Base 4.96.0 + _ZN12KNewFileMenu11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN12KNewFileMenu11qt_metacastEPKc@Base 4.96.0 + _ZN12KNewFileMenu13checkUpToDateEv@Base 4.96.0 + _ZN12KNewFileMenu13setPopupFilesERK5QListI4QUrlE@Base 4.96.0 + _ZN12KNewFileMenu15createDirectoryEv@Base 4.96.0 + _ZN12KNewFileMenu15setParentWidgetEP7QWidget@Base 4.96.0 + _ZN12KNewFileMenu16directoryCreatedERK4QUrl@Base 4.96.0 + _ZN12KNewFileMenu16staticMetaObjectE@Base 4.96.0 + _ZN12KNewFileMenu21setSupportedMimeTypesERK11QStringList@Base 4.96.0 + _ZN12KNewFileMenu23setViewShowsHiddenFilesEb@Base 4.96.0 + _ZN12KNewFileMenu8setModalEb@Base 4.96.0 + _ZN12KNewFileMenuC1EP17KActionCollectionRK7QStringP7QObject@Base 4.96.0 + _ZN12KNewFileMenuC2EP17KActionCollectionRK7QStringP7QObject@Base 4.96.0 + _ZN12KNewFileMenuD0Ev@Base 4.96.0 + _ZN12KNewFileMenuD1Ev@Base 4.96.0 + _ZN12KNewFileMenuD2Ev@Base 4.96.0 + _ZN13KUrlNavigator10setHomeUrlERK4QUrl@Base 4.96.0 + _ZN13KUrlNavigator10setHomeUrlERK7QString@Base 4.96.0 + _ZN13KUrlNavigator10urlChangedERK4QUrl@Base 4.96.0 + _ZN13KUrlNavigator10wheelEventEP11QWheelEvent@Base 4.96.0 + _ZN13KUrlNavigator11eventFilterEP7QObjectP6QEvent@Base 4.96.0 + _ZN13KUrlNavigator11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN13KUrlNavigator11qt_metacastEPKc@Base 4.96.0 + _ZN13KUrlNavigator11resizeEventEP12QResizeEvent@Base 4.96.0 + _ZN13KUrlNavigator11saveRootUrlERK4QUrl@Base 4.96.0 + _ZN13KUrlNavigator11urlsDroppedERK4QUrlP10QDropEvent@Base 4.96.0 + _ZN13KUrlNavigator12savePositionEii@Base 4.96.0 + _ZN13KUrlNavigator12tabRequestedERK4QUrl@Base 4.96.0 + _ZN13KUrlNavigator13keyPressEventEP9QKeyEvent@Base 4.96.0 + _ZN13KUrlNavigator13returnPressedEv@Base 4.96.0 + _ZN13KUrlNavigator14historyChangedEv@Base 4.96.0 + _ZN13KUrlNavigator14setLocationUrlERK4QUrl@Base 4.96.0 + _ZN13KUrlNavigator14setUrlEditableEb@Base 4.96.0 + _ZN13KUrlNavigator15keyReleaseEventEP9QKeyEvent@Base 4.96.0 + _ZN13KUrlNavigator15setShowFullPathEb@Base 4.96.0 + _ZN13KUrlNavigator16staticMetaObjectE@Base 4.96.0 + _ZN13KUrlNavigator17mouseReleaseEventEP11QMouseEvent@Base 4.96.0 + _ZN13KUrlNavigator17requestActivationEv@Base 4.96.0 + _ZN13KUrlNavigator17saveLocationStateERK10QByteArray@Base 4.96.0 + _ZN13KUrlNavigator18setCustomProtocolsERK11QStringList@Base 4.96.0 + _ZN13KUrlNavigator19urlAboutToBeChangedERK4QUrl@Base 4.96.0 + _ZN13KUrlNavigator20editableStateChangedEb@Base 4.96.0 + _ZN13KUrlNavigator24setPlacesSelectorVisibleEb@Base 4.96.0 + _ZN13KUrlNavigator4goUpEv@Base 4.96.0 + _ZN13KUrlNavigator6goBackEv@Base 4.96.0 + _ZN13KUrlNavigator6goHomeEv@Base 4.96.0 + _ZN13KUrlNavigator6setUrlERK4QUrl@Base 4.96.0 + _ZN13KUrlNavigator7Private10initializeERK4QUrl@Base 4.96.0 + _ZN13KUrlNavigator7Private10switchViewEv@Base 4.96.0 + _ZN13KUrlNavigator7Private12appendWidgetEP7QWidgeti@Base 4.96.0 + _ZN13KUrlNavigator7Private13deleteButtonsEv@Base 4.96.0 + _ZN13KUrlNavigator7Private13updateButtonsEi@Base 4.96.0 + _ZN13KUrlNavigator7Private13updateContentEv@Base 4.96.0 + _ZN13KUrlNavigator7Private15openContextMenuEv@Base 4.96.0 + _ZN13KUrlNavigator7Private17slotReturnPressedEv@Base 4.96.0 + _ZN13KUrlNavigator7Private18slotPathBoxChangedERK7QString@Base 4.96.0 + _ZN13KUrlNavigator7Private19applyUncommittedUrlEv@Base 5.6.0+git20150123.0038+15.04 + _ZN13KUrlNavigator7Private19slotProtocolChangedERK7QString@Base 4.96.0 + _ZN13KUrlNavigator7Private20openPathSelectorMenuEv@Base 4.96.0 + _ZN13KUrlNavigator7Private22switchToBreadcrumbModeEv@Base 4.96.0 + _ZN13KUrlNavigator7Private22updateButtonVisibilityEv@Base 4.96.0 + _ZN13KUrlNavigator7Private26slotNavigatorButtonClickedERK4QUrlN2Qt11MouseButtonE@Base 4.96.0 + _ZN13KUrlNavigator7Private31slotToggleEditableButtonPressedEv@Base 5.6.0+git20150123.0038+15.04 + _ZN13KUrlNavigator7Private8dropUrlsERK4QUrlP10QDropEvent@Base 4.96.0 + _ZN13KUrlNavigator7PrivateC1EPS_P16KFilePlacesModel@Base 4.96.0 + _ZN13KUrlNavigator7PrivateC2EPS_P16KFilePlacesModel@Base 4.96.0 + _ZN13KUrlNavigator8setFocusEv@Base 4.96.0 + _ZN13KUrlNavigator9activatedEv@Base 4.96.0 + _ZN13KUrlNavigator9goForwardEv@Base 4.96.0 + _ZN13KUrlNavigator9setActiveEb@Base 4.96.0 + _ZN13KUrlNavigatorC1EP16KFilePlacesModelRK4QUrlP7QWidget@Base 4.96.0 + _ZN13KUrlNavigatorC1EP7QWidget@Base 4.96.0 + _ZN13KUrlNavigatorC2EP16KFilePlacesModelRK4QUrlP7QWidget@Base 4.96.0 + _ZN13KUrlNavigatorC2EP7QWidget@Base 4.96.0 + _ZN13KUrlNavigatorD0Ev@Base 4.96.0 + _ZN13KUrlNavigatorD1Ev@Base 4.96.0 + _ZN13KUrlNavigatorD2Ev@Base 4.96.0 + _ZN15KFileCopyToMenu11qt_metacallEN11QMetaObject4CallEiPPv@Base 5.6.0+git20150116.0016+15.04 + _ZN15KFileCopyToMenu11qt_metacastEPKc@Base 5.6.0+git20150116.0016+15.04 + _ZN15KFileCopyToMenu11setReadOnlyEb@Base 5.6.0+git20150116.0016+15.04 + _ZN15KFileCopyToMenu16staticMetaObjectE@Base 5.6.0+git20150116.0016+15.04 + _ZN15KFileCopyToMenu27setAutoErrorHandlingEnabledEb@Base 5.6.0+git20150116.0016+15.04 + _ZN15KFileCopyToMenu5errorEiRK7QString@Base 5.6.0+git20150116.0016+15.04 + _ZN15KFileCopyToMenu7setUrlsERK5QListI4QUrlE@Base 5.6.0+git20150116.0016+15.04 + _ZN15KFileCopyToMenuC1EP7QWidget@Base 5.6.0+git20150116.0016+15.04 + _ZN15KFileCopyToMenuC2EP7QWidget@Base 5.6.0+git20150116.0016+15.04 + _ZN15KFileCopyToMenuD0Ev@Base 5.6.0+git20150116.0016+15.04 + _ZN15KFileCopyToMenuD1Ev@Base 5.6.0+git20150116.0016+15.04 + _ZN15KFileCopyToMenuD2Ev@Base 5.6.0+git20150116.0016+15.04 + _ZN15KFilePlacesView10paintEventEP11QPaintEvent@Base 4.96.0 + _ZN15KFilePlacesView10setShowAllEb@Base 4.96.0 + _ZN15KFilePlacesView10urlChangedERK4QUrl@Base 4.96.0 + _ZN15KFilePlacesView11dataChangedERK11QModelIndexS2_RK7QVectorIiE@Base 4.96.0 + _ZN15KFilePlacesView11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN15KFilePlacesView11qt_metacastEPKc@Base 4.96.0 + _ZN15KFilePlacesView11resizeEventEP12QResizeEvent@Base 4.96.0 + _ZN15KFilePlacesView11urlsDroppedERK4QUrlP10QDropEventP7QWidget@Base 4.96.0 + _ZN15KFilePlacesView12rowsInsertedERK11QModelIndexii@Base 4.96.0 + _ZN15KFilePlacesView13dragMoveEventEP14QDragMoveEvent@Base 4.96.0 + _ZN15KFilePlacesView13keyPressEventEP9QKeyEvent@Base 4.96.0 + _ZN15KFilePlacesView14dragEnterEventEP15QDragEnterEvent@Base 4.96.0 + _ZN15KFilePlacesView14dragLeaveEventEP15QDragLeaveEvent@Base 4.96.0 + _ZN15KFilePlacesView16contextMenuEventEP17QContextMenuEvent@Base 4.96.0 + _ZN15KFilePlacesView16staticMetaObjectE@Base 4.96.0 + _ZN15KFilePlacesView21setDropOnPlaceEnabledEb@Base 4.96.0 + _ZN15KFilePlacesView25setAutoResizeItemsEnabledEb@Base 4.96.0 + _ZN15KFilePlacesView6setUrlERK4QUrl@Base 4.96.0 + _ZN15KFilePlacesView7Private12_k_placeLeftERK11QModelIndex@Base 4.96.0 + _ZN15KFilePlacesView7Private13adaptItemSizeEv@Base 4.96.0 + _ZN15KFilePlacesView7Private15_k_placeClickedERK11QModelIndex@Base 4.96.0 + _ZN15KFilePlacesView7Private15_k_placeEnteredERK11QModelIndex@Base 4.96.0 + _ZN15KFilePlacesView7Private15fadeCapacityBarERK11QModelIndexNS0_8FadeTypeE@Base 4.96.0 + _ZN15KFilePlacesView7Private15setCurrentIndexERK11QModelIndex@Base 4.96.0 + _ZN15KFilePlacesView7Private16updateHiddenRowsEv@Base 4.96.0 + _ZN15KFilePlacesView7Private19_k_adaptItemsUpdateEd@Base 4.96.0 + _ZN15KFilePlacesView7Private19_k_itemAppearUpdateEd@Base 4.96.0 + _ZN15KFilePlacesView7Private19_k_storageSetupDoneERK11QModelIndexb@Base 4.96.0 + _ZN15KFilePlacesView7Private22_k_itemDisappearUpdateEd@Base 4.96.0 + _ZN15KFilePlacesView7Private23_k_triggerDevicePollingEv@Base 4.96.0 + _ZN15KFilePlacesView7Private27_k_enableSmoothItemResizingEv@Base 4.96.0 + _ZN15KFilePlacesView7Private30_k_capacityBarFadeValueChangedEv@Base 4.96.0 + _ZN15KFilePlacesView8setModelEP18QAbstractItemModel@Base 4.96.0 + _ZN15KFilePlacesView9dropEventEP10QDropEvent@Base 4.96.0 + _ZN15KFilePlacesView9hideEventEP10QHideEvent@Base 4.96.0 + _ZN15KFilePlacesView9showEventEP10QShowEvent@Base 4.96.0 + _ZN15KFilePlacesViewC1EP7QWidget@Base 4.96.0 + _ZN15KFilePlacesViewC2EP7QWidget@Base 4.96.0 + _ZN15KFilePlacesViewD0Ev@Base 4.96.0 + _ZN15KFilePlacesViewD1Ev@Base 4.96.0 + _ZN15KFilePlacesViewD2Ev@Base 4.96.0 + _ZN16KFileFilterCombo11eventFilterEP7QObjectP6QEvent@Base 4.96.0 + _ZN16KFileFilterCombo11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN16KFileFilterCombo11qt_metacastEPKc@Base 4.96.0 + _ZN16KFileFilterCombo13filterChangedEv@Base 4.96.0 + _ZN16KFileFilterCombo13setMimeFilterERK11QStringListRK7QString@Base 4.96.0 + _ZN16KFileFilterCombo16setCurrentFilterERK7QString@Base 4.96.0 + _ZN16KFileFilterCombo16setDefaultFilterERK7QString@Base 4.96.0 + _ZN16KFileFilterCombo16staticMetaObjectE@Base 4.96.0 + _ZN16KFileFilterCombo7Private20_k_slotFilterChangedEv@Base 4.96.0 + _ZN16KFileFilterCombo9setFilterERK7QString@Base 4.96.0 + _ZN16KFileFilterComboC1EP7QWidget@Base 4.96.0 + _ZN16KFileFilterComboC2EP7QWidget@Base 4.96.0 + _ZN16KFileFilterComboD0Ev@Base 4.96.0 + _ZN16KFileFilterComboD1Ev@Base 4.96.0 + _ZN16KFileFilterComboD2Ev@Base 4.96.0 + _ZN16KFileMetaPreview11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN16KFileMetaPreview11qt_metacastEPKc@Base 4.96.0 + _ZN16KFileMetaPreview11showPreviewERK4QUrl@Base 4.96.0 + _ZN16KFileMetaPreview12clearPreviewEv@Base 4.96.0 + _ZN16KFileMetaPreview16staticMetaObjectE@Base 4.96.0 + _ZN16KFileMetaPreview17s_tryAudioPreviewE@Base 4.96.0 + _ZN16KFileMetaPreview18addPreviewProviderERK7QStringP18KPreviewWidgetBase@Base 4.96.0 + _ZN16KFileMetaPreview18createAudioPreviewEP7QWidget@Base 4.96.0 + _ZN16KFileMetaPreview18previewProviderForERK7QString@Base 4.96.0 + _ZN16KFileMetaPreview20initPreviewProvidersEv@Base 4.96.0 + _ZN16KFileMetaPreview21clearPreviewProvidersEv@Base 4.96.0 + _ZN16KFileMetaPreviewC1EP7QWidget@Base 4.96.0 + _ZN16KFileMetaPreviewC2EP7QWidget@Base 4.96.0 + _ZN16KFileMetaPreviewD0Ev@Base 4.96.0 + _ZN16KFileMetaPreviewD1Ev@Base 4.96.0 + _ZN16KFileMetaPreviewD2Ev@Base 4.96.0 + _ZN16KFilePlacesModel11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN16KFilePlacesModel11qt_metacastEPKc@Base 4.96.0 + _ZN16KFilePlacesModel12dropMimeDataEPK9QMimeDataN2Qt10DropActionEiiRK11QModelIndex@Base 4.96.0 + _ZN16KFilePlacesModel12errorMessageERK7QString@Base 4.96.0 + _ZN16KFilePlacesModel12requestEjectERK11QModelIndex@Base 4.96.0 + _ZN16KFilePlacesModel12requestSetupERK11QModelIndex@Base 4.96.0 + _ZN16KFilePlacesModel14setPlaceHiddenERK11QModelIndexb@Base 4.96.0 + _ZN16KFilePlacesModel15requestTeardownERK11QModelIndex@Base 4.96.0 + _ZN16KFilePlacesModel16staticMetaObjectE@Base 4.96.0 + _ZN16KFilePlacesModel7Private14_k_deviceAddedERK7QString@Base 4.96.0 + _ZN16KFilePlacesModel7Private14_k_itemChangedERK7QString@Base 4.96.0 + _ZN16KFilePlacesModel7Private15reloadAndSignalEv@Base 4.96.0 + _ZN16KFilePlacesModel7Private16_k_deviceRemovedERK7QString@Base 4.96.0 + _ZN16KFilePlacesModel7Private16loadBookmarkListEv@Base 4.96.0 + _ZN16KFilePlacesModel7Private17_k_initDeviceListEv@Base 4.96.0 + _ZN16KFilePlacesModel7Private18_k_reloadBookmarksEv@Base 4.96.0 + _ZN16KFilePlacesModel7Private19_k_storageSetupDoneEN5Solid9ErrorTypeE8QVariant@Base 4.96.0 + _ZN16KFilePlacesModel7Private22_k_storageTeardownDoneEN5Solid9ErrorTypeE8QVariant@Base 4.96.0 + _ZN16KFilePlacesModel8addPlaceERK7QStringRK4QUrlS2_S2_@Base 4.96.0 + _ZN16KFilePlacesModel8addPlaceERK7QStringRK4QUrlS2_S2_RK11QModelIndex@Base 4.96.0 + _ZN16KFilePlacesModel9editPlaceERK11QModelIndexRK7QStringRK4QUrlS5_S5_@Base 4.96.0 + _ZN16KFilePlacesModel9setupDoneERK11QModelIndexb@Base 4.96.0 + _ZN16KFilePlacesModelC1EP7QObject@Base 4.96.0 + _ZN16KFilePlacesModelC2EP7QObject@Base 4.96.0 + _ZN16KFilePlacesModelD0Ev@Base 4.96.0 + _ZN16KFilePlacesModelD1Ev@Base 4.96.0 + _ZN16KFilePlacesModelD2Ev@Base 4.96.0 + _ZN17KImageFilePreview10gotPreviewERK9KFileItemRK7QPixmap@Base 4.96.0 + _ZN17KImageFilePreview11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN17KImageFilePreview11qt_metacastEPKc@Base 4.96.0 + _ZN17KImageFilePreview11resizeEventEP12QResizeEvent@Base 4.96.0 + _ZN17KImageFilePreview11showPreviewERK4QUrl@Base 4.96.0 + _ZN17KImageFilePreview11showPreviewERK4QUrlb@Base 4.96.0 + _ZN17KImageFilePreview11showPreviewEv@Base 4.96.0 + _ZN17KImageFilePreview12clearPreviewEv@Base 4.96.0 + _ZN17KImageFilePreview16staticMetaObjectE@Base 4.96.0 + _ZN17KImageFilePreview24KImageFilePreviewPrivate13_k_slotFailedERK9KFileItem@Base 4.96.0 + _ZN17KImageFilePreview24KImageFilePreviewPrivate13_k_slotResultEP4KJob@Base 4.96.0 + _ZN17KImageFilePreview24KImageFilePreviewPrivate15_k_slotFinishedEv@Base 4.96.0 + _ZN17KImageFilePreview24KImageFilePreviewPrivate20_k_slotStepAnimationEi@Base 4.96.0 + _ZN17KImageFilePreview9createJobERK4QUrlii@Base 4.96.0 + _ZN17KImageFilePreviewC1EP7QWidget@Base 4.96.0 + _ZN17KImageFilePreviewC2EP7QWidget@Base 4.96.0 + _ZN17KImageFilePreviewD0Ev@Base 4.96.0 + _ZN17KImageFilePreviewD1Ev@Base 4.96.0 + _ZN17KImageFilePreviewD2Ev@Base 4.96.0 + _ZN18KPreviewWidgetBase11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN18KPreviewWidgetBase11qt_metacastEPKc@Base 4.96.0 + _ZN18KPreviewWidgetBase16staticMetaObjectE@Base 4.96.0 + _ZN18KPreviewWidgetBase21setSupportedMimeTypesERK11QStringList@Base 4.96.0 + _ZN18KPreviewWidgetBaseC1EP7QWidget@Base 4.96.0 + _ZN18KPreviewWidgetBaseC2EP7QWidget@Base 4.96.0 + _ZN18KPreviewWidgetBaseD0Ev@Base 4.96.0 + _ZN18KPreviewWidgetBaseD1Ev@Base 4.96.0 + _ZN18KPreviewWidgetBaseD2Ev@Base 4.96.0 + _ZN19KEncodingFileDialog21getOpenUrlAndEncodingERK7QStringRK4QUrlS2_P7QWidgetS2_@Base 4.96.0 + _ZN19KEncodingFileDialog21getSaveUrlAndEncodingERK7QStringRK4QUrlS2_P7QWidgetS2_@Base 4.96.0 + _ZN19KEncodingFileDialog22getOpenUrlsAndEncodingERK7QStringRK4QUrlS2_P7QWidgetS2_@Base 4.96.0 + _ZN19KEncodingFileDialog26getOpenFileNameAndEncodingERK7QStringRK4QUrlS2_P7QWidgetS2_@Base 4.96.0 + _ZN19KEncodingFileDialog26getSaveFileNameAndEncodingERK7QStringRK4QUrlS2_P7QWidgetS2_@Base 4.96.0 + _ZN19KEncodingFileDialog27getOpenFileNamesAndEncodingERK7QStringRK4QUrlS2_P7QWidgetS2_@Base 4.96.0 + _ZN21KFilePreviewGenerator11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN21KFilePreviewGenerator11qt_metacastEPKc@Base 4.96.0 + _ZN21KFilePreviewGenerator11updateIconsEv@Base 4.96.0 + _ZN21KFilePreviewGenerator14cancelPreviewsEv@Base 4.96.0 + _ZN21KFilePreviewGenerator14updatePreviewsEv@Base 4.96.0 + _ZN21KFilePreviewGenerator15setPreviewShownEb@Base 4.96.0 + _ZN21KFilePreviewGenerator16staticMetaObjectE@Base 4.96.0 + _ZN21KFilePreviewGenerator17setEnabledPluginsERK11QStringList@Base 4.96.0 + _ZN21KFilePreviewGenerator7Private10orderItemsER13KFileItemList@Base 4.96.0 + _ZN21KFilePreviewGenerator7Private11limitToSizeER7QPixmapRK5QSize@Base 4.96.0 + _ZN21KFilePreviewGenerator7Private11updateIconsERK11QModelIndexS3_@Base 4.96.0 + _ZN21KFilePreviewGenerator7Private11updateIconsERK13KFileItemList@Base 4.96.0 + _ZN21KFilePreviewGenerator7Private14addItemsToListERK11QModelIndexR13KFileItemList@Base 4.96.0 + _ZN21KFilePreviewGenerator7Private14createPreviewsERK13KFileItemList@Base 4.96.0 + _ZN21KFilePreviewGenerator7Private14updateCutItemsEv@Base 4.96.0 + _ZN21KFilePreviewGenerator7Private15applyImageFrameER7QPixmap@Base 4.96.0 + _ZN21KFilePreviewGenerator7Private15killPreviewJobsEv@Base 4.96.0 + _ZN21KFilePreviewGenerator7Private15resolveMimeTypeEv@Base 4.96.0 + _ZN21KFilePreviewGenerator7Private15startPreviewJobERK13KFileItemListii@Base 4.96.0 + _ZN21KFilePreviewGenerator7Private16pauseIconUpdatesEv@Base 4.96.0 + _ZN21KFilePreviewGenerator7Private17addToPreviewQueueERK9KFileItemRK7QPixmap@Base 4.96.0 + _ZN21KFilePreviewGenerator7Private17delayedIconUpdateEv@Base 4.96.0 + _ZN21KFilePreviewGenerator7Private17resumeIconUpdatesEv@Base 4.96.0 + _ZN21KFilePreviewGenerator7Private18applyCutItemEffectERK13KFileItemList@Base 4.96.0 + _ZN21KFilePreviewGenerator7Private18clearCutItemsCacheEv@Base 4.96.0 + _ZN21KFilePreviewGenerator7Private19requestSequenceIconERK11QModelIndexi@Base 4.96.0 + _ZN21KFilePreviewGenerator7Private20rowsAboutToBeRemovedERK11QModelIndexii@Base 4.96.0 + _ZN21KFilePreviewGenerator7Private22slotPreviewJobFinishedEP4KJob@Base 4.96.0 + _ZN21KFilePreviewGenerator7Private22startMimeTypeResolvingEv@Base 4.96.0 + _ZN21KFilePreviewGenerator7Private23dispatchIconUpdateQueueEv@Base 4.96.0 + _ZN21KFilePreviewGenerator7PrivateC1EPS_P20KAbstractViewAdapterP18QAbstractItemModel@Base 4.96.0 + _ZN21KFilePreviewGenerator7PrivateC2EPS_P20KAbstractViewAdapterP18QAbstractItemModel@Base 4.96.0 + _ZN21KFilePreviewGenerator7PrivateD1Ev@Base 4.96.0 + _ZN21KFilePreviewGenerator7PrivateD2Ev@Base 4.96.0 + _ZN21KFilePreviewGeneratorC1EP17QAbstractItemView@Base 4.96.0 + _ZN21KFilePreviewGeneratorC1EP20KAbstractViewAdapterP19QAbstractProxyModel@Base 4.96.0 + _ZN21KFilePreviewGeneratorC2EP17QAbstractItemView@Base 4.96.0 + _ZN21KFilePreviewGeneratorC2EP20KAbstractViewAdapterP19QAbstractProxyModel@Base 4.96.0 + _ZN21KFilePreviewGeneratorD0Ev@Base 4.96.0 + _ZN21KFilePreviewGeneratorD1Ev@Base 4.96.0 + _ZN21KFilePreviewGeneratorD2Ev@Base 4.96.0 + _ZN22KNameAndUrlInputDialog11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN22KNameAndUrlInputDialog11qt_metacastEPKc@Base 4.96.0 + _ZN22KNameAndUrlInputDialog15setSuggestedUrlERK4QUrl@Base 4.96.0 + _ZN22KNameAndUrlInputDialog16setSuggestedNameERK7QString@Base 4.96.0 + _ZN22KNameAndUrlInputDialog16staticMetaObjectE@Base 4.96.0 + _ZN22KNameAndUrlInputDialogC1ERK7QStringS2_RK4QUrlP7QWidget@Base 4.96.0 + _ZN22KNameAndUrlInputDialogC2ERK7QStringS2_RK4QUrlP7QWidget@Base 4.96.0 + _ZN22KNameAndUrlInputDialogD0Ev@Base 4.96.0 + _ZN22KNameAndUrlInputDialogD1Ev@Base 4.96.0 + _ZN22KNameAndUrlInputDialogD2Ev@Base 4.96.0 + _ZN24KDirSortFilterProxyModel11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN24KDirSortFilterProxyModel11qt_metacastEPKc@Base 4.96.0 + _ZN24KDirSortFilterProxyModel16staticMetaObjectE@Base 4.96.0 + _ZN24KDirSortFilterProxyModel19setSortFoldersFirstEb@Base 4.96.0 + _ZN24KDirSortFilterProxyModel20pointsForPermissionsERK9QFileInfo@Base 4.96.0 + _ZN24KDirSortFilterProxyModel31KDirSortFilterProxyModelPrivate25slotNaturalSortingChangedEv@Base 4.96.0 + _ZN24KDirSortFilterProxyModel31KDirSortFilterProxyModelPrivate7compareERK7QStringS3_N2Qt15CaseSensitivityE@Base 4.96.0 + _ZN24KDirSortFilterProxyModel31KDirSortFilterProxyModelPrivateC1Ev@Base 4.96.0 + _ZN24KDirSortFilterProxyModel31KDirSortFilterProxyModelPrivateC2Ev@Base 4.96.0 + _ZN24KDirSortFilterProxyModelC1EP7QObject@Base 4.96.0 + _ZN24KDirSortFilterProxyModelC2EP7QObject@Base 4.96.0 + _ZN24KDirSortFilterProxyModelD0Ev@Base 4.96.0 + _ZN24KDirSortFilterProxyModelD1Ev@Base 4.96.0 + _ZN24KDirSortFilterProxyModelD2Ev@Base 4.96.0 + _ZN26KStatusBarOfflineIndicator11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN26KStatusBarOfflineIndicator11qt_metacastEPKc@Base 4.96.0 + _ZN26KStatusBarOfflineIndicator16staticMetaObjectE@Base 4.96.0 + _ZN26KStatusBarOfflineIndicatorC1EP7QWidget@Base 4.96.0 + _ZN26KStatusBarOfflineIndicatorC2EP7QWidget@Base 4.96.0 + _ZN26KStatusBarOfflineIndicatorD0Ev@Base 4.96.0 + _ZN26KStatusBarOfflineIndicatorD1Ev@Base 4.96.0 + _ZN26KStatusBarOfflineIndicatorD2Ev@Base 4.96.0 + _ZN3KIO18DefaultViewAdapter11qt_metacallEN11QMetaObject4CallEiPPv@Base 5.20.0 + _ZN3KIO18DefaultViewAdapter11qt_metacastEPKc@Base 5.20.0 + _ZN3KIO18DefaultViewAdapter16staticMetaObjectE@Base 5.20.0 + _ZN3KIO18DefaultViewAdapter7connectEN20KAbstractViewAdapter6SignalEP7QObjectPKc@Base 4.96.0 + _ZN3KIO18DefaultViewAdapterC1EP17QAbstractItemViewP7QObject@Base 4.96.0 + _ZN3KIO18DefaultViewAdapterC2EP17QAbstractItemViewP7QObject@Base 4.96.0 + _ZNK11KFileWidget10metaObjectEv@Base 4.96.0 + _ZNK11KFileWidget11selectedUrlEv@Base 4.96.0 + _ZNK11KFileWidget12cancelButtonEv@Base 4.96.0 + _ZNK11KFileWidget12filterWidgetEv@Base 4.96.0 + _ZNK11KFileWidget12locationEditEv@Base 4.96.0 + _ZNK11KFileWidget12selectedFileEv@Base 4.96.0 + _ZNK11KFileWidget12selectedUrlsEv@Base 4.96.0 + _ZNK11KFileWidget13currentFilterEv@Base 4.96.0 + _ZNK11KFileWidget13keepsLocationEv@Base 4.96.0 + _ZNK11KFileWidget13operationModeEv@Base 4.96.0 + _ZNK11KFileWidget13selectedFilesEv@Base 4.96.0 + _ZNK11KFileWidget14dialogSizeHintEv@Base 4.96.0 + _ZNK11KFileWidget16actionCollectionEv@Base 4.96.0 + _ZNK11KFileWidget17currentMimeFilterEv@Base 4.96.0 + _ZNK11KFileWidget4modeEv@Base 4.96.0 + _ZNK11KFileWidget7baseUrlEv@Base 4.96.0 + _ZNK11KFileWidget7toolBarEv@Base 4.96.0 + _ZNK11KFileWidget8okButtonEv@Base 4.96.0 + _ZNK11KFileWidget8sizeHintEv@Base 5.16.0 + (optional=templinst)_ZNK12KConfigGroup9readEntryIbEET_PKcRKS1_@Base 4.100.0 + (optional=templinst)_ZNK12KConfigGroup9readEntryIiEET_PKcRKS1_@Base 4.100.0 + _ZNK12KDirOperator10isSelectedERK9KFileItem@Base 4.96.0 + _ZNK12KDirOperator10metaObjectEv@Base 4.96.0 + _ZNK12KDirOperator10mimeFilterEv@Base 4.96.0 + _ZNK12KDirOperator10nameFilterEv@Base 4.96.0 + _ZNK12KDirOperator11dirOnlyModeEv@Base 4.96.0 + _ZNK12KDirOperator11progressBarEv@Base 4.96.0 + _ZNK12KDirOperator13selectedItemsEv@Base 4.96.0 + _ZNK12KDirOperator15dirHighlightingEv@Base 4.96.0 + _ZNK12KDirOperator15showHiddenFilesEv@Base 4.96.0 + _ZNK12KDirOperator15viewConfigGroupEv@Base 4.96.0 + _ZNK12KDirOperator16actionCollectionEv@Base 4.96.0 + _ZNK12KDirOperator16completionObjectEv@Base 4.96.0 + _ZNK12KDirOperator16previewGeneratorEv@Base 4.96.0 + _ZNK12KDirOperator18decorationPositionEv@Base 4.96.0 + _ZNK12KDirOperator19dirCompletionObjectEv@Base 4.96.0 + _ZNK12KDirOperator20isInlinePreviewShownEv@Base 4.96.0 + _ZNK12KDirOperator27onlyDoubleClickSelectsFilesEv@Base 4.96.0 + _ZNK12KDirOperator29newFileMenuSupportedMimeTypesEv@Base 4.96.0 + _ZNK12KDirOperator3urlEv@Base 4.96.0 + _ZNK12KDirOperator4modeEv@Base 4.96.0 + _ZNK12KDirOperator4viewEv@Base 4.96.0 + _ZNK12KDirOperator6isRootEv@Base 4.96.0 + _ZNK12KDirOperator7Private10sortColumnEv@Base 4.96.0 + _ZNK12KDirOperator7Private19iconSizeForViewTypeEP17QAbstractItemView@Base 4.96.0 + _ZNK12KDirOperator7Private20checkPreviewInternalEv@Base 4.96.0 + _ZNK12KDirOperator7Private9sortOrderEv@Base 4.96.0 + _ZNK12KDirOperator7numDirsEv@Base 4.96.0 + _ZNK12KDirOperator7sortingEv@Base 4.96.0 + _ZNK12KDirOperator8isSavingEv@Base 4.96.0 + _ZNK12KDirOperator8numFilesEv@Base 4.96.0 + _ZNK12KDirOperator8viewModeEv@Base 4.99.0 + _ZNK12KDirOperator9dirListerEv@Base 4.96.0 + _ZNK12KDirOperator9iconsZoomEv@Base 4.96.0 + _ZNK12KNewFileMenu10metaObjectEv@Base 4.96.0 + _ZNK12KNewFileMenu10popupFilesEv@Base 4.96.0 + _ZNK12KNewFileMenu18supportedMimeTypesEv@Base 4.96.0 + _ZNK12KNewFileMenu7isModalEv@Base 4.96.0 + _ZNK13KUrlNavigator10historyUrlEi@Base 4.96.0 + _ZNK13KUrlNavigator10metaObjectEv@Base 4.96.0 + _ZNK13KUrlNavigator11historySizeEv@Base 4.96.0 + _ZNK13KUrlNavigator11locationUrlEi@Base 4.96.0 + _ZNK13KUrlNavigator12historyIndexEv@Base 4.96.0 + _ZNK13KUrlNavigator12savedRootUrlEv@Base 4.96.0 + _ZNK13KUrlNavigator12showFullPathEv@Base 4.96.0 + _ZNK13KUrlNavigator13isUrlEditableEv@Base 4.96.0 + _ZNK13KUrlNavigator13locationStateEi@Base 4.96.0 + _ZNK13KUrlNavigator13savedPositionEv@Base 4.96.0 + _ZNK13KUrlNavigator14uncommittedUrlEv@Base 4.96.0 + _ZNK13KUrlNavigator15customProtocolsEv@Base 4.96.0 + _ZNK13KUrlNavigator23isPlacesSelectorVisibleEv@Base 4.96.0 + _ZNK13KUrlNavigator3urlEi@Base 4.96.0 + _ZNK13KUrlNavigator3urlEv@Base 4.96.0 + _ZNK13KUrlNavigator6editorEv@Base 4.96.0 + _ZNK13KUrlNavigator7Private15firstButtonTextEv@Base 4.96.0 + _ZNK13KUrlNavigator7Private16isCompressedPathERK4QUrl@Base 4.96.0 + _ZNK13KUrlNavigator7Private16retrievePlaceUrlEv@Base 5.18.0 + _ZNK13KUrlNavigator7Private19removeTrailingSlashER7QString@Base 4.96.0 + _ZNK13KUrlNavigator7Private20adjustedHistoryIndexEi@Base 4.96.0 + _ZNK13KUrlNavigator7Private9buttonUrlEi@Base 4.96.0 + _ZNK13KUrlNavigator7homeUrlEv@Base 4.96.0 + _ZNK13KUrlNavigator8isActiveEv@Base 4.96.0 + _ZNK15KFileCopyToMenu10metaObjectEv@Base 5.6.0+git20150116.0016+15.04 + _ZNK15KFileCopyToMenu12addActionsToEP5QMenu@Base 5.6.0+git20150116.0016+15.04 + _ZNK15KFilePlacesView10metaObjectEv@Base 4.96.0 + _ZNK15KFilePlacesView20isDropOnPlaceEnabledEv@Base 4.96.0 + _ZNK15KFilePlacesView24isAutoResizeItemsEnabledEv@Base 4.96.0 + _ZNK15KFilePlacesView7Private11insertAboveERK5QRectRK6QPoint@Base 4.96.0 + _ZNK15KFilePlacesView7Private11insertBelowERK5QRectRK6QPoint@Base 4.96.0 + _ZNK15KFilePlacesView7Private21insertIndicatorHeightEi@Base 4.96.0 + _ZNK15KFilePlacesView8sizeHintEv@Base 4.96.0 + _ZNK16KFileFilterCombo10metaObjectEv@Base 4.96.0 + _ZNK16KFileFilterCombo12isMimeFilterEv@Base 4.96.0 + _ZNK16KFileFilterCombo13currentFilterEv@Base 4.96.0 + _ZNK16KFileFilterCombo13defaultFilterEv@Base 4.96.0 + _ZNK16KFileFilterCombo13showsAllTypesEv@Base 4.96.0 + _ZNK16KFileFilterCombo7filtersEv@Base 4.96.0 + _ZNK16KFileMetaPreview10metaObjectEv@Base 4.96.0 + _ZNK16KFileMetaPreview20findExistingProviderERK7QStringRK9QMimeType@Base 4.96.0 + _ZNK16KFilePlacesModel10metaObjectEv@Base 4.96.0 + _ZNK16KFilePlacesModel11closestItemERK4QUrl@Base 4.96.0 + _ZNK16KFilePlacesModel11columnCountERK11QModelIndex@Base 4.96.0 + _ZNK16KFilePlacesModel11hiddenCountEv@Base 4.96.0 + _ZNK16KFilePlacesModel11removePlaceERK11QModelIndex@Base 4.96.0 + _ZNK16KFilePlacesModel11setupNeededERK11QModelIndex@Base 4.96.0 + _ZNK16KFilePlacesModel14deviceForIndexERK11QModelIndex@Base 4.96.0 + _ZNK16KFilePlacesModel16bookmarkForIndexERK11QModelIndex@Base 4.96.0 + _ZNK16KFilePlacesModel19ejectActionForIndexERK11QModelIndex@Base 4.96.0 + _ZNK16KFilePlacesModel20supportedDropActionsEv@Base 4.96.0 + _ZNK16KFilePlacesModel22teardownActionForIndexERK11QModelIndex@Base 4.96.0 + _ZNK16KFilePlacesModel3urlERK11QModelIndex@Base 4.96.0 + _ZNK16KFilePlacesModel4dataERK11QModelIndexi@Base 4.96.0 + _ZNK16KFilePlacesModel4iconERK11QModelIndex@Base 4.96.0 + _ZNK16KFilePlacesModel4textERK11QModelIndex@Base 4.96.0 + _ZNK16KFilePlacesModel5flagsERK11QModelIndex@Base 4.96.0 + _ZNK16KFilePlacesModel5indexEiiRK11QModelIndex@Base 4.96.0 + _ZNK16KFilePlacesModel6parentERK11QModelIndex@Base 4.96.0 + _ZNK16KFilePlacesModel8isDeviceERK11QModelIndex@Base 4.96.0 + _ZNK16KFilePlacesModel8isHiddenERK11QModelIndex@Base 4.96.0 + _ZNK16KFilePlacesModel8mimeDataERK5QListI11QModelIndexE@Base 4.96.0 + _ZNK16KFilePlacesModel8rowCountERK11QModelIndex@Base 4.96.0 + _ZNK16KFilePlacesModel9mimeTypesEv@Base 4.96.0 + _ZNK17KImageFilePreview10metaObjectEv@Base 4.96.0 + _ZNK17KImageFilePreview8sizeHintEv@Base 4.96.0 + _ZNK18KPreviewWidgetBase10metaObjectEv@Base 4.96.0 + _ZNK18KPreviewWidgetBase18supportedMimeTypesEv@Base 4.96.0 + _ZNK21KFilePreviewGenerator10metaObjectEv@Base 4.96.0 + _ZNK21KFilePreviewGenerator14enabledPluginsEv@Base 4.96.0 + _ZNK21KFilePreviewGenerator14isPreviewShownEv@Base 4.96.0 + _ZNK21KFilePreviewGenerator7Private9isCutItemERK9KFileItem@Base 4.96.0 + _ZNK22KNameAndUrlInputDialog10metaObjectEv@Base 4.96.0 + _ZNK22KNameAndUrlInputDialog3urlEv@Base 4.96.0 + _ZNK22KNameAndUrlInputDialog4nameEv@Base 4.96.0 + _ZNK22KNameAndUrlInputDialog7urlTextEv@Base 5.25.0 + _ZNK24KDirSortFilterProxyModel10metaObjectEv@Base 4.96.0 + _ZNK24KDirSortFilterProxyModel11hasChildrenERK11QModelIndex@Base 4.96.0 + _ZNK24KDirSortFilterProxyModel12canFetchMoreERK11QModelIndex@Base 4.96.0 + _ZNK24KDirSortFilterProxyModel15subSortLessThanERK11QModelIndexS2_@Base 4.96.0 + _ZNK24KDirSortFilterProxyModel16sortFoldersFirstEv@Base 4.96.0 + _ZNK24KDirSortFilterProxyModel20supportedDragOptionsEv@Base 4.96.0 + _ZNK26KStatusBarOfflineIndicator10metaObjectEv@Base 4.96.0 + _ZNK3KIO18DefaultViewAdapter10metaObjectEv@Base 5.20.0 + _ZNK3KIO18DefaultViewAdapter10visualRectERK11QModelIndex@Base 4.96.0 + _ZNK3KIO18DefaultViewAdapter11visibleAreaEv@Base 4.96.0 + _ZNK3KIO18DefaultViewAdapter5modelEv@Base 4.96.0 + _ZNK3KIO18DefaultViewAdapter7paletteEv@Base 4.96.0 + _ZNK3KIO18DefaultViewAdapter8iconSizeEv@Base 4.96.0 + _ZTI11KFileWidget@Base 4.96.0 + _ZTI12KDirOperator@Base 4.96.0 + _ZTI12KNewFileMenu@Base 4.96.0 + _ZTI13KUrlNavigator@Base 4.96.0 + _ZTI15KFileCopyToMenu@Base 5.6.0+git20150116.0016+15.04 + _ZTI15KFilePlacesView@Base 4.96.0 + _ZTI16KFileFilterCombo@Base 4.96.0 + _ZTI16KFileMetaPreview@Base 4.96.0 + _ZTI16KFilePlacesModel@Base 4.96.0 + _ZTI17KImageFilePreview@Base 4.96.0 + _ZTI18KPreviewWidgetBase@Base 4.96.0 + _ZTI20KAbstractViewAdapter@Base 4.96.0 + _ZTI21KFilePreviewGenerator@Base 4.96.0 + _ZTI22KNameAndUrlInputDialog@Base 4.96.0 + _ZTI24KDirSortFilterProxyModel@Base 4.96.0 + _ZTI26KStatusBarOfflineIndicator@Base 4.96.0 + _ZTIN3KIO18DefaultViewAdapterE@Base 4.96.0 + _ZTS11KFileWidget@Base 4.96.0 + _ZTS12KDirOperator@Base 4.96.0 + _ZTS12KNewFileMenu@Base 4.96.0 + _ZTS13KUrlNavigator@Base 4.96.0 + _ZTS15KFileCopyToMenu@Base 5.6.0+git20150116.0016+15.04 + _ZTS15KFilePlacesView@Base 4.96.0 + _ZTS16KFileFilterCombo@Base 4.96.0 + _ZTS16KFileMetaPreview@Base 4.96.0 + _ZTS16KFilePlacesModel@Base 4.96.0 + _ZTS17KImageFilePreview@Base 4.96.0 + _ZTS18KPreviewWidgetBase@Base 4.96.0 + _ZTS20KAbstractViewAdapter@Base 4.96.0 + _ZTS21KFilePreviewGenerator@Base 4.96.0 + _ZTS22KNameAndUrlInputDialog@Base 4.96.0 + _ZTS24KDirSortFilterProxyModel@Base 4.96.0 + _ZTS26KStatusBarOfflineIndicator@Base 4.96.0 + _ZTSN3KIO18DefaultViewAdapterE@Base 4.96.0 + _ZTV11KFileWidget@Base 4.96.0 + _ZTV12KDirOperator@Base 4.96.0 + _ZTV12KNewFileMenu@Base 4.96.0 + _ZTV13KUrlNavigator@Base 4.96.0 + _ZTV15KFileCopyToMenu@Base 5.6.0+git20150116.0016+15.04 + _ZTV15KFilePlacesView@Base 4.96.0 + _ZTV16KFileFilterCombo@Base 4.96.0 + _ZTV16KFileMetaPreview@Base 4.96.0 + _ZTV16KFilePlacesModel@Base 4.96.0 + _ZTV17KImageFilePreview@Base 4.96.0 + _ZTV18KPreviewWidgetBase@Base 4.96.0 + _ZTV20KAbstractViewAdapter@Base 4.96.0 + _ZTV21KFilePreviewGenerator@Base 4.96.0 + _ZTV22KNameAndUrlInputDialog@Base 4.96.0 + _ZTV24KDirSortFilterProxyModel@Base 4.96.0 + _ZTV26KStatusBarOfflineIndicator@Base 4.96.0 + _ZTVN3KIO18DefaultViewAdapterE@Base 4.96.0 + (c++)"non-virtual thunk to KDirOperator::~KDirOperator()@Base" 4.96.0 + (c++)"non-virtual thunk to KFileFilterCombo::~KFileFilterCombo()@Base" 4.96.0 + (c++)"non-virtual thunk to KFileMetaPreview::~KFileMetaPreview()@Base" 4.96.0 + (c++)"non-virtual thunk to KFilePlacesView::~KFilePlacesView()@Base" 4.96.0 + (c++)"non-virtual thunk to KFileWidget::~KFileWidget()@Base" 4.96.0 + (c++)"non-virtual thunk to KImageFilePreview::~KImageFilePreview()@Base" 4.96.0 + (c++)"non-virtual thunk to KNameAndUrlInputDialog::~KNameAndUrlInputDialog()@Base" 4.96.0 + (c++)"non-virtual thunk to KPreviewWidgetBase::~KPreviewWidgetBase()@Base" 4.96.0 + (c++)"non-virtual thunk to KStatusBarOfflineIndicator::~KStatusBarOfflineIndicator()@Base" 4.96.0 + (c++)"non-virtual thunk to KUrlNavigator::~KUrlNavigator()@Base" 4.96.0 diff --git a/libkf5kiogui5.install b/libkf5kiogui5.install new file mode 100644 index 0000000..41ab789 --- /dev/null +++ b/libkf5kiogui5.install @@ -0,0 +1,2 @@ +usr/lib/*/libKF5KIOGui.so.5 +usr/lib/*/libKF5KIOGui.so.5.* diff --git a/libkf5kiontlm5.install b/libkf5kiontlm5.install new file mode 100644 index 0000000..b5b1fff --- /dev/null +++ b/libkf5kiontlm5.install @@ -0,0 +1,2 @@ +usr/lib/*/libKF5KIONTLM.so.5 +usr/lib/*/libKF5KIONTLM.so.5.* diff --git a/libkf5kiontlm5.symbols b/libkf5kiontlm5.symbols new file mode 100644 index 0000000..1cf5dac --- /dev/null +++ b/libkf5kiontlm5.symbols @@ -0,0 +1,13 @@ +# SymbolsHelper-Confirmed: 4.96.0 amd64 +libKF5KIONTLM.so.5 libkf5kiontlm5 #MINVER# + _ZN5KNTLM10lmResponseERK10QByteArrayPKh@Base 4.96.0 + _ZN5KNTLM10ntlmv2HashERK7QStringS2_S2_@Base 4.96.0 + _ZN5KNTLM12getNegotiateER10QByteArrayRK7QStringS4_j@Base 4.96.0 + _ZN5KNTLM12lmv2ResponseERK10QByteArrayS2_PKh@Base 4.96.0 + _ZN5KNTLM13getLMResponseERK7QStringPKh@Base 4.96.0 + _ZN5KNTLM15getLMv2ResponseERK7QStringS2_S2_PKh@Base 4.96.0 + _ZN5KNTLM15getNTLMResponseERK7QStringPKh@Base 4.96.0 + _ZN5KNTLM17getNTLMv2ResponseERK7QStringS2_S2_RK10QByteArrayPKh@Base 4.96.0 + _ZN5KNTLM6lmHashERK7QString@Base 4.96.0 + _ZN5KNTLM7getAuthER10QByteArrayRKS0_RK7QStringS6_S6_S6_6QFlagsINS_8AuthFlagEE@Base 4.96.0 + _ZN5KNTLM8ntlmHashERK7QString@Base 4.96.0 diff --git a/libkf5kiowidgets5.install b/libkf5kiowidgets5.install new file mode 100644 index 0000000..7fe687f --- /dev/null +++ b/libkf5kiowidgets5.install @@ -0,0 +1,2 @@ +usr/lib/*/libKF5KIOWidgets.so.5 +usr/lib/*/libKF5KIOWidgets.so.5.* diff --git a/libkf5kiowidgets5.symbols b/libkf5kiowidgets5.symbols new file mode 100644 index 0000000..2168be7 --- /dev/null +++ b/libkf5kiowidgets5.symbols @@ -0,0 +1,1037 @@ +# SymbolsHelper-Confirmed: 5.27.0 amd64 armhf i386 +libKF5KIOWidgets.so.5 libkf5kiowidgets5 #MINVER#, kio + _ZN10KAutoMount11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN10KAutoMount11qt_metacastEPKc@Base 4.96.0 + _ZN10KAutoMount16staticMetaObjectE@Base 4.96.0 + _ZN10KAutoMount5errorEv@Base 4.96.0 + _ZN10KAutoMount8finishedEv@Base 4.96.0 + _ZN10KAutoMountC1EbRK10QByteArrayRK7QStringS5_S5_b@Base 4.96.0 + _ZN10KAutoMountC2EbRK10QByteArrayRK7QStringS5_S5_b@Base 4.96.0 + _ZN10KAutoMountD0Ev@Base 4.96.0 + _ZN10KAutoMountD1Ev@Base 4.96.0 + _ZN10KAutoMountD2Ev@Base 4.96.0 + _ZN10KDirLister10jobStartedEPN3KIO7ListJobE@Base 4.96.0 + _ZN10KDirLister10mainWindowEv@Base 4.96.0 + _ZN10KDirLister11handleErrorEPN3KIO3JobE@Base 4.96.0 + _ZN10KDirLister11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN10KDirLister11qt_metacastEPKc@Base 4.96.0 + _ZN10KDirLister13setMainWindowEP7QWidget@Base 4.96.0 + _ZN10KDirLister16staticMetaObjectE@Base 4.96.0 + _ZN10KDirLister18handleErrorMessageERK7QString@Base 4.96.0 + _ZN10KDirLister27setAutoErrorHandlingEnabledEbP7QWidget@Base 4.96.0 + _ZN10KDirListerC1EP7QObject@Base 4.96.0 + _ZN10KDirListerC2EP7QObject@Base 4.96.0 + _ZN10KDirListerD0Ev@Base 4.96.0 + _ZN10KDirListerD1Ev@Base 4.96.0 + _ZN10KDirListerD2Ev@Base 4.96.0 + _ZN10KUriFilter11filteredUriERK4QUrlRK11QStringList@Base 4.96.0 + _ZN10KUriFilter11filteredUriERK7QStringRK11QStringList@Base 4.96.0 + _ZN10KUriFilter11loadPluginsEv@Base 4.96.0 + _ZN10KUriFilter15filterSearchUriER14KUriFilterData6QFlagsINS_16SearchFilterTypeEE@Base 4.96.0 + _ZN10KUriFilter15filterSearchUriER14KUriFilterData@Base 4.96.0 + _ZN10KUriFilter4selfEv@Base 4.96.0 + _ZN10KUriFilter9filterUriER14KUriFilterDataRK11QStringList@Base 4.96.0 + _ZN10KUriFilter9filterUriER4QUrlRK11QStringList@Base 4.96.0 + _ZN10KUriFilter9filterUriER7QStringRK11QStringList@Base 4.96.0 + _ZN10KUriFilterC1Ev@Base 4.96.0 + _ZN10KUriFilterC2Ev@Base 4.96.0 + _ZN10KUriFilterD1Ev@Base 4.96.0 + _ZN10KUriFilterD2Ev@Base 4.96.0 + _ZN12KAutoUnmount11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN12KAutoUnmount11qt_metacastEPKc@Base 4.96.0 + _ZN12KAutoUnmount16staticMetaObjectE@Base 4.96.0 + _ZN12KAutoUnmount5errorEv@Base 4.96.0 + _ZN12KAutoUnmount8finishedEv@Base 4.96.0 + _ZN12KAutoUnmountC1ERK7QStringS2_@Base 4.96.0 + _ZN12KAutoUnmountC2ERK7QStringS2_@Base 4.96.0 + _ZN12KAutoUnmountD0Ev@Base 4.96.0 + _ZN12KAutoUnmountD1Ev@Base 4.96.0 + _ZN12KAutoUnmountD2Ev@Base 4.96.0 + (optional=templinst)_ZN12KConfigGroup10writeEntryIbEEvPKcRKT_6QFlagsIN11KConfigBase15WriteConfigFlagEE@Base 4.100.0 + _ZN12KUrlComboBox11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN12KUrlComboBox11qt_metacastEPKc@Base 4.96.0 + _ZN12KUrlComboBox11setDefaultsEv@Base 4.96.0 + _ZN12KUrlComboBox11setMaxItemsEi@Base 4.96.0 + _ZN12KUrlComboBox12urlActivatedERK4QUrl@Base 4.96.0 + _ZN12KUrlComboBox13addDefaultUrlERK4QUrlRK5QIconRK7QString@Base 4.96.0 + _ZN12KUrlComboBox13addDefaultUrlERK4QUrlRK7QString@Base 4.96.0 + _ZN12KUrlComboBox14mouseMoveEventEP11QMouseEvent@Base 4.96.0 + _ZN12KUrlComboBox15mousePressEventEP11QMouseEvent@Base 4.96.0 + _ZN12KUrlComboBox16staticMetaObjectE@Base 4.96.0 + _ZN12KUrlComboBox19setCompletionObjectEP11KCompletionb@Base 4.96.0 + _ZN12KUrlComboBox6setUrlERK4QUrl@Base 4.96.0 + _ZN12KUrlComboBox7setUrlsERK11QStringList@Base 4.96.0 + _ZN12KUrlComboBox7setUrlsERK11QStringListNS_17OverLoadResolvingE@Base 4.96.0 + _ZN12KUrlComboBox9removeUrlERK4QUrlb@Base 4.96.0 + _ZN12KUrlComboBoxC1ENS_4ModeEP7QWidget@Base 4.96.0 + _ZN12KUrlComboBoxC1ENS_4ModeEbP7QWidget@Base 4.96.0 + _ZN12KUrlComboBoxC2ENS_4ModeEP7QWidget@Base 4.96.0 + _ZN12KUrlComboBoxC2ENS_4ModeEbP7QWidget@Base 4.96.0 + _ZN12KUrlComboBoxD0Ev@Base 4.96.0 + _ZN12KUrlComboBoxD1Ev@Base 4.96.0 + _ZN12KUrlComboBoxD2Ev@Base 4.96.0 + _ZN12ThumbCreator18writeConfigurationEPK7QWidget@Base 4.99.0 + _ZN12ThumbCreator25createConfigurationWidgetEv@Base 4.99.0 + _ZN12ThumbCreatorD0Ev@Base 4.96.0 + _ZN12ThumbCreatorD1Ev@Base 4.96.0 + _ZN12ThumbCreatorD2Ev@Base 4.96.0 + _ZN13KUrlRequester10textEditedERK7QString@Base 5.22.0 + _ZN13KUrlRequester11changeEventEP6QEvent@Base 4.96.0 + _ZN13KUrlRequester11eventFilterEP7QObjectP6QEvent@Base 4.96.0 + _ZN13KUrlRequester11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN13KUrlRequester11qt_metacastEPKc@Base 4.96.0 + _ZN13KUrlRequester11setStartDirERK4QUrl@Base 4.96.0 + _ZN13KUrlRequester11textChangedERK7QString@Base 4.96.0 + _ZN13KUrlRequester11urlSelectedERK4QUrl@Base 4.96.0 + _ZN13KUrlRequester12customEditorEv@Base 4.96.0 + _ZN13KUrlRequester13returnPressedERK7QString@Base 4.96.0 + _ZN13KUrlRequester13returnPressedEv@Base 4.96.0 + _ZN13KUrlRequester14openFileDialogEPS_@Base 4.96.0 + _ZN13KUrlRequester15setClickMessageERK7QString@Base 4.96.0 + _ZN13KUrlRequester16staticMetaObjectE@Base 4.96.0 + _ZN13KUrlRequester18setPlaceholderTextERK7QString@Base 4.96.0 + _ZN13KUrlRequester20KUrlRequesterPrivate16_k_slotUpdateUrlEv@Base 4.96.0 + _ZN13KUrlRequester20KUrlRequesterPrivate17_k_slotOpenDialogEv@Base 4.96.0 + (optional)_ZN13KUrlRequester20KUrlRequesterPrivate25_k_slotFileDialogAcceptedEv@Base 5.0.0 + _ZN13KUrlRequester20KUrlRequesterPrivate4initEv@Base 4.96.0 + _ZN13KUrlRequester21setFileDialogModalityEN2Qt14WindowModalityE@Base 4.96.0 + _ZN13KUrlRequester5clearEv@Base 4.96.0 + _ZN13KUrlRequester6setUrlERK4QUrl@Base 4.96.0 + _ZN13KUrlRequester7setModeE6QFlagsIN5KFile4ModeEE@Base 4.96.0 + _ZN13KUrlRequester7setPathERK7QString@Base 4.96.0 + _ZN13KUrlRequester7setTextERK7QString@Base 4.96.0 + _ZN13KUrlRequester9setFilterERK7QString@Base 4.96.0 + _ZN13KUrlRequesterC1EP7QWidget@Base 4.96.0 + _ZN13KUrlRequesterC1EP7QWidgetS1_@Base 4.96.0 + _ZN13KUrlRequesterC1ERK4QUrlP7QWidget@Base 4.96.0 + _ZN13KUrlRequesterC2EP7QWidget@Base 4.96.0 + _ZN13KUrlRequesterC2EP7QWidgetS1_@Base 4.96.0 + _ZN13KUrlRequesterC2ERK4QUrlP7QWidget@Base 4.96.0 + _ZN13KUrlRequesterD0Ev@Base 4.96.0 + _ZN13KUrlRequesterD1Ev@Base 4.96.0 + _ZN13KUrlRequesterD2Ev@Base 4.96.0 + _ZN14KSslInfoDialog10setSslInfoERK5QListI15QSslCertificateERK7QStringS7_S7_S7_iiRKS0_IS0_IN9KSslError5ErrorEEE@Base 4.96.0 + _ZN14KSslInfoDialog11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN14KSslInfoDialog11qt_metacastEPKc@Base 4.96.0 + _ZN14KSslInfoDialog16displayFromChainEi@Base 4.96.0 + _ZN14KSslInfoDialog16errorsFromStringERK7QString@Base 4.96.0 + _ZN14KSslInfoDialog16staticMetaObjectE@Base 4.96.0 + _ZN14KSslInfoDialog20setMainPartEncryptedEb@Base 4.96.0 + _ZN14KSslInfoDialog25updateWhichPartsEncryptedEv@Base 4.96.0 + _ZN14KSslInfoDialog26setAuxiliaryPartsEncryptedEb@Base 4.96.0 + _ZN14KSslInfoDialogC1EP7QWidget@Base 4.96.0 + _ZN14KSslInfoDialogC2EP7QWidget@Base 4.96.0 + _ZN14KSslInfoDialogD0Ev@Base 4.96.0 + _ZN14KSslInfoDialogD1Ev@Base 4.96.0 + _ZN14KSslInfoDialogD2Ev@Base 4.96.0 + _ZN14KUriFilterData15setAbsolutePathERK7QString@Base 4.96.0 + _ZN14KUriFilterData19setDefaultUrlSchemeERK7QString@Base 4.96.0 + _ZN14KUriFilterData22setCheckForExecutablesEb@Base 4.96.0 + _ZN14KUriFilterData25setSearchFilteringOptionsE6QFlagsINS_18SearchFilterOptionEE@Base 4.96.0 + _ZN14KUriFilterData27setAlternateSearchProvidersERK11QStringList@Base 4.96.0 + _ZN14KUriFilterData33setAlternateDefaultSearchProviderERK7QString@Base 4.96.0 + _ZN14KUriFilterData7setDataERK4QUrl@Base 4.96.0 + _ZN14KUriFilterData7setDataERK7QString@Base 4.96.0 + _ZN14KUriFilterData8iconNameEv@Base 4.96.0 + _ZN14KUriFilterDataC1ERK4QUrl@Base 4.96.0 + _ZN14KUriFilterDataC1ERK7QString@Base 4.96.0 + _ZN14KUriFilterDataC1ERKS_@Base 4.96.0 + _ZN14KUriFilterDataC1Ev@Base 4.96.0 + _ZN14KUriFilterDataC2ERK4QUrl@Base 4.96.0 + _ZN14KUriFilterDataC2ERK7QString@Base 4.96.0 + _ZN14KUriFilterDataC2ERKS_@Base 4.96.0 + _ZN14KUriFilterDataC2Ev@Base 4.96.0 + _ZN14KUriFilterDataD1Ev@Base 4.96.0 + _ZN14KUriFilterDataD2Ev@Base 4.96.0 + _ZN14KUriFilterDataaSERK4QUrl@Base 4.96.0 + _ZN14KUriFilterDataaSERK7QString@Base 4.96.0 + _ZN14KUrlCompletion11customEventEP6QEvent@Base 4.96.0 + _ZN14KUrlCompletion11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN14KUrlCompletion11qt_metacastEPKc@Base 4.96.0 + _ZN14KUrlCompletion12replacedPathERK7QStringbb@Base 4.96.0 + _ZN14KUrlCompletion13setReplaceEnvEb@Base 4.96.0 + _ZN14KUrlCompletion14makeCompletionERK7QString@Base 4.96.0 + _ZN14KUrlCompletion14setReplaceHomeEb@Base 4.96.0 + _ZN14KUrlCompletion16staticMetaObjectE@Base 4.96.0 + _ZN14KUrlCompletion4stopEv@Base 4.96.0 + _ZN14KUrlCompletion6setDirERK4QUrl@Base 4.96.0 + _ZN14KUrlCompletion7setModeENS_4ModeE@Base 4.96.0 + _ZN14KUrlCompletionC1ENS_4ModeE@Base 4.96.0 + _ZN14KUrlCompletionC1Ev@Base 4.96.0 + _ZN14KUrlCompletionC2ENS_4ModeE@Base 4.96.0 + _ZN14KUrlCompletionC2Ev@Base 4.96.0 + _ZN14KUrlCompletionD0Ev@Base 4.96.0 + _ZN14KUrlCompletionD1Ev@Base 4.96.0 + _ZN14KUrlCompletionD2Ev@Base 4.96.0 + _ZN14ThumbCreatorV2D0Ev@Base 4.96.0 + _ZN14ThumbCreatorV2D1Ev@Base 4.96.0 + _ZN14ThumbCreatorV2D2Ev@Base 4.96.0 + _ZN15KOpenWithDialog11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN15KOpenWithDialog11qt_metacastEPKc@Base 4.96.0 + _ZN15KOpenWithDialog12slotSelectedERK7QStringS2_@Base 4.96.0 + _ZN15KOpenWithDialog15slotHighlightedERK7QStringS2_@Base 4.96.0 + _ZN15KOpenWithDialog15slotTextChangedEv@Base 4.96.0 + _ZN15KOpenWithDialog16staticMetaObjectE@Base 4.96.0 + _ZN15KOpenWithDialog17hideNoCloseOnExitEv@Base 4.96.0 + _ZN15KOpenWithDialog17hideRunInTerminalEv@Base 4.96.0 + _ZN15KOpenWithDialog19slotTerminalToggledEb@Base 4.96.0 + _ZN15KOpenWithDialog22setSaveNewApplicationsEb@Base 4.96.0 + _ZN15KOpenWithDialog6acceptEv@Base 4.96.0 + _ZN15KOpenWithDialogC1EP7QWidget@Base 4.96.0 + _ZN15KOpenWithDialogC1ERK5QListI4QUrlEP7QWidget@Base 4.96.0 + _ZN15KOpenWithDialogC1ERK5QListI4QUrlERK7QStringS7_P7QWidget@Base 4.96.0 + _ZN15KOpenWithDialogC1ERK7QStringS2_P7QWidget@Base 4.96.0 + _ZN15KOpenWithDialogC2EP7QWidget@Base 4.96.0 + _ZN15KOpenWithDialogC2ERK5QListI4QUrlEP7QWidget@Base 4.96.0 + _ZN15KOpenWithDialogC2ERK5QListI4QUrlERK7QStringS7_P7QWidget@Base 4.96.0 + _ZN15KOpenWithDialogC2ERK7QStringS2_P7QWidget@Base 4.96.0 + _ZN15KOpenWithDialogD0Ev@Base 4.96.0 + _ZN15KOpenWithDialogD1Ev@Base 4.96.0 + _ZN15KOpenWithDialogD2Ev@Base 4.96.0 + _ZN16KFileItemActions11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN16KFileItemActions11qt_metacastEPKc@Base 4.96.0 + _ZN16KFileItemActions15setParentWidgetEP7QWidget@Base 4.96.0 + _ZN16KFileItemActions16staticMetaObjectE@Base 4.96.0 + _ZN16KFileItemActions18addPluginActionsToEP5QMenu@Base 5.27.0 + _ZN16KFileItemActions19addServiceActionsToEP5QMenu@Base 4.96.0 + _ZN16KFileItemActions20addOpenWithActionsToEP5QMenuRK7QString@Base 4.96.0 + _ZN16KFileItemActions21setItemListPropertiesERK23KFileItemListProperties@Base 4.96.0 + _ZN16KFileItemActions22associatedApplicationsERK11QStringListRK7QString@Base 4.96.0 + _ZN16KFileItemActions23preferredOpenWithActionERK7QString@Base 4.96.0 + _ZN16KFileItemActions24runPreferredApplicationsERK13KFileItemListRK7QString@Base 4.96.0 + _ZN16KFileItemActions28openWithDialogAboutToBeShownEv@Base 4.96.0 + _ZN16KFileItemActionsC1EP7QObject@Base 4.96.0 + _ZN16KFileItemActionsC2EP7QObject@Base 4.96.0 + _ZN16KFileItemActionsD0Ev@Base 4.96.0 + _ZN16KFileItemActionsD1Ev@Base 4.96.0 + _ZN16KFileItemActionsD2Ev@Base 4.96.0 + _ZN16KShellCompletion11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN16KShellCompletion11qt_metacastEPKc@Base 4.96.0 + _ZN16KShellCompletion14makeCompletionERK7QString@Base 4.96.0 + _ZN16KShellCompletion16staticMetaObjectE@Base 4.96.0 + _ZN16KShellCompletionC1Ev@Base 4.96.0 + _ZN16KShellCompletionC2Ev@Base 4.96.0 + _ZN16KShellCompletionD0Ev@Base 4.96.0 + _ZN16KShellCompletionD1Ev@Base 4.96.0 + _ZN16KShellCompletionD2Ev@Base 4.96.0 + _ZN16KUriFilterPlugin11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN16KUriFilterPlugin11qt_metacastEPKc@Base 4.96.0 + _ZN16KUriFilterPlugin16staticMetaObjectE@Base 4.96.0 + _ZN16KUriFilterPluginC1ERK7QStringP7QObject@Base 4.96.0 + _ZN16KUriFilterPluginC2ERK7QStringP7QObject@Base 4.96.0 + _ZN17KFileItemDelegate11editorEventEP6QEventP18QAbstractItemModelRK20QStyleOptionViewItemRK11QModelIndex@Base 4.96.0 + _ZN17KFileItemDelegate11eventFilterEP7QObjectP6QEvent@Base 4.96.0 + _ZN17KFileItemDelegate11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN17KFileItemDelegate11qt_metacastEPKc@Base 4.96.0 + _ZN17KFileItemDelegate11setWrapModeEN11QTextOption8WrapModeE@Base 4.96.0 + _ZN17KFileItemDelegate13setShadowBlurEd@Base 4.96.0 + _ZN17KFileItemDelegate14setMaximumSizeERK5QSize@Base 4.96.0 + _ZN17KFileItemDelegate14setShadowColorERK6QColor@Base 4.96.0 + _ZN17KFileItemDelegate15setShadowOffsetERK7QPointF@Base 4.96.0 + _ZN17KFileItemDelegate16staticMetaObjectE@Base 4.96.0 + _ZN17KFileItemDelegate18setShowInformationENS_11InformationE@Base 4.96.0 + _ZN17KFileItemDelegate18setShowInformationERK5QListINS_11InformationEE@Base 4.96.0 + _ZN17KFileItemDelegate22setJobTransfersVisibleEb@Base 4.96.0 + _ZN17KFileItemDelegate24setShowToolTipWhenElidedEb@Base 4.96.0 + _ZN17KFileItemDelegate5shapeERK20QStyleOptionViewItemRK11QModelIndex@Base 4.96.0 + _ZN17KFileItemDelegate7Private10gotNewIconERK11QModelIndex@Base 4.96.0 + _ZN17KFileItemDelegate7Private16restartAnimationEPN3KIO14AnimationStateE@Base 4.96.0 + _ZN17KFileItemDelegate7Private17paintJobTransfersEP8QPainterRKdRK6QPointRK20QStyleOptionViewItem@Base 4.96.0 + _ZN17KFileItemDelegate7Private17setVerticalMarginENS0_10MarginTypeEiiii@Base 4.96.0 + _ZN17KFileItemDelegate7Private19setHorizontalMarginENS0_10MarginTypeEiiii@Base 4.96.0 + _ZN17KFileItemDelegate7PrivateC1EPS_@Base 4.96.0 + _ZN17KFileItemDelegate7PrivateC2EPS_@Base 4.96.0 + _ZN17KFileItemDelegate9helpEventEP10QHelpEventP17QAbstractItemViewRK20QStyleOptionViewItemRK11QModelIndex@Base 4.96.0 + _ZN17KFileItemDelegateC1EP7QObject@Base 4.96.0 + _ZN17KFileItemDelegateC2EP7QObject@Base 4.96.0 + _ZN17KFileItemDelegateD0Ev@Base 4.96.0 + _ZN17KFileItemDelegateD1Ev@Base 4.96.0 + _ZN17KFileItemDelegateD2Ev@Base 4.96.0 + _ZN17KPropertiesDialog10canDisplayERK13KFileItemList@Base 4.96.0 + _ZN17KPropertiesDialog10showDialogERK13KFileItemListP7QWidgetb@Base 4.96.0 + _ZN17KPropertiesDialog10showDialogERK4QUrlP7QWidgetb@Base 4.96.0 + _ZN17KPropertiesDialog10showDialogERK5QListI4QUrlEP7QWidgetb@Base 5.10.0 + _ZN17KPropertiesDialog10showDialogERK9KFileItemP7QWidgetb@Base 4.96.0 + _ZN17KPropertiesDialog10slotCancelEv@Base 5.27.0 + _ZN17KPropertiesDialog11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN17KPropertiesDialog11qt_metacastEPKc@Base 4.96.0 + _ZN17KPropertiesDialog12insertPluginEP23KPropertiesDialogPlugin@Base 4.96.0 + _ZN17KPropertiesDialog13abortApplyingEv@Base 4.96.0 + _ZN17KPropertiesDialog13leaveModalityEv@Base 4.96.0 + _ZN17KPropertiesDialog16propertiesClosedEv@Base 4.96.0 + _ZN17KPropertiesDialog16staticMetaObjectE@Base 4.96.0 + _ZN17KPropertiesDialog18setFileSharingPageEP7QWidget@Base 4.96.0 + _ZN17KPropertiesDialog19setFileNameReadOnlyEb@Base 4.96.0 + _ZN17KPropertiesDialog19showFileSharingPageEv@Base 4.96.0 + _ZN17KPropertiesDialog24KPropertiesDialogPrivate11insertPagesEv@Base 4.96.0 + _ZN17KPropertiesDialog24KPropertiesDialogPrivate4initEv@Base 4.96.0 + _ZN17KPropertiesDialog4itemEv@Base 4.96.0 + _ZN17KPropertiesDialog6acceptEv@Base 5.25.0 + _ZN17KPropertiesDialog6rejectEv@Base 5.25.0 + _ZN17KPropertiesDialog6renameERK7QString@Base 4.96.0 + _ZN17KPropertiesDialog6saveAsERK4QUrlRS0_@Base 4.96.0 + _ZN17KPropertiesDialog6slotOkEv@Base 5.27.0 + _ZN17KPropertiesDialog7appliedEv@Base 4.96.0 + _ZN17KPropertiesDialog8canceledEv@Base 4.96.0 + _ZN17KPropertiesDialog9updateUrlERK4QUrl@Base 4.96.0 + _ZN17KPropertiesDialogC1ERK13KFileItemListP7QWidget@Base 4.96.0 + _ZN17KPropertiesDialogC1ERK4QUrlP7QWidget@Base 4.96.0 + _ZN17KPropertiesDialogC1ERK4QUrlS2_RK7QStringP7QWidget@Base 4.96.0 + _ZN17KPropertiesDialogC1ERK5QListI4QUrlEP7QWidget@Base 5.10.0 + _ZN17KPropertiesDialogC1ERK7QStringP7QWidget@Base 4.96.0 + _ZN17KPropertiesDialogC1ERK9KFileItemP7QWidget@Base 4.96.0 + _ZN17KPropertiesDialogC2ERK13KFileItemListP7QWidget@Base 4.96.0 + _ZN17KPropertiesDialogC2ERK4QUrlP7QWidget@Base 4.96.0 + _ZN17KPropertiesDialogC2ERK4QUrlS2_RK7QStringP7QWidget@Base 4.96.0 + _ZN17KPropertiesDialogC2ERK5QListI4QUrlEP7QWidget@Base 5.10.0 + _ZN17KPropertiesDialogC2ERK7QStringP7QWidget@Base 4.96.0 + _ZN17KPropertiesDialogC2ERK9KFileItemP7QWidget@Base 4.96.0 + _ZN17KPropertiesDialogD0Ev@Base 4.96.0 + _ZN17KPropertiesDialogD1Ev@Base 4.96.0 + _ZN17KPropertiesDialogD2Ev@Base 4.96.0 + _ZN18KOverlayIconPlugin11qt_metacallEN11QMetaObject4CallEiPPv@Base 5.16.0 + _ZN18KOverlayIconPlugin11qt_metacastEPKc@Base 5.16.0 + _ZN18KOverlayIconPlugin15overlaysChangedERK4QUrlRK11QStringList@Base 5.16.0 + _ZN18KOverlayIconPlugin16staticMetaObjectE@Base 5.16.0 + _ZN18KOverlayIconPluginC1EP7QObject@Base 5.16.0 + _ZN18KOverlayIconPluginC2EP7QObject@Base 5.16.0 + _ZN18KOverlayIconPluginD0Ev@Base 5.16.0 + _ZN18KOverlayIconPluginD1Ev@Base 5.16.0 + _ZN18KOverlayIconPluginD2Ev@Base 5.16.0 + _ZN18KSslCertificateBox11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN18KSslCertificateBox11qt_metacastEPKc@Base 4.96.0 + _ZN18KSslCertificateBox14setCertificateERK15QSslCertificateNS_16CertificatePartyE@Base 4.96.0 + _ZN18KSslCertificateBox16staticMetaObjectE@Base 4.96.0 + _ZN18KSslCertificateBox5clearEv@Base 4.96.0 + _ZN18KSslCertificateBoxC1EP7QWidget@Base 4.96.0 + _ZN18KSslCertificateBoxC2EP7QWidget@Base 4.96.0 + _ZN18KSslCertificateBoxD0Ev@Base 4.96.0 + _ZN18KSslCertificateBoxD1Ev@Base 4.96.0 + _ZN18KSslCertificateBoxD2Ev@Base 4.96.0 + _ZN18KUrlComboRequester11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN18KUrlComboRequester11qt_metacastEPKc@Base 4.96.0 + _ZN18KUrlComboRequester16staticMetaObjectE@Base 4.96.0 + _ZN18KUrlComboRequesterC1EP7QWidget@Base 4.96.0 + _ZN18KUrlComboRequesterC2EP7QWidget@Base 4.96.0 + _ZN18KUrlPixmapProvider12virtual_hookEiPv@Base 4.96.0 + _ZN18KUrlPixmapProvider9pixmapForERK7QStringi@Base 4.96.0 + _ZN18KUrlPixmapProviderC1Ev@Base 4.96.0 + _ZN18KUrlPixmapProviderC2Ev@Base 4.96.0 + _ZN18KUrlPixmapProviderD0Ev@Base 4.96.0 + _ZN18KUrlPixmapProviderD1Ev@Base 4.96.0 + _ZN18KUrlPixmapProviderD2Ev@Base 4.96.0 + _ZN19KDesktopFileActions14executeServiceERK5QListI4QUrlERK14KServiceAction@Base 4.96.0 + _ZN19KDesktopFileActions14runWithStartupERK4QUrlbRK10QByteArray@Base 5.4.0+git20141203.0249+15.04 + _ZN19KDesktopFileActions15builtinServicesERK4QUrl@Base 4.96.0 + _ZN19KDesktopFileActions19userDefinedServicesERK7QStringRK12KDesktopFilebRK5QListI4QUrlE@Base 4.96.0 + _ZN19KDesktopFileActions19userDefinedServicesERK7QStringb@Base 4.96.0 + _ZN19KDesktopFileActions19userDefinedServicesERK8KServicebRK5QListI4QUrlE@Base 4.96.0 + _ZN19KDesktopFileActions3runERK4QUrlb@Base 4.96.0 + _ZN19KUrlRequesterDialog10fileDialogEv@Base 4.96.0 + _ZN19KUrlRequesterDialog11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN19KUrlRequesterDialog11qt_metacastEPKc@Base 4.96.0 + _ZN19KUrlRequesterDialog12urlRequesterEv@Base 4.96.0 + _ZN19KUrlRequesterDialog16staticMetaObjectE@Base 4.96.0 + _ZN19KUrlRequesterDialog6getUrlERK4QUrlP7QWidgetRK7QString@Base 4.96.0 + _ZN19KUrlRequesterDialogC1ERK4QUrlP7QWidget@Base 4.96.0 + _ZN19KUrlRequesterDialogC1ERK4QUrlRK7QStringP7QWidget@Base 4.96.0 + _ZN19KUrlRequesterDialogC2ERK4QUrlP7QWidget@Base 4.96.0 + _ZN19KUrlRequesterDialogC2ERK4QUrlRK7QStringP7QWidget@Base 4.96.0 + _ZN19KUrlRequesterDialogD0Ev@Base 4.96.0 + _ZN19KUrlRequesterDialogD1Ev@Base 4.96.0 + _ZN19KUrlRequesterDialogD2Ev@Base 4.96.0 + _ZN20ThumbSequenceCreator16setSequenceIndexEf@Base 4.96.0 + _ZN20ThumbSequenceCreatorC1Ev@Base 4.96.0 + _ZN20ThumbSequenceCreatorC2Ev@Base 4.96.0 + _ZN20ThumbSequenceCreatorD0Ev@Base 4.96.0 + _ZN20ThumbSequenceCreatorD1Ev@Base 4.96.0 + _ZN20ThumbSequenceCreatorD2Ev@Base 4.96.0 + _ZN23KPropertiesDialogPlugin11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN23KPropertiesDialogPlugin11qt_metacastEPKc@Base 4.96.0 + _ZN23KPropertiesDialogPlugin12applyChangesEv@Base 4.96.0 + _ZN23KPropertiesDialogPlugin13isDesktopFileERK9KFileItem@Base 4.96.0 + _ZN23KPropertiesDialogPlugin16staticMetaObjectE@Base 4.96.0 + _ZN23KPropertiesDialogPlugin7changedEv@Base 4.96.0 + _ZN23KPropertiesDialogPlugin8setDirtyEb@Base 4.96.0 + _ZN23KPropertiesDialogPlugin8setDirtyEv@Base 4.96.0 + _ZN23KPropertiesDialogPluginC1EP17KPropertiesDialog@Base 4.96.0 + _ZN23KPropertiesDialogPluginC2EP17KPropertiesDialog@Base 4.96.0 + _ZN23KPropertiesDialogPluginD0Ev@Base 4.96.0 + _ZN23KPropertiesDialogPluginD1Ev@Base 4.96.0 + _ZN23KPropertiesDialogPluginD2Ev@Base 4.96.0 + _ZN24KUriFilterSearchProvider11setIconNameERK7QString@Base 4.96.0 + _ZN24KUriFilterSearchProvider19setDesktopEntryNameERK7QString@Base 4.96.0 + _ZN24KUriFilterSearchProvider7setKeysERK11QStringList@Base 4.96.0 + _ZN24KUriFilterSearchProvider7setNameERK7QString@Base 4.96.0 + _ZN24KUriFilterSearchProviderC1ERKS_@Base 4.96.0 + _ZN24KUriFilterSearchProviderC1Ev@Base 4.96.0 + _ZN24KUriFilterSearchProviderC2ERKS_@Base 4.96.0 + _ZN24KUriFilterSearchProviderC2Ev@Base 4.96.0 + _ZN24KUriFilterSearchProviderD0Ev@Base 4.96.0 + _ZN24KUriFilterSearchProviderD1Ev@Base 4.96.0 + _ZN24KUriFilterSearchProviderD2Ev@Base 4.96.0 + _ZN24KUriFilterSearchProvideraSERKS_@Base 4.96.0 + _ZN26KBuildSycocaProgressDialog11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN26KBuildSycocaProgressDialog11qt_metacastEPKc@Base 4.96.0 + _ZN26KBuildSycocaProgressDialog14rebuildKSycocaEP7QWidget@Base 4.96.0 + _ZN26KBuildSycocaProgressDialog16staticMetaObjectE@Base 4.96.0 + _ZN26KBuildSycocaProgressDialogC1EP7QWidgetRK7QStringS4_@Base 4.96.0 + _ZN26KBuildSycocaProgressDialogC2EP7QWidgetRK7QStringS4_@Base 4.96.0 + _ZN26KBuildSycocaProgressDialogD0Ev@Base 4.96.0 + _ZN26KBuildSycocaProgressDialogD1Ev@Base 4.96.0 + _ZN26KBuildSycocaProgressDialogD2Ev@Base 4.96.0 + _ZN29KAbstractFileItemActionPlugin11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN29KAbstractFileItemActionPlugin11qt_metacastEPKc@Base 4.96.0 + _ZN29KAbstractFileItemActionPlugin16staticMetaObjectE@Base 4.96.0 + _ZN29KAbstractFileItemActionPluginC1EP7QObject@Base 4.96.0 + _ZN29KAbstractFileItemActionPluginC2EP7QObject@Base 4.96.0 + _ZN29KAbstractFileItemActionPluginD0Ev@Base 4.96.0 + _ZN29KAbstractFileItemActionPluginD1Ev@Base 4.96.0 + _ZN29KAbstractFileItemActionPluginD2Ev@Base 4.96.0 + _ZN3KIO10PreviewJob10gotPreviewERK9KFileItemRK7QPixmap@Base 4.96.0 + _ZN3KIO10PreviewJob10removeItemERK4QUrl@Base 4.96.0 + _ZN3KIO10PreviewJob10slotResultEP4KJob@Base 4.96.0 + _ZN3KIO10PreviewJob11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN3KIO10PreviewJob11qt_metacastEPKc@Base 4.96.0 + _ZN3KIO10PreviewJob12setScaleTypeENS0_9ScaleTypeE@Base 4.96.0 + _ZN3KIO10PreviewJob15maximumFileSizeEv@Base 4.96.0 + _ZN3KIO10PreviewJob16availablePluginsEv@Base 4.96.0 + _ZN3KIO10PreviewJob16setSequenceIndexEi@Base 4.96.0 + _ZN3KIO10PreviewJob16staticMetaObjectE@Base 4.96.0 + _ZN3KIO10PreviewJob18setOverlayIconSizeEi@Base 4.96.0 + _ZN3KIO10PreviewJob18supportedMimeTypesEv@Base 4.96.0 + _ZN3KIO10PreviewJob19setOverlayIconAlphaEi@Base 4.96.0 + _ZN3KIO10PreviewJob20setIgnoreMaximumSizeEb@Base 4.96.0 + _ZN3KIO10PreviewJob6failedERK9KFileItem@Base 4.96.0 + _ZN3KIO10PreviewJobC1ERK13KFileItemListRK5QSizePK11QStringList@Base 4.96.0 + _ZN3KIO10PreviewJobC1ERK13KFileItemListiiiibbPK11QStringList@Base 4.96.0 + _ZN3KIO10PreviewJobC2ERK13KFileItemListRK5QSizePK11QStringList@Base 4.96.0 + _ZN3KIO10PreviewJobC2ERK13KFileItemListiiiibbPK11QStringList@Base 4.96.0 + _ZN3KIO10PreviewJobD0Ev@Base 4.96.0 + _ZN3KIO10PreviewJobD1Ev@Base 4.96.0 + _ZN3KIO10PreviewJobD2Ev@Base 4.96.0 + _ZN3KIO10SkipDialog11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN3KIO10SkipDialog11qt_metacastEPKc@Base 4.96.0 + _ZN3KIO10SkipDialog11skipPressedEv@Base 4.96.0 + _ZN3KIO10SkipDialog12retryPressedEv@Base 4.96.0 + _ZN3KIO10SkipDialog13cancelPressedEv@Base 4.96.0 + _ZN3KIO10SkipDialog15autoSkipPressedEv@Base 4.96.0 + _ZN3KIO10SkipDialog16staticMetaObjectE@Base 4.96.0 + _ZN3KIO10SkipDialog6resultEPS0_i@Base 4.96.0 + _ZN3KIO10SkipDialogC1EP7QWidget6QFlagsINS_17SkipDialog_OptionEERK7QString@Base 4.96.0 + _ZN3KIO10SkipDialogC2EP7QWidget6QFlagsINS_17SkipDialog_OptionEERK7QString@Base 4.96.0 + _ZN3KIO10SkipDialogD0Ev@Base 4.96.0 + _ZN3KIO10SkipDialogD1Ev@Base 4.96.0 + _ZN3KIO10SkipDialogD2Ev@Base 4.96.0 + _ZN3KIO11ImageFilter10shadowBlurER6QImagefRK6QColor@Base 4.96.0 + _ZN3KIO11Integration21sslConfigFromMetaDataERKNS_8MetaDataER17QSslConfiguration@Base 4.96.0 + _ZN3KIO11Integration9CookieJar11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN3KIO11Integration9CookieJar11qt_metacastEPKc@Base 4.96.0 + (subst)_ZN3KIO11Integration9CookieJar11setWindowIdE{quintptr}@Base 4.96.0 + _ZN3KIO11Integration9CookieJar16staticMetaObjectE@Base 4.96.0 + _ZN3KIO11Integration9CookieJar17setCookiesFromUrlERK5QListI14QNetworkCookieERK4QUrl@Base 4.96.0 + _ZN3KIO11Integration9CookieJar20reparseConfigurationEv@Base 4.96.0 + _ZN3KIO11Integration9CookieJar23setDisableCookieStorageEb@Base 4.96.0 + _ZN3KIO11Integration9CookieJarC1EP7QObject@Base 4.96.0 + _ZN3KIO11Integration9CookieJarC2EP7QObject@Base 4.96.0 + _ZN3KIO11Integration9CookieJarD0Ev@Base 4.96.0 + _ZN3KIO11Integration9CookieJarD1Ev@Base 4.96.0 + _ZN3KIO11Integration9CookieJarD2Ev@Base 4.96.0 + _ZN3KIO11filePreviewERK13KFileItemListRK5QSizePK11QStringList@Base 4.96.0 + _ZN3KIO11filePreviewERK13KFileItemListiiiibbPK11QStringList@Base 4.96.0 + _ZN3KIO11filePreviewERK5QListI4QUrlEiiiibbPK11QStringList@Base 4.96.0 + _ZN3KIO12RenameDialog10newDestUrlEv@Base 4.96.0 + _ZN3KIO12RenameDialog11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN3KIO12RenameDialog11qt_metacastEPKc@Base 4.96.0 + _ZN3KIO12RenameDialog11showSrcIconERK9KFileItem@Base 4.96.0 + _ZN3KIO12RenameDialog11skipPressedEv@Base 4.96.0 + _ZN3KIO12RenameDialog11suggestNameERK4QUrlRK7QString@Base 4.96.0 + _ZN3KIO12RenameDialog12resizePanelsEv@Base 4.96.0 + _ZN3KIO12RenameDialog12showDestIconERK9KFileItem@Base 4.96.0 + _ZN3KIO12RenameDialog13cancelPressedEv@Base 4.96.0 + _ZN3KIO12RenameDialog13renamePressedEv@Base 4.96.0 + _ZN3KIO12RenameDialog13resumePressedEv@Base 4.96.0 + _ZN3KIO12RenameDialog14showSrcPreviewERK9KFileItemRK7QPixmap@Base 4.96.0 + _ZN3KIO12RenameDialog15applyAllPressedEv@Base 4.96.0 + _ZN3KIO12RenameDialog15autoSkipPressedEv@Base 4.96.0 + _ZN3KIO12RenameDialog15showDestPreviewERK9KFileItemRK7QPixmap@Base 4.96.0 + _ZN3KIO12RenameDialog16overwritePressedEv@Base 4.96.0 + _ZN3KIO12RenameDialog16resumeAllPressedEv@Base 4.96.0 + _ZN3KIO12RenameDialog16staticMetaObjectE@Base 4.96.0 + _ZN3KIO12RenameDialog18enableRenameButtonERK7QString@Base 4.96.0 + _ZN3KIO12RenameDialog19overwriteAllPressedEv@Base 4.96.0 + _ZN3KIO12RenameDialog21createContainerLayoutEP7QWidgetRK9KFileItemP6QLabel@Base 4.96.0 + _ZN3KIO12RenameDialog21suggestNewNamePressedEv@Base 4.96.0 + _ZN3KIO12RenameDialogC1EP7QWidgetRK7QStringRK4QUrlS8_6QFlagsINS_19RenameDialog_OptionEEyyRK9QDateTimeSE_SE_SE_@Base 4.96.0 + _ZN3KIO12RenameDialogC2EP7QWidgetRK7QStringRK4QUrlS8_6QFlagsINS_19RenameDialog_OptionEEyyRK9QDateTimeSE_SE_SE_@Base 4.96.0 + _ZN3KIO12RenameDialogD0Ev@Base 4.96.0 + _ZN3KIO12RenameDialogD1Ev@Base 4.96.0 + _ZN3KIO12RenameDialogD2Ev@Base 4.96.0 + _ZN3KIO12pixmapForUrlERK4QUrliN11KIconLoader5GroupEiiP7QString@Base 4.96.0 + _ZN3KIO13AccessManager11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN3KIO13AccessManager11qt_metacastEPKc@Base 4.96.0 + _ZN3KIO13AccessManager13createRequestEN21QNetworkAccessManager9OperationERK15QNetworkRequestP9QIODevice@Base 4.96.0 + _ZN3KIO13AccessManager14putReplyOnHoldEP13QNetworkReply@Base 4.96.0 + _ZN3KIO13AccessManager15requestMetaDataEv@Base 4.96.0 + _ZN3KIO13AccessManager15sessionMetaDataEv@Base 4.96.0 + _ZN3KIO13AccessManager16staticMetaObjectE@Base 4.96.0 + _ZN3KIO13AccessManager20AccessManagerPrivate21setMetaDataForRequestE15QNetworkRequestRNS_8MetaDataE@Base 4.96.0 + (subst)_ZN3KIO13AccessManager20setCookieJarWindowIdE{quintptr}@Base 4.96.0 + _ZN3KIO13AccessManager25setExternalContentAllowedEb@Base 4.96.0 + _ZN3KIO13AccessManager32setEmitReadyReadOnMetaDataChangeEb@Base 4.96.0 + _ZN3KIO13AccessManager9setWindowEP7QWidget@Base 4.96.0 + _ZN3KIO13AccessManagerC1EP7QObject@Base 4.96.0 + _ZN3KIO13AccessManagerC2EP7QObject@Base 4.96.0 + _ZN3KIO13AccessManagerD0Ev@Base 4.96.0 + _ZN3KIO13AccessManagerD1Ev@Base 4.96.0 + _ZN3KIO13AccessManagerD2Ev@Base 4.96.0 + _ZN3KIO13JobUiDelegate11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN3KIO13JobUiDelegate11qt_metacastEPKc@Base 4.96.0 + _ZN3KIO13JobUiDelegate13askFileRenameEP4KJobRK7QStringRK4QUrlS8_6QFlagsINS_19RenameDialog_OptionEERS3_yyRK9QDateTimeSF_SF_SF_@Base 4.96.0 + _ZN3KIO13JobUiDelegate16staticMetaObjectE@Base 4.96.0 + _ZN3KIO13JobUiDelegate16unregisterWindowEP7QWidget@Base 5.2.0 + _ZN3KIO13JobUiDelegate17requestMessageBoxENS_22JobUiDelegateExtension14MessageBoxTypeERK7QStringS5_S5_S5_S5_S5_S5_RKNS_8MetaDataE@Base 4.96.0 + _ZN3KIO13JobUiDelegate20updateUrlInClipboardERK4QUrlS3_@Base 4.96.0 + _ZN3KIO13JobUiDelegate21askDeleteConfirmationERK5QListI4QUrlENS_22JobUiDelegateExtension12DeletionTypeENS6_16ConfirmationTypeE@Base 4.96.0 + _ZN3KIO13JobUiDelegate22createClipboardUpdaterEPNS_3JobENS_22JobUiDelegateExtension20ClipboardUpdaterModeE@Base 4.96.0 + _ZN3KIO13JobUiDelegate7askSkipEP4KJob6QFlagsINS_17SkipDialog_OptionEERK7QString@Base 4.96.0 + _ZN3KIO13JobUiDelegate9setWindowEP7QWidget@Base 4.96.0 + _ZN3KIO13JobUiDelegateC1Ev@Base 4.96.0 + _ZN3KIO13JobUiDelegateC2Ev@Base 4.96.0 + _ZN3KIO13JobUiDelegateD0Ev@Base 4.96.0 + _ZN3KIO13JobUiDelegateD1Ev@Base 4.96.0 + _ZN3KIO13JobUiDelegateD2Ev@Base 4.96.0 + _ZN3KIO13pasteMimeDataEPK9QMimeDataRK4QUrlRK7QStringP7QWidget@Base 4.96.0 + _ZN3KIO14pasteClipboardERK4QUrlP7QWidgetb@Base 4.96.0 + _ZN3KIO15FileUndoManager11UiInterface12virtual_hookEiPv@Base 4.96.0 + _ZN3KIO15FileUndoManager11UiInterface15confirmDeletionERK5QListI4QUrlE@Base 4.96.0 + _ZN3KIO15FileUndoManager11UiInterface15setParentWidgetEP7QWidget@Base 4.96.0 + _ZN3KIO15FileUndoManager11UiInterface19setShowProgressInfoEb@Base 4.96.0 + _ZN3KIO15FileUndoManager11UiInterface21copiedFileWasModifiedERK4QUrlS4_RK9QDateTimeS7_@Base 4.96.0 + _ZN3KIO15FileUndoManager11UiInterface8jobErrorEPNS_3JobE@Base 4.96.0 + _ZN3KIO15FileUndoManager11UiInterfaceC1Ev@Base 4.96.0 + _ZN3KIO15FileUndoManager11UiInterfaceC2Ev@Base 4.96.0 + _ZN3KIO15FileUndoManager11UiInterfaceD0Ev@Base 4.96.0 + _ZN3KIO15FileUndoManager11UiInterfaceD1Ev@Base 4.96.0 + _ZN3KIO15FileUndoManager11UiInterfaceD2Ev@Base 4.96.0 + _ZN3KIO15FileUndoManager11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN3KIO15FileUndoManager11qt_metacastEPKc@Base 4.96.0 + _ZN3KIO15FileUndoManager13recordCopyJobEPNS_7CopyJobE@Base 4.96.0 + _ZN3KIO15FileUndoManager13undoAvailableEb@Base 4.96.0 + _ZN3KIO15FileUndoManager14setUiInterfaceEPNS0_11UiInterfaceE@Base 4.96.0 + _ZN3KIO15FileUndoManager15undoJobFinishedEv@Base 4.96.0 + _ZN3KIO15FileUndoManager15undoTextChangedERK7QString@Base 4.96.0 + _ZN3KIO15FileUndoManager16staticMetaObjectE@Base 4.96.0 + _ZN3KIO15FileUndoManager19jobRecordingStartedENS0_11CommandTypeE@Base 4.96.0 + _ZN3KIO15FileUndoManager20jobRecordingFinishedENS0_11CommandTypeE@Base 4.96.0 + _ZN3KIO15FileUndoManager22newCommandSerialNumberEv@Base 4.96.0 + _ZN3KIO15FileUndoManager4selfEv@Base 4.96.0 + _ZN3KIO15FileUndoManager4undoEv@Base 4.96.0 + _ZN3KIO15FileUndoManager9recordJobENS0_11CommandTypeERK5QListI4QUrlERKS3_PNS_3JobE@Base 4.96.0 + _ZN3KIO15FileUndoManagerC1Ev@Base 4.96.0 + _ZN3KIO15FileUndoManagerC2Ev@Base 4.96.0 + _ZN3KIO15FileUndoManagerD0Ev@Base 4.96.0 + _ZN3KIO15FileUndoManagerD1Ev@Base 4.96.0 + _ZN3KIO15FileUndoManagerD2Ev@Base 4.96.0 + _ZN3KIO15pasteActionTextEPK9QMimeDataPbRK9KFileItem@Base 5.3.0+git20141027.0924 + _ZN3KIO15pasteActionTextEv@Base 4.96.0 + _ZN3KIO16canPasteMimeDataEPK9QMimeData@Base 4.96.0 + _ZN3KIO18DndPopupMenuPlugin11qt_metacallEN11QMetaObject4CallEiPPv@Base 5.5.0+git20141226.0011+15.04 + _ZN3KIO18DndPopupMenuPlugin11qt_metacastEPKc@Base 5.5.0+git20141226.0011+15.04 + _ZN3KIO18DndPopupMenuPlugin16staticMetaObjectE@Base 5.5.0+git20141226.0011+15.04 + _ZN3KIO18DndPopupMenuPluginC1EP7QObject@Base 5.5.0+git20141226.0011+15.04 + _ZN3KIO18DndPopupMenuPluginC2EP7QObject@Base 5.5.0+git20141226.0011+15.04 + _ZN3KIO18DndPopupMenuPluginD0Ev@Base 5.5.0+git20141226.0011+15.04 + _ZN3KIO18DndPopupMenuPluginD1Ev@Base 5.5.0+git20141226.0011+15.04 + _ZN3KIO18DndPopupMenuPluginD2Ev@Base 5.5.0+git20141226.0011+15.04 + _ZN3KIO18isClipboardDataCutEPK9QMimeData@Base 5.2.0 + _ZN3KIO19setClipboardDataCutEP9QMimeDatab@Base 5.2.0 + _ZN3KIO22highlightInFileManagerERK5QListI4QUrlERK10QByteArray@Base 5.24.0 + _ZN3KIO24OpenFileManagerWindowJob11qt_metacallEN11QMetaObject4CallEiPPv@Base 5.24.0 + _ZN3KIO24OpenFileManagerWindowJob11qt_metacastEPKc@Base 5.24.0 + _ZN3KIO24OpenFileManagerWindowJob12setStartupIdERK10QByteArray@Base 5.24.0 + _ZN3KIO24OpenFileManagerWindowJob16setHighlightUrlsERK5QListI4QUrlE@Base 5.24.0 + _ZN3KIO24OpenFileManagerWindowJob16staticMetaObjectE@Base 5.24.0 + _ZN3KIO24OpenFileManagerWindowJob5startEv@Base 5.24.0 + _ZN3KIO24OpenFileManagerWindowJobC1EP7QObject@Base 5.24.0 + _ZN3KIO24OpenFileManagerWindowJobC2EP7QObject@Base 5.24.0 + _ZN3KIO24OpenFileManagerWindowJobD0Ev@Base 5.24.0 + _ZN3KIO24OpenFileManagerWindowJobD1Ev@Base 5.24.0 + _ZN3KIO24OpenFileManagerWindowJobD2Ev@Base 5.24.0 + _ZN3KIO31KUriFilterSearchProviderActions11qt_metacallEN11QMetaObject4CallEiPPv@Base 5.16.0 + _ZN3KIO31KUriFilterSearchProviderActions11qt_metacastEPKc@Base 5.16.0 + _ZN3KIO31KUriFilterSearchProviderActions15setSelectedTextERK7QString@Base 5.16.0 + _ZN3KIO31KUriFilterSearchProviderActions16staticMetaObjectE@Base 5.16.0 + _ZN3KIO31KUriFilterSearchProviderActions21addWebShortcutsToMenuEP5QMenu@Base 5.16.0 + _ZN3KIO31KUriFilterSearchProviderActions25slotConfigureWebShortcutsEv@Base 5.16.0 + _ZN3KIO31KUriFilterSearchProviderActions27slotHandleWebShortcutActionEP7QAction@Base 5.16.0 + _ZN3KIO31KUriFilterSearchProviderActionsC1EP7QObject@Base 5.16.0 + _ZN3KIO31KUriFilterSearchProviderActionsC2EP7QObject@Base 5.16.0 + _ZN3KIO31KUriFilterSearchProviderActionsD0Ev@Base 5.16.0 + _ZN3KIO31KUriFilterSearchProviderActionsD1Ev@Base 5.16.0 + _ZN3KIO31KUriFilterSearchProviderActionsD2Ev@Base 5.16.0 + _ZN3KIO4dropEPK10QDropEventRK4QUrl6QFlagsINS_7JobFlagEE@Base 5.5.0+git20141226.0011+15.04 + _ZN3KIO5SslUi18askIgnoreSslErrorsEPK10KTcpSocketNS0_12RulesStorageE@Base 4.96.0 + _ZN3KIO5SslUi18askIgnoreSslErrorsERK15KSslErrorUiDataNS0_12RulesStorageE@Base 4.96.0 + _ZN3KIO5pasteEPK9QMimeDataRK4QUrl6QFlagsINS_7JobFlagEE@Base 5.3.0+git20141101.0339 + _ZN3KIO7DropJob10slotResultEP4KJob@Base 5.5.0+git20141226.0011+15.04 + _ZN3KIO7DropJob11itemCreatedERK4QUrl@Base 5.5.0+git20141226.0011+15.04 + _ZN3KIO7DropJob11qt_metacallEN11QMetaObject4CallEiPPv@Base 5.5.0+git20141226.0011+15.04 + _ZN3KIO7DropJob11qt_metacastEPKc@Base 5.5.0+git20141226.0011+15.04 + _ZN3KIO7DropJob16staticMetaObjectE@Base 5.5.0+git20141226.0011+15.04 + _ZN3KIO7DropJob20popupMenuAboutToShowERK23KFileItemListProperties@Base 5.5.0+git20141226.0011+15.04 + _ZN3KIO7DropJob21setApplicationActionsERK5QListIP7QActionE@Base 5.5.0+git20141226.0011+15.04 + _ZN3KIO7DropJobC1ERNS_14DropJobPrivateE@Base 5.5.0+git20141226.0011+15.04 + _ZN3KIO7DropJobC2ERNS_14DropJobPrivateE@Base 5.5.0+git20141226.0011+15.04 + _ZN3KIO7DropJobD0Ev@Base 5.5.0+git20141226.0011+15.04 + _ZN3KIO7DropJobD1Ev@Base 5.5.0+git20141226.0011+15.04 + _ZN3KIO7DropJobD2Ev@Base 5.5.0+git20141226.0011+15.04 + _ZN3KIO8PasteJob10slotResultEP4KJob@Base 5.3.0+git20141101.0339 + _ZN3KIO8PasteJob11itemCreatedERK4QUrl@Base 5.3.0+git20141101.0339 + _ZN3KIO8PasteJob11qt_metacallEN11QMetaObject4CallEiPPv@Base 5.3.0+git20141101.0339 + _ZN3KIO8PasteJob11qt_metacastEPKc@Base 5.3.0+git20141101.0339 + _ZN3KIO8PasteJob16staticMetaObjectE@Base 5.3.0+git20141101.0339 + _ZN3KIO8PasteJobC1ERNS_15PasteJobPrivateE@Base 5.3.0+git20141101.0339 + _ZN3KIO8PasteJobC2ERNS_15PasteJobPrivateE@Base 5.3.0+git20141101.0339 + _ZN3KIO8PasteJobD0Ev@Base 5.3.0+git20141101.0339 + _ZN3KIO8PasteJobD1Ev@Base 5.3.0+git20141101.0339 + _ZN3KIO8PasteJobD2Ev@Base 5.3.0+git20141101.0339 + _ZN4KRun10binaryNameERK7QStringb@Base 4.96.0 + _ZN4KRun10runCommandERK7QStringP7QWidgetS2_@Base 4.96.0 + _ZN4KRun10runCommandERK7QStringS2_S2_P7QWidgetRK10QByteArray@Base 4.96.0 + _ZN4KRun10runCommandERK7QStringS2_S2_P7QWidgetRK10QByteArrayS2_@Base 4.96.0 + _ZN4KRun10runServiceERK8KServiceRK5QListI4QUrlEP7QWidgetbRK7QStringRK10QByteArray@Base 5.5.0+git20150101.0309+15.04 + _ZN4KRun10shellQuoteER7QString@Base 4.96.0 + _ZN4KRun11KRunPrivate10showPromptEv@Base 5.3.0+git20141029.0314 + _ZN4KRun11KRunPrivate10startTimerEv@Base 4.96.0 + _ZN4KRun11KRunPrivate13runExecutableERK7QString@Base 4.96.0 + _ZN4KRun11KRunPrivate14isPromptNeededEv@Base 5.3.0+git20141029.0314 + _ZN4KRun11KRunPrivate16onDialogFinishedEib@Base 5.3.0+git20141029.0314 + _ZN4KRun11KRunPrivate4initERK4QUrlP7QWidgetbRK10QByteArray@Base 4.96.0 + _ZN4KRun11KRunPrivateC1EPS_@Base 4.96.0 + _ZN4KRun11KRunPrivateC2EPS_@Base 4.96.0 + _ZN4KRun11handleErrorEP4KJob@Base 4.96.0 + _ZN4KRun11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN4KRun11qt_metacastEPKc@Base 4.96.0 + _ZN4KRun11setFinishedEb@Base 4.96.0 + _ZN4KRun11slotTimeoutEv@Base 4.96.0 + _ZN4KRun12isExecutableERK7QString@Base 4.96.0 + _ZN4KRun13foundMimeTypeERK7QString@Base 4.96.0 + _ZN4KRun13setAutoDeleteEb@Base 4.96.0 + _ZN4KRun13setDoScanFileEb@Base 4.96.0 + _ZN4KRun13setIsDirecoryEb@Base 4.96.0 + _ZN4KRun14runApplicationERK8KServiceRK5QListI4QUrlEP7QWidget6QFlagsINS_7RunFlagEERK7QStringRK10QByteArray@Base 5.24.0 + _ZN4KRun14slotStatResultEP4KJob@Base 4.96.0 + _ZN4KRun15handleInitErrorEiRK7QString@Base 4.96.0 + _ZN4KRun15setProgressInfoEb@Base 4.96.0 + _ZN4KRun16isExecutableFileERK4QUrlRK7QString@Base 4.96.0 + _ZN4KRun16slotScanFinishedEP4KJob@Base 4.96.0 + _ZN4KRun16slotScanMimeTypeEPN3KIO3JobERK7QString@Base 4.96.0 + _ZN4KRun16staticMetaObjectE@Base 4.96.0 + _ZN4KRun17setRunExecutablesEb@Base 4.96.0 + _ZN4KRun18checkStartupNotifyERK7QStringPK8KServicePbP10QByteArray@Base 4.96.0 + _ZN4KRun18mimeTypeDeterminedERK7QString@Base 4.96.0 + _ZN4KRun18processDesktopExecERK8KServiceRK5QListI4QUrlEbRK7QString@Base 4.96.0 + _ZN4KRun19setPreferredServiceERK7QString@Base 4.96.0 + _ZN4KRun20setSuggestedFileNameERK7QString@Base 4.96.0 + _ZN4KRun21displayOpenWithDialogERK5QListI4QUrlEP7QWidgetbRK7QStringRK10QByteArray@Base 4.96.0 + _ZN4KRun23setInitializeNextActionEb@Base 4.96.0 + _ZN4KRun24setEnableExternalBrowserEb@Base 4.96.0 + _ZN4KRun28setShowScriptExecutionPromptEb@Base 5.3.0+git20141031.0315 + _ZN4KRun3jobEv@Base 4.96.0 + _ZN4KRun3runERK7QStringRK5QListI4QUrlEP7QWidgetS2_S2_RK10QByteArray@Base 4.96.0 + _ZN4KRun3runERK8KServiceRK5QListI4QUrlEP7QWidgetbRK7QStringRK10QByteArray@Base 4.96.0 + _ZN4KRun4initEv@Base 4.96.0 + _ZN4KRun5abortEv@Base 4.96.0 + _ZN4KRun5errorEv@Base 4.96.0 + _ZN4KRun5timerEv@Base 4.96.0 + _ZN4KRun6runUrlERK4QUrlRK7QStringP7QWidgetbbS5_RK10QByteArray@Base 4.96.0 + _ZN4KRun6setJobEPN3KIO3JobE@Base 4.96.0 + _ZN4KRun6setUrlERK4QUrl@Base 4.96.0 + _ZN4KRun7killJobEv@Base 4.96.0 + _ZN4KRun8finishedEv@Base 4.96.0 + _ZN4KRun8scanFileEv@Base 4.96.0 + _ZN4KRun8setErrorEb@Base 4.96.0 + _ZN4KRunC1ERK4QUrlP7QWidgetbRK10QByteArray@Base 4.96.0 + _ZN4KRunC2ERK4QUrlP7QWidgetbRK10QByteArray@Base 4.96.0 + _ZN4KRunD0Ev@Base 4.96.0 + _ZN4KRunD1Ev@Base 4.96.0 + _ZN4KRunD2Ev@Base 4.96.0 + _ZN5KFile10isTreeViewERKNS_8FileViewE@Base 4.96.0 + _ZN5KFile12isDetailViewERKNS_8FileViewE@Base 4.96.0 + _ZN5KFile12isSimpleViewERKNS_8FileViewE@Base 4.96.0 + _ZN5KFile12isSortByDateERK6QFlagsIN4QDir8SortFlagEE@Base 4.96.0 + _ZN5KFile12isSortByNameERK6QFlagsIN4QDir8SortFlagEE@Base 4.96.0 + _ZN5KFile12isSortBySizeERK6QFlagsIN4QDir8SortFlagEE@Base 4.96.0 + _ZN5KFile12isSortByTypeERK6QFlagsIN4QDir8SortFlagEE@Base 4.96.0 + _ZN5KFile13isDefaultViewERKNS_8FileViewE@Base 4.96.0 + _ZN5KFile13isPreviewInfoERKNS_8FileViewE@Base 4.96.0 + _ZN5KFile14isSeparateDirsERKNS_8FileViewE@Base 4.96.0 + _ZN5KFile15isSortDirsFirstERK6QFlagsIN4QDir8SortFlagEE@Base 4.96.0 + _ZN5KFile16isDetailTreeViewERKNS_8FileViewE@Base 4.96.0 + _ZN5KFile16staticMetaObjectE@Base 4.96.0 + _ZN5KFile17isPreviewContentsERKNS_8FileViewE@Base 4.96.0 + _ZN5KFile21isSortCaseInsensitiveERK6QFlagsIN4QDir8SortFlagEE@Base 4.96.0 + _ZN9KDirModel10insertRowsEiiRK11QModelIndex@Base 4.96.0 + _ZN9KDirModel10removeRowsEiiRK11QModelIndex@Base 4.96.0 + _ZN9KDirModel11expandToUrlERK4QUrl@Base 4.96.0 + _ZN9KDirModel11itemChangedERK11QModelIndex@Base 4.96.0 + _ZN9KDirModel11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0 + _ZN9KDirModel11qt_metacastEPKc@Base 4.96.0 + _ZN9KDirModel12dropMimeDataEPK9QMimeDataN2Qt10DropActionEiiRK11QModelIndex@Base 4.96.0 + _ZN9KDirModel12setDirListerEP10KDirLister@Base 4.96.0 + _ZN9KDirModel13insertColumnsEiiRK11QModelIndex@Base 4.96.0 + _ZN9KDirModel13removeColumnsEiiRK11QModelIndex@Base 4.96.0 + _ZN9KDirModel15setDropsAllowedE6QFlagsINS_16DropsAllowedFlagEE@Base 4.96.0 + _ZN9KDirModel16needSequenceIconERK11QModelIndexi@Base 4.96.0 + _ZN9KDirModel16staticMetaObjectE@Base 4.96.0 + _ZN9KDirModel17simplifiedUrlListERK5QListI4QUrlE@Base 4.96.0 + _ZN9KDirModel19requestSequenceIconERK11QModelIndexi@Base 4.96.0 + _ZN9KDirModel22setJobTransfersVisibleEb@Base 4.96.0 + _ZN9KDirModel4sortEiN2Qt9SortOrderE@Base 4.96.0 + _ZN9KDirModel6expandERK11QModelIndex@Base 4.96.0 + _ZN9KDirModel7setDataERK11QModelIndexRK8QVarianti@Base 4.96.0 + _ZN9KDirModel9fetchMoreERK11QModelIndex@Base 4.96.0 + _ZN9KDirModelC1EP7QObject@Base 4.96.0 + _ZN9KDirModelC2EP7QObject@Base 4.96.0 + _ZN9KDirModelD0Ev@Base 4.96.0 + _ZN9KDirModelD1Ev@Base 4.96.0 + _ZN9KDirModelD2Ev@Base 4.96.0 + _ZNK10KAutoMount10metaObjectEv@Base 4.96.0 + _ZNK10KDirLister10metaObjectEv@Base 4.96.0 + _ZNK10KDirLister24autoErrorHandlingEnabledEv@Base 4.96.0 + _ZNK10KUriFilter11pluginNamesEv@Base 4.96.0 + _ZNK12KAutoUnmount10metaObjectEv@Base 4.96.0 + (optional=templinst)_ZNK12KConfigGroup9readEntryIbEET_PKcRKS1_@Base 4.100.0 + (optional=templinst)_ZNK12KConfigGroup9readEntryIiEET_PKcRKS1_@Base 4.100.0 + (optional=templinst)_ZNK12KConfigGroup9readEntryIxEET_PKcRKS1_@Base 4.100.0 + _ZNK12KUrlComboBox10metaObjectEv@Base 4.96.0 + _ZNK12KUrlComboBox4urlsEv@Base 4.96.0 + _ZNK12KUrlComboBox8maxItemsEv@Base 4.96.0 + _ZNK12ThumbCreator5flagsEv@Base 4.96.0 + _ZNK13KUrlRequester10fileDialogEv@Base 4.96.0 + _ZNK13KUrlRequester10metaObjectEv@Base 4.96.0 + _ZNK13KUrlRequester12clickMessageEv@Base 4.96.0 + _ZNK13KUrlRequester15placeholderTextEv@Base 4.96.0 + _ZNK13KUrlRequester16completionObjectEv@Base 4.96.0 + _ZNK13KUrlRequester18fileDialogModalityEv@Base 4.96.0 + _ZNK13KUrlRequester3urlEv@Base 4.96.0 + _ZNK13KUrlRequester4modeEv@Base 4.96.0 + _ZNK13KUrlRequester4textEv@Base 4.96.0 + _ZNK13KUrlRequester6buttonEv@Base 4.96.0 + _ZNK13KUrlRequester6filterEv@Base 4.96.0 + _ZNK13KUrlRequester8comboBoxEv@Base 4.96.0 + _ZNK13KUrlRequester8lineEditEv@Base 4.96.0 + _ZNK13KUrlRequester8startDirEv@Base 4.96.0 + _ZNK14KSslInfoDialog10metaObjectEv@Base 4.96.0 + _ZNK14KUriFilterData10searchTermEv@Base 4.96.0 + _ZNK14KUriFilterData11typedStringEv@Base 4.96.0 + _ZNK14KUriFilterData12absolutePathEv@Base 4.96.0 + _ZNK14KUriFilterData14argsAndOptionsEv@Base 4.96.0 + _ZNK14KUriFilterData14searchProviderEv@Base 4.96.0 + _ZNK14KUriFilterData15hasAbsolutePathEv@Base 4.96.0 + _ZNK14KUriFilterData16defaultUrlSchemeEv@Base 4.96.0 + _ZNK14KUriFilterData17hasArgsAndOptionsEv@Base 4.96.0 + _ZNK14KUriFilterData19checkForExecutablesEv@Base 4.96.0 + _ZNK14KUriFilterData19searchTermSeparatorEv@Base 4.96.0 + _ZNK14KUriFilterData22queryForSearchProviderERK7QString@Base 4.96.0 + _ZNK14KUriFilterData22searchFilteringOptionsEv@Base 4.96.0 + _ZNK14KUriFilterData24alternateSearchProvidersEv@Base 4.96.0 + _ZNK14KUriFilterData24preferredSearchProvidersEv@Base 4.96.0 + _ZNK14KUriFilterData27allQueriesForSearchProviderERK7QString@Base 4.96.0 + _ZNK14KUriFilterData30alternateDefaultSearchProviderEv@Base 4.96.0 + _ZNK14KUriFilterData31queryForPreferredSearchProviderERK7QString@Base 4.96.0 + _ZNK14KUriFilterData34iconNameForPreferredSearchProviderERK7QString@Base 4.96.0 + _ZNK14KUriFilterData3uriEv@Base 4.96.0 + _ZNK14KUriFilterData7uriTypeEv@Base 4.96.0 + _ZNK14KUriFilterData8errorMsgEv@Base 4.96.0 + _ZNK14KUrlCompletion10metaObjectEv@Base 4.96.0 + _ZNK14KUrlCompletion10replaceEnvEv@Base 4.96.0 + _ZNK14KUrlCompletion11replaceHomeEv@Base 4.96.0 + _ZNK14KUrlCompletion12replacedPathERK7QString@Base 4.96.0 + _ZNK14KUrlCompletion16postProcessMatchEP7QString@Base 4.96.0 + _ZNK14KUrlCompletion18postProcessMatchesEP11QStringList@Base 4.96.0 + _ZNK14KUrlCompletion18postProcessMatchesEP18KCompletionMatches@Base 4.96.0 + _ZNK14KUrlCompletion3dirEv@Base 4.96.0 + _ZNK14KUrlCompletion4modeEv@Base 4.96.0 + _ZNK14KUrlCompletion9isRunningEv@Base 4.96.0 + _ZNK15KOpenWithDialog10metaObjectEv@Base 4.96.0 + _ZNK15KOpenWithDialog4textEv@Base 4.96.0 + _ZNK15KOpenWithDialog7serviceEv@Base 4.96.0 + _ZNK16KFileItemActions10metaObjectEv@Base 4.96.0 + _ZNK16KShellCompletion10metaObjectEv@Base 4.96.0 + _ZNK16KShellCompletion16postProcessMatchEP7QString@Base 4.96.0 + _ZNK16KShellCompletion18postProcessMatchesEP11QStringList@Base 4.96.0 + _ZNK16KShellCompletion18postProcessMatchesEP18KCompletionMatches@Base 4.96.0 + _ZNK16KUriFilterPlugin10configNameEv@Base 4.96.0 + _ZNK16KUriFilterPlugin10metaObjectEv@Base 4.96.0 + _ZNK16KUriFilterPlugin10setUriTypeER14KUriFilterDataNS0_8UriTypesE@Base 4.96.0 + _ZNK16KUriFilterPlugin11iconNameForERK4QUrlN14KUriFilterData8UriTypesE@Base 4.96.0 + _ZNK16KUriFilterPlugin11resolveNameERK7QStringm@Base 4.96.0 + _ZNK16KUriFilterPlugin11setErrorMsgER14KUriFilterDataRK7QString@Base 4.96.0 + _ZNK16KUriFilterPlugin12configModuleEP7QWidgetPKc@Base 4.96.0 + _ZNK16KUriFilterPlugin12setArgumentsER14KUriFilterDataRK7QString@Base 4.96.0 + _ZNK16KUriFilterPlugin14setFilteredUriER14KUriFilterDataRK4QUrl@Base 4.96.0 + _ZNK16KUriFilterPlugin17setSearchProviderER14KUriFilterDataRK7QStringS4_RK5QChar@Base 4.96.0 + _ZNK16KUriFilterPlugin18setSearchProvidersER14KUriFilterDataRK5QListIP24KUriFilterSearchProviderE@Base 4.96.0 + _ZNK17KFileItemDelegate10metaObjectEv@Base 4.96.0 + _ZNK17KFileItemDelegate10shadowBlurEv@Base 4.96.0 + _ZNK17KFileItemDelegate11maximumSizeEv@Base 4.96.0 + _ZNK17KFileItemDelegate11shadowColorEv@Base 4.96.0 + _ZNK17KFileItemDelegate12createEditorEP7QWidgetRK20QStyleOptionViewItemRK11QModelIndex@Base 4.96.0 + _ZNK17KFileItemDelegate12setModelDataEP7QWidgetP18QAbstractItemModelRK11QModelIndex@Base 4.96.0 + _ZNK17KFileItemDelegate12shadowOffsetEv@Base 4.96.0 + _ZNK17KFileItemDelegate13setEditorDataEP7QWidgetRK11QModelIndex@Base 4.96.0 + _ZNK17KFileItemDelegate15showInformationEv@Base 4.96.0 + _ZNK17KFileItemDelegate19jobTransfersVisibleEv@Base 4.96.0 + _ZNK17KFileItemDelegate20updateEditorGeometryEP7QWidgetRK20QStyleOptionViewItemRK11QModelIndex@Base 4.96.0 + _ZNK17KFileItemDelegate21showToolTipWhenElidedEv@Base 4.96.0 + _ZNK17KFileItemDelegate5paintEP8QPainterRK20QStyleOptionViewItemRK11QModelIndex@Base 4.96.0 + _ZNK17KFileItemDelegate7Private10decorationERK20QStyleOptionViewItemRK11QModelIndex@Base 4.96.0 + _ZNK17KFileItemDelegate7Private10elidedTextER11QTextLayoutRK20QStyleOptionViewItemRK5QSize@Base 4.96.0 + _ZNK17KFileItemDelegate7Private10isListViewERK20QStyleOptionViewItem@Base 4.96.0 + _ZNK17KFileItemDelegate7Private10layoutTextER11QTextLayoutRK20QStyleOptionViewItemRK7QStringRK5QSize@Base 4.96.0 + _ZNK17KFileItemDelegate7Private10layoutTextER11QTextLayoutRK7QStringi@Base 4.96.0 + _ZNK17KFileItemDelegate7Private10transitionERK7QPixmapS3_d@Base 4.96.0 + _ZNK17KFileItemDelegate7Private11informationERK20QStyleOptionViewItemRK11QModelIndexRK9KFileItem@Base 4.96.0 + _ZNK17KFileItemDelegate7Private12iconPositionERK20QStyleOptionViewItem@Base 4.96.0 + _ZNK17KFileItemDelegate7Private13drawFocusRectEP8QPainterRK20QStyleOptionViewItemRK5QRect@Base 4.96.0 + _ZNK17KFileItemDelegate7Private13drawTextItemsEP8QPainterRK11QTextLayoutS5_RK5QRect@Base 4.96.0 + _ZNK17KFileItemDelegate7Private14animationStateERK20QStyleOptionViewItemRK11QModelIndexPK17QAbstractItemView@Base 4.96.0 + _ZNK17KFileItemDelegate7Private14labelRectangleERK20QStyleOptionViewItem@Base 4.96.0 + _ZNK17KFileItemDelegate7Private15displaySizeHintERK20QStyleOptionViewItemRK11QModelIndex@Base 4.96.0 + _ZNK17KFileItemDelegate7Private15foregroundBrushERK20QStyleOptionViewItemRK11QModelIndex@Base 4.96.0 + _ZNK17KFileItemDelegate7Private15initStyleOptionEP20QStyleOptionViewItemRK11QModelIndex@Base 4.96.0 + _ZNK17KFileItemDelegate7Private15layoutTextItemsERK20QStyleOptionViewItemRK11QModelIndexP11QTextLayoutS8_P5QRect@Base 4.96.0 + _ZNK17KFileItemDelegate7Private15replaceNewlinesERK7QString@Base 4.96.0 + _ZNK17KFileItemDelegate7Private16applyHoverEffectERK7QPixmap@Base 4.96.0 + _ZNK17KFileItemDelegate7Private18decorationSizeHintERK20QStyleOptionViewItemRK11QModelIndex@Base 4.96.0 + _ZNK17KFileItemDelegate7Private7displayERK11QModelIndex@Base 4.96.0 + _ZNK17KFileItemDelegate7Private8itemSizeERK11QModelIndexRK9KFileItem@Base 4.96.0 + _ZNK17KFileItemDelegate8iconRectERK20QStyleOptionViewItemRK11QModelIndex@Base 4.96.0 + _ZNK17KFileItemDelegate8sizeHintERK20QStyleOptionViewItemRK11QModelIndex@Base 4.96.0 + _ZNK17KFileItemDelegate8wrapModeEv@Base 4.96.0 + _ZNK17KPropertiesDialog10currentDirEv@Base 4.96.0 + _ZNK17KPropertiesDialog10metaObjectEv@Base 4.96.0 + _ZNK17KPropertiesDialog11defaultNameEv@Base 4.96.0 + _ZNK17KPropertiesDialog3urlEv@Base 4.96.0 + _ZNK17KPropertiesDialog5itemsEv@Base 4.96.0 + _ZNK18KOverlayIconPlugin10metaObjectEv@Base 5.16.0 + _ZNK18KSslCertificateBox10metaObjectEv@Base 4.96.0 + _ZNK18KUrlComboRequester10metaObjectEv@Base 4.96.0 + _ZNK19KUrlRequesterDialog10metaObjectEv@Base 4.96.0 + _ZNK19KUrlRequesterDialog11selectedUrlEv@Base 4.96.0 + _ZNK20ThumbSequenceCreator13sequenceIndexEv@Base 4.96.0 + _ZNK23KPropertiesDialogPlugin10fontHeightEv@Base 4.96.0 + _ZNK23KPropertiesDialogPlugin10metaObjectEv@Base 4.96.0 + _ZNK23KPropertiesDialogPlugin7isDirtyEv@Base 4.96.0 + _ZNK24KUriFilterSearchProvider10defaultKeyEv@Base 4.96.0 + _ZNK24KUriFilterSearchProvider16desktopEntryNameEv@Base 4.96.0 + _ZNK24KUriFilterSearchProvider4keysEv@Base 4.96.0 + _ZNK24KUriFilterSearchProvider4nameEv@Base 4.96.0 + _ZNK24KUriFilterSearchProvider8iconNameEv@Base 4.96.0 + _ZNK26KBuildSycocaProgressDialog10metaObjectEv@Base 4.96.0 + _ZNK29KAbstractFileItemActionPlugin10metaObjectEv@Base 4.96.0 + _ZNK3KIO10PreviewJob10metaObjectEv@Base 4.96.0 + _ZNK3KIO10PreviewJob13sequenceIndexEv@Base 4.96.0 + _ZNK3KIO10PreviewJob15overlayIconSizeEv@Base 4.96.0 + _ZNK3KIO10PreviewJob16overlayIconAlphaEv@Base 4.96.0 + _ZNK3KIO10PreviewJob9scaleTypeEv@Base 4.96.0 + _ZNK3KIO10SkipDialog10metaObjectEv@Base 4.96.0 + _ZNK3KIO11Integration9CookieJar10metaObjectEv@Base 4.96.0 + _ZNK3KIO11Integration9CookieJar13cookiesForUrlERK4QUrl@Base 4.96.0 + _ZNK3KIO11Integration9CookieJar23isCookieStorageDisabledEv@Base 4.96.0 + _ZNK3KIO11Integration9CookieJar8windowIdEv@Base 4.96.0 + _ZNK3KIO12RenameDialog10metaObjectEv@Base 4.96.0 + _ZNK3KIO12RenameDialog11autoDestUrlEv@Base 4.96.0 + _ZNK3KIO13AccessManager10metaObjectEv@Base 4.96.0 + _ZNK3KIO13AccessManager17cookieJarWindowidEv@Base 4.96.0 + _ZNK3KIO13AccessManager24isExternalContentAllowedEv@Base 4.96.0 + _ZNK3KIO13AccessManager6windowEv@Base 4.96.0 + _ZNK3KIO13JobUiDelegate10metaObjectEv@Base 4.96.0 + _ZNK3KIO15FileUndoManager10metaObjectEv@Base 4.96.0 + _ZNK3KIO15FileUndoManager11UiInterface12parentWidgetEv@Base 4.96.0 + _ZNK3KIO15FileUndoManager11UiInterface16showProgressInfoEv@Base 4.96.0 + _ZNK3KIO15FileUndoManager11uiInterfaceEv@Base 4.96.0 + _ZNK3KIO15FileUndoManager13undoAvailableEv@Base 4.96.0 + _ZNK3KIO15FileUndoManager26currentCommandSerialNumberEv@Base 4.96.0 + _ZNK3KIO15FileUndoManager8undoTextEv@Base 4.96.0 + _ZNK3KIO18DndPopupMenuPlugin10metaObjectEv@Base 5.5.0+git20141226.0011+15.04 + _ZNK3KIO24OpenFileManagerWindowJob10metaObjectEv@Base 5.24.0 + _ZNK3KIO24OpenFileManagerWindowJob13highlightUrlsEv@Base 5.24.0 + _ZNK3KIO24OpenFileManagerWindowJob9startupIdEv@Base 5.24.0 + _ZNK3KIO31KUriFilterSearchProviderActions10metaObjectEv@Base 5.16.0 + _ZNK3KIO31KUriFilterSearchProviderActions12selectedTextEv@Base 5.16.0 + _ZNK3KIO7DropJob10metaObjectEv@Base 5.5.0+git20141226.0011+15.04 + _ZNK3KIO8PasteJob10metaObjectEv@Base 5.3.0+git20141101.0339 + _ZNK4KRun10autoDeleteEv@Base 4.96.0 + _ZNK4KRun10doScanFileEv@Base 4.96.0 + _ZNK4KRun10metaObjectEv@Base 4.96.0 + _ZNK4KRun11hasFinishedEv@Base 4.96.0 + _ZNK4KRun11isDirectoryEv@Base 4.96.0 + _ZNK4KRun11isLocalFileEv@Base 4.96.0 + _ZNK4KRun12progressInfoEv@Base 4.96.0 + _ZNK4KRun17suggestedFileNameEv@Base 4.96.0 + _ZNK4KRun20initializeNextActionEv@Base 4.96.0 + _ZNK4KRun3urlEv@Base 4.96.0 + _ZNK4KRun6windowEv@Base 4.96.0 + _ZNK4KRun8hasErrorEv@Base 4.96.0 + _ZNK9KDirModel10headerDataEiN2Qt11OrientationEi@Base 4.96.0 + _ZNK9KDirModel10metaObjectEv@Base 4.96.0 + _ZNK9KDirModel11columnCountERK11QModelIndex@Base 4.96.0 + _ZNK9KDirModel11hasChildrenERK11QModelIndex@Base 4.96.0 + _ZNK9KDirModel11indexForUrlERK4QUrl@Base 4.96.0 + _ZNK9KDirModel12canFetchMoreERK11QModelIndex@Base 4.96.0 + _ZNK9KDirModel12indexForItemEPK9KFileItem@Base 4.96.0 + _ZNK9KDirModel12indexForItemERK9KFileItem@Base 4.96.0 + _ZNK9KDirModel12itemForIndexERK11QModelIndex@Base 4.96.0 + _ZNK9KDirModel19jobTransfersVisibleEv@Base 4.96.0 + _ZNK9KDirModel4dataERK11QModelIndexi@Base 4.96.0 + _ZNK9KDirModel5flagsERK11QModelIndex@Base 4.96.0 + _ZNK9KDirModel5indexEiiRK11QModelIndex@Base 4.96.0 + _ZNK9KDirModel6parentERK11QModelIndex@Base 4.96.0 + _ZNK9KDirModel7siblingEiiRK11QModelIndex@Base 4.99.0 + _ZNK9KDirModel8mimeDataERK5QListI11QModelIndexE@Base 4.96.0 + _ZNK9KDirModel8rowCountERK11QModelIndex@Base 4.96.0 + _ZNK9KDirModel9dirListerEv@Base 4.96.0 + _ZNK9KDirModel9mimeTypesEv@Base 4.96.0 + _ZTI10KAutoMount@Base 4.96.0 + _ZTI10KDirLister@Base 4.96.0 + _ZTI12KAutoUnmount@Base 4.96.0 + _ZTI12KUrlComboBox@Base 4.96.0 + _ZTI12ThumbCreator@Base 4.96.0 + _ZTI13KUrlRequester@Base 4.96.0 + _ZTI14KSslInfoDialog@Base 4.96.0 + _ZTI14KUrlCompletion@Base 4.96.0 + _ZTI14ThumbCreatorV2@Base 4.96.0 + _ZTI15KOpenWithDialog@Base 4.96.0 + _ZTI16KFileItemActions@Base 4.96.0 + _ZTI16KShellCompletion@Base 4.96.0 + _ZTI16KUriFilterPlugin@Base 4.96.0 + _ZTI17KFileItemDelegate@Base 4.96.0 + _ZTI17KPropertiesDialog@Base 4.96.0 + _ZTI18KOverlayIconPlugin@Base 5.16.0 + _ZTI18KSslCertificateBox@Base 4.96.0 + _ZTI18KUrlComboRequester@Base 4.96.0 + _ZTI18KUrlPixmapProvider@Base 4.96.0 + _ZTI19KUrlRequesterDialog@Base 4.96.0 + _ZTI20ThumbSequenceCreator@Base 4.96.0 + _ZTI23KPropertiesDialogPlugin@Base 4.96.0 + _ZTI24KUriFilterSearchProvider@Base 4.96.0 + _ZTI26KBuildSycocaProgressDialog@Base 4.96.0 + _ZTI29KAbstractFileItemActionPlugin@Base 4.96.0 + _ZTI4KRun@Base 4.96.0 + _ZTI9KDirModel@Base 4.96.0 + _ZTIN3KIO10PreviewJobE@Base 4.96.0 + _ZTIN3KIO10SkipDialogE@Base 4.96.0 + _ZTIN3KIO11Integration9CookieJarE@Base 4.96.0 + _ZTIN3KIO12RenameDialogE@Base 4.96.0 + _ZTIN3KIO13AccessManagerE@Base 4.96.0 + _ZTIN3KIO13JobUiDelegateE@Base 4.96.0 + _ZTIN3KIO15FileUndoManager11UiInterfaceE@Base 4.96.0 + _ZTIN3KIO15FileUndoManagerE@Base 4.96.0 + _ZTIN3KIO18DndPopupMenuPluginE@Base 5.5.0+git20141226.0011+15.04 + _ZTIN3KIO24OpenFileManagerWindowJobE@Base 5.24.0 + _ZTIN3KIO31KUriFilterSearchProviderActionsE@Base 5.16.0 + _ZTIN3KIO7DropJobE@Base 5.5.0+git20141226.0011+15.04 + _ZTIN3KIO8PasteJobE@Base 5.3.0+git20141101.0339 + _ZTS10KAutoMount@Base 4.96.0 + _ZTS10KDirLister@Base 4.96.0 + _ZTS12KAutoUnmount@Base 4.96.0 + _ZTS12KUrlComboBox@Base 4.96.0 + _ZTS12ThumbCreator@Base 4.96.0 + _ZTS13KUrlRequester@Base 4.96.0 + _ZTS14KSslInfoDialog@Base 4.96.0 + _ZTS14KUrlCompletion@Base 4.96.0 + _ZTS14ThumbCreatorV2@Base 4.96.0 + _ZTS15KOpenWithDialog@Base 4.96.0 + _ZTS16KFileItemActions@Base 4.96.0 + _ZTS16KShellCompletion@Base 4.96.0 + _ZTS16KUriFilterPlugin@Base 4.96.0 + _ZTS17KFileItemDelegate@Base 4.96.0 + _ZTS17KPropertiesDialog@Base 4.96.0 + _ZTS18KOverlayIconPlugin@Base 5.16.0 + _ZTS18KSslCertificateBox@Base 4.96.0 + _ZTS18KUrlComboRequester@Base 4.96.0 + _ZTS18KUrlPixmapProvider@Base 4.96.0 + _ZTS19KUrlRequesterDialog@Base 4.96.0 + _ZTS20ThumbSequenceCreator@Base 4.96.0 + _ZTS23KPropertiesDialogPlugin@Base 4.96.0 + _ZTS24KUriFilterSearchProvider@Base 4.96.0 + _ZTS26KBuildSycocaProgressDialog@Base 4.96.0 + _ZTS29KAbstractFileItemActionPlugin@Base 4.96.0 + _ZTS4KRun@Base 4.96.0 + _ZTS9KDirModel@Base 4.96.0 + _ZTSN3KIO10PreviewJobE@Base 4.96.0 + _ZTSN3KIO10SkipDialogE@Base 4.96.0 + _ZTSN3KIO11Integration9CookieJarE@Base 4.96.0 + _ZTSN3KIO12RenameDialogE@Base 4.96.0 + _ZTSN3KIO13AccessManagerE@Base 4.96.0 + _ZTSN3KIO13JobUiDelegateE@Base 4.96.0 + _ZTSN3KIO15FileUndoManager11UiInterfaceE@Base 4.96.0 + _ZTSN3KIO15FileUndoManagerE@Base 4.96.0 + _ZTSN3KIO18DndPopupMenuPluginE@Base 5.5.0+git20141226.0011+15.04 + _ZTSN3KIO24OpenFileManagerWindowJobE@Base 5.24.0 + _ZTSN3KIO31KUriFilterSearchProviderActionsE@Base 5.16.0 + _ZTSN3KIO7DropJobE@Base 5.5.0+git20141226.0011+15.04 + _ZTSN3KIO8PasteJobE@Base 5.3.0+git20141101.0339 + _ZTV10KAutoMount@Base 4.96.0 + _ZTV10KDirLister@Base 4.96.0 + _ZTV12KAutoUnmount@Base 4.96.0 + _ZTV12KUrlComboBox@Base 4.96.0 + _ZTV12ThumbCreator@Base 4.96.0 + _ZTV13KUrlRequester@Base 4.96.0 + _ZTV14KSslInfoDialog@Base 4.96.0 + _ZTV14KUrlCompletion@Base 4.96.0 + _ZTV14ThumbCreatorV2@Base 4.96.0 + _ZTV15KOpenWithDialog@Base 4.96.0 + _ZTV16KFileItemActions@Base 4.96.0 + _ZTV16KShellCompletion@Base 4.96.0 + _ZTV16KUriFilterPlugin@Base 4.96.0 + _ZTV17KFileItemDelegate@Base 4.96.0 + _ZTV17KPropertiesDialog@Base 4.96.0 + _ZTV18KOverlayIconPlugin@Base 5.16.0 + _ZTV18KSslCertificateBox@Base 4.96.0 + _ZTV18KUrlComboRequester@Base 4.96.0 + _ZTV18KUrlPixmapProvider@Base 4.96.0 + _ZTV19KUrlRequesterDialog@Base 4.96.0 + _ZTV20ThumbSequenceCreator@Base 4.96.0 + _ZTV23KPropertiesDialogPlugin@Base 4.96.0 + _ZTV24KUriFilterSearchProvider@Base 4.96.0 + _ZTV26KBuildSycocaProgressDialog@Base 4.96.0 + _ZTV29KAbstractFileItemActionPlugin@Base 4.96.0 + _ZTV4KRun@Base 4.96.0 + _ZTV9KDirModel@Base 4.96.0 + _ZTVN3KIO10PreviewJobE@Base 4.96.0 + _ZTVN3KIO10SkipDialogE@Base 4.96.0 + _ZTVN3KIO11Integration9CookieJarE@Base 4.96.0 + _ZTVN3KIO12RenameDialogE@Base 4.96.0 + _ZTVN3KIO13AccessManagerE@Base 4.96.0 + _ZTVN3KIO13JobUiDelegateE@Base 4.96.0 + _ZTVN3KIO15FileUndoManager11UiInterfaceE@Base 4.96.0 + _ZTVN3KIO15FileUndoManagerE@Base 4.96.0 + _ZTVN3KIO18DndPopupMenuPluginE@Base 5.5.0+git20141226.0011+15.04 + _ZTVN3KIO24OpenFileManagerWindowJobE@Base 5.24.0 + _ZTVN3KIO31KUriFilterSearchProviderActionsE@Base 5.16.0 + _ZTVN3KIO7DropJobE@Base 5.5.0+git20141226.0011+15.04 + _ZTVN3KIO8PasteJobE@Base 5.3.0+git20141101.0339 + _ZZZN15KMimeTypeTrader16preferredServiceERK7QStringS2_Ed_NKUlvE_clEvE15qstring_literal@Base 5.20.0 + _ZZZNK13KUrlRequester20KUrlRequesterPrivate11kToQFiltersERK7QStringENKUlvE_clEvE15qstring_literal@Base 5.16.0 + (c++)"non-virtual thunk to KBuildSycocaProgressDialog::~KBuildSycocaProgressDialog()@Base" 4.96.0 + (c++)"non-virtual thunk to KIO::JobUiDelegate::askDeleteConfirmation(QList const&, KIO::JobUiDelegateExtension::DeletionType, KIO::JobUiDelegateExtension::ConfirmationType)@Base" 4.96.0 + (c++)"non-virtual thunk to KIO::JobUiDelegate::askFileRename(KJob*, QString const&, QUrl const&, QUrl const&, QFlags, QString&, unsigned long long, unsigned long long, QDateTime const&, QDateTime const&, QDateTime const&, QDateTime const&)@Base" 4.96.0 + (c++)"non-virtual thunk to KIO::JobUiDelegate::askSkip(KJob*, QFlags, QString const&)@Base" 4.96.0 + (c++)"non-virtual thunk to KIO::JobUiDelegate::createClipboardUpdater(KIO::Job*, KIO::JobUiDelegateExtension::ClipboardUpdaterMode)@Base" 4.96.0 + (c++)"non-virtual thunk to KIO::JobUiDelegate::requestMessageBox(KIO::JobUiDelegateExtension::MessageBoxType, QString const&, QString const&, QString const&, QString const&, QString const&, QString const&, QString const&, KIO::MetaData const&)@Base" 4.96.0 + (c++)"non-virtual thunk to KIO::JobUiDelegate::updateUrlInClipboard(QUrl const&, QUrl const&)@Base" 4.96.0 + (c++)"non-virtual thunk to KIO::JobUiDelegate::~JobUiDelegate()@Base" 4.96.0 + (c++)"non-virtual thunk to KIO::RenameDialog::~RenameDialog()@Base" 4.96.0 + (c++)"non-virtual thunk to KIO::SkipDialog::~SkipDialog()@Base" 4.96.0 + (c++)"non-virtual thunk to KOpenWithDialog::~KOpenWithDialog()@Base" 4.96.0 + (c++)"non-virtual thunk to KPropertiesDialog::~KPropertiesDialog()@Base" 4.96.0 + (c++)"non-virtual thunk to KSslCertificateBox::~KSslCertificateBox()@Base" 4.96.0 + (c++)"non-virtual thunk to KSslInfoDialog::~KSslInfoDialog()@Base" 4.96.0 + (c++)"non-virtual thunk to KUrlComboBox::setCompletionObject(KCompletion*, bool)@Base" 4.96.0 + (c++)"non-virtual thunk to KUrlComboBox::~KUrlComboBox()@Base" 4.96.0 + (c++)"non-virtual thunk to KUrlRequester::~KUrlRequester()@Base" 4.96.0 + (c++)"non-virtual thunk to KUrlRequesterDialog::~KUrlRequesterDialog()@Base" 4.96.0 diff --git a/not-installed b/not-installed new file mode 100644 index 0000000..1d07309 --- /dev/null +++ b/not-installed @@ -0,0 +1,3 @@ +# installed by kio (and then gzipped) +usr/share/man/man8/kcookiejar5.8 +usr/share/man/*/man8/kcookiejar5.8 diff --git a/patches/Allow-uppercase-checksums-matching-in-Checksums-tab.patch b/patches/Allow-uppercase-checksums-matching-in-Checksums-tab.patch new file mode 100644 index 0000000..16e5890 --- /dev/null +++ b/patches/Allow-uppercase-checksums-matching-in-Checksums-tab.patch @@ -0,0 +1,69 @@ +From: Elvis Angelaccio +Date: Wed, 16 Nov 2016 13:30:01 +0100 +Subject: Allow uppercase checksums matching in Checksums tab + +While the checksum in cache is always guaranteed to be lowercase, the +one from the line edit may be uppercase. If we make it lowercase +*before* processing it, we can also simplify the regexes. + +REVIEW: 129415 +BUG: 372518 +FIXED-IN: 5.29 +--- + src/widgets/kpropertiesdialog.cpp | 11 +++++++---- + src/widgets/kpropertiesdialog_p.h | 3 +++ + 2 files changed, 10 insertions(+), 4 deletions(-) + +diff --git a/src/widgets/kpropertiesdialog.cpp b/src/widgets/kpropertiesdialog.cpp +index d246b056..8e8861d2 100644 +--- a/src/widgets/kpropertiesdialog.cpp ++++ b/src/widgets/kpropertiesdialog.cpp +@@ -2662,7 +2662,10 @@ KChecksumsPlugin::KChecksumsPlugin(KPropertiesDialog *dialog) + d->m_ui.sha1CopyButton->hide(); + d->m_ui.sha256CopyButton->hide(); + +- connect(d->m_ui.lineEdit, &QLineEdit::textChanged, this, &KChecksumsPlugin::slotVerifyChecksum); ++ connect(d->m_ui.lineEdit, &QLineEdit::textChanged, this, [=](const QString &text) { ++ slotVerifyChecksum(text.toLower()); ++ }); ++ + connect(d->m_ui.md5Button, &QPushButton::clicked, this, &KChecksumsPlugin::slotShowMd5); + connect(d->m_ui.sha1Button, &QPushButton::clicked, this, &KChecksumsPlugin::slotShowSha1); + connect(d->m_ui.sha256Button, &QPushButton::clicked, this, &KChecksumsPlugin::slotShowSha256); +@@ -2813,19 +2816,19 @@ void KChecksumsPlugin::slotVerifyChecksum(const QString &input) + + bool KChecksumsPlugin::isMd5(const QString &input) + { +- QRegularExpression regex(QStringLiteral("^[a-fA-F0-9]{32}$")); ++ QRegularExpression regex(QStringLiteral("^[a-f0-9]{32}$")); + return regex.match(input).hasMatch(); + } + + bool KChecksumsPlugin::isSha1(const QString &input) + { +- QRegularExpression regex(QStringLiteral("^[a-fA-F0-9]{40}$")); ++ QRegularExpression regex(QStringLiteral("^[a-f0-9]{40}$")); + return regex.match(input).hasMatch(); + } + + bool KChecksumsPlugin::isSha256(const QString &input) + { +- QRegularExpression regex(QStringLiteral("^[a-fA-F0-9]{64}$")); ++ QRegularExpression regex(QStringLiteral("^[a-f0-9]{64}$")); + return regex.match(input).hasMatch(); + } + +diff --git a/src/widgets/kpropertiesdialog_p.h b/src/widgets/kpropertiesdialog_p.h +index 8ad19e69..45df38c1 100644 +--- a/src/widgets/kpropertiesdialog_p.h ++++ b/src/widgets/kpropertiesdialog_p.h +@@ -176,6 +176,9 @@ private Q_SLOTS: + void slotShowMd5(); + void slotShowSha1(); + void slotShowSha256(); ++ /** ++ * Compare @p input (required to be lowercase) with the checksum in cache. ++ */ + void slotVerifyChecksum(const QString &input); + + private: diff --git a/patches/Also-change-the-resize-mode-the-other-way.patch b/patches/Also-change-the-resize-mode-the-other-way.patch new file mode 100644 index 0000000..01837b1 --- /dev/null +++ b/patches/Also-change-the-resize-mode-the-other-way.patch @@ -0,0 +1,21 @@ +From: Andreas Hartmetz +Date: Sat, 12 Nov 2016 18:46:20 +0100 +Subject: Also change the resize mode the other way... + +--- + src/filewidgets/kdiroperatordetailview.cpp | 2 ++ + 1 file changed, 2 insertions(+) + +diff --git a/src/filewidgets/kdiroperatordetailview.cpp b/src/filewidgets/kdiroperatordetailview.cpp +index 491aea57..32e82183 100644 +--- a/src/filewidgets/kdiroperatordetailview.cpp ++++ b/src/filewidgets/kdiroperatordetailview.cpp +@@ -91,6 +91,8 @@ bool KDirOperatorDetailView::setViewMode(KFile::FileView viewMode) + // using KDirOperator in horizontally limited parts of an app. + if (tree && m_hideDetailColumns) { + header()->setSectionResizeMode(QHeaderView::ResizeToContents); ++ } else { ++ header()->setSectionResizeMode(QHeaderView::Interactive); + } + + return true; diff --git a/patches/Fix-KDynamicJobTrackerTest-for-linkers-dropping-linked-li.patch b/patches/Fix-KDynamicJobTrackerTest-for-linkers-dropping-linked-li.patch new file mode 100644 index 0000000..2d69225 --- /dev/null +++ b/patches/Fix-KDynamicJobTrackerTest-for-linkers-dropping-linked-li.patch @@ -0,0 +1,31 @@ +From: "Friedrich W. H. Kossebau" +Date: Fri, 13 Jan 2017 01:25:54 +0100 +Subject: Fix KDynamicJobTrackerTest for linkers dropping linked libs w/o used + symbols + +--- + autotests/kdynamicjobtrackernowidgetstest.cpp | 4 ++++ + 1 file changed, 4 insertions(+) + +diff --git a/autotests/kdynamicjobtrackernowidgetstest.cpp b/autotests/kdynamicjobtrackernowidgetstest.cpp +index a8dbee05..5f6b88e5 100644 +--- a/autotests/kdynamicjobtrackernowidgetstest.cpp ++++ b/autotests/kdynamicjobtrackernowidgetstest.cpp +@@ -20,6 +20,7 @@ + #include + #include + #include ++#include + + #include + #include +@@ -48,6 +49,9 @@ private Q_SLOTS: + + void KDynamicJobTrackerTest::testNoCrashWithoutQWidgetsPossible() + { ++ // dummy call: need to use some symbol from KIOWidgets so linkers do not drop linking to it ++ KFile::isDefaultView(KFile::Default); ++ + // simply linking to KIOWidgets results in KDynamicJobTracker installing itself as KIO's jobtracker + KJobTrackerInterface* jobtracker = KIO::getJobTracker(); + QCOMPARE(jobtracker->metaObject()->className(), "KDynamicJobTracker"); diff --git a/patches/Fix-another-clear-porting-bug-in-ForwardingSlaveBase.patch b/patches/Fix-another-clear-porting-bug-in-ForwardingSlaveBase.patch new file mode 100644 index 0000000..77a9d11 --- /dev/null +++ b/patches/Fix-another-clear-porting-bug-in-ForwardingSlaveBase.patch @@ -0,0 +1,23 @@ +From: David Faure +Date: Sun, 1 Jan 2017 13:38:30 +0100 +Subject: Fix another clear porting bug in ForwardingSlaveBase + +--- + src/core/forwardingslavebase.cpp | 4 +--- + 1 file changed, 1 insertion(+), 3 deletions(-) + +diff --git a/src/core/forwardingslavebase.cpp b/src/core/forwardingslavebase.cpp +index 0a16c2ef..12fa5f54 100644 +--- a/src/core/forwardingslavebase.cpp ++++ b/src/core/forwardingslavebase.cpp +@@ -321,9 +321,7 @@ void ForwardingSlaveBase::copy(const QUrl &src, const QUrl &dest, + if (!d->internalRewriteUrl(src, new_src)) { + error(KIO::ERR_DOES_NOT_EXIST, src.toDisplayString()); + } else if (d->internalRewriteUrl(dest, new_dest)) { +- // Are you sure you want to display here a ProgressInfo ??? +- KIO::Job *job = KIO::file_copy(new_src, new_dest, permissions, +- (flags & (~Overwrite) & (~HideProgressInfo))); ++ KIO::Job *job = KIO::file_copy(new_src, new_dest, permissions, flags | HideProgressInfo); + d->connectJob(job); + + d->eventLoop.exec(); diff --git a/patches/Fix-memleak-in-KDynamicJobTracker-KWidgetJobTracker-needs.patch b/patches/Fix-memleak-in-KDynamicJobTracker-KWidgetJobTracker-needs.patch new file mode 100644 index 0000000..0a63a01 --- /dev/null +++ b/patches/Fix-memleak-in-KDynamicJobTracker-KWidgetJobTracker-needs.patch @@ -0,0 +1,236 @@ +From: "Friedrich W. H. Kossebau" +Date: Thu, 5 Jan 2017 03:08:45 +0100 +Subject: Fix memleak in KDynamicJobTracker, + KWidgetJobTracker needs QApplication + +Summary: +KDynamicJobTracker was not cleaning up its internal job tracking +data structure on finished jobs. +Also was it trying to create a KWidgetJobTracker even if there +was no QApplication instance. + +Reviewers: #frameworks, kfunk + +Reviewed By: kfunk + +Subscribers: kfunk + +Tags: #frameworks + +Differential Revision: https://phabricator.kde.org/D3977 +--- + autotests/CMakeLists.txt | 1 + + autotests/kdynamicjobtrackernowidgetstest.cpp | 69 ++++++++++++++++++++++++ + src/widgets/kdynamicjobtracker.cpp | 77 +++++++++++++++++++-------- + 3 files changed, 124 insertions(+), 23 deletions(-) + create mode 100644 autotests/kdynamicjobtrackernowidgetstest.cpp + +diff --git a/autotests/CMakeLists.txt b/autotests/CMakeLists.txt +index 436b5d95..0e2d252a 100644 +--- a/autotests/CMakeLists.txt ++++ b/autotests/CMakeLists.txt +@@ -68,6 +68,7 @@ if (TARGET KF5::KIOWidgets) + ecm_add_tests( + clipboardupdatertest.cpp + dropjobtest.cpp ++ kdynamicjobtrackernowidgetstest.cpp + krununittest.cpp + kdirlistertest.cpp + kdirmodeltest.cpp +diff --git a/autotests/kdynamicjobtrackernowidgetstest.cpp b/autotests/kdynamicjobtrackernowidgetstest.cpp +new file mode 100644 +index 00000000..a8dbee05 +--- /dev/null ++++ b/autotests/kdynamicjobtrackernowidgetstest.cpp +@@ -0,0 +1,69 @@ ++/* This file is part of the KDE project ++ Copyright 2017 Friedrich W. H. Kossebau ++ ++ This library is free software; you can redistribute it and/or ++ modify it under the terms of the GNU Library General Public ++ License as published by the Free Software Foundation; either ++ version 2 of the License, or (at your option) any later version. ++ ++ This library is distributed in the hope that it will be useful, ++ but WITHOUT ANY WARRANTY; without even the implied warranty of ++ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ++ Library General Public License for more details. ++ ++ You should have received a copy of the GNU Library General Public License ++ along with this library; see the file COPYING.LIB. If not, write to ++ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, ++ Boston, MA 02110-1301, USA. ++ */ ++ ++#include ++#include ++#include ++ ++#include ++#include ++ ++// widget is shown with hardcoded delay of 500 ms by KWidgetJobTracker ++static const int testJobRunningTime = 600; ++ ++class TestJob : public KJob ++{ ++ Q_OBJECT ++public: ++ void start() Q_DECL_OVERRIDE { QTimer::singleShot(testJobRunningTime, this, &TestJob::doEmit); } ++ ++private Q_SLOTS: ++ void doEmit() { emitResult(); } ++}; ++ ++ ++class KDynamicJobTrackerTest : public QObject ++{ ++ Q_OBJECT ++ ++private Q_SLOTS: ++ void testNoCrashWithoutQWidgetsPossible(); ++}; ++ ++void KDynamicJobTrackerTest::testNoCrashWithoutQWidgetsPossible() ++{ ++ // simply linking to KIOWidgets results in KDynamicJobTracker installing itself as KIO's jobtracker ++ KJobTrackerInterface* jobtracker = KIO::getJobTracker(); ++ QCOMPARE(jobtracker->metaObject()->className(), "KDynamicJobTracker"); ++ ++ TestJob *job = new TestJob; ++ ++ jobtracker->registerJob(job); ++ ++ job->start(); ++ QEventLoop loop; ++ connect(job, &KJob::result, &loop, &QEventLoop::quit); ++ loop.exec(); ++ // if we are here, no crash has happened due to QWidgets tried to be used -> success ++} ++ ++// GUILESS, so QWidgets are not possible ++QTEST_GUILESS_MAIN(KDynamicJobTrackerTest) ++ ++#include "kdynamicjobtrackernowidgetstest.moc" +diff --git a/src/widgets/kdynamicjobtracker.cpp b/src/widgets/kdynamicjobtracker.cpp +index 14924d5b..867489f6 100644 +--- a/src/widgets/kdynamicjobtracker.cpp ++++ b/src/widgets/kdynamicjobtracker.cpp +@@ -25,6 +25,7 @@ + #include + #include + ++#include + #include + #include + #include +@@ -68,49 +69,77 @@ KDynamicJobTracker::~KDynamicJobTracker() + + void KDynamicJobTracker::registerJob(KJob *job) + { ++ if (d->trackers.contains(job)) { ++ return; ++ } ++ ++ // only interested in finished() signal, ++ // so catching ourselves instead of using KJobTrackerInterface::registerJob() ++ connect(job, &KJob::finished, ++ this, &KDynamicJobTracker::unregisterJob); ++ ++ const bool canHaveWidgets = (qobject_cast(qApp) != nullptr); ++ ++ // always add an entry, even with no trackers used at all, ++ // so unregisterJob() will work as normal ++ AllTrackers& trackers = d->trackers[job]; ++ + // do not try to query kuiserver if dbus is not available + if (!QDBusConnection::sessionBus().interface()) { +- // fallback to widget tracker only! +- if (!d->widgetTracker) { +- d->widgetTracker = new KWidgetJobTracker(); ++ if (canHaveWidgets) { ++ // fallback to widget tracker only! ++ if (!d->widgetTracker) { ++ d->widgetTracker = new KWidgetJobTracker(); ++ } ++ ++ trackers.widgetTracker = d->widgetTracker; ++ trackers.widgetTracker->registerJob(job); ++ } else { ++ trackers.widgetTracker = nullptr; + } +- d->trackers[job].widgetTracker = d->widgetTracker; +- d->trackers[job].widgetTracker->registerJob(job); ++ ++ trackers.kuiserverTracker = nullptr; + } else { + if (!d->kuiserverTracker) { + d->kuiserverTracker = new KUiServerJobTracker(); + } + +- d->trackers[job].kuiserverTracker = d->kuiserverTracker; +- d->trackers[job].kuiserverTracker->registerJob(job); +- +- QDBusInterface interface(QStringLiteral("org.kde.kuiserver"), QStringLiteral("/JobViewServer"), QLatin1String(""), +- QDBusConnection::sessionBus(), this); +- QDBusReply reply = interface.call(QStringLiteral("requiresJobTracker")); +- +- if (reply.isValid() && reply.value()) { +- //create a widget tracker in addition to kuiservertracker. +- if (!d->widgetTracker) { +- d->widgetTracker = new KWidgetJobTracker(); ++ trackers.kuiserverTracker = d->kuiserverTracker; ++ trackers.kuiserverTracker->registerJob(job); ++ ++ trackers.widgetTracker = nullptr; ++ if (canHaveWidgets) { ++ QDBusInterface interface(QStringLiteral("org.kde.kuiserver"), QStringLiteral("/JobViewServer"), QLatin1String(""), ++ QDBusConnection::sessionBus(), this); ++ QDBusReply reply = interface.call(QStringLiteral("requiresJobTracker")); ++ ++ if (reply.isValid() && reply.value()) { ++ // create a widget tracker in addition to kuiservertracker. ++ if (!d->widgetTracker) { ++ d->widgetTracker = new KWidgetJobTracker(); ++ } ++ trackers.widgetTracker = d->widgetTracker; ++ trackers.widgetTracker->registerJob(job); + } +- d->trackers[job].widgetTracker = d->widgetTracker; +- d->trackers[job].widgetTracker->registerJob(job); + } + } +- +- Q_ASSERT(d->trackers[job].kuiserverTracker || d->trackers[job].widgetTracker); + } + + void KDynamicJobTracker::unregisterJob(KJob *job) + { +- KUiServerJobTracker *kuiserverTracker = d->trackers[job].kuiserverTracker; +- KWidgetJobTracker *widgetTracker = d->trackers[job].widgetTracker; ++ job->disconnect(this); ++ ++ QMap::Iterator it = d->trackers.find(job); + +- if (!(widgetTracker || kuiserverTracker)) { ++ if (it == d->trackers.end()) { + qWarning() << "Tried to unregister a kio job that hasn't been registered."; + return; + } + ++ const AllTrackers& trackers = it.value(); ++ KUiServerJobTracker *kuiserverTracker = trackers.kuiserverTracker; ++ KWidgetJobTracker *widgetTracker = trackers.widgetTracker; ++ + if (kuiserverTracker) { + kuiserverTracker->unregisterJob(job); + } +@@ -118,6 +147,8 @@ void KDynamicJobTracker::unregisterJob(KJob *job) + if (widgetTracker) { + widgetTracker->unregisterJob(job); + } ++ ++ d->trackers.erase(it); + } + + Q_GLOBAL_STATIC(KDynamicJobTracker, globalJobTracker) diff --git a/patches/Fix-parsing-of-directories-listing-on-a-specific-ftp-serv.patch b/patches/Fix-parsing-of-directories-listing-on-a-specific-ftp-serv.patch new file mode 100644 index 0000000..03d5e59 --- /dev/null +++ b/patches/Fix-parsing-of-directories-listing-on-a-specific-ftp-serv.patch @@ -0,0 +1,59 @@ +From: Marco Scarpetta +Date: Wed, 1 Feb 2017 11:29:08 +0100 +Subject: Fix parsing of directories listing on a specific ftp server + +Directories listing on ftp servers like ftp://ftp-dee.poliba.it/ are now parsed correctly. + +BUG: 375610 +REVIEW: 129905 +FIXED-IN: 5.31 +--- + src/ioslaves/ftp/ftp.cpp | 23 +++++++++++++++++------ + 1 file changed, 17 insertions(+), 6 deletions(-) + +diff --git a/src/ioslaves/ftp/ftp.cpp b/src/ioslaves/ftp/ftp.cpp +index 2e129fcd..e41c7648 100644 +--- a/src/ioslaves/ftp/ftp.cpp ++++ b/src/ioslaves/ftp/ftp.cpp +@@ -1669,24 +1669,35 @@ bool Ftp::ftpReadDir(FtpEntry &de) + } + } + ++ // This is needed for ftp servers with a directory listing like this (#375610): ++ // drwxr-xr-x folder 0 Mar 15 15:50 directory_name ++ if (strcmp(p_junk, "folder") == 0) { ++ p_date_1 = p_group; ++ p_date_2 = p_size; ++ p_size = p_owner; ++ p_group = nullptr; ++ p_owner = nullptr; ++ } + // Check whether the size we just read was really the size + // or a month (this happens when the server lists no group) + // Used to be the case on sunsite.uio.no, but not anymore + // This is needed for the Netware case, too. +- if (!isdigit(*p_size)) { ++ else if (!isdigit(*p_size)) { + p_date_1 = p_size; ++ p_date_2 = strtok(nullptr, " "); + p_size = p_group; + p_group = 0; + qCDebug(KIO_FTP) << "Size didn't have a digit -> size=" << p_size << " date_1=" << p_date_1; + } else { +- p_date_1 = strtok(NULL, " "); ++ p_date_1 = strtok(nullptr, " "); ++ p_date_2 = strtok(nullptr, " "); + qCDebug(KIO_FTP) << "Size has a digit -> ok. p_date_1=" << p_date_1; + } + +- if (p_date_1 != 0 && +- (p_date_2 = strtok(NULL, " ")) != 0 && +- (p_date_3 = strtok(NULL, " ")) != 0 && +- (p_name = strtok(NULL, "\r\n")) != 0) { ++ if (p_date_1 != nullptr && ++ p_date_2 != nullptr && ++ (p_date_3 = strtok(nullptr, " ")) != nullptr && ++ (p_name = strtok(nullptr, "\r\n")) != nullptr) { + { + QByteArray tmp(p_name); + if (p_access[0] == 'l') { diff --git a/patches/ForwardingSlaveBase-fix-passing-of-Overwrite-flag-to-kio_.patch b/patches/ForwardingSlaveBase-fix-passing-of-Overwrite-flag-to-kio_.patch new file mode 100644 index 0000000..98de66c --- /dev/null +++ b/patches/ForwardingSlaveBase-fix-passing-of-Overwrite-flag-to-kio_.patch @@ -0,0 +1,25 @@ +From: David Faure +Date: Sun, 1 Jan 2017 13:16:10 +0100 +Subject: ForwardingSlaveBase: fix passing of Overwrite flag to kio_desktop + +Unittest will be committed to plasma-workspace/kioslave/desktop later. + +BUG: 360487 +FIXED-IN: 5.30 +--- + src/core/forwardingslavebase.cpp | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/core/forwardingslavebase.cpp b/src/core/forwardingslavebase.cpp +index 5e724764..0a16c2ef 100644 +--- a/src/core/forwardingslavebase.cpp ++++ b/src/core/forwardingslavebase.cpp +@@ -273,7 +273,7 @@ void ForwardingSlaveBase::symlink(const QString &target, const QUrl &dest, + + QUrl new_dest; + if (d->internalRewriteUrl(dest, new_dest)) { +- KIO::SimpleJob *job = KIO::symlink(target, new_dest, flags & HideProgressInfo); ++ KIO::SimpleJob *job = KIO::symlink(target, new_dest, flags | HideProgressInfo); + d->connectSimpleJob(job); + + d->eventLoop.exec(); diff --git a/patches/Never-stretch-the-last-date-column-in-the-file-dialog.patch b/patches/Never-stretch-the-last-date-column-in-the-file-dialog.patch new file mode 100644 index 0000000..b627107 --- /dev/null +++ b/patches/Never-stretch-the-last-date-column-in-the-file-dialog.patch @@ -0,0 +1,40 @@ +From: Andreas Hartmetz +Date: Sat, 12 Nov 2016 18:42:08 +0100 +Subject: Never stretch the last (=date) column in the file dialog. + +Stretching the date column makes it appear to need the excessive +width when adding up non-name column widths in expandNameColumn(). +The name column consequently became too narrow. +Now why could the date column expand if the names needed a lot of +space? It probably has something to do with expandNameColumn() +being called several times while the directory model is loading +and the exact order in which things are updated. Needs a more +detailed analysis if this change causes a regression or still +doesn't completely fix the problem. + +BUG: 312747 +--- + src/filewidgets/kdiroperatordetailview.cpp | 3 +-- + 1 file changed, 1 insertion(+), 2 deletions(-) + +diff --git a/src/filewidgets/kdiroperatordetailview.cpp b/src/filewidgets/kdiroperatordetailview.cpp +index 247f97c3..491aea57 100644 +--- a/src/filewidgets/kdiroperatordetailview.cpp ++++ b/src/filewidgets/kdiroperatordetailview.cpp +@@ -91,7 +91,6 @@ bool KDirOperatorDetailView::setViewMode(KFile::FileView viewMode) + // using KDirOperator in horizontally limited parts of an app. + if (tree && m_hideDetailColumns) { + header()->setSectionResizeMode(QHeaderView::ResizeToContents); +- header()->setStretchLastSection(false); + } + + return true; +@@ -102,7 +101,7 @@ bool KDirOperatorDetailView::event(QEvent *event) + if (event->type() == QEvent::Polish) { + QHeaderView *headerView = header(); + headerView->setSectionResizeMode(QHeaderView::Interactive); +- headerView->setStretchLastSection(true); ++ headerView->setStretchLastSection(false); + headerView->setSectionsMovable(false); + + setColumnHidden(KDirModel::Size, m_hideDetailColumns); diff --git a/patches/Sanitize-URLs-before-passing-them-to-FindProxyForURL.patch b/patches/Sanitize-URLs-before-passing-them-to-FindProxyForURL.patch new file mode 100644 index 0000000..01e7f62 --- /dev/null +++ b/patches/Sanitize-URLs-before-passing-them-to-FindProxyForURL.patch @@ -0,0 +1,39 @@ +From: Albert Astals Cid +Date: Tue, 28 Feb 2017 19:00:48 +0100 +Subject: Sanitize URLs before passing them to FindProxyForURL + +Remove user/password information +For https: remove path and query + +Thanks to safebreach.com for reporting the problem + +CCMAIL: yoni.fridburg@safebreach.com +CCMAIL: amit.klein@safebreach.com +CCMAIL: itzik.kotler@safebreach.com +--- + src/kpac/script.cpp | 11 +++++++++-- + 1 file changed, 9 insertions(+), 2 deletions(-) + +diff --git a/src/kpac/script.cpp b/src/kpac/script.cpp +index b009bc99..916f647a 100644 +--- a/src/kpac/script.cpp ++++ b/src/kpac/script.cpp +@@ -754,9 +754,16 @@ QString Script::evaluate(const QUrl &url) + } + } + ++ QUrl cleanUrl = url; ++ cleanUrl.setUserInfo(QString()); ++ if (cleanUrl.scheme() == QLatin1String("https")) { ++ cleanUrl.setPath(QString()); ++ cleanUrl.setQuery(QString()); ++ } ++ + QScriptValueList args; +- args << url.url(); +- args << url.host(); ++ args << cleanUrl.url(); ++ args << cleanUrl.host(); + + QScriptValue result = func.call(QScriptValue(), args); + if (result.isError()) { diff --git a/patches/fix_hurd_build.patch b/patches/fix_hurd_build.patch new file mode 100644 index 0000000..00c5f3f --- /dev/null +++ b/patches/fix_hurd_build.patch @@ -0,0 +1,49 @@ +From: Tobias Frost +Date: Sun, 15 May 2016 21:03:09 +0200 +Subject: fix_hurd_build + +posix_fadvise64 is not available on hurd, will yield to an compiler warning and +aborting the build through --fatal-warnings + +Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=799619 +Forwarded: no +--- + src/ioslaves/file/file.cpp | 2 +- + src/ioslaves/file/file_unix.cpp | 4 ++-- + 2 files changed, 3 insertions(+), 3 deletions(-) + +diff --git a/src/ioslaves/file/file.cpp b/src/ioslaves/file/file.cpp +index b4fd7f20..db48b295 100644 +--- a/src/ioslaves/file/file.cpp ++++ b/src/ioslaves/file/file.cpp +@@ -340,7 +340,7 @@ void FileProtocol::get(const QUrl &url) + return; + } + +-#if HAVE_FADVISE ++#if HAVE_FADVISE && !defined(__GNU__) + //TODO check return code + posix_fadvise(f.handle(), 0, 0, POSIX_FADV_SEQUENTIAL); + #endif +diff --git a/src/ioslaves/file/file_unix.cpp b/src/ioslaves/file/file_unix.cpp +index d901a63d..ed86549f 100644 +--- a/src/ioslaves/file/file_unix.cpp ++++ b/src/ioslaves/file/file_unix.cpp +@@ -128,7 +128,7 @@ void FileProtocol::copy(const QUrl &srcUrl, const QUrl &destUrl, + return; + } + +-#if HAVE_FADVISE ++#if HAVE_FADVISE && !defined(__GNU__) + posix_fadvise(src_file.handle(), 0, 0, POSIX_FADV_SEQUENTIAL); + #endif + +@@ -144,7 +144,7 @@ void FileProtocol::copy(const QUrl &srcUrl, const QUrl &destUrl, + return; + } + +-#if HAVE_FADVISE ++#if HAVE_FADVISE && !defined(__GNU__) + posix_fadvise(dest_file.handle(), 0, 0, POSIX_FADV_SEQUENTIAL); + #endif + diff --git a/patches/fix_kfreebsd_build b/patches/fix_kfreebsd_build new file mode 100644 index 0000000..c1d3bff --- /dev/null +++ b/patches/fix_kfreebsd_build @@ -0,0 +1,33 @@ +From: Debian/Kubuntu Qt/KDE Maintainers +Date: Thu, 31 Mar 2016 15:38:43 +0200 +Subject: fix_kfreebsd_build + +=================================================================== +--- + src/widgets/kpropertiesdialog.cpp | 6 +++++- + 1 file changed, 5 insertions(+), 1 deletion(-) + +diff --git a/src/widgets/kpropertiesdialog.cpp b/src/widgets/kpropertiesdialog.cpp +index 18c8479b..d246b056 100644 +--- a/src/widgets/kpropertiesdialog.cpp ++++ b/src/widgets/kpropertiesdialog.cpp +@@ -81,6 +81,10 @@ + extern "C" { + # include + # include ++# if defined(Q_OS_FREEBSD) || defined(__FreeBSD_kernel__) ++# include ++# include ++# endif + } + #endif + +@@ -1933,7 +1937,7 @@ KFilePermissionsPropsPlugin::KFilePermissionsPropsPlugin(KPropertiesDialog *_pro + static bool fileSystemSupportsACL(const QByteArray &path) + { + bool fileSystemSupportsACLs = false; +-#ifdef Q_OS_FREEBSD ++#if defined(Q_OS_FREEBSD) || defined(__FreeBSD_kernel__) + struct statfs buf; + fileSystemSupportsACLs = (statfs(path.data(), &buf) == 0) && (buf.f_flags & MNT_ACLS); + #else diff --git a/patches/keep-query-encoding-when-HTTP-Proxy-is-used.patch b/patches/keep-query-encoding-when-HTTP-Proxy-is-used.patch new file mode 100644 index 0000000..f8abc57 --- /dev/null +++ b/patches/keep-query-encoding-when-HTTP-Proxy-is-used.patch @@ -0,0 +1,24 @@ +From: Alexander Trufanov +Date: Tue, 21 Mar 2017 16:51:32 +0300 +Subject: keep query encoding when HTTP Proxy is used + +REVIEW:130040 + +Otherwise some '%XX' parts of url query might be converted back to ASCII and this cause problems while passing info_hash to torrent trackers. Detailed description is in review. +--- + src/ioslaves/http/http.cpp | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/ioslaves/http/http.cpp b/src/ioslaves/http/http.cpp +index 62eb09d2..0ea501d8 100644 +--- a/src/ioslaves/http/http.cpp ++++ b/src/ioslaves/http/http.cpp +@@ -2322,7 +2322,7 @@ QString HTTPProtocol::formatRequestUri() const + u.setPort(m_request.url.port()); + u.setPath(m_request.url.path(QUrl::FullyEncoded)); + u.setQuery(m_request.url.query(QUrl::FullyEncoded)); +- return u.toString(); ++ return u.toString(QUrl::FullyEncoded); + } else { + QString result = m_request.url.path(QUrl::FullyEncoded); + if (m_request.url.hasQuery()) { diff --git a/patches/kioexec-fix-support-for-suggestedfilename.patch b/patches/kioexec-fix-support-for-suggestedfilename.patch new file mode 100644 index 0000000..2150974 --- /dev/null +++ b/patches/kioexec-fix-support-for-suggestedfilename.patch @@ -0,0 +1,22 @@ +From: David Faure +Date: Mon, 3 Apr 2017 15:41:30 +0200 +Subject: kioexec: fix support for --suggestedfilename + +It was printing QCommandLineParser: option not defined: "suggestedfilename" +--- + src/kioexec/main.cpp | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/kioexec/main.cpp b/src/kioexec/main.cpp +index d44893f5..a6199e81 100644 +--- a/src/kioexec/main.cpp ++++ b/src/kioexec/main.cpp +@@ -273,7 +273,7 @@ int main(int argc, char **argv) + parser.addHelpOption(); + parser.addVersionOption(); + parser.addOption(QCommandLineOption(QStringList() << QStringLiteral("tempfiles") , i18n("Treat URLs as local files and delete them afterwards"))); +- parser.addOption(QCommandLineOption(QStringList() << QStringLiteral("suggestedfilename ") , i18n("Suggested file name for the downloaded file"))); ++ parser.addOption(QCommandLineOption(QStringList() << QStringLiteral("suggestedfilename"), i18n("Suggested file name for the downloaded file"), "filename")); + parser.addPositionalArgument(QStringLiteral("command"), i18n("Command to execute")); + parser.addPositionalArgument(QStringLiteral("urls"), i18n("URL(s) or local file(s) used for 'command'")); + diff --git a/patches/kssl-Ensure-user-certificate-directory-has-been-created-b.patch b/patches/kssl-Ensure-user-certificate-directory-has-been-created-b.patch new file mode 100644 index 0000000..5e8ca9a --- /dev/null +++ b/patches/kssl-Ensure-user-certificate-directory-has-been-created-b.patch @@ -0,0 +1,32 @@ +From: Michael Pyne +Date: Tue, 10 Jan 2017 21:05:48 -0500 +Subject: kssl: Ensure user certificate directory has been created before use. + +The KSSL KCM (in kdelibs4support) fails to save imported certificates to +the user certificate store, unless the user store directory is manually +created by the user first. Fix by ensuring the directory is created +before trying to save user certs. + +Differential Revision: https://phabricator.kde.org/D4060 +BUG: 342958 +FIXED-IN: 5.31 +--- + src/core/ksslcertificatemanager.cpp | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/src/core/ksslcertificatemanager.cpp b/src/core/ksslcertificatemanager.cpp +index 2c51cf7c..2e57e32f 100644 +--- a/src/core/ksslcertificatemanager.cpp ++++ b/src/core/ksslcertificatemanager.cpp +@@ -247,9 +247,9 @@ bool KSslCertificateManagerPrivate::addCertificate(const KSslCaCertificate &in) + } + + QString certFilename = userCertDir + QString::fromLatin1(in.certHash); +- //qDebug() << certFilename; ++ + QFile certFile(certFilename); +- if (certFile.open(QIODevice::ReadOnly)) { ++ if (!QDir().mkpath(userCertDir) || certFile.open(QIODevice::ReadOnly)) { + return false; + } + if (!certFile.open(QIODevice::WriteOnly)) { diff --git a/patches/kubuntu_kdelibs4-docs-path.diff b/patches/kubuntu_kdelibs4-docs-path.diff new file mode 100644 index 0000000..226307b --- /dev/null +++ b/patches/kubuntu_kdelibs4-docs-path.diff @@ -0,0 +1,25 @@ +From: Jonathan Riddell +Date: Sun, 15 May 2016 21:03:09 +0200 +Subject: kubuntu_kdelibs4-docs-path + +add search paths for kdelibs4 docs + +Forwarded: no, kdelibs4 path was set in debian/kubuntu packages +--- + src/ioslaves/help/kio_help.cpp | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +diff --git a/src/ioslaves/help/kio_help.cpp b/src/ioslaves/help/kio_help.cpp +index f5558405..9a7b2fc9 100644 +--- a/src/ioslaves/help/kio_help.cpp ++++ b/src/ioslaves/help/kio_help.cpp +@@ -50,7 +50,8 @@ QString HelpProtocol::langLookup(const QString &fname) + QStringList search; + + // assemble the local search paths +- const QStringList localDoc = QStandardPaths::locateAll(QStandardPaths::GenericDataLocation, QStringLiteral("doc/HTML"), QStandardPaths::LocateDirectory); ++ QStringList localDoc = QStandardPaths::locateAll(QStandardPaths::GenericDataLocation, QStringLiteral("doc/HTML"), QStandardPaths::LocateDirectory); ++ localDoc << QStandardPaths::locateAll(QStandardPaths::GenericDataLocation,QStringLiteral("doc/kde/HTML"), QStandardPaths::LocateDirectory); + + QStringList langs = KLocalizedString::languages(); + langs.append(QStringLiteral("en")); diff --git a/patches/report_error_removing_dirs b/patches/report_error_removing_dirs new file mode 100644 index 0000000..0734991 --- /dev/null +++ b/patches/report_error_removing_dirs @@ -0,0 +1,60 @@ +From: Debian/Kubuntu Qt/KDE Maintainers +Date: Thu, 31 Mar 2016 15:38:43 +0200 +Subject: report_error_removing_dirs + +=================================================================== +--- + src/core/copyjob.cpp | 17 +++++++++++++---- + 1 file changed, 13 insertions(+), 4 deletions(-) + +diff --git a/src/core/copyjob.cpp b/src/core/copyjob.cpp +index 12bf4092..7dbafee4 100644 +--- a/src/core/copyjob.cpp ++++ b/src/core/copyjob.cpp +@@ -151,6 +151,7 @@ public: + , m_bOverwriteAllFiles(false) + , m_bOverwriteAllDirs(false) + , m_conflictError(0) ++ , m_dirsFailedError(0) + , m_reportTimer(0) + { + } +@@ -205,6 +206,8 @@ public: + bool m_bOverwriteAllFiles; + bool m_bOverwriteAllDirs; + int m_conflictError; ++ int m_dirsFailedError; ++ QString m_dirsFailedErrorText; + + QTimer *m_reportTimer; + +@@ -1716,6 +1719,10 @@ void CopyJobPrivate::setNextDirAttribute() + --m_processedFiles; // undo the "start at 1" hack + slotReport(); // display final numbers, important if progress dialog stays up + ++ if (m_dirsFailedError) { ++ q->setError(m_dirsFailedError); ++ q->setErrorText(m_dirsFailedErrorText); ++ } + q->emitResult(); + } + } +@@ -1785,12 +1792,14 @@ void CopyJobPrivate::slotTotalSize(KJob *, qulonglong size) + void CopyJobPrivate::slotResultDeletingDirs(KJob *job) + { + Q_Q(CopyJob); ++ const QUrl url = static_cast(job)->url(); + if (job->error()) { +- // Couldn't remove directory. Well, perhaps it's not empty +- // because the user pressed Skip for a given file in it. +- // Let's not display "Could not remove dir ..." for each of those dir ! ++ m_dirsFailedError = job->error(); ++ m_dirsFailedErrorText = job->errorText(); ++ // Remove the parents ++ skip(url, true); + } else { +- m_successSrcList.append(static_cast(job)->url()); ++ m_successSrcList.append(url); + } + q->removeSubjob(job); + assert(!q->hasSubjobs()); diff --git a/patches/return_on_ACCESS_DENIED b/patches/return_on_ACCESS_DENIED new file mode 100644 index 0000000..8603513 --- /dev/null +++ b/patches/return_on_ACCESS_DENIED @@ -0,0 +1,23 @@ +From: Debian/Kubuntu Qt/KDE Maintainers +Date: Thu, 31 Mar 2016 15:38:43 +0200 +Subject: return_on_ACCESS_DENIED + +=================================================================== +--- + src/ioslaves/file/file_unix.cpp | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/ioslaves/file/file_unix.cpp b/src/ioslaves/file/file_unix.cpp +index f2b67ce5..d901a63d 100644 +--- a/src/ioslaves/file/file_unix.cpp ++++ b/src/ioslaves/file/file_unix.cpp +@@ -536,8 +536,8 @@ void FileProtocol::del(const QUrl &url, bool isfile) + } else { + // qDebug() << "could not rmdir " << perror; + error(KIO::ERR_CANNOT_RMDIR, path); +- return; + } ++ return; + } + } + diff --git a/patches/series b/patches/series new file mode 100644 index 0000000..7ed935b --- /dev/null +++ b/patches/series @@ -0,0 +1,18 @@ +return_on_ACCESS_DENIED +report_error_removing_dirs +wait_for_a_bit_longer +kubuntu_kdelibs4-docs-path.diff +fix_kfreebsd_build +fix_hurd_build.patch +Never-stretch-the-last-date-column-in-the-file-dialog.patch +Also-change-the-resize-mode-the-other-way.patch +Allow-uppercase-checksums-matching-in-Checksums-tab.patch +ForwardingSlaveBase-fix-passing-of-Overwrite-flag-to-kio_.patch +Fix-another-clear-porting-bug-in-ForwardingSlaveBase.patch +kssl-Ensure-user-certificate-directory-has-been-created-b.patch +Fix-memleak-in-KDynamicJobTracker-KWidgetJobTracker-needs.patch +Fix-parsing-of-directories-listing-on-a-specific-ftp-serv.patch +Sanitize-URLs-before-passing-them-to-FindProxyForURL.patch +keep-query-encoding-when-HTTP-Proxy-is-used.patch +kioexec-fix-support-for-suggestedfilename.patch +Fix-KDynamicJobTrackerTest-for-linkers-dropping-linked-li.patch diff --git a/patches/wait_for_a_bit_longer b/patches/wait_for_a_bit_longer new file mode 100644 index 0000000..15f3278 --- /dev/null +++ b/patches/wait_for_a_bit_longer @@ -0,0 +1,22 @@ +From: Debian/Kubuntu Qt/KDE Maintainers +Date: Thu, 31 Mar 2016 15:38:43 +0200 +Subject: wait_for_a_bit_longer + +=================================================================== +--- + autotests/kdirlistertest.cpp | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/autotests/kdirlistertest.cpp b/autotests/kdirlistertest.cpp +index a91988f5..e0a616bf 100644 +--- a/autotests/kdirlistertest.cpp ++++ b/autotests/kdirlistertest.cpp +@@ -1186,7 +1186,7 @@ void KDirListerTest::testRemoveWatchedDirectory() + QVERIFY(QDir().rmdir(path + "abc")); + + // This should trigger an update. +- QVERIFY(spyCompleted.wait(1000)); ++ QVERIFY(spyCompleted.wait(2000)); + QVERIFY(m_dirLister.isFinished()); + QCOMPARE(m_items.count(), 0); + QCOMPARE(m_dirLister.spyItemsDeleted.count(), 1); diff --git a/rules b/rules new file mode 100755 index 0000000..2719132 --- /dev/null +++ b/rules @@ -0,0 +1,15 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk + +override_dh_shlibdeps: + $(overridden_command) $(patsubst %,-p%,$(filter lib%,$(shell dh_listpackages))) -- -xkio + $(overridden_command) --remaining-packages + +override_dh_strip: + $(overridden_command) --dbgsym-migration='kio-dbg (<= 5.19.0-1~~)' + +override_dh_auto_test: + # Disable dh_auto_test at build time + : diff --git a/source/format b/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/tests/acc b/tests/acc new file mode 100755 index 0000000..28b8d41 --- /dev/null +++ b/tests/acc @@ -0,0 +1,18 @@ +#!/bin/sh + +DEB_HOST_MULTIARCH=$(dpkg-architecture -qDEB_HOST_MULTIARCH) + +for in_file in debian/*.acc.in; do + out_file=${in_file%.in} + sed 's/@@DEB_HOST_MULTIARCH@@/'"${DEB_HOST_MULTIARCH}"'/' \ + "${in_file}" > "${out_file}" +done + +DH_VERBOSE=1 + +dh_acc +ret=$? +if [ 0 -ne $ret ]; then + cp -r logs "${ADT_ARTIFACTS}"/acc.logs +fi +exit $ret diff --git a/tests/control b/tests/control new file mode 100644 index 0000000..071bd7f --- /dev/null +++ b/tests/control @@ -0,0 +1,9 @@ +Tests: testsuite +Depends: @, @builddeps@, build-essential, + xvfb, xauth, dbus (>= 1.8), openbox, + libkf5service-bin, kded5, kinit, libkf5parts5 +Restrictions: build-needed + +Tests: acc +Depends: @, dh-acc, exuberant-ctags +Restrictions: allow-stderr diff --git a/tests/testsuite b/tests/testsuite new file mode 100644 index 0000000..823bf7d --- /dev/null +++ b/tests/testsuite @@ -0,0 +1,8 @@ +#!/bin/sh + +[ -e debian/tests.home ] || mkdir debian/tests.home +trap "rm -rf debian/tests.home" EXIT +export HOME="$(pwd)/debian/tests.home" + +xvfb-run -a --server-args="-screen 0 1024x768x24+32" \ + dbus-run-session -- debian/tests/testsuite.xsession diff --git a/tests/testsuite.xsession b/tests/testsuite.xsession new file mode 100755 index 0000000..869d08f --- /dev/null +++ b/tests/testsuite.xsession @@ -0,0 +1,9 @@ +#!/bin/sh +export LANG=C.UTF-8 +export LC_ALL=C.UTF-8 +openbox & +sleep 5 +kdeinit5 +trap "kdeinit5_shutdown" EXIT +sleep 1 +dh_auto_test diff --git a/upstream/metadata b/upstream/metadata new file mode 100644 index 0000000..e0b712e --- /dev/null +++ b/upstream/metadata @@ -0,0 +1,7 @@ +Name: kio +Changelog: https://quickgit.kde.org/?p=kio.git&a=log +Contact: kde-frameworks-devel@kde.org +Donation: https://www.kde.org/community/donations/index.php +Repository: https://anongit.kde.org/kio.git +Repository-Browse: https://quickgit.kde.org/?p=kio.git +Security-Contact: security@kde.org diff --git a/watch b/watch new file mode 100644 index 0000000..790f776 --- /dev/null +++ b/watch @@ -0,0 +1,2 @@ +version=3 +http://download.kde.org/stable/frameworks/([\d.]+)/kio-([\d.]+)\.tar\.xz -- 2.30.2