OSDN Git Service

kde/kde-workspace.git
12 months agodolphin: adjust to KDirNotify changes
Ivailo Monev [Thu, 6 Jul 2023 15:31:03 +0000 (18:31 +0300)]
dolphin: adjust to KDirNotify changes

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agokate: add QModelIndexList to cpp syntax data
Ivailo Monev [Wed, 5 Jul 2023 16:50:02 +0000 (19:50 +0300)]
kate: add QModelIndexList to cpp syntax data

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agolibs: iterate over a copy of children in Processes::deleteProcess()
Ivailo Monev [Wed, 5 Jul 2023 04:50:06 +0000 (07:50 +0300)]
libs: iterate over a copy of children in Processes::deleteProcess()

fixes possible crash

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agogeneric: adjust to solid changes
Ivailo Monev [Wed, 5 Jul 2023 04:15:01 +0000 (07:15 +0300)]
generic: adjust to solid changes

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agodolphin: remove expansion leftovers
Ivailo Monev [Tue, 4 Jul 2023 21:21:45 +0000 (00:21 +0300)]
dolphin: remove expansion leftovers

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agoplasma: remove redundant PlasmaApp::hasComposite() methods
Ivailo Monev [Tue, 4 Jul 2023 14:57:23 +0000 (17:57 +0300)]
plasma: remove redundant PlasmaApp::hasComposite() methods

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agoplasma: do not enlarge the pixmap cache size
Ivailo Monev [Tue, 4 Jul 2023 14:51:13 +0000 (17:51 +0300)]
plasma: do not enlarge the pixmap cache size

this needs a config knob like the theme cache size

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agoplasma: remove unused header inclusions
Ivailo Monev [Tue, 4 Jul 2023 14:48:28 +0000 (17:48 +0300)]
plasma: remove unused header inclusions

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agokate: drop hellowword, openheader and tabbarextension plugins
Ivailo Monev [Mon, 3 Jul 2023 18:00:28 +0000 (21:00 +0300)]
kate: drop hellowword, openheader and tabbarextension plugins

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agokate: const-ify the argument of KateFileBrowser::setDir()
Ivailo Monev [Mon, 3 Jul 2023 15:48:14 +0000 (18:48 +0300)]
kate: const-ify the argument of KateFileBrowser::setDir()

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agodolphin: adjust to KDirLister changes
Ivailo Monev [Mon, 3 Jul 2023 10:38:25 +0000 (13:38 +0300)]
dolphin: adjust to KDirLister changes

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agodolphin: remove now unused KItemListController setters and getters
Ivailo Monev [Mon, 3 Jul 2023 09:35:48 +0000 (12:35 +0300)]
dolphin: remove now unused KItemListController setters and getters

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agodolphin: drop support for expansion (tree view)
Ivailo Monev [Mon, 3 Jul 2023 06:42:38 +0000 (09:42 +0300)]
dolphin: drop support for expansion (tree view)

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agodolphin: drop folders panel
Ivailo Monev [Mon, 3 Jul 2023 05:18:44 +0000 (08:18 +0300)]
dolphin: drop folders panel

where would I shove it:
https://ibb.co/P1MpQG3

I do not like it, nor do I use it - begone. oh, here is a hint - the
location bar can act as a tree, try clicking on the arrows

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agodolphin: fix possible tests crashes
Ivailo Monev [Mon, 3 Jul 2023 05:03:42 +0000 (08:03 +0300)]
dolphin: fix possible tests crashes

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agodolphin: testing build fix
Ivailo Monev [Mon, 3 Jul 2023 04:47:04 +0000 (07:47 +0300)]
dolphin: testing build fix

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agogeneric: purge most manual tests
Ivailo Monev [Mon, 3 Jul 2023 04:16:15 +0000 (07:16 +0300)]
generic: purge most manual tests

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agolibs: remove reference to the system KIO slave
Ivailo Monev [Mon, 3 Jul 2023 02:45:36 +0000 (05:45 +0300)]
libs: remove reference to the system KIO slave

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agokate: sync filebrowser actions with KDirOperator
Ivailo Monev [Mon, 3 Jul 2023 00:33:02 +0000 (03:33 +0300)]
kate: sync filebrowser actions with KDirOperator

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agogeneric: adjust to kfile changes
Ivailo Monev [Sun, 2 Jul 2023 23:20:20 +0000 (02:20 +0300)]
generic: adjust to kfile changes

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agoplasma: cleanup from PlasmaApp destructor, deref unconditionally
Ivailo Monev [Sat, 1 Jul 2023 07:27:50 +0000 (10:27 +0300)]
plasma: cleanup from PlasmaApp destructor, deref unconditionally

