Commit graph

29 commits

Author SHA1 Message Date
Ivailo Monev
b636ba6903 kglobalaccel: drop it
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2024-04-22 00:18:26 +03:00
Ivailo Monev
f47177f876 generic: adjust to KNotification changes
some notification files, such as the style KCM one, were not even used

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2023-08-25 08:07:58 +03:00
Ivailo Monev
f1bf8ab528 kcontrol: remove display KCM
it is essentially container for other modules and all but the randr
module are not valid (not maintained as part of Katana)

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2023-07-30 07:26:09 +03:00
Ivailo Monev
881a427576 generic: rework startup to no create a shell script
by the time ksplash gets the X11 events for startup phases the startup
process is (and should be) done, especially after the display
configuration is done and the monitor is ready to output thus ksplash
does not really indicate much

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-11-03 11:29:28 +02:00
Ivailo Monev
b7cdaeeae8 kcontrol: remove kfontinst
it includes the hidden KIO slave, font viewer, font installer, font
manager (enable/disable user or system fonts) and thumbnailer.

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-10-06 13:55:18 +03:00
Ivailo Monev
f68295ea28 generic: move sub-projects from kde-baseapps [ci reset]
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-05-14 21:56:54 +03:00
Ivailo Monev
494297b408 generic: ajdust to kdnssd library changes 2022-05-05 22:20:45 +03:00
Ivailo Monev
fcbc69b222 generic: reimplement screen saver interface via xscreensaver
my monitor is not the latest stock but it has its own screen saver
feature

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-04-13 01:27:15 +03:00
Ivailo Monev
16744d36ab kcontrol: new moduke to control password stores
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-04-09 18:20:52 +03:00
Ivailo Monev
73b37d03de kcontrol: new module to control meta information
the only other way to control which meta information to show in tooltips
and such is to enable Dolphin information panel, find file that has the
desired metadata to disable and right click on the metadata widget after
hovering over the file which is very much not obvious and tedious

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-03-10 13:10:27 +02:00
Ivailo Monev
dd6118039a generic: drop support for emoticons
icon themes should provide some emoticons:
https://specifications.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html

Katie provides better utility for converting images:
https://github.com/fluxer/katie/tree/master/util/imgconv

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-03-08 00:31:04 +02:00
Ivailo Monev
2982286939 kcontrol: remove smartcard KCM
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-03-06 14:07:02 +02:00
Ivailo Monev
f58eba713f generic: adjust to media classes changes
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-02-26 09:57:00 +02:00
Ivailo Monev
f39596ee19 generic: review configuration checks
since kde-runtime was merged into kde-workspace some checks definitions are
duplicated in config-runtime headers thus it is removed.

missing function and header checks were added, most of which also missing in
kde-runtime and kde-workspace so that is by no means mistake made during the
merge.

the check for libkstat for Solaris is actually done via /dev/kstat existence
check from ksysguardd/Solaris/Solaris.cmake.

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2020-02-24 20:10:10 +00:00
Ivailo Monev
7b1608bead generic: build system cleanups
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2016-09-16 23:59:39 +00:00
Ivailo Monev
aae97ed3f5 kcontrol: build the access KCM only when Xkb is found
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2016-08-12 12:12:05 +00:00
Ivailo Monev
090ebdf0b7 kcontrol: the touchpad module is no longer usefull 2016-07-14 18:58:18 +00:00
Ivailo Monev
18a7b9c1a2 generic: build system cleanups
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2015-11-06 13:03:02 +02:00
Ivailo Monev
9f6fe533c1 kcontrol: import working touchpad KCM 2015-07-24 21:34:55 +03:00
Ivailo Monev
163b7d6e03 Revert "generic: change system settings and kcontrol grouping (part 1)"
This reverts commit 726e6c5213.
2015-01-23 03:04:52 +00:00
Ivailo Monev
726e6c5213 generic: change system settings and kcontrol grouping (part 1) 2015-01-22 04:52:59 +00:00
Ivailo Monev
4ad863c405 kcontrol: remove bell, the access module is supirior 2015-01-22 04:22:32 +00:00
Ivailo Monev
e2ab69e6bf kcontrol: improve categorization
* move ksplash KCM module to kcontrol sub-directory, ksplash it
  build always and there is no reason to keep it out of the
  kcontrol directory holding all major KCM modules

* merge some sub-category modules into other major categories
  almost the same way it is done in KDE5 as it makes much more
  sense and users do not have to go to in-and-out of
  sub-categories to configure the overall desktop appearance
  - application-appearance -> desktop-appearance
  - window-behaviour -> workspace-behavior
  - workspace-appearance-and-behavior -> workspace-behaviour
2015-01-16 23:12:19 +00:00
Ivailo Monev
db2194cd50 convert kdebugdialog to KCM module 2014-12-19 23:41:56 +00:00
Ivailo Monev
1e70ec3391 removed windows stuff (dirty) 2014-11-15 05:21:19 +02:00
Ivailo Monev
4a7d7d3e9c added desktop themes from kde-runtime 2014-11-15 03:20:35 +02:00
Ivailo Monev
8b9a557072 make the newly added kcontrol files conditional as they were - only for non-WINCE 2014-11-15 03:17:35 +02:00
Ivailo Monev
8b8cf26e2c merge kcontrol files from kde-runtime 2014-11-15 03:14:34 +02:00
Ivailo Monev
a7fd791926 initial import 2014-11-13 19:30:51 +02:00