On Monday, June 20, 2016 9:13:28 PM CEST Alessandro Longo wrote:
> Hi, I hope this is the right ml to talk about KCMs.
> I tried to install latest stable release (0.3) of colord-kde[1] to
> manage icc color profiles, but the KCM isn't loaded in SystemSettings. I
> can launch it with `kcmshell4 kcm_
GENERAL INFO
BUILD UNSTABLE
Build URL:
https://build.kde.org/job/plasma-workspace%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/208/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Tue, 21 Jun 2016 05:22:45 +
Build duration: 17 min
CHANGE SET
Revision b227b91df8df98a6c5ed29913491eececd
This revision was automatically updated to reflect the committed changes.
Closed by commit rPLASMAWORKSPACEb227b91df8df: Fix bunch of overrides warnings
(authored by bshah).
REPOSITORY
rPLASMAWORKSPACE Plasma Workspace
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D1962?vs=4644&id=46
hein accepted this revision.
This revision is now accepted and ready to land.
REPOSITORY
rPLASMAWORKSPACE Plasma Workspace
BRANCH
clang-shut-up (branched from master)
REVISION DETAIL
https://phabricator.kde.org/D1962
EMAIL PREFERENCES
https://phabricator.kde.org/settings/panel/emailpref
hein added a comment.
+1
REPOSITORY
rPLASMAWORKSPACE Plasma Workspace
BRANCH
activities
REVISION DETAIL
https://phabricator.kde.org/D1814
EMAIL PREFERENCES
https://phabricator.kde.org/settings/panel/emailpreferences/
To: davidedmundson, hein, #plasma
Cc: hein, mart, plasma-devel, j
---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/127651/#review96767
---
For 5.7 ?
- Anthony Fieroni
On Април 28, 2016, 11:11 преди
---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/128038/#review96766
---
5.7 has same bug.
- Anthony Fieroni
On Юни 3, 2016, 7:41 с
davidedmundson accepted this revision.
davidedmundson added a reviewer: davidedmundson.
This revision is now accepted and ready to land.
REPOSITORY
rPLASMAWORKSPACE Plasma Workspace
REVISION DETAIL
https://phabricator.kde.org/D1907
EMAIL PREFERENCES
https://phabricator.kde.org/settings/pan
davidedmundson accepted this revision.
davidedmundson added a reviewer: davidedmundson.
This revision is now accepted and ready to land.
REPOSITORY
rPLASMADESKTOP Plasma Desktop
REVISION DETAIL
https://phabricator.kde.org/D1893
EMAIL PREFERENCES
https://phabricator.kde.org/settings/panel/e
---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/128267/#review96764
---
Ship it!
good research!
Thanks.
Do you have commit acces
davidedmundson created this revision.
davidedmundson added a reviewer: Plasma.
Restricted Application added a project: Plasma.
Restricted Application added a subscriber: plasma-devel.
REVISION SUMMARY
Width should not include top and bottom margins
BUG: 364543
FIXED-IN: 5.7
REPOSITORY
---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/128267/
---
Review request for Plasma.
Repository: ksysguard
Description
---
B
---
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/128263/
---
Review request for KDE Frameworks and Plasma.
Repository: plasma-framewor
Hi, I hope this is the right ml to talk about KCMs.
I tried to install latest stable release (0.3) of colord-kde[1] to
manage icc color profiles, but the KCM isn't loaded in SystemSettings. I
can launch it with `kcmshell4 kcm_colord` but not with `kcmshell5
kcm_colord`. So I tried to compile it
ivan marked an inline comment as done.
ivan added a comment.
In https://phabricator.kde.org/D1963#36110, @gladhorn wrote:
> Guaring seems like a typo to me.
Yes, thanks!
REPOSITORY
rPLASMADESKTOP Plasma Desktop
REVISION DETAIL
https://phabricator.kde.org/D1963
EMAIL PREFEREN
ivan retitled this revision from "Guaring the X11 calls not to appear in a
wayland session" to "Guarding the X11 calls not to appear in a wayland session".
REPOSITORY
rPLASMADESKTOP Plasma Desktop
REVISION DETAIL
https://phabricator.kde.org/D1963
EMAIL PREFERENCES
https://phabricator.kde.
ivan marked an inline comment as done.
ivan added inline comments.
INLINE COMMENTS
> bshah wrote in switcherbackend.cpp:197
> cache this value, as it is string comparison and impossible to change at
> runtime.
Anyone asked Qt guys whether they would like this cached in Qt?
REPOSITORY
rPLASMA
ivan updated this revision to Diff 4649.
ivan added a comment.
Caching the value for 'are we on X11'
REPOSITORY
rPLASMADESKTOP Plasma Desktop
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D1963?vs=4645&id=4649
BRANCH
master
REVISION DETAIL
https://phabricator.kde.org/D1963
dhaumann added a comment.
Maybe I should have added: Since you already contacted the Noto devs on the
googlegroup, can you also ask whether a bold-face variant and italic variant
exists?
REPOSITORY
rPLASMAINTEGRATION Integration for Qt applications in Plasma
REVISION DETAIL
https://phab
bshah added inline comments.
INLINE COMMENTS
> switcherbackend.cpp:197
> {
> -if (isReverseTab(m_actionShortcut[ACTION_NAME_PREVIOUS_ACTIVITY])) {
> -switchToActivity(Previous);
> +if (QX11Info::isPlatformX11()) {
> +// If we are on X11, we have all needed features for me
gladhorn added a comment.
Guaring seems like a typo to me.
REPOSITORY
rPLASMADESKTOP Plasma Desktop
REVISION DETAIL
https://phabricator.kde.org/D1963
EMAIL PREFERENCES
https://phabricator.kde.org/settings/panel/emailpreferences/
To: ivan, sebas, graesslin, bshah
Cc: gladhorn, plasma-d
GENERAL INFO
BUILD UNSTABLE
Build URL:
https://build.kde.org/job/plasma-workspace%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/207/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Mon, 20 Jun 2016 15:34:34 +
Build duration: 17 min
CHANGE SET
Revision fb870b6f77666ae4e7914d12b5db92fd30
ivan created this revision.
ivan added reviewers: sebas, graesslin, bshah.
Restricted Application added a project: Plasma.
Restricted Application added a subscriber: plasma-devel.
REVISION SUMMARY
All x11 methods got the x11_ prefix to be more obvious which parts
are x11-only. Added default im
This revision was automatically updated to reflect the committed changes.
Closed by commit rPLASMAWORKSPACEfb870b6f7766: Fix krunner build without
qalculate (authored by davidedmundson).
REPOSITORY
rPLASMAWORKSPACE Plasma Workspace
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D1960?
bshah created this revision.
bshah added reviewers: Plasma, hein.
Restricted Application added a project: Plasma.
Restricted Application added a subscriber: plasma-devel.
REVISION SUMMARY
clang-check as well cppcheck complains about it
TEST PLAN
builds
REPOSITORY
rPLASMAWORKSPACE Plasma Wo
sebas accepted this revision.
sebas added a reviewer: sebas.
This revision is now accepted and ready to land.
REPOSITORY
rPLASMAWORKSPACE Plasma Workspace
BRANCH
master
REVISION DETAIL
https://phabricator.kde.org/D1960
EMAIL PREFERENCES
https://phabricator.kde.org/settings/panel/emailpr
https://bugs.kde.org/show_bug.cgi?id=364478
--- Comment #3 from Bzzz ---
Created attachment 99627
--> https://bugs.kde.org/attachment.cgi?id=99627&action=edit
dbus-monitor log at hibernation cycle
from running "dbus-monitor > logmebabyonemoretime.txt" while closing the laptop
lid, opening agai
https://bugs.kde.org/show_bug.cgi?id=364478
--- Comment #2 from Bzzz ---
Well, it would be very helpful for a non-dev person to have something to check
on. "logind" isn't a separate package to examine, not a single executable,
doesn't have a manpage, synaptic doesn't find anything with logind in
This revision was automatically updated to reflect the committed changes.
Closed by commit rKWAYLAND9ca4f8549f6e: [server] Add resource check in
QtExtendedSurfaceInterface::close (authored by graesslin).
REPOSITORY
rKWAYLAND KWayland
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D196
sebas accepted this revision.
sebas added a reviewer: sebas.
This revision is now accepted and ready to land.
REPOSITORY
rKWAYLAND KWayland
BRANCH
surfaceextension-nullptr-check
REVISION DETAIL
https://phabricator.kde.org/D1961
EMAIL PREFERENCES
https://phabricator.kde.org/settings/pane
graesslin created this revision.
graesslin added a reviewer: Plasma on Wayland.
Restricted Application added a subscriber: plasma-devel.
Restricted Application added a project: Plasma on Wayland.
REVISION SUMMARY
The QtExtendedSurfaceInterface might be unbound and thus the resource
might be nu
GENERAL INFO
BUILD UNSTABLE
Build URL:
https://build.kde.org/job/plasma-workspace%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/206/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Mon, 20 Jun 2016 13:57:03 +
Build duration: 17 min
CHANGE SET
Revision 8e7f29e435ae142eb560248610786a801f
davidedmundson updated this revision to Diff 4639.
davidedmundson added a comment.
Updated with extra proxy model
REPOSITORY
rPLASMAWORKSPACE Plasma Workspace
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D1814?vs=4339&id=4639
BRANCH
activities
REVISION DETAIL
https://phabri
davidedmundson created this revision.
davidedmundson added a reviewer: Plasma.
Restricted Application added a project: Plasma.
Restricted Application added a subscriber: plasma-devel.
TEST PLAN
Compiles, can copy text
REPOSITORY
rPLASMAWORKSPACE Plasma Workspace
BRANCH
master
REVISION DET
GENERAL INFO
BUILD UNSTABLE
Build URL:
https://build.kde.org/job/plasma-workspace%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/205/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Mon, 20 Jun 2016 13:39:20 +
Build duration: 17 min
CHANGE SET
Revision 047715f1c42396d666778cf34bf55bc831
This revision was automatically updated to reflect the committed changes.
Closed by commit rPLASMANM1fafa23c80a6: Avoid appending superfluous \n
(authored by davidedmundson).
REPOSITORY
rPLASMANM Plasma Network Management Applet
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D1933?vs=
This revision was automatically updated to reflect the committed changes.
Closed by commit rPLASMADESKTOPdf9e2d1f329b: Don't set width and height in a
layout (authored by davidedmundson).
REPOSITORY
rPLASMADESKTOP Plasma Desktop
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D1952?vs=
This revision was automatically updated to reflect the committed changes.
Closed by commit rPLASMAWORKSPACE6efdd7a14eb9: Port KIO Remote to use ECM
declare logging category (authored by davidedmundson).
REPOSITORY
rPLASMAWORKSPACE Plasma Workspace
CHANGES SINCE LAST UPDATE
https://phabricato
graesslin accepted this revision.
graesslin added a reviewer: graesslin.
This revision is now accepted and ready to land.
REPOSITORY
rPLASMANM Plasma Network Management Applet
BRANCH
master
REVISION DETAIL
https://phabricator.kde.org/D1933
EMAIL PREFERENCES
https://phabricator.kde.org/s
davidedmundson closed this revision.
REPOSITORY
rPLASMAWORKSPACE Plasma Workspace
REVISION DETAIL
https://phabricator.kde.org/D1949
EMAIL PREFERENCES
https://phabricator.kde.org/settings/panel/emailpreferences/
To: davidedmundson, broulik, graesslin
Cc: graesslin, broulik, plasma-devel, j
davidedmundson added inline comments.
INLINE COMMENTS
> graesslin wrote in CMakeLists.txt:10
> Why SYSTEM_TRAY and not SYSTEMTRAY? It looks like lots was touched just to
> add the underscore.
Good question, with a very frustrating answer.
otherwise macro creates a file with the guard SYSTEMTRAY
bshah accepted this revision.
bshah added a reviewer: bshah.
This revision is now accepted and ready to land.
REPOSITORY
rPLASMAWORKSPACE Plasma Workspace
BRANCH
Plasma/5.7
REVISION DETAIL
https://phabricator.kde.org/D1950
EMAIL PREFERENCES
https://phabricator.kde.org/settings/panel/ema
Minutes Plasma 'hangout', 20-6-2016, 12:00 CET
Present: mgraesslin, bshah, Sho, sebas, Riddell, Jens, Andreas, d_ed
mgraesslin:
* Since Tuesday on Plasma/Wayland session
* Major WTF moment: if a surface gets created for an id, which was used for a
previous surface it will have the same wl_resour
davidedmundson added a comment.
In https://phabricator.kde.org/D1953#36014, @graesslin wrote:
> What was wrong with it? The old code looks correct to me as well. So what
does this change "Fix"?
I had two Q_LOGGING_CATEGORY's
one made by the marco, one done by hand.
Then
GENERAL INFO
BUILD UNSTABLE
Build URL:
https://build.kde.org/job/plasma-workspace%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/204/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Mon, 20 Jun 2016 10:51:05 +
Build duration: 24 min
CHANGE SET
Revision c680b2ea8925271158efe1c135a1c12cc1
jensreuterberg added a comment.
From a design perspective this is a no-brainer. Using another font is
meaningless. So we in the VDG obviously approve of a switch to Noto Mono.
(that said I cant comment on the technical issues only the design ones)
REPOSITORY
rPLASMAINTEGRATION Integrat
On Thu, Jun 9, 2016 at 11:35 AM, Martin Graesslin
wrote:
> So the important things are:
> * create a KWayland::Server::Display which is setup to use
> ConnectClientsOnly
> * it uses createClient on an anonymous socketpair
> * it needs to create at least the following interfaces:
> ** shm
> ** c
GENERAL INFO
BUILD UNSTABLE
Build URL:
https://build.kde.org/job/plasma-workspace%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc/203/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Mon, 20 Jun 2016 09:13:48 +
Build duration: 9 min 42 sec
CHANGE SET
Revision 862880a973c9b4b4beda5c8a763a
This revision was automatically updated to reflect the committed changes.
Closed by commit rKWAYLAND6f67aff9cbe1: [server] Unset SurfaceInterface pointer
in referenced objects when being… (authored by graesslin).
CHANGED PRIOR TO COMMIT
https://phabricator.kde.org/D1937?vs=4591&id=4635#toc
REP
On Monday June 20 2016 04:16:14 Christoph Feck wrote:
>
>No. Oxygen and Breeze use QPainter, not Qt Quick.
Then we're back to my original question: why do their window titles look so off?
R.
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://ma
50 matches
Mail list logo