the global reference is increased unconditionally in the constructor, also
the quit() slot shadows KApplication::quit() slot

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agoplasma: remove forward-declarations of non-existing Plasma::AccessAppletJob class
Ivailo Monev [Sat, 1 Jul 2023 05:53:00 +0000 (08:53 +0300)]
plasma: remove forward-declarations of non-existing Plasma::AccessAppletJob class

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agogeneric: adjust to KDirLister changes
Ivailo Monev [Sat, 1 Jul 2023 03:16:34 +0000 (06:16 +0300)]
generic: adjust to KDirLister changes

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agosolid-hardware: remove bogus class forward-declaration
Ivailo Monev [Thu, 29 Jun 2023 22:37:43 +0000 (01:37 +0300)]
solid-hardware: remove bogus class forward-declaration

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agosolid-hardware: remove unused SolidHardware methods
Ivailo Monev [Thu, 29 Jun 2023 22:37:09 +0000 (01:37 +0300)]
solid-hardware: remove unused SolidHardware methods

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agogeneric: include now required headers
Ivailo Monev [Thu, 29 Jun 2023 18:18:20 +0000 (21:18 +0300)]
generic: include now required headers

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agosoliduiserver: warn when the storage device is invalid or insecure
Ivailo Monev [Thu, 29 Jun 2023 05:07:29 +0000 (08:07 +0300)]
soliduiserver: warn when the storage device is invalid or insecure

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agodolphin: initialize PlacesPanel member
Ivailo Monev [Thu, 29 Jun 2023 04:24:47 +0000 (07:24 +0300)]
dolphin: initialize PlacesPanel member

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agokate: remove unused headers inclusions
Ivailo Monev [Wed, 28 Jun 2023 23:19:28 +0000 (02:19 +0300)]
kate: remove unused headers inclusions

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agoksmserver: reap processes started by klauncher before the window manager
Ivailo Monev [Wed, 28 Jun 2023 21:16:50 +0000 (00:16 +0300)]
ksmserver: reap processes started by klauncher before the window manager

so that it is still running for applications that require window manager
on quit, requires the following commit from kdelibs:
4c5361d34d5f125ca7fca1f2dad505480b8a7692

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agokfind: enable regular expression match even without the editor
Ivailo Monev [Wed, 28 Jun 2023 02:39:25 +0000 (05:39 +0300)]
kfind: enable regular expression match even without the editor

KRegExpEditor is not implemented service/interface, the matching works
regardless of that

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agokioslave: remove trash migration code
Ivailo Monev [Tue, 27 Jun 2023 06:10:47 +0000 (09:10 +0300)]
kioslave: remove trash migration code

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agokioslave: remove non-operational bits
Ivailo Monev [Tue, 27 Jun 2023 05:57:10 +0000 (08:57 +0300)]
kioslave: remove non-operational bits

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agokuiserver: remove unused job view data types
Ivailo Monev [Tue, 27 Jun 2023 05:25:26 +0000 (08:25 +0300)]
kuiserver: remove unused job view data types

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agokurifilter-plugins: update yahoo_shopping provider
Ivailo Monev [Tue, 27 Jun 2023 02:31:10 +0000 (05:31 +0300)]
kurifilter-plugins: update yahoo_shopping provider

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agokurifilter-plugins: remove broken tvtome provider
Ivailo Monev [Tue, 27 Jun 2023 02:19:00 +0000 (05:19 +0300)]
kurifilter-plugins: remove broken tvtome provider

