OSDN Git Service

kde/kde-workspace.git
2 years agokinfocenter: pci module does not require X11 libraries
Ivailo Monev [Wed, 27 Apr 2022 15:35:45 +0000 (15:35 +0000)]
kinfocenter: pci module does not require X11 libraries

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agoplasma: remove hidden and disabled by default option to show show remaining time
Ivailo Monev [Wed, 27 Apr 2022 11:59:10 +0000 (14:59 +0300)]
plasma: remove hidden and disabled by default option to show show remaining time

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agokinfocenter: remove unused header inclusion
Ivailo Monev [Wed, 27 Apr 2022 11:05:30 +0000 (14:05 +0300)]
kinfocenter: remove unused header inclusion

works as intended:
https://ibb.co/3vhjTrD

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agokinfocenter: check parents one-level deeper from usbview module
Ivailo Monev [Wed, 27 Apr 2022 10:40:14 +0000 (13:40 +0300)]
kinfocenter: check parents one-level deeper from usbview module

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agokinfocenter: usbview module build fix for FreeBSD
Ivailo Monev [Wed, 27 Apr 2022 08:01:59 +0000 (11:01 +0300)]
kinfocenter: usbview module build fix for FreeBSD

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agokinfocenter: reimplement usbview module via libusb
Ivailo Monev [Wed, 27 Apr 2022 07:46:45 +0000 (10:46 +0300)]
kinfocenter: reimplement usbview module via libusb

now it will function on non-Linux hosts too

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agokgreeter: use Plasma default theme wallpaper and rectangle image by default
Ivailo Monev [Tue, 26 Apr 2022 08:02:28 +0000 (11:02 +0300)]
kgreeter: use Plasma default theme wallpaper and rectangle image by default

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agoplasma: do not emit useless data from hostip geolocation provider
Ivailo Monev [Tue, 26 Apr 2022 03:59:05 +0000 (06:59 +0300)]
plasma: do not emit useless data from hostip geolocation provider

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agoplasma: deal with TODO [ci skip]
Ivailo Monev [Mon, 25 Apr 2022 16:20:12 +0000 (19:20 +0300)]
plasma: deal with TODO [ci skip]

brute-force guess:
curl ipinfo.io/json
{
  "ip": "xx.xx.xx.xx",
  "city": "Dve Mogili",
  "region": "Ruse",
  "country": "BG",
  "loc": "43.5926,25.8749",
  "org": "AS59900 Balkan Internet Exchange Ltd",
  "postal": "7158",
  "timezone": "Europe/Sofia",
  "readme": "https://ipinfo.io/missingauth"
}

smil3y@debian:~$ curl http://www.geoplugin.net/json.gp
{
  "geoplugin_request":"xx.xx.xx.xx",
  "geoplugin_status":200,
  "geoplugin_delay":"2ms",
  "geoplugin_credit":"Some of the returned data includes GeoLite data created by MaxMind, available from <a href='http:\/\/www.maxmind.com'>http:\/\/www.maxmind.com<\/a>.",
  "geoplugin_city":"Byala",
  "geoplugin_region":"Ruse",
  "geoplugin_regionCode":"18",
  "geoplugin_regionName":"Ruse",
  "geoplugin_areaCode":"",
  "geoplugin_dmaCode":"",
  "geoplugin_countryCode":"BG",
  "geoplugin_countryName":"Bulgaria",
  "geoplugin_inEU":1,
  "geoplugin_euVATrate":20,
  "geoplugin_continentCode":"EU",
  "geoplugin_continentName":"Europe",
  "geoplugin_latitude":"43.4465",
  "geoplugin_longitude":"25.7358",
  "geoplugin_locationAccuracyRadius":"1",
  "geoplugin_timezone":"Europe\/Sofia",
  "geoplugin_currencyCode":"BGN",
  "geoplugin_currencySymbol":"лв",
  "geoplugin_currencySymbol_UTF8":"лв",
  "geoplugin_currencyConverter":1.812
}

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agokscreensaver: fallback to ConsoleKit for (un)lock signal
Ivailo Monev [Mon, 25 Apr 2022 15:35:09 +0000 (18:35 +0300)]
kscreensaver: fallback to ConsoleKit for (un)lock signal

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agokscreensaver: implement locking and unlocking on session manager signals
Ivailo Monev [Mon, 25 Apr 2022 14:23:17 +0000 (17:23 +0300)]
kscreensaver: implement locking and unlocking on session manager signals

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agokscreensaver: correct xscreensaver-command return value checks
Ivailo Monev [Mon, 25 Apr 2022 14:03:08 +0000 (17:03 +0300)]
kscreensaver: correct xscreensaver-command return value checks

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agoplasma: drop GeoClue provider for geolocation data engine
Ivailo Monev [Mon, 25 Apr 2022 07:47:04 +0000 (10:47 +0300)]
plasma: drop GeoClue provider for geolocation data engine

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agoplasma: implement geoPlugin provider for geolocation data engine
Ivailo Monev [Mon, 25 Apr 2022 07:21:41 +0000 (10:21 +0300)]
plasma: implement geoPlugin provider for geolocation data engine

