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
Ivailo Monev
a499c2d11d
fix build of external software by not including config-misc header and place BUG_REPORT_URL and BUG_REPORT_EMAIL into kglobalsettings header
2014-11-29 23:03:51 +00:00
Ivailo Monev
6e700dc650
replace bugs.kde.org with BUG_REPORT_URL; replace submit@bugs.kde.org with BUG_REPORT_EMAIL (new); remove kdoctools (Doxygen is used for API docs, anything else needs it besides some handbook slaves?); moved kwebkitpart translations to kde-l10n
2014-11-29 21:30:53 +00:00
Ivailo Monev
3f0dd268de
remove win and mac cruft
2014-11-27 18:22:42 +00:00
Ivailo Monev
0eb54bce16
use KStandardDirs::findExe() to find smbd executable for KIO
2014-11-25 17:50:27 +00:00
Ivailo Monev
79a213ea27
undeprecated KFileMetaDataConfigurationWidget as it is an alternative to Nepomuk2::FileMetaDataConfigurationWidget
2014-11-21 19:15:44 +00:00
Ivailo Monev
2d55a8d3dd
katana -> kde4
2014-11-20 09:05:46 +00:00
Ivailo Monev
6aaebc720d
windows cruft remove
2014-11-19 22:48:45 +00:00
Ivailo Monev
9d86872eeb
more hardcoded paths corrections (they should be unhardcoded but that will be done in the future)
2014-11-19 18:20:59 +00:00
Ivailo Monev
f7bee1b826
undeprecate KFileMetaDataWidget since Nepomuk is no longer supported
2014-11-19 16:52:00 +00:00
Ivailo Monev
c7a2a17692
yet more windows and mac code remove
2014-11-19 15:30:39 +00:00
Ivailo Monev
b99fa1400b
more windows code remove
2014-11-19 15:19:19 +00:00
Ivailo Monev
c3f3bcb965
windows code remove
2014-11-19 15:17:14 +00:00
Ivailo Monev
0e7507fb68
updated dbus interfaces
2014-11-18 02:59:03 +00:00
Ivailo Monev
d1998a1d50
removed static libraries defines (including #if 0, watch out!)
2014-11-18 00:42:37 +00:00
Ivailo Monev
e0b7d38f81
removed all upd cruft
2014-11-15 19:55:02 +00:00
Ivailo Monev
9cc09a56bf
removed k3 headers include
2014-11-14 01:28:56 +02:00