User Details
- User Since
- Oct 30 2016, 8:55 PM (433 w, 6 d)
- Availability
- Available
Feb 26 2022
Am Donnerstag, 24. Februar 2022, 11:07:38 CET schrieb Phu Nguyen:
phunh added a comment.
KDiskFree and KDE Wallet Manager are listed on utils.k.o, they are also inthe utilities group on Invent, but their desktop files list only "System"
as their main category, so now they show up on only
https://apps.kde.org/system. Should their desktop files also list
"Utilities" in the "Categories" field?
Jun 10 2020
Apr 6 2020
I don't know how much sense this makes if switching to gitlab is on the roadmap.
Mar 17 2020
Mar 16 2020
Thanks for the reminder, this sadly got lost in my inbox.
Mar 11 2020
Mar 10 2020
Could you please push this change when it'd be convenient for you? I don't have permissions. Thanks.
Feb 13 2020
Feb 9 2020
So I finally found time to look at it. First, I would suggest to trigger archive.org to collect all pages before they are shut down.
Jan 29 2020
Jan 2 2020
This expression is different from the other one in that it has no choice on it, so I wonder if a simple startsWith(QLatin1String("./")) isn't enough here.
Dec 30 2019
Dec 19 2019
Dec 18 2019
QStandardItemModel::clear() also removes the header data, this is not done here. This looks more like clearData(), which was introduced in 5.12.
Nov 27 2019
Nov 16 2019
Yes, I'm particularly bad at this currently. I see this mail, I'm just distracted by everything else. Please bear with me for the moment, I'll take care of this soonish.
Oct 15 2019
Oct 14 2019
please do a git commit and then "git format-patch -1" and send me the resulting file via mail, then I'll apply this.
Oct 7 2019
Looks good to me so far. The size in the ui file is now much bitter than before, please check if that is really needed. Otherwise feel free to push.
Oct 3 2019
I personally like it and it would often be helpful for my personal use, so I guess if noone complains just go for it.
Sep 12 2019
Aug 16 2019
Aug 14 2019
Since noone else steps in, I'll put my module maintainer head on.
Dupe of D21514
Aug 9 2019
Aug 7 2019
Aug 3 2019
Jul 31 2019
Die Übersetzung passphrase=Kennwort gibt es auch in KGpg, daher fügeich Rolf Eike Beer als Reviewer hinzu.
Jul 4 2019
Jun 22 2019
Jun 17 2019
If it would be "move it out of extragear, where will we place it" I would say kdeutils is fine. But it seems to sit in KDE Applications for quite a while, so I'm unsure if moving it to another module does more confusion than benefit. After all, if you say it helps if it's in utils, I'll welcome it as it would fit IMHO. I'm just not convinced (yet?) that the move provides a benefit in itself.
Jun 16 2019
Jun 5 2019
Jun 2 2019
May 27 2019
May 24 2019
May 23 2019
May 10 2019
Mar 19 2019
Mar 18 2019
Feb 21 2019
Feb 19 2019
use lambda as suggested by Milian
Feb 10 2019
No, I was just looking at it. I could remove the QByteArray change and reduce it to online the x.remove() and "else if" parts.
The QByteArray was already created the same way, now the intermediate object is just cached. But even if that did not change anything it reduces the number of utf8 conversion as only those lines that actually match anything will be converted.