Commit graph

52 commits

Author SHA1 Message Date
Ivailo Monev
1e26bf4a5d generic: build system cleanups
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-09-03 00:05:54 +00:00
Ivailo Monev
6be83acf52 kinit: remove redundant build property
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-08-15 15:59:39 +00:00
Ivailo Monev
285b54c1cb kinit: there is no need to link kioslave to KIO library
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-06-03 22:34:23 +00:00
Ivailo Monev
7419f793b0 generic: replace kdesu with kdesudo
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-05-15 02:06:56 +00:00
Ivailo Monev
2b9530622c kinit: fix a compiler warning
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-05-13 10:19:21 +00:00
Ivailo Monev
4106ee32ce kinit: adjust to recent KStandardDirs changes
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-05-03 15:41:29 +00:00
Ivailo Monev
cd1ca7c87e generic: replace KProcess with QProcess where feasable
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-04-30 06:09:02 +00:00
Ivailo Monev
1f34f5ad73 generic: use CMake export header generator
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-04-27 20:13:02 +00:00
Ivailo Monev
9c5e63ef16 generic: replace socklen_t/kde_socklen_t with QT_SOCKLEN_T
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-04-22 13:19:18 +00:00
Ivailo Monev
376484dff8 generic: get rid of KLibrary
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-03-05 03:36:21 +02:00
Ivailo Monev
ca191527d1 kinit: do not keep one file slave running
digging trough mailing lists I think it was done for performance reasons
but if the user has not run a program that requires the slave to operate
for a long time (default timeout is 30sec) then it should be stopped so
that it can benefit any potentional security updates applied to the OS thus
it is no longer exception

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-01-01 05:47:42 +02:00
Ivailo Monev
b60991ae05 kinit: remove dead code
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2015-11-22 17:45:42 +02:00
Ivailo Monev
3634770269 generic: build system cleanups
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2015-11-02 03:38:51 +02:00
Ivailo Monev
dfc0b3b9bc generic: build system cleanups
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2015-11-01 15:28:30 +02:00
Ivailo Monev
190fbddbbe generic: misc cleanups 2015-10-17 10:38:24 +03:00
Ivailo Monev
9f362672a6 generic: headers inclusion cleanup 2015-10-14 22:38:09 +03:00
Ivailo Monev
a7abfa0954 kinit: let the compiler optimize-out the passed value
what I did in b4ec5b6a wasn't exactly perfect
2015-09-28 14:12:07 +00:00
Ivailo Monev
2eceb5f064 generic: misc cleanups 2015-09-27 01:19:30 +00:00
Ivailo Monev
83ac368076 generic: cleanups remains of kdeinit-wrapped executables 2015-09-06 15:33:03 +03:00
Ivailo Monev
c0da30760b generic: misc cleanups 2015-09-06 14:43:27 +03:00
Ivailo Monev
b4ec5b6a3d kinit: minor code shrink 2015-09-05 07:57:08 +00:00
Ivailo Monev
eeba19d4c4 generic: misc cleanups 2015-09-04 13:06:11 +00:00
Ivailo Monev
007a44cd2f generic: major build system cleanup
the test are broken!
2015-09-01 01:05:33 +03:00
Ivailo Monev
0a78c4ef65 generic: misc cleanups 2015-08-27 20:35:05 +03:00
Ivailo Monev
20286397de kinit: drop legacy code 2015-08-25 18:13:21 +03:00
Ivailo Monev
8699660085 generic: misc cleanups 2015-08-19 05:07:46 +03:00
Ivailo Monev
9dc6d2d99e kinit: remove bogus wrapper 2015-08-19 01:37:57 +03:00
Ivailo Monev
21ad0df488 generic: make changes required for building against katie 2015-08-11 05:56:07 +03:00
Ivailo Monev
528b361bdc Revert "kinit: do not reset the environment for shell and kwrapper procs"
This reverts commit 55ae073a63.

the actual fix is 5b95e5fd from kdelibs and b4f88e36 from
kde-workspace.
2015-07-20 04:20:45 +03:00
Ivailo Monev
1a29f14fde kinit: remove remains of mac/win cruft, follow up on 4a7ee7d5 2015-07-20 02:21:54 +03:00
Ivailo Monev
55ae073a63 kinit: do not reset the environment for shell and kwrapper procs
fixes KDE bug 324256
2015-07-15 12:00:10 +00:00
Ivailo Monev
583052b6e4 kinit: do not preload libraries 2015-07-10 14:45:13 +03:00
Ivailo Monev
224a6ff3e8 kinit: adjust to libraries versioning (dcdbb65d and f0d85e45) 2015-06-15 15:24:45 +03:00
Ivailo Monev
732148f49b generic: partitially revert 22db5ad6 2015-06-14 18:49:20 +03:00
Ivailo Monev
22db5ad66c generic: change standard paths 2015-05-20 13:36:16 +00:00
Ivailo Monev
4a7ee7d515 kinit: cleanup remains of win and mac support 2015-05-15 20:53:31 +00:00
Ivailo Monev
7d0dd6d541 generic: stop using kdeinit for main applications 2015-05-09 16:39:13 +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
6110cc6e12 kinit: prevent compiler warning by conditionally defining s_DBusStartupTypeToString 2015-01-21 16:07:56 +00:00
Ivailo Monev
c71cc93299 remove mac cruft 2014-12-31 16:44:53 +00:00
Ivailo Monev
2124df17ec fix some cast warnings in kinit wrapper 2014-12-23 03:14:10 +00:00
Ivailo Monev
c88b5ef465 remove all doxygen pages and add top-level config 2014-12-04 20:34:48 +00:00
Ivailo Monev
3f0dd268de remove win and mac cruft 2014-11-27 18:22:42 +00:00
Ivailo Monev
2d55a8d3dd katana -> kde4 2014-11-20 09:05:46 +00:00
Ivailo Monev
4f94d74af8 mac cruft remove 2014-11-19 22:55:36 +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
c7a2a17692 yet more windows and mac code remove 2014-11-19 15:30:39 +00:00
Ivailo Monev
6f8472c60a changed standard directories 2014-11-19 15:24:38 +00:00