for reference:
https://github.com/fluxer/katana/issues/26

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agoplasma: ipinfo geolocation plugin copyright
Ivailo Monev [Mon, 25 Apr 2022 07:20:51 +0000 (10:20 +0300)]
plasma: ipinfo geolocation plugin copyright

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agolibs: fallback to ConsoleKit in KDisplayManager::isSwitchable()
Ivailo Monev [Mon, 25 Apr 2022 04:13:18 +0000 (07:13 +0300)]
libs: fallback to ConsoleKit in KDisplayManager::isSwitchable()

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agolibs: fix KDisplayManager::isSwitchable() when systemd is used instead of ConsoleKit
Ivailo Monev [Sun, 24 Apr 2022 18:03:39 +0000 (21:03 +0300)]
libs: fix KDisplayManager::isSwitchable() when systemd is used instead of ConsoleKit

for reference:
https://bugs.kde.org/show_bug.cgi?id=427777

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agoplasma: put back the inhibition item to the battery monitor applet
Ivailo Monev [Sat, 23 Apr 2022 04:36:38 +0000 (07:36 +0300)]
plasma: put back the inhibition item to the battery monitor applet

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agoplasma: remove powerdevil leftovers
Ivailo Monev [Sat, 23 Apr 2022 04:23:13 +0000 (07:23 +0300)]
plasma: remove powerdevil leftovers

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agogeneric: adjust to solid changes
Ivailo Monev [Fri, 22 Apr 2022 13:21:42 +0000 (16:21 +0300)]
generic: adjust to solid changes

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agogeneric: remove redundant executables output path override
Ivailo Monev [Thu, 21 Apr 2022 21:30:51 +0000 (00:30 +0300)]
generic: remove redundant executables output path override

kde4_add_manual_test() macro already does it

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agokscreensaver: remove stub interface methods
Ivailo Monev [Wed, 20 Apr 2022 03:52:42 +0000 (06:52 +0300)]
kscreensaver: remove stub interface methods

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agogeneric: drop powerdevil and adjust to power manager changes
Ivailo Monev [Tue, 19 Apr 2022 23:23:07 +0000 (02:23 +0300)]
generic: drop powerdevil and adjust to power manager changes

