Feed All Stories

Jan 28 2020

ognarb accepted D26972: Work around an issue with changing the wallpaper's filetype.
Jan 28 2020, 7:54 PM · Plasma
carlschwan committed R883:1561296: Fix: working hardware page.
Fix: working hardware page
Jan 28 2020, 7:51 PM
jferrer committed R883:1561295: Updated translations.
Updated translations
Jan 28 2020, 7:42 PM
cgilles committed R850:9c4a0bff905e: update API documentation (authored by cgilles).
update API documentation
Jan 28 2020, 7:39 PM
mvourlakos committed R878:b5233ddfe060: option for tasks to scroll and minimize them (authored by mvourlakos).
option for tasks to scroll and minimize them
Jan 28 2020, 7:34 PM
kossebau committed R265:e96711d1faad: API dox: teach kapidox about KCONFIGWIDGETS_EXPORT (authored by kossebau).
API dox: teach kapidox about KCONFIGWIDGETS_EXPORT
Jan 28 2020, 7:33 PM
duffus triaged T11835: Organizing KDE's presence at FOSDEM 2020 as Normal priority.
Jan 28 2020, 7:23 PM
aacid committed R175:2d9ea97d1cdd: Update holidays and add flagdays and namedays for Sweden (authored by riiga).
Update holidays and add flagdays and namedays for Sweden
Jan 28 2020, 7:19 PM
aacid closed D26167: Update holidays and add flagdays and namedays for Sweden.
Jan 28 2020, 7:19 PM · Frameworks
alex updated the diff for D26912: Use Qt5 signal syntax, format files, optimizations.

Remove unnecessary parentheses.

Jan 28 2020, 7:17 PM · Plasma
meven added a comment to T11627: Improve KIO asynchronicity.

I'm pretty sure there's a tonne of blocking DBus calls being done all over the place during file copy (checking for slaves on hold, updating kuiserver job tracking info, etc) which can cause apps to hang or slow down if whatever they're trying to call into is busy. Best example: SIGSTOP plasmashell, try copying a file in Dolphin, won't work until plasmashell SIGCONTs.

That's interesting, we need to fix that.

About https://bugs.kde.org/show_bug.cgi?id=281270 Inconsistent notifications during/after file operations (copying, moving, deleting, compressing, extracting) depending on amount of data/items involved :

A possible way to fix this would probably use sendfile with O_NONBLOCK + select.
After a non-blocking sendfile we call select/pselect on the dest file descriptor. Then when it returns something other than EWOULDBLOCK, we can deduce the processed bytes from the size sent to copy to dest (i.e sendfile count parameter) or use pselect and its sigset_t parameter. We then can call sendfile again to write next bytes.
On the plus side it would make the code async which would make progress reporting more reactive.

Jan 28 2020, 7:17 PM · Dolphin, Frameworks
ngraham added a project to T12611: Make Breeze a framework and relocate all of its Plasma theme stuff (e.g. wallpaper) to a different repo still on the Plasma release schedule: KF6.
Jan 28 2020, 7:08 PM · Frameworks, KF6, Breeze, Plasma
ngraham requested review of D26972: Work around an issue with changing the wallpaper's filetype.
Jan 28 2020, 7:03 PM · Plasma
mlaurent requested changes to D26912: Use Qt5 signal syntax, format files, optimizations.
Jan 28 2020, 6:57 PM · Plasma
ayavorsky committed R883:1561294: Russian translation update.
Russian translation update
Jan 28 2020, 6:55 PM
ngraham created T12611: Make Breeze a framework and relocate all of its Plasma theme stuff (e.g. wallpaper) to a different repo still on the Plasma release schedule.
Jan 28 2020, 6:55 PM · Frameworks, KF6, Breeze, Plasma
jjazeix committed R2:c3fb6f3aecab: core, localeShort returns en_US if system locale is C (authored by jjazeix).
core, localeShort returns en_US if system locale is C
Jan 28 2020, 6:52 PM
zzag requested review of D26971: Drop Toplevel::decorationRect().
Jan 28 2020, 6:50 PM · KWin
filipf accepted D26739: [applets/Task Manager] Refine tooltip highlight effect.

