Commit graph

69 commits

Author SHA1 Message Date
Ivailo Monev
b2a318b3ba kio: fix regression in directory lister since 21ad0df4 2015-08-11 14:52:08 +03:00
Ivailo Monev
21ad0df488 generic: make changes required for building against katie 2015-08-11 05:56:07 +03:00
Ivailo Monev
b24f8387bb kio: bump kmetainformationrc version 2015-07-27 02:02:50 +03:00
Ivailo Monev
cfe63851aa kio: restore kfileitemactionplugin service file
with bea1df1c the service file was removed but it is actually
needed, only the deprecated API is not since it is re-implemented
in another form as KFileItemActions (KAbstractFileItemActionPlugin)
2015-07-21 22:10:35 +03:00
Ivailo Monev
e21ad887c4 generic: optimize png images with optipng 2015-07-20 17:35:19 +03:00
Ivailo Monev
efe1ac83b3 kio: fix crash due to exposing inconsistent views of internal data
From: Simeon Bird <bladud@gmail.com>
Date: Thu, 18 Dec 2014 03:54:32 +0000
Subject: Fix crash in KIO due to exposing inconsistent views of internal data.
X-Git-Tag: v4.14.8
X-Git-Url: http://quickgit.kde.org/?p=kdelibs.git&a=commitdiff&h=4288d7e7c81839d6bdb25b1197c6e614f0259036
---
Fix crash in KIO due to exposing inconsistent views of internal data.

This can be triggered by renaming a directory while one of the files in
it is open in gwenview.

It occurs because when KCoreDirListerCache::emitRedirections is called,
itemsInUse contains the old url. However, KDirLister::Private::redirect
changes lstDirs to the new url. Thus at this point lstDirs contains an
item not in itemsInUse, which causes an assertion if forgetDirs is
called.

In gwenview, the redirection signal is connected to openURL. This calls
forgetDirs, and causes the assertion.

The solution: update itemsInUse *before* emitting redirections.

This fixes the crash, but gwenview opens the first file in
the new directory instead of the file open before renaming.
This is probably an unrelated gwenview bug.

REVIEW: 117345
---
2015-07-20 02:14:52 +03:00
Ivailo Monev
bea1df1c0a kio: remove dummy kfileitemactionplugin 2015-07-15 21:15:08 +00:00
Ivailo Monev
16daf6233d generic: remove code for Qt4 versions older than 4.8 2015-07-15 20:41:31 +00:00
Ivailo Monev
adf0bfef8f kio: fix an issue with the metadata displaying
sometimes with metadata that has many small value entries the
widget rows were overlapping. in the process of fixing this a
minor cleanup was done - two less temporary variables are assigned
2015-07-13 15:57:49 +03:00
Ivailo Monev
123432aec9 kio: do not show some metadata fields by default 2015-07-13 15:42:49 +03:00
Ivailo Monev
43faae2d4c kio: do not show some metadata fields by default
namely "Part of" and an extra "Type". The "Part of" filed is not
very obvious and in most cases just a null (empty string), the
extra "Type" refers to some sorta Semantic spec thing is not more
than useless as two other MIME information fileds are show - one
with a human friendly and one with programmers friendly string in
it and are more than enough in most if not all cases.
2015-07-13 15:29:55 +03:00
Ivailo Monev
5ddc190ce0 generic: normalize include guards 2015-07-11 18:42:46 +03:00
Ivailo Monev
e05886723a generic: normalize include guards 2015-07-11 18:20:46 +03:00
Ivailo Monev
f8bb8be8b7 Revert "kio: remove unused http filter sources"
This reverts commit 5c7da13273.