TODO: reimplement plasma battery applet

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agokscreensaver: register object at /org/freedesktop/ScreenSaver too and unregister...
Ivailo Monev [Tue, 19 Apr 2022 02:03:15 +0000 (05:03 +0300)]
kscreensaver: register object at /org/freedesktop/ScreenSaver too and unregister service and objects from destructor

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agokinfocenter: update bundled USB IDs file
Ivailo Monev [Tue, 19 Apr 2022 00:58:33 +0000 (03:58 +0300)]
kinfocenter: update bundled USB IDs file

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agodrkonqi: rate unnamed symbols from LLDB output as missing function
Ivailo Monev [Mon, 18 Apr 2022 02:13:49 +0000 (05:13 +0300)]
drkonqi: rate unnamed symbols from LLDB output as missing function

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agodrkonqi: reverse the order of line rating in LLDB parser
Ivailo Monev [Sat, 16 Apr 2022 19:16:16 +0000 (22:16 +0300)]
drkonqi: reverse the order of line rating in LLDB parser

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agodrkonqi: trim the line only once in LLDB parser
Ivailo Monev [Sat, 16 Apr 2022 15:16:55 +0000 (18:16 +0300)]
drkonqi: trim the line only once in LLDB parser

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agodrkonqi: parse function, library and source for more accurate rating from LLDB output
Ivailo Monev [Sat, 16 Apr 2022 15:11:07 +0000 (18:11 +0300)]
drkonqi: parse function, library and source for more accurate rating from LLDB output

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agodrkonqi: remove unused parsers methods
Ivailo Monev [Sat, 16 Apr 2022 03:50:11 +0000 (06:50 +0300)]
drkonqi: remove unused parsers methods

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agodrkonqi: rate all parsed lines from LLDB output
Ivailo Monev [Sat, 16 Apr 2022 03:23:03 +0000 (06:23 +0300)]
drkonqi: rate all parsed lines from LLDB output

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agodrkonqi: do not scan for thread and frame number from LLDB parser
Ivailo Monev [Sat, 16 Apr 2022 02:38:23 +0000 (05:38 +0300)]
drkonqi: do not scan for thread and frame number from LLDB parser

not used for any purpose

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agodrkonqi: better highlighting for functions from LLDB output
Ivailo Monev [Fri, 15 Apr 2022 21:57:55 +0000 (00:57 +0300)]
drkonqi: better highlighting for functions from LLDB output

this will do:
https://ibb.co/RN7kxBY

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agokgreeter: set the default session to kde-plasma
Ivailo Monev [Fri, 15 Apr 2022 20:16:15 +0000 (23:16 +0300)]
kgreeter: set the default session to kde-plasma

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agodrkonqi: highlight signals from LLDB output
Ivailo Monev [Fri, 15 Apr 2022 17:46:22 +0000 (20:46 +0300)]
drkonqi: highlight signals from LLDB output

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agodrkonqi: semi-working highlighting for functions from LLDB output
Ivailo Monev [Fri, 15 Apr 2022 17:31:16 +0000 (20:31 +0300)]
drkonqi: semi-working highlighting for functions from LLDB output

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agodrkonqi: suffix techbase URL definition
Ivailo Monev [Fri, 15 Apr 2022 17:24:36 +0000 (20:24 +0300)]
drkonqi: suffix techbase URL definition

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agogeneric: add backtraces feature information
Ivailo Monev [Fri, 15 Apr 2022 17:08:35 +0000 (20:08 +0300)]
generic: add backtraces feature information

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agodrkonqi: typo
Ivailo Monev [Fri, 15 Apr 2022 09:01:14 +0000 (12:01 +0300)]
drkonqi: typo

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agodrkonqi: fix library highlighting edge case
Ivailo Monev [Fri, 15 Apr 2022 08:12:02 +0000 (11:12 +0300)]
drkonqi: fix library highlighting edge case

so far so good:
https://ibb.co/TTtC9p9

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agodrkonqi: better LLDB source part detection
Ivailo Monev [Fri, 15 Apr 2022 07:51:21 +0000 (10:51 +0300)]
drkonqi: better LLDB source part detection

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agodrkonqi: implement LLDB parser and highlighter
Ivailo Monev [Fri, 15 Apr 2022 07:22:18 +0000 (10:22 +0300)]
drkonqi: implement LLDB parser and highlighter

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agodrkonqi: stub LLDB parser and highlighter
Ivailo Monev [Fri, 15 Apr 2022 06:19:50 +0000 (09:19 +0300)]
drkonqi: stub LLDB parser and highlighter

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agodrkonqi: move "about bug reporting" to drkonqi_globals header and use definition...
Ivailo Monev [Fri, 15 Apr 2022 04:06:20 +0000 (07:06 +0300)]
drkonqi: move "about bug reporting" to drkonqi_globals header and use definition for it

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agodrkonqi: add LLDB data files
Ivailo Monev [Fri, 15 Apr 2022 01:37:55 +0000 (04:37 +0300)]
drkonqi: add LLDB data files

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agokcontrol: enable only help and apply buttons in meta information module
Ivailo Monev [Thu, 14 Apr 2022 21:14:16 +0000 (00:14 +0300)]
kcontrol: enable only help and apply buttons in meta information module

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agokcontrol: implement option to disable metadata plugins
Ivailo Monev [Thu, 14 Apr 2022 09:12:20 +0000 (12:12 +0300)]
kcontrol: implement option to disable metadata plugins