unreachable, bye

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agokurifilter-plugins: remove broken technorati and technoratitags providers
Ivailo Monev [Tue, 27 Jun 2023 02:16:45 +0000 (05:16 +0300)]
kurifilter-plugins: remove broken technorati and technoratitags providers

unavailable for quite some time, bye

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agokurifilter-plugins: update rae provider
Ivailo Monev [Tue, 27 Jun 2023 02:12:11 +0000 (05:12 +0300)]
kurifilter-plugins: update rae provider

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agokurifilter-plugins: remove broken pgpkeys provider
Ivailo Monev [Tue, 27 Jun 2023 02:07:31 +0000 (05:07 +0300)]
kurifilter-plugins: remove broken pgpkeys provider

stuck in a loop? bye

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agokurifilter-plugins: use different keys for the multritran providers
Ivailo Monev [Tue, 27 Jun 2023 02:02:27 +0000 (05:02 +0300)]
kurifilter-plugins: use different keys for the multritran providers

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agokurifilter-plugins: fix metacrawler provider
Ivailo Monev [Tue, 27 Jun 2023 01:55:43 +0000 (04:55 +0300)]
kurifilter-plugins: fix metacrawler provider

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agokurifilter-plugins: remove broken feedster provider
Ivailo Monev [Tue, 27 Jun 2023 01:40:15 +0000 (04:40 +0300)]
kurifilter-plugins: remove broken feedster provider

unavailable, bye

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agokurifilter-plugins: remove redundant ctan_cat provider
Ivailo Monev [Tue, 27 Jun 2023 01:29:56 +0000 (04:29 +0300)]
kurifilter-plugins: remove redundant ctan_cat provider

website provides options for advanced searches and the URL was the same
as that of ctan provider

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agokurifilter-plugins: update citeseer provider
Ivailo Monev [Tue, 27 Jun 2023 01:22:08 +0000 (04:22 +0300)]
kurifilter-plugins: update citeseer provider

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agokurifilter-plugins: update backports and dbug providers
Ivailo Monev [Tue, 27 Jun 2023 01:16:34 +0000 (04:16 +0300)]
kurifilter-plugins: update backports and dbug providers

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agokuiserver: announce destination URL changes to job clients
Ivailo Monev [Tue, 27 Jun 2023 00:19:51 +0000 (03:19 +0300)]
kuiserver: announce destination URL changes to job clients

to fix the plasma job notification actions (see the previous commit), also
changing the destination URL type to QString because it is such (see
kdelibs/kio/kio/copyjob.cpp and kdelibs/kio/kio/job.cpp) and the
QVariant/QDBusVariant conversion is redundant

requires changes to the job tracker interface in kdelibs aswell.. see
kdelibs/kdeui/jobs/kuiserverjobtracker.cpp

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agoplasma: temporary disable the open action for jobs notification
Ivailo Monev [Mon, 26 Jun 2023 22:32:42 +0000 (01:32 +0300)]
plasma: temporary disable the open action for jobs notification

the problem is the action does not make sense for some type of jobs such as
file/folder delete job (there will be nothing to open, duh)

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agokgreeter: do not disable the test button if the lightdm process is running
Ivailo Monev [Mon, 26 Jun 2023 22:10:33 +0000 (01:10 +0300)]
kgreeter: do not disable the test button if the lightdm process is running