it seems that these sources are required for the tests
2015-07-10 06:07:03 +03:00
Ivailo Monev
5c7da13273 kio: remove unused http filter sources 2015-07-09 11:16:51 +03:00
Ivailo Monev
4db628c798 kio: use one less lookup for kioexec 2015-07-09 09:58:22 +03:00
Ivailo Monev
a7064db00e generic: deal with LINK_INTERFACE_LIBRARIES, cmake >=2.8.11 required now 2015-06-25 00:27:48 +03:00
Ivailo Monev
732148f49b generic: partitially revert 22db5ad6 2015-06-14 18:49:20 +03:00
Ivailo Monev
c93d6d45eb kio: fix regressions since 5333e991 which caused crashes 2015-06-14 12:13:59 +03:00
Ivailo Monev
667615af01 kio: make use of CA Root Certificates bundle from cURL project
Read http://curl.haxx.se/docs/caextract.html to learn more. The
bundled certificates are usually discarted by major distributions
but for those that do not it would be wise to provide one that is
up-to-date.
2015-06-11 15:44:50 +00:00
Ivailo Monev
22db5ad66c generic: change standard paths 2015-05-20 13:36:16 +00:00
Ivailo Monev
bbea8b2acc generic: drop most of the KIOSK functionality 2015-05-19 05:23:35 +00:00
Ivailo Monev
bbcc925269 generic: drop ksvgrenderer 2015-05-14 14:42:19 +00:00
Ivailo Monev
bf3011ed2c kio: file metadata cleanup and fixup 2015-05-04 11:02:47 +00:00
Ivailo Monev
34e0dbd352 kio: cleanup kfile 2015-05-03 21:08:53 +00:00
Ivailo Monev
f33caea49d kio: improve samba detection 2015-05-03 19:30:38 +00:00
Ivailo Monev
ea2bf3ab3f kio: bring back the metadata helpers (without Nepomuk) 2015-05-03 16:49:32 +00:00
Ivailo Monev
a22f9f73aa kio: bring back the metadata helpers (without Nepomuk) 2015-05-03 16:49:26 +00:00
Ivailo Monev
bf501e6429 generic: remove redudant virtual_hook definitions 2015-04-23 14:50:12 +00:00
Ivailo Monev
096e9e2181 kio: remove now redudant declaration of properties() in kfilemetainfoitem 2015-03-02 16:56:33 +00:00
Ivailo Monev
555d054612 generic: remove KDE_USE_FINAL guards 2015-03-02 05:16:28 +00:00
Ivailo Monev
d71048cc01 kio: remove inclusion of headers gone with the deprecation cleanup 2015-03-01 02:09:54 +00:00
Ivailo Monev
453b8cbcc8 generic: kill deprecated cruft with fire 2015-03-01 02:02:30 +00:00
Ivailo Monev
5333e9917d generic: remove deprecated API 2015-02-28 03:27:54 +00:00
Ivailo Monev
82fc15f54b generic: use CMake moc instead of automoc4 by default
for compatibilty reasons automoc4 support is not removed but it
shall be in the future. automoc4 has not been maintained for a
while (last commit is from 2011) and the stable release is from
2009.

CMake version >= 2.8.6 provides the functionality for mocking so
I see no reason to not make use of it.
2015-02-27 07:40:26 +00:00
Ivailo Monev
122f5ecea4 generic: remove Nepomuk support leftovers 2015-02-24 19:18:50 +00:00
Ivailo Monev
1310cda5e1 kio: remove cygwin and mac code from kopenssl 2015-01-27 13:46:40 +00:00
Ivailo Monev
adb463c6cb generic: drop perl scripts which are redudant 2015-01-26 14:42:14 +00:00
Ivailo Monev
f0d85e45ad generic: normalize libraries versioning 2015-01-24 21:45:28 +00:00
Ivailo Monev
004e949a0f kio: minor code style corrections 2015-01-23 18:49:13 +00:00
Ivailo Monev
fbfb5ef22d Revert "kio: change SSL KCM parent category to network-settings"
This reverts commit 8900e3f0ed.
2015-01-22 00:50:09 +00:00
Ivailo Monev
8900e3f0ed kio: change SSL KCM parent category to network-settings 2015-01-21 23:39:31 +00:00
Ivailo Monev
31e567f90e Use QSslCertificate's fromDevice instead fromPath to import certificates.
QSslCertificate::fromPath seems to have problem importing certs in DER format.

CCBUG: 333079
REVIEW: 121092
2015-01-03 22:47:01 +00:00
Ivailo Monev
eeaf9b18bf kio: remove fake MIME types from protocols (based on upstream 8e7c42a 2015-01-03 22:36:29 +00:00
Ivailo Monev
8d13b54921 undeprecate KIO PredicateProperties as an alternative to Nepomuk::Types::Property 2014-12-23 03:12:03 +00:00
Ivailo Monev
80ce862656 undeprecated PredicateProperties as an alternative to nepomuk 2014-12-07 23:35:01 +00:00
Ivailo Monev
d4a829d7c8 fix two compiler warnings 2014-12-07 20:43:48 +00:00
Ivailo Monev
c88b5ef465 remove all doxygen pages and add top-level config 2014-12-04 20:34:48 +00:00
Ivailo Monev
53ec145084 fix non-literal string related build failure(s) triggered during Debug build 2014-12-03 19:43:43 +00:00
Ivailo Monev
a817c38ea2 remove ksendbugmail 2014-12-02 14:17:05 +00:00