requires:
https://github.com/fluxer/kdelibs/commit/e175ca1377b5823f7ab4c69fd15a11e30bc59dc7

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agokgreeter: implement option to change the font
Ivailo Monev [Wed, 13 Apr 2022 19:37:30 +0000 (22:37 +0300)]
kgreeter: implement option to change the font

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agosolid-networkstatus: correct connman signal connection
Ivailo Monev [Wed, 13 Apr 2022 13:01:52 +0000 (16:01 +0300)]
solid-networkstatus: correct connman signal connection

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agokscreensaver: better inhibitions counter
Ivailo Monev [Wed, 13 Apr 2022 01:03:36 +0000 (04:03 +0300)]
kscreensaver: better inhibitions counter

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agokscreensaver: start and stop the active time timer from the state tracker
Ivailo Monev [Wed, 13 Apr 2022 00:43:05 +0000 (03:43 +0300)]
kscreensaver: start and stop the active time timer from the state tracker

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agokscreensaver: register the inhibition cookie
Ivailo Monev [Wed, 13 Apr 2022 00:34:43 +0000 (03:34 +0300)]
kscreensaver: register the inhibition cookie

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agokscreensaver: do not emit ActiveChanged() signal manually
Ivailo Monev [Wed, 13 Apr 2022 00:18:14 +0000 (03:18 +0300)]
kscreensaver: do not emit ActiveChanged() signal manually

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agokscreensaver: watch the xscreensaver state and emit ActiveChanged() signal
Ivailo Monev [Wed, 13 Apr 2022 00:10:54 +0000 (03:10 +0300)]
kscreensaver: watch the xscreensaver state and emit ActiveChanged() signal

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agogeneric: reimplement screen saver interface via xscreensaver
Ivailo Monev [Tue, 12 Apr 2022 19:07:48 +0000 (22:07 +0300)]
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>
2 years agokgreeter: use QFrame instead of QGroupBox
Ivailo Monev [Tue, 12 Apr 2022 16:18:23 +0000 (19:18 +0300)]
kgreeter: use QFrame instead of QGroupBox

just because Oxygen style does its own alignment of QGroupBox title when
it is flat moving the title to the left and making it use bold font

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agolibs: remove unused winbind greeter
Ivailo Monev [Tue, 12 Apr 2022 15:30:09 +0000 (18:30 +0300)]
libs: remove unused winbind greeter

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agogeneric: remove KDM references
Ivailo Monev [Tue, 12 Apr 2022 15:16:32 +0000 (18:16 +0300)]
generic: remove KDM references

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agokcheckpass: remove unused header inclusion
Ivailo Monev [Tue, 12 Apr 2022 12:24:32 +0000 (15:24 +0300)]
kcheckpass: remove unused header inclusion

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agoksmserver: handle authentication error and abort status from kcheckpass as failure
Ivailo Monev [Mon, 11 Apr 2022 21:46:44 +0000 (00:46 +0300)]
ksmserver: handle authentication error and abort status from kcheckpass as failure

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agoksmserver: zero-initialize the file-descriptor buffer passed to kcheckpass
Ivailo Monev [Mon, 11 Apr 2022 21:45:18 +0000 (00:45 +0300)]
ksmserver: zero-initialize the file-descriptor buffer passed to kcheckpass

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agokcheckpass: abort authentication if getpwnam() returns null
Ivailo Monev [Mon, 11 Apr 2022 21:02:48 +0000 (00:02 +0300)]
kcheckpass: abort authentication if getpwnam() returns null

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agogeneric: update PAM documentation
Ivailo Monev [Mon, 11 Apr 2022 20:38:56 +0000 (23:38 +0300)]
generic: update PAM documentation

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agokcheckpass: implement fallback to other methods if authentication via one fails
Ivailo Monev [Mon, 11 Apr 2022 20:15:34 +0000 (23:15 +0300)]
kcheckpass: implement fallback to other methods if authentication via one fails