^ I can't reproduce that, the patch works as intended for me. (we should investigate this though)

Jan 28 2020, 6:46 PM · Plasma
mlaurent committed R865:0b8fc7c91c6c: continue to implement configure account (authored by mlaurent).
continue to implement configure account
Jan 28 2020, 6:44 PM
sora committed R883:1561293: updated some msgs .
updated some msgs
Jan 28 2020, 6:39 PM
ayavorsky committed R883:1561292: Russian translation update.
Russian translation update
Jan 28 2020, 6:31 PM
ayavorsky committed R883:1561291: Revert r1561221 for branches/stable/l10n-kf5-plasma-lts/ru/index.lokalize.
Revert r1561221 for branches/stable/l10n-kf5-plasma-lts/ru/index.lokalize
Jan 28 2020, 6:29 PM
meven committed R119:fb71ced98460: Remove use of deprecated KDialog, fix two warnings (authored by meven).
Remove use of deprecated KDialog, fix two warnings
Jan 28 2020, 6:25 PM
meven closed D26970: Remove use of deprecated KDialog, fix two warnings.
Jan 28 2020, 6:25 PM · Plasma
ervin added a comment to D26951: Remove old code that is not used anymore.

LGTM, better wait for @dfaure opinion though

Jan 28 2020, 6:20 PM · Frameworks
ervin accepted D26970: Remove use of deprecated KDialog, fix two warnings.
Jan 28 2020, 6:19 PM · Plasma
jjazeix added inline comments to D26196: Add multiple dataset in guessnumber activity.
Jan 28 2020, 6:16 PM · KDE Edu, GCompris: Improvements
ervin added a comment to D26133: Enable Auto Save.

Maybe look at KConfigCompilerSignallingItem? But I don't see another way of doing it than a wrapper approach like KConfigCompilerSignallingItem does... but then that's why ManagedConfigModule assumes GenerateProperties=true in the kcfgc, otherwise we'd have hacked the compiler to do the same thing anyway just inconditionnally...

Jan 28 2020, 6:15 PM · Frameworks
ppeter committed R883:1561290: l10n(zh_TW): update trunk translations.
l10n(zh_TW): update trunk translations
Jan 28 2020, 6:10 PM
ppeter committed R883:1561289: l10n(zh_TW): update trunk translations.
l10n(zh_TW): update trunk translations
Jan 28 2020, 6:10 PM
ervin added a comment to D26867: New class: KConfigTypeInformation.

Not sure if we want it in this patch or later on, but wouldn't it be better to have Param::type and CfgEntry::type be of KConfigTypeInformation type? We would then convert early and avoid all those ctor calls to KConfigTypeInformation spread in the code. I suspect it'd improve readability.

Jan 28 2020, 6:10 PM · Frameworks
sitter committed R432:424facd195a8: only list uids from the actual user uid range (authored by sitter).
only list uids from the actual user uid range
Jan 28 2020, 6:08 PM
sitter committed R432:88585a19ac0d: Merge branch 'release/19.12' (authored by sitter).
Merge branch 'release/19.12'
Jan 28 2020, 6:08 PM
sitter closed D26964: only list uids from the actual user uid range.
Jan 28 2020, 6:08 PM
sitter committed R432:8c4928c0db09: make min/maxuid detection more portable (authored by sitter).
make min/maxuid detection more portable
Jan 28 2020, 6:08 PM
sitter closed D26963: make min/maxuid detection more portable.
Jan 28 2020, 6:08 PM
kossebau added a comment to D26868: Move newItem to private method in KConfigSourceGenerator.

And more while at it: for latin1 strings used in concatenation it is recommended to use QLatin1String and for single chars QLatin1Char. QStringLiteral is more expensive here, and QStringBuilder & QString has proper overloads for the concatenations. So you want to keep the QLatin1Strings and rather turn those for single chars to QLatin1Char.

Jan 28 2020, 6:05 PM · Frameworks
tysontan added a comment to T12594: New Kate icon.