so that the lightdm process can be killed in case widget state changes
while the process is running

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agoplasma: use QTextStream instead of QDebug for the support information
Ivailo Monev [Mon, 26 Jun 2023 21:21:00 +0000 (00:21 +0300)]
plasma: use QTextStream instead of QDebug for the support information

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agogeneric: adjust to KUrl changes
Ivailo Monev [Mon, 26 Jun 2023 17:48:03 +0000 (20:48 +0300)]
generic: adjust to KUrl changes

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agokurifilter-plugins: adjust expected data in tests
Ivailo Monev [Mon, 26 Jun 2023 13:32:47 +0000 (16:32 +0300)]
kurifilter-plugins: adjust expected data in tests

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agolibs: use QMutableListIterator<T> for the iteration in ProcessModelPrivate::timerEvent()
Ivailo Monev [Mon, 26 Jun 2023 05:29:44 +0000 (08:29 +0300)]
libs: use QMutableListIterator<T> for the iteration in ProcessModelPrivate::timerEvent()

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agokcontrol: do not check for gtkrc files in /etc/opt/gnome
Ivailo Monev [Mon, 26 Jun 2023 01:23:22 +0000 (04:23 +0300)]
kcontrol: do not check for gtkrc files in /etc/opt/gnome

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agokcontrol: format and indent
Ivailo Monev [Mon, 26 Jun 2023 01:09:41 +0000 (04:09 +0300)]
kcontrol: format and indent

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agogeneric: adjust to KUrl changes
Ivailo Monev [Sun, 25 Jun 2023 22:39:21 +0000 (01:39 +0300)]
generic: adjust to KUrl changes

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agogeneric: adjust to KUrl changes
Ivailo Monev [Sun, 25 Jun 2023 18:12:46 +0000 (21:12 +0300)]
generic: adjust to KUrl changes

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agokdirshare: percentage-encode the path reference
Ivailo Monev [Sun, 25 Jun 2023 00:45:50 +0000 (03:45 +0300)]
kdirshare: percentage-encode the path reference

fixes loading of files that are percentage encoded and have to be
double-percentage encoded for browsers to cope with

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agoknetattach: adjust to KUrl changes
Ivailo Monev [Sun, 25 Jun 2023 00:40:18 +0000 (03:40 +0300)]
knetattach: adjust to KUrl changes

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agokurifilter-plugins: fix matching of mail links
Ivailo Monev [Sat, 24 Jun 2023 14:19:01 +0000 (17:19 +0300)]
kurifilter-plugins: fix matching of mail links

it was broken before the fork and sill is far from perfect due to the
pattern being limited to fully qualified mail links but then again - is
foo@bar.com link to mail without the "mailto:" or link to website with
user?

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agogeneric: adjust to KUrl changes
Ivailo Monev [Fri, 23 Jun 2023 13:55:47 +0000 (16:55 +0300)]
generic: adjust to KUrl changes

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agokate: adjust to KUrl changes
Ivailo Monev [Fri, 23 Jun 2023 07:44:09 +0000 (10:44 +0300)]
kate: adjust to KUrl changes

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agokioslave: keep reference to the QByteArray object in CursorCreator::create()
Ivailo Monev [Fri, 23 Jun 2023 03:14:01 +0000 (06:14 +0300)]
kioslave: keep reference to the QByteArray object in CursorCreator::create()

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agolibs: adjust to QUrl/KUrl changes
Ivailo Monev [Thu, 22 Jun 2023 13:41:29 +0000 (16:41 +0300)]
libs: adjust to QUrl/KUrl changes

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agokmail: show the dialog after setting which buttons to show
Ivailo Monev [Thu, 22 Jun 2023 13:39:56 +0000 (16:39 +0300)]
kmail: show the dialog after setting which buttons to show

so that the buttons icon and text can be set before showing it
(KDialog::setButtons() resets the buttons)

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agodolphin: adjust to KUrl changes
Ivailo Monev [Thu, 22 Jun 2023 11:10:58 +0000 (14:10 +0300)]
dolphin: adjust to KUrl changes

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agogeneric: do not set KDE_FORK_SLAVES environment variable
Ivailo Monev [Thu, 22 Jun 2023 00:31:21 +0000 (03:31 +0300)]
generic: do not set KDE_FORK_SLAVES environment variable

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agokcminit: drop unused X-KDE-Init-Library property
Ivailo Monev [Wed, 21 Jun 2023 23:55:18 +0000 (02:55 +0300)]
kcminit: drop unused X-KDE-Init-Library property

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agokcontrol: add KCModuleInit to X-KDE-ServiceTypes for desktoppaths
Ivailo Monev [Wed, 21 Jun 2023 23:52:01 +0000 (02:52 +0300)]
kcontrol: add KCModuleInit to X-KDE-ServiceTypes for desktoppaths

so that kcminit is aware of the kcminit_desktoppaths() function

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agokioslave: remove redundant desktop KIO slave
Ivailo Monev [Wed, 21 Jun 2023 22:19:05 +0000 (01:19 +0300)]
kioslave: remove redundant desktop KIO slave

