Commit graph

42 commits

Author SHA1 Message Date
Ivailo Monev
2ce6520523 generic: drop text-to-speech support
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-12-18 16:14:11 +02:00
Ivailo Monev
61d831381a knotify: image conversion optimization
QImage::scanLine() detaches the image, QImage::constScanLine() does not

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-12-14 19:35:45 +02:00
Ivailo Monev
8fa5d7dbd3 knotify: drop support for plugins
there are six already

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-12-14 17:23:06 +02:00
Ivailo Monev
2edfae16e2 knotify: hack for KAudioPlayer
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-12-14 14:51:55 +02:00
Ivailo Monev
4c4e6169b6 knotify: log messages to specialized area
300 is reserved for kdeui (KConfigDialogManager)

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-10-23 00:04:59 +03:00
Ivailo Monev
27fc8002d6 generic: use the new kspeech library for Text-To-Speech
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-09-29 15:23:32 +03:00
Ivailo Monev
64b239e416 generic: use the new kde4_add_dbus_service() macro
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-09-27 15:04:27 +03:00
Ivailo Monev
35716d82c2 generic: make use of the dbus_add_activation_service() macro
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-09-27 14:20:51 +03:00
Ivailo Monev
cb5f63cc72 generic: disable session manager via SESSION_MANAGER environment variable unset too
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-05-26 06:40:25 +03:00
Ivailo Monev
5927adc8c7 generic: use KApplication::quitOnSignal() in kglobaaccel, knotify4 and kuiserver to setup signals for application quit
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-05-26 02:56:49 +03:00
Ivailo Monev
38621bba32 knotify: use KApplication instead of KUniqueApplication
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-05-24 11:33:42 +03:00
Ivailo Monev
5d535e9575 knotify: always create new KAudioPlayer instance
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2022-05-17 23:45:43 +03:00
Ivailo Monev
6babb6657f knotify: generate export header
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-07-28 01:23:55 +03:00
Ivailo Monev
08bd97aff5 generic: compiler warning fixes
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-06-13 17:59:56 +03:00
Ivailo Monev
12e5949d9d generic: handle optical drive/disc as block devices 2021-06-09 12:50:03 +03:00
Ivailo Monev
8fad6767f1 generic: consistent installation variables usage
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2021-02-27 08:56:06 +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
591b538337 generic: replace installation paths with KDE4_ prefixed
see commit in kdelibs repository

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2020-02-08 20:13:13 +00:00
Ivailo Monev
751c90cf55 generic: use loop-scoped variables
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2019-05-15 17:25:30 +00:00
Ivailo Monev
de7cddaba2 generic: adjust to Katie changes
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2019-05-08 14:51:07 +00:00
Ivailo Monev
af45159765 generic: replace forward declarations with headers inclusions
this was done with namefsck script from Katie, solves namespace issues

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2019-05-05 02:36:36 +00:00
Ivailo Monev
952244d637 generic: get rid of kdefakes
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2017-08-02 13:37:23 +00:00
Ivailo Monev
2183ca2760 knotify4: make use of X-KDE-MediaPlayer
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
2016-10-16 23:09:47 +00:00
Ivailo Monev
c4e09b85d5 genric: misc cleanups
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-04-21 20:57:58 +00:00
Ivailo Monev
f7f25c5f7c knotify: simplify idle players cleanup
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-04-18 19:29:18 +00:00
Ivailo Monev
801410d5d1 generic: misc cleanups
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-04-09 03:27:21 +00:00
Ivailo Monev
a41da6cd32 generic: simplify notification by sound
in the future the volume will be configurable via a custom widget that is
specifically for KMediaPlayer and friends so the KCM will have to be
reworked to make use of it for volume control but until that happens the
only options are sound and no sound for notifications

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-03-27 02:34:15 +00:00
Ivailo Monev
0e40e66ccb generic: drop Phonon in favour of MPV and custom player classes
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2016-03-20 02:49:10 +00:00
Ivailo Monev
0cf8c59f82 generic: misc cleanups 2015-09-27 04:22:24 +00:00
Ivailo Monev
874fb179d7 knotify: drop Growl notification support 2015-09-26 03:18:51 +00:00
Ivailo Monev
2baf4467d1 generic: major build system cleanup 2015-09-01 04:37:19 +03:00
Ivailo Monev
840c8a25cc generic: make changes required for building against katie 2015-08-12 13:11:16 +03:00
Ivailo Monev
4ef934b0d6 krunner: fixup build due to ksysguard scripting support drop 2015-07-10 07:41:22 +03:00
Ivailo Monev
c433e4502a generic: adjust for use with CMake moc 2015-02-27 09:28:46 +00:00
Ivailo Monev
8d295daf24 knotify: make changing the volume on notifications optional and disabled by default
I don't see why we should change the volume at all, let the user decide their volume, but since we have the feature i didn't want to remove it completely and instead left if disabled by default.

Acked by davidedmundson and sitter
REVIEW: 121278
FIXED-IN: 15.04
BUGS: 324975
2015-01-03 23:24:21 +00:00
Ivailo Monev
6974e7e5ba make use of KUrl on phonon calls
KUrl handles "file://" appending when neccessary
2014-12-31 01:07:19 +00:00
Ivailo Monev
32493eaee1 use new Phonon API knotify
searching trought the Git repository log (no changelog/news file)
I found that the deprecation of QString argument to MediaSource is
in 2013 or prior that. Not sure which release exactly that was in.
2014-12-07 22:15:49 +00:00
Ivailo Monev
5dc9e7d8a0 remove all doxygen pages and add top-level config 2014-12-04 20:44:39 +00:00
Ivailo Monev
0a82433c59 removed win and mac code 2014-11-19 17:57:24 +00:00
Ivailo Monev
24b6d92809 changed bash scripts shebangs 2014-11-15 05:48:13 +02:00
Ivailo Monev
fdeee7c849 imported everything from kde-runtime 2014-11-15 04:16:00 +02:00