Do you wanna submit a patch to breeze-icons?

Jan 28 2020, 6:00 PM · KDE Applications, VDG
ervin added inline comments to D26868: Move newItem to private method in KConfigSourceGenerator.
Jan 28 2020, 5:58 PM · Frameworks
trmdi added a comment to D26739: [applets/Task Manager] Refine tooltip highlight effect.

Not yet looked at the code carefully, but I feel the top margin and the bottom one of the thumbnail are not identical.

With the latest iteration of the patch, they should be. Feel free to try it out for yourself!

Jan 28 2020, 5:57 PM · Plasma
niccolove updated the diff for D26949: Fixed wording.

Fixed wording

Jan 28 2020, 5:56 PM
tysontan added a comment to T12594: New Kate icon.

I updated the black versions so they don't have the possible blue edge artifact:
Source:


3000px

48px

32px

22px

16px

Jan 28 2020, 5:53 PM · KDE Applications, VDG
woltherav added a comment to T11835: Organizing KDE's presence at FOSDEM 2020.

The Krita showcase is a "maybe", since Boud isn't coming and Wolthera is a "maybe". The xrdesktop folks were asking if they could use a corner (well, enough space for their demo)

Jan 28 2020, 5:47 PM
ervin added inline comments to D26876: Remove the Enum hack: finish lists with a comma, it's valid c++.
Jan 28 2020, 5:46 PM · Frameworks
ervin added a comment to D26877: Simplify calls to whitespace() and use it in more places..

I'm not sure I like whitespace() returning the stream and then being used. In effect it leads to hiding the stream object making the code more terse indeed but less obvious I think.
Maybe it's a question of personal taste, @dfaure any opinion?

Jan 28 2020, 5:44 PM · Frameworks
gvgeo added a comment to T10470: Improve the visuals of tray popups.

Network manager doesn't really fit visually with the other applets. How about slim it down too?

Jan 28 2020, 5:44 PM · VDG
laissus committed R883:1561288: fr summit scatter.
fr summit scatter
Jan 28 2020, 5:43 PM
ognarb accepted D26949: Fixed wording.
Jan 28 2020, 5:42 PM
ognarb closed D26950: Fix typo: Higlighting -> Highlighting.
Jan 28 2020, 5:42 PM
ognarb accepted D26950: Fix typo: Higlighting -> Highlighting.

Thanks, I pushed it: https://invent.kde.org/websites/kate-editor-org/commit/de6b04a1b7d5c8432655c768eec57e545cfbb2b3

Jan 28 2020, 5:41 PM
ognarb awarded T12594: New Kate icon a Love token.
Jan 28 2020, 5:40 PM · KDE Applications, VDG
paulb added a comment to T11835: Organizing KDE's presence at FOSDEM 2020.

Didn't @jriddell have the tablecloth we ordered for Edinburgh?

Yes I do

Jan 28 2020, 5:40 PM
ngraham added a comment to T12594: New Kate icon.

Do you wanna submit a patch to breeze-icons?

Jan 28 2020, 5:38 PM · KDE Applications, VDG
ngraham added a comment to T12594: New Kate icon.

Magnificent!!!!!!!!

Jan 28 2020, 5:38 PM · KDE Applications, VDG
vkrause committed R1007:2a003741cccd: Start searching alternative journeys at the scheduled time (authored by vkrause).
Start searching alternative journeys at the scheduled time
Jan 28 2020, 5:38 PM
vkrause committed R1007:557a000d3426: Fix accepting an alternative journey (authored by vkrause).
Fix accepting an alternative journey
Jan 28 2020, 5:38 PM
laissus committed R883:1561287: fr summit merge.
fr summit merge
Jan 28 2020, 5:37 PM
ervin requested changes to D26797: KCM/Component Refactor UI to a single list of combobox.
Jan 28 2020, 5:37 PM · Plasma
tysontan added a comment to T12594: New Kate icon.