now the home, trash and .directory files will be copied when the desktop
is started (by kcminit) rather than when desktop:/ is accessed for the
first time, no functional change besides improvement including less
.protocol files to parse and one less KIO slave to maintain

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agokfreespace: show message that no storage devices are found when that is the case
Ivailo Monev [Wed, 21 Jun 2023 20:20:55 +0000 (23:20 +0300)]
kfreespace: show message that no storage devices are found when that is the case

much like the joystick KCM

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agokioslave: remove redundant comment in sftpProtocol::sftpPut()
Ivailo Monev [Wed, 21 Jun 2023 19:26:03 +0000 (22:26 +0300)]
kioslave: remove redundant comment in sftpProtocol::sftpPut()

someone figured exit() is not the way to go there, see the following commit
in kdelibs repo:
cf6ac06d91a0befd01361ce7a01655bcfb62d0ec

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agokwin: call the KDecorationOptionsPrivate() constructor
Ivailo Monev [Wed, 21 Jun 2023 00:46:32 +0000 (03:46 +0300)]
kwin: call the KDecorationOptionsPrivate() constructor

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agokwin: remove redundant KDecorationProvides class
Ivailo Monev [Wed, 21 Jun 2023 00:44:26 +0000 (03:44 +0300)]
kwin: remove redundant KDecorationProvides class

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agokdesudo: do not set website and bug address
Ivailo Monev [Tue, 20 Jun 2023 22:43:24 +0000 (01:43 +0300)]
kdesudo: do not set website and bug address

if not set default to Katana links

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agokcontrol: remove redundant Unsorted undefinition
Ivailo Monev [Tue, 20 Jun 2023 21:47:57 +0000 (00:47 +0300)]
kcontrol: remove redundant Unsorted undefinition

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agokcontrol: default to Oxygen_White for cursor theme in runRdb() function
Ivailo Monev [Tue, 20 Jun 2023 21:44:44 +0000 (00:44 +0300)]
kcontrol: default to Oxygen_White for cursor theme in runRdb() function

same default as KGlobalSettings, there should be getter for this..

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agokcontrol: remove unused copyFile() function argument
Ivailo Monev [Tue, 20 Jun 2023 21:38:15 +0000 (00:38 +0300)]
kcontrol: remove unused copyFile() function argument

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agokcontrol: default to KGlobalSettings::generalFont() when font is not specified in...
Ivailo Monev [Tue, 20 Jun 2023 19:06:51 +0000 (22:06 +0300)]
kcontrol: default to KGlobalSettings::generalFont() when font is not specified in the global config in applyQtSettings() function

for consistency, the fonts KCM for example uses the KGlobalSettings
defaults

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agokdirshare: hide the server label when directory is not shared
Ivailo Monev [Tue, 20 Jun 2023 18:31:11 +0000 (21:31 +0300)]
kdirshare: hide the server label when directory is not shared

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agokioslave: fake the root entry for network KIO slave
Ivailo Monev [Tue, 20 Jun 2023 18:26:15 +0000 (21:26 +0300)]
kioslave: fake the root entry for network KIO slave

fixes opening of network:/ via URL link in QLabel text for example

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agokdirshare: implement getter for the server address and show it on label
Ivailo Monev [Tue, 20 Jun 2023 18:03:00 +0000 (21:03 +0300)]
kdirshare: implement getter for the server address and show it on label

requires b3ed6f356afe76d289a7b89d3c95b4dcfb895cbb from kdelibs

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agoksmserver: update socket path in README
Ivailo Monev [Tue, 20 Jun 2023 16:15:11 +0000 (19:15 +0300)]
ksmserver: update socket path in README

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agoksmserver: remove no-op rebootRequested2() signal
Ivailo Monev [Tue, 20 Jun 2023 16:04:19 +0000 (19:04 +0300)]
ksmserver: remove no-op rebootRequested2() signal