as a bonus - asking for password will be done before setting UID

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agogeneric: fix some tests
Ivailo Monev [Mon, 11 Apr 2022 16:21:42 +0000 (19:21 +0300)]
generic: fix some tests

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agokinfocenter: opengl module does not require OpenGLES
Ivailo Monev [Sun, 10 Apr 2022 17:20:04 +0000 (20:20 +0300)]
kinfocenter: opengl module does not require OpenGLES

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agoklipper: implement QR Code image saving
Ivailo Monev [Sun, 10 Apr 2022 16:49:06 +0000 (19:49 +0300)]
klipper: implement QR Code image saving

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agoklipper: use qrencode for barcode feature
Ivailo Monev [Sun, 10 Apr 2022 15:37:27 +0000 (18:37 +0300)]
klipper: use qrencode for barcode feature

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agogeneric: AppVeyor dependencies update
Ivailo Monev [Sat, 9 Apr 2022 21:55:08 +0000 (00:55 +0300)]
generic: AppVeyor dependencies update

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agodrkonqi: link "about bug reporting" to GitHub issues documentation
Ivailo Monev [Sat, 9 Apr 2022 20:01:44 +0000 (23:01 +0300)]
drkonqi: link "about bug reporting" to GitHub issues documentation

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agokgreeter: disable test button on color scheme changes
Ivailo Monev [Sat, 9 Apr 2022 17:22:36 +0000 (20:22 +0300)]
kgreeter: disable test button on color scheme changes

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agokgreeter: kill lightdm process at exit and before starting it again from KCM
Ivailo Monev [Sat, 9 Apr 2022 17:00:56 +0000 (20:00 +0300)]
kgreeter: kill lightdm process at exit and before starting it again from KCM

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agokgreeter: disable test button when config options change until they are saved
Ivailo Monev [Sat, 9 Apr 2022 16:52:31 +0000 (19:52 +0300)]
kgreeter: disable test button when config options change until they are saved

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agokcontrol: remove invalid category in password store desktop file
Ivailo Monev [Sat, 9 Apr 2022 15:39:09 +0000 (18:39 +0300)]
kcontrol: remove invalid category in password store desktop file

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agokcontrol: new moduke to control password stores
Ivailo Monev [Sat, 9 Apr 2022 15:20:52 +0000 (18:20 +0300)]
kcontrol: new moduke to control password stores

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agosolid-networkstatus: add missing break
Ivailo Monev [Sat, 9 Apr 2022 12:28:24 +0000 (15:28 +0300)]
solid-networkstatus: add missing break

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agosolid-networkstatus: do not require NetworkManager to build the status interface...
Ivailo Monev [Fri, 8 Apr 2022 18:56:14 +0000 (21:56 +0300)]
solid-networkstatus: do not require NetworkManager to build the status interface for it

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agoMerge branch 'master' of ssh://github.com/fluxer/kde-workspace
Ivailo Monev [Thu, 7 Apr 2022 23:00:59 +0000 (02:00 +0300)]
Merge branch 'master' of ssh://github.com/fluxer/kde-workspace

2 years agogeneric: deal with TODO related to CMP0005
Ivailo Monev [Thu, 7 Apr 2022 22:56:14 +0000 (01:56 +0300)]
generic: deal with TODO related to CMP0005

requires:
https://github.com/fluxer/kdelibs/commit/f5fe6558caa712ea9d05749903d47d72bfa5538b

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agokinfocenter: do not link opengl module to dl library
Ivailo Monev [Thu, 7 Apr 2022 22:53:35 +0000 (01:53 +0300)]
kinfocenter: do not link opengl module to dl library

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agogeneric: AppVeyor dependencies update
Ivailo Monev [Thu, 7 Apr 2022 20:55:01 +0000 (20:55 +0000)]
generic: AppVeyor dependencies update

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agoplasma: typo
Ivailo Monev [Thu, 7 Apr 2022 17:21:34 +0000 (20:21 +0300)]
plasma: typo

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agoplasma: implement GeoClue provider for geolocation data engine
Ivailo Monev [Thu, 7 Apr 2022 17:17:10 +0000 (20:17 +0300)]
plasma: implement GeoClue provider for geolocation data engine