I've prepared a Breeze styled new Kate icon, and a high-contrast black new Kate icon. I hope they work:
https://www.dropbox.com/sh/kuxesqk27ml20x4/AABGAfpQdLQN8NuqAFx1Dx_Ga?dl=0

Jan 28 2020, 5:30 PM · KDE Applications, VDG
kossebau committed R499:893f387d7b91: Add explicit module entry for keysmith (authored by kossebau).
Add explicit module entry for keysmith
Jan 28 2020, 5:29 PM
ngraham committed R131:bec200033882: Merge branch 'Plasma/5.18' (authored by ngraham).
Merge branch 'Plasma/5.18'
Jan 28 2020, 5:20 PM
ngraham committed R131:7a69dcc37c93: Add Ice Cold wallpaper (authored by ngraham).
Add Ice Cold wallpaper
Jan 28 2020, 5:19 PM
ngraham closed D26954: Add Ice Cold wallpaper.
Jan 28 2020, 5:19 PM · Plasma
buschinski committed R32:0698385be994: Fix missing header guard warning for a standalone header being always present (authored by buschinski).
Fix missing header guard warning for a standalone header being always present
Jan 28 2020, 5:19 PM
ngraham committed R31:77ec86eeed05: Merge branch 'Plasma/5.18' (authored by ngraham).
Merge branch 'Plasma/5.18'
Jan 28 2020, 5:18 PM
niccolove committed R954:55e42674758f: Merge branch 'master' of https://anongit.kde.org/websites/planet-kde-org (authored by niccolove).
Merge branch 'master' of https://anongit.kde.org/websites/planet-kde-org
Jan 28 2020, 5:17 PM
niccolove committed R954:bf069f29ca3f: Added veggero.png and niccolo.venerandi.com/backstage/updates/kde.rss (authored by niccolove).
Added veggero.png and niccolo.venerandi.com/backstage/updates/kde.rss
Jan 28 2020, 5:17 PM
ngraham committed R31:e920200e29bb: Replace Ice Cold with Volna for Plasma 5.18 (authored by ngraham).
Replace Ice Cold with Volna for Plasma 5.18
Jan 28 2020, 5:16 PM
ngraham closed D26953: Replace Ice Cold with Volna for Plasma 5.18.
Jan 28 2020, 5:16 PM · Plasma
bellaperez committed R883:1561286: doc: Catalan Works (Kid3).
doc: Catalan Works (Kid3)
Jan 28 2020, 5:15 PM
IlyaBizyaev closed T12572: На этой неделе в KDE (18): Plasma 5.18 — релиз, которого вы ждали as Resolved.

vk.com/@kde_ru-nedelya-19-01

Jan 28 2020, 5:13 PM · KDE Russia
IlyaBizyaev created T12610: На этой неделе в KDE (19): Приближаемся к чему-то особенному.
Jan 28 2020, 5:13 PM · KDE Russia
ngraham added a comment to D26953: Replace Ice Cold with Volna for Plasma 5.18.

VDG folks approved in the chatroom; landing it!

Jan 28 2020, 5:10 PM · Plasma
jriddell added a comment to T11835: Organizing KDE's presence at FOSDEM 2020.

Didn't @jriddell have the tablecloth we ordered for Edinburgh?

Jan 28 2020, 5:10 PM
tfry committed R5:b1ea9587d0b2: Try to set non-confusing strings for Search in Files-plugin (authored by tfry).
Try to set non-confusing strings for Search in Files-plugin
Jan 28 2020, 5:05 PM
tfry committed R5:40f52b645b89: Unused variables (authored by tfry).
Unused variables
Jan 28 2020, 5:05 PM
niccolove added a comment to D26968: Removed hardcoded colors in background SVGs.

Okay! I'm installing Inkscape 1, for future patches. May I ask you to land this, as I don't have access rights?

Sure. Do you not have a KDE developer account?

