Hi everyone,
a project I started years ago (the original Phab is dated March 2019…)
is a port of Solid’s UDisks2 backend to DBus Object Manager. Rather than
fetching properties for a device (with lovely blocking DBus calls) for
every device, this has it fetch all of them at once and then only
(only sending to kde-devel)
Hi Lucy,
thanks for your feedback!
The change to make double click the default after 25 years of single
click was definitely a controversial one, even within the Plasma
development team.
Please check out the GitLab issue on this subject that should provide
more
Hi,
ksmserver-logout-greeter does. It’s DBus-activated, cf. [1]
Cheers
Kai Uwe
[1]
https://invent.kde.org/plasma/plasma-workspace/-/blob/master/ksmserver/org.kde.LogoutPrompt.xml?ref_type=heads
Hi,
+1 in general. The documentation particularly for Kirigami and QML stuff
is quite sad.
Does the switch to qdoc mean we have to write documentation in the _cpp_
file, though? That would be unfortunate.
Cheers
Kai Uwe
Hi,
yeah I don’t see the appeal. Qt SVG has also finally seen some love in
Qt 6.7 which addresses many of the issues we’ve had. If there’s more, we
can fix it.
Cheers
Kai Uwe
Am 14.03.24 um 13:53 schrieb Igor Mironchik:
Hello,
What do you think about https://github.com/RazrFalcon/resvg in
Hi,
have you tried setting it as an Array?
keyboardindicator.writeConfig("key", ["Caps Lock", "Num Lock"])
Cheers
Kai Uwe
Am 01.02.24 um 11:31 schrieb Totoro:
Hi,
In my company we making our hown KDE layout-templates.
Actually I have problem with keyboardindicator widget.
I setup in the lay
Hi everyone,
at Qt Contributor’s Summit it came up that
QSharedMemory/QSystemSemaphore are fundamentally broken and will be
binned. [1]
I found that we have a few users of those classes according to lxc:
QSystemSemaphore:
* Solid optical disc handling
* Digikam server starter
QSharedMemory:
(forgot to cross-post kde-devel/distributions)
Hi,
that WorkspaceComponents is used for a ShadowedLabel which is literally
one QML file with a Label and a DropShadow. KWin could just not use that
(and build its own) and we’d resolve the issue.
Cheers
Kai Uwe
> From what I am seeing this pa
> Probably libexiv2 on the CI host was updated to libexiv2 0.28, but
> KFileMetaData was not rebuilt. Automatic dependency tracking for
artifacts
> from the CI system is obviously incomplete (or likely nonexistent).
Isn’t that (among other things) the reason kexiv2 exists?
Cheers
Kai Uwe
Hi,
thanks for bringing that up. Indeed, at least Solid, KDE’s Hardware
Abstraction Framework, makes use of InterfacesAdded/InterfacesRemoved
extensively when talking to UDisks for monitoring storage devices.
That said, I haven’t tried Solid on Qt 6 yet, so I don’t know if it is a
real-world
Hi,
there's one bug that was fixed only in Qt 5.15.4 [1] which I believe was
the cause for those issues. At least there was _something_ that kept me
from porting notifications to it.
Cheers
Kai Uwe
[1] https://codereview.qt-project.org/c/qt/qtbase/+/336739
Am 14.11.21 um 17:12 schrieb Fusio
Hi,
Qt 6.2.x is open source. The agreement doesn't say anything specifically
about major releases, which is why they could pull off this 5.15
commercial-only stunt, knowing people will be stuck on 5.x for extended
periods of time.
Cheers
Kai Uwe
Hi everyone,
I noticed that in some projects, probably those that trialed GitLab
before it was rolled out completely, have different configuration
options set to the rest of KDE, most notably "Delete source branch"
being off for new MRs.
Can you please check your repositories and make sure t
Hi everyone,
as part of the GitLab transition in Plasma we changed our commit
strategy from committing to stable and merging to master to committing
to master and cherry-picking to stable. Reason being that it's a lot
more convenient to do from GitLab's UI. I can merge and cherry-pick all
fro
Am 05.12.19 um 02:28 schrieb Nate Graham:
Yikes. I'll try to go through those today or tomorrow.
Make sure you don't just push age-old accepted revisions, as there is
likely a reason it wasn't pushed, as is definitely the case with my stuff..
Cheers
Kai Uwe
Hi everyone,
just a quick heads up that KDE Frameworks minimum Qt version requirement
policy [1] does not permit the use of ECMAScript 6/7 features in
repositories such as KDeclarative and Plasma-Framework at this time.
Current supported Frameworks minimum version is Qt 5.11 (I think? 5.13,
Hi,
what you want to do is register a scheme handler mime type, so it works
generically for all apps:
x-scheme-handler/tel=yourapp.desktop
Something along the lines of [1]
Cheers
Kai Uwe
[1]
https://superuser.com/questions/162092/how-can-i-register-a-custom-protocol-with-xdg
Hi,
at a glance it looks like you only pass a local path, the URL must be a
fully qualified URL string, like file:///foo/bar.
Cheers
Kai uwe
Am 21.02.19 um 18:55 schrieb Magnus Groß:
Hi there,
Spectacle allows you to drag and drop the screenshot notification
directly into other apps and I a
Hi,
I would suggest to have Kalgebra follow KDE Frameworks coding style then
which uses four spaces and no tabs, or add an editorconfig there.
I have hardly encountered any KDE code that uses tabs, so this isn't a
widespread issue imho. Placement of braces and asterisks might be
inconsistent
Hi,
I don't think it's strictly Plasma-specific *but* you would need kglobalaccel5
daemon running for shortcuts to work. Not sure how feasible that is elsewhere?
Maybe needs an in-process option like KIO has it for other platforms iirc.
Cheers
Kai Uwe
> On Aug. 29, 2017, 9:03 nachm., Kai Uwe Broulik wrote:
> > src/kioslaves/tags/kio_tags.cpp, line 391
> > <https://git.reviewboard.kde.org/r/129349/diff/3/?file=487428#file487428line391>
> >
> > Can this even happen? You check for path being empty, if it
u check for path being empty, if it's not empty
split() returns a list always containing at least one item.
Also, why remove const?
- Kai Uwe Broulik
On Aug. 24, 2017, 5:48 vorm., Christian Ehrlicher wrote:
>
> ---
>
Hi,
I used to experience the same. It's kcminit not properly re-applying settings
as it fails to detect the hotplug event. There's two code paths and one of them
(used on some distros, mostly *buntu?) doesn't properly work iirc. I thought
that was fixed, though.
David R, you looked at this on
improve things also?
src/file/fileindexerconfig.cpp (line 173)
<https://git.reviewboard.kde.org/r/129349/#comment68966>
You could use midRef() if you stored it in a variable before passing it on
to split?
- Kai Uwe Broulik
On Dez. 13, 2016, 7:39 nachm., Christian Ehrlicher
---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/129378/#review103641
---
Ship it!
Ship It!
- Kai Uwe Broulik
On Nov. 11, 2016
> * org.kde.spectacle
I added a
Thanks.
tps://git.reviewboard.kde.org/r/129349/#comment67879>
const &?
and everwhere else where applicable
- Kai Uwe Broulik
On Nov. 6, 2016, 1:45 nachm., Christian Ehrlicher wrote:
>
> ---
> This is an automatically generat
Hi,
You can have them permanently show up by changing the setting in System
Settings -> Application Appearance -> click the Configure button next to the
"Style: Breeze" combo box and in the resulting dialog there's a combo box
regarding accelerators.
They'll also show up whilst you hold the A
Hi,
there is: click the network icon and there you'll find an airplane switch.
I think network manager itself has no notion of "airplane mode", we just
internally track state and turn off WiFi and Bluetooth accordingly.
Cheers,
Kai Uwe
Hi,
you can use KDBusService in KDBusAddons [1] which does that for you.
Cheers,
Kai Uwe
[1]
http://api.kde.org/frameworks-api/frameworks5-apidocs/kdbusaddons/html/classKDBusService.html
Oh, okay, sorry for the noise then :)
Hi everyone, in kdegraphics-thumbnailers there's the PDF Thumbnailer which hasn't seen a frameworks release although there's a year-old port for it by Hrvoje Senjan. I've been running it for weeks now without a problem.I would propose releasing it with the next KDE Applications release. Objections
Hi,
Try passing the argument -DKDE_INSTALL_USE_QT_SYS_PATHS=ON to cmake. Something
's weird on Kubuntu in this regard, took me ages to figure out.
Cheers,
Kai Uwe
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
Yup, thanks! :) And I desperately grep'd all of Frameworks for clues about
colorScheme
Originalnachricht
Von: Albert Astals Cid
Gesendet: Freitag, 21. August 2015 23:05
An: kde-devel@kde.org
Cc: Kai Uwe Broulik
Betreff: Re: Where are kdeglobals defaults?
El Divendres, 21 d'agost
Hi all,
I tried to find out why the default colorscheme was still Oxygen, which
unfortunately slipped into the Applications 15.08 promo screenshots, and found
that all the colors KCM does is "KConfig::sharedConfig("Kdeglobals");
setReadDefaults(true); read(); setReadDefalts(false)" but I just c
> The only problem could be if NoCharge means "Unknown", but I assume that's
> academic.
NoCharge as far as Solid Battery is concerned means either "not charging",
"not yet charging" (eg. just plugged in AC), "not yet discharging" ("pending
discharge"), or "unknown". It does know "fully charged"
Hi Thomas,
I'm afraid there is no replacement currently, the overall situation is a bit
of a mess. Lukas Tinkl is currently working on a proper replacement for the
Solid::PowerManagement stuff, called solid-power, which will have the
appShouldConserveResources thingie like the old one. PowerDev
Am Samstag, 28. Februar 2015, 01:39:41 schrieb Helmy:
> thank you Alexander for your reply, the intended use for this is KDE
> service menus and the text in those is 90% of the time is only one or two
> words
Something like that was done once, and resulted in "Space" (for the space key)
being tr
Hi,
from the documentation:
The type has to be registered with qDBusRegisterMetaType() before it can be
used with QDBusArgument. Therefore, somewhere in your program, you should add
the following code:
qDBusRegisterMetaType();
Once registered, a type can be used in outgoing method calls
Cheer
-
src/file/lib/filefetchjob.cpp 1bb7ddf
Diff: https://git.reviewboard.kde.org/r/120486/diff/
Testing
---
Compiles.
Thanks,
Kai Uwe Broulik
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
/
Testing
---
Compiles.
Thanks,
Kai Uwe Broulik
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
Hi,
> > Bonus question: During the port I see lots of old code which did something
> > like KUrl(somePathOrUrlString).fileName() to get the basename of a path.
> > Assuming we only have paths or urls without query parts or hash fragments,
> > this should be as simple as getting the mid of the stri
Hi everyone,
while investigating why the "File Type Options" button in Dolphin didn't work
in the KF5 build I found that kfilepropertiesdialog calls it with the "--
caption" parameter to set the application name shown in the title bar. This
parameter is missing now, however, probably due to a QA
Am 07.08.2014 18:32 schrieb Christoph Feck :
> Which icon theme do you use, and does the icon theme state which icon
> sizes it supports for each category in the index.theme file?
Ha! When using Oxygen the comboboxes are there, I now copied that size stuff
over to Breeze but it's a bit erratic
;
Prefer compile-time checked connections:
connect(buttonBox, &QDialogButtonBox::accepted, this, &QDialog::accept);
- Kai Uwe Broulik
On Juli 28, 2014, 9:26 vorm., Felix Eisele wrote:
>
> ---
> This is an autom
Hi there,
I was just wondering who creates the standard folders in the user's home
location such as Pictures, Videos, Downloads, Desktop..? They are re-created
on session startup if they are missing.
Cheers,
Kai Uwe
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe
Hi,
iirc that was intentional as Dolphin is a file manager - if you want to search
through your E-Mail you rather want to use KRunner or KMail.
There's been complaints about Dolphin showing non-file-related results.
Cheers,
Kai Uwe
Am 18.05.2014 00:56 schrieb Lindsay Mathieson :
>
> Dolphin us
Hi,
Problem with all of this is that most distributions provide their own default
layout which hardly gets updated and so new stuff like print manager, apper,
screen, ktp, etc are often not on by default.
Especially new apper has no way of adding its plasmoid since it is usually not
installed b
Hi,
Those are called Qt Quick Controls [1] and are basically "the QWidgets for QML".
Best,
Kai Uwe
[1] http://qt-project.org/doc/qt-5.1/qtquickcontrols/qtquickcontrols-index.html
Wolfgang Mader schrieb:
>Dear all,
>
>I guess at some point there will be a set of standard widgets for qml2 wh
Hi,
> Dependency freeze for 4.11 releases[...]
> * kde-workspace depends on kdelibs 4.9.4
For my battery monitor revamp I did adjustments to kdelibs so it exposes more
battery properties through Solid.
These currently reside in master, meaning kde-workspace would need to depend on
kdelibs 4.11
50 matches
Mail list logo