requires:
https://github.com/fluxer/kdelibs/commit/d4a4386d9f4378ed3b3b7d5326861a5cf62587f5

for reference:
https://github.com/fluxer/katana/issues/26

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agokgreeter: copyright
Ivailo Monev [Thu, 7 Apr 2022 13:03:49 +0000 (16:03 +0300)]
kgreeter: copyright

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agokioslave: prepare for KIO::AuthInfo changes
Ivailo Monev [Wed, 6 Apr 2022 20:29:48 +0000 (23:29 +0300)]
kioslave: prepare for KIO::AuthInfo changes

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agokstyles: remove oxygen style hack
Ivailo Monev [Wed, 6 Apr 2022 20:10:30 +0000 (23:10 +0300)]
kstyles: remove oxygen style hack

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agokioslave: create GUI application for sftp and smb slaves
Ivailo Monev [Tue, 5 Apr 2022 22:19:04 +0000 (01:19 +0300)]
kioslave: create GUI application for sftp and smb slaves

fixes crash when authorization is required

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agokgreeter: login when return key is pressed and password field has focus
Ivailo Monev [Tue, 5 Apr 2022 18:46:17 +0000 (21:46 +0300)]
kgreeter: login when return key is pressed and password field has focus

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agogeneric: drop kwallet and kpasswdserver
Ivailo Monev [Mon, 4 Apr 2022 20:14:42 +0000 (23:14 +0300)]
generic: drop kwallet and kpasswdserver

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agoklipper: typo
Ivailo Monev [Sun, 3 Apr 2022 18:44:05 +0000 (21:44 +0300)]
klipper: typo

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agoklipper: use Katie's hash algorithm for hashing
Ivailo Monev [Sun, 3 Apr 2022 18:40:00 +0000 (21:40 +0300)]
klipper: use Katie's hash algorithm for hashing

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agoksmserver: drop boot options support
Ivailo Monev [Sun, 3 Apr 2022 17:23:35 +0000 (20:23 +0300)]
ksmserver: drop boot options support

2 years agokgreeter: if authentication or session fails clear password and reset focus
Ivailo Monev [Sun, 3 Apr 2022 16:43:04 +0000 (19:43 +0300)]
kgreeter: if authentication or session fails clear password and reset focus

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agokgreeter: fix crash in case of null glib error pointer
Ivailo Monev [Sun, 3 Apr 2022 16:37:28 +0000 (19:37 +0300)]
kgreeter: fix crash in case of null glib error pointer

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agokgreeter: poll for glib events instead of blocking from login until authentication
Ivailo Monev [Sun, 3 Apr 2022 16:22:28 +0000 (19:22 +0300)]
kgreeter: poll for glib events instead of blocking from login until authentication

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agolibs: remove KDM leftovers
Ivailo Monev [Sun, 3 Apr 2022 12:02:25 +0000 (15:02 +0300)]
libs: remove KDM leftovers

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agoplasma: do not store the position of tracked desktop/screen
Ivailo Monev [Sun, 3 Apr 2022 02:34:03 +0000 (05:34 +0300)]
plasma: do not store the position of tracked desktop/screen

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agoplasma: replace kephal with single class [ci reset]
Ivailo Monev [Sun, 3 Apr 2022 02:13:17 +0000 (05:13 +0300)]
plasma: replace kephal with single class [ci reset]

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agoplasma: partially port plasma-desktop shell to QDesktopWidget
Ivailo Monev [Sun, 3 Apr 2022 00:40:43 +0000 (03:40 +0300)]
plasma: partially port plasma-desktop shell to QDesktopWidget

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2 years agoplasma: port panel containment to QDesktopWidget
Ivailo Monev [Sun, 3 Apr 2022 00:32:38 +0000 (03:32 +0300)]
plasma: port panel containment to QDesktopWidget

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>