Jan 28 2020, 5:01 PM · Frameworks
ndavis committed R242:ffbd186975cf: Removed hardcoded colors in background SVGs (authored by niccolove).
Removed hardcoded colors in background SVGs
Jan 28 2020, 4:58 PM
ndavis closed D26968: Removed hardcoded colors in background SVGs.
Jan 28 2020, 4:58 PM · Frameworks
ndavis retitled D26968: Removed hardcoded colors in background SVGs from Removed hardcoded values to Removed hardcoded colors in background SVGs.
Jan 28 2020, 4:57 PM · Frameworks
ndavis added a comment to D26968: Removed hardcoded colors in background SVGs.

Okay! I'm installing Inkscape 1, for future patches. May I ask you to land this, as I don't have access rights?

Jan 28 2020, 4:56 PM · Frameworks
niccolove added a comment to D26968: Removed hardcoded colors in background SVGs.

Okay! I'm installing Inkscape 1, for future patches. May I ask you to land this, as I don't have access rights?

Jan 28 2020, 4:55 PM · Frameworks
phils closed T12544: GetHotNewStuff can’t find items in the “Various KDE Stuff” category – probably because not all categories are listed by the store API as Resolved.
Jan 28 2020, 4:54 PM · KDE Store
phils added a comment to T12544: GetHotNewStuff can’t find items in the “Various KDE Stuff” category – probably because not all categories are listed by the store API.

Yes, GHNS now works for panon (in my PR). Thanks again!

Jan 28 2020, 4:53 PM · KDE Store
ndavis added a comment to D26968: Removed hardcoded colors in background SVGs.

Anyway, it works as it is, so don't worry about it.

Jan 28 2020, 4:52 PM · Frameworks
ndavis added a comment to D26968: Removed hardcoded colors in background SVGs.

You should remove the color field instead of using color:currentColor and fill:currentColor

I tried to do that, but for some reason the "color:#effeff" automatically appears again (in inkscape) :-/

Jan 28 2020, 4:51 PM · Frameworks
niccolove added a comment to D26968: Removed hardcoded colors in background SVGs.

You should remove the color field instead of using color:currentColor and fill:currentColor

Jan 28 2020, 4:50 PM · Frameworks
ngraham accepted D26963: make min/maxuid detection more portable.

+1, much nicer.

Jan 28 2020, 4:47 PM
zzag committed R108:a073a79a974a: Merge branch 'Plasma/5.18' (authored by zzag).
Merge branch 'Plasma/5.18'
Jan 28 2020, 4:44 PM
zzag committed R108:bd52b6791e8b: Schedule a decoration repaint when client is resized (authored by zzag).
Schedule a decoration repaint when client is resized
Jan 28 2020, 4:44 PM
zzag closed D26927: Schedule a decoration repaint when client is resized.
Jan 28 2020, 4:44 PM · KWin
zzag committed R108:827578577ff9: [decoration] Implement the size property (authored by zzag).
[decoration] Implement the size property
Jan 28 2020, 4:44 PM
zzag closed D26939: [decoration] Implement the size property.
Jan 28 2020, 4:44 PM · KWin
ngraham added a comment to D26946: Changed leftMargins to smallSpacing to be consistent.

What I care about is that the margins are consistent and things are properly left-aligned by default. That is to say, nothing should have to override the default margins to have everything perfectly aligned.

Jan 28 2020, 4:44 PM · Plasma
meven requested review of D26970: Remove use of deprecated KDialog, fix two warnings.
Jan 28 2020, 4:43 PM · Plasma
adridg added a comment to T11835: Organizing KDE's presence at FOSDEM 2020.

The Krita showcase is a "maybe", since Boud isn't coming and Wolthera is a "maybe". The xrdesktop folks were asking if they could use a corner (well, enough space for their demo)

Jan 28 2020, 4:43 PM
ngraham added a comment to T12544: GetHotNewStuff can’t find items in the “Various KDE Stuff” category – probably because not all categories are listed by the store API.

All fixed now?

Jan 28 2020, 4:42 PM · KDE Store
sitter added inline comments to D21466: Recommend rebooting after installing Samba.
Jan 28 2020, 4:42 PM
ngraham accepted D26961: Be more helpfully verbose when we can't start an action.
Jan 28 2020, 4:40 PM · Frameworks