defined but never emitted

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agolibs: correct debug message in isIconOld() function
Ivailo Monev [Tue, 20 Jun 2023 07:54:07 +0000 (10:54 +0300)]
libs: correct debug message in isIconOld() function

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agoksmserver: drop legacy session support
Ivailo Monev [Tue, 20 Jun 2023 06:14:40 +0000 (09:14 +0300)]
ksmserver: drop legacy session support

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agokcontrol: minor kpasswdstore corrections
Ivailo Monev [Tue, 20 Jun 2023 02:52:22 +0000 (05:52 +0300)]
kcontrol: minor kpasswdstore corrections

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agokcontrol: implement option to change passwords stored via KPasswdStore
Ivailo Monev [Mon, 19 Jun 2023 21:11:47 +0000 (00:11 +0300)]
kcontrol: implement option to change passwords stored via KPasswdStore

requires some insight by design:
https://ibb.co/xFch8Jp

and the following commit from kdelibs:
c311f7032f4076c56cbf9ccf6db9a5e5d602aa5a

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agokcontrol: mark SonnetSpellCheckingModule reimplemetnations as slots and final
Ivailo Monev [Mon, 19 Jun 2023 19:18:17 +0000 (22:18 +0300)]
kcontrol: mark SonnetSpellCheckingModule reimplemetnations as slots and final

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agokcontrol: mark KCMMetaInfo::load() and KCMMetaInfo::save() methods as slots
Ivailo Monev [Mon, 19 Jun 2023 18:51:47 +0000 (21:51 +0300)]
kcontrol: mark KCMMetaInfo::load() and KCMMetaInfo::save() methods as slots

they are virtual slots in KCModule

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agokwin: add FIXME for KWin::AnimationEffect::clipWindow()
Ivailo Monev [Sun, 18 Jun 2023 21:59:11 +0000 (00:59 +0300)]
kwin: add FIXME for KWin::AnimationEffect::clipWindow()

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agokwin: const-correct iterator in KWin::AnimationEffect::updateLayerRepaints()
Ivailo Monev [Sun, 18 Jun 2023 21:54:05 +0000 (00:54 +0300)]
kwin: const-correct iterator in KWin::AnimationEffect::updateLayerRepaints()

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agokcontrol: mediaplayer KCM rewrite
Ivailo Monev [Sun, 18 Jun 2023 18:08:05 +0000 (21:08 +0300)]
kcontrol: mediaplayer KCM rewrite

v2.0 after 7 years!

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agoplasma: remove unused qx11info_x11 header inclusion
Ivailo Monev [Sun, 18 Jun 2023 16:54:17 +0000 (19:54 +0300)]
plasma: remove unused qx11info_x11 header inclusion

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agoplasma: remove reference to unset wallpaper_SRCS build variable
Ivailo Monev [Sun, 18 Jun 2023 16:27:01 +0000 (19:27 +0300)]
plasma: remove reference to unset wallpaper_SRCS build variable

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agoplasma: correct knownWidgetTypes function binding
Ivailo Monev [Sun, 18 Jun 2023 16:23:07 +0000 (19:23 +0300)]
plasma: correct knownWidgetTypes function binding

incorrect since before the fork

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agolibs: call Reboot and PowerOff synchronously from KDisplayManager::shutdown()
Ivailo Monev [Sun, 18 Jun 2023 15:42:24 +0000 (18:42 +0300)]
libs: call Reboot and PowerOff synchronously from KDisplayManager::shutdown()

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agokcontrol: build system review
Ivailo Monev [Sun, 18 Jun 2023 15:30:56 +0000 (18:30 +0300)]
kcontrol: build system review

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agokcontrol: correct krandrtray destination
Ivailo Monev [Sun, 18 Jun 2023 15:13:22 +0000 (18:13 +0300)]
kcontrol: correct krandrtray destination

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agogeneric: simplify KDE4WorkspaceConfig
Ivailo Monev [Sun, 18 Jun 2023 00:59:39 +0000 (03:59 +0300)]
generic: simplify KDE4WorkspaceConfig

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
12 months agosoliduiserver: implement error string getter
Ivailo Monev [Sat, 17 Jun 2023 22:08:26 +0000 (01:08 +0300)]
soliduiserver: implement error string getter

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