GENERAL INFO
BUILD UNSTABLE
Build URL:
https://build.kde.org/job/kio%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/514/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Wed, 12 Apr 2017 02:03:13 +
Build duration: 20 min
CHANGE SET
Revision 35e3b1bebc6fb00b09a20230d5e671f9bc34bff8
stikonas created this revision.
stikonas added a project: Plasma on Wayland.
Restricted Application added subscribers: Frameworks, plasma-devel.
Restricted Application added a project: Frameworks.
REVISION SUMMARY
On Wayland icons are obtained from desktop files that are named
reverseOrganizat
mart created this revision.
Restricted Application added projects: Plasma, Frameworks.
Restricted Application added subscribers: Frameworks, plasma-devel.
REVISION SUMMARY
sometimes the downloaded file isn't correctly flushed to
disk, causing corrupted zip files, especially if they come
from
GENERAL INFO
BUILD SUCCESS
Build URL:
https://build.kde.org/job/kio%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/513/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Tue, 11 Apr 2017 17:30:11 +
Build duration: 5 min 35 sec
CHANGE SET
No changes
JUNIT RESULTS
Name: (r
GENERAL INFO
BUILD SUCCESS
Build URL:
https://build.kde.org/job/kio%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/513/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Tue, 11 Apr 2017 17:30:11 +
Build duration: 5 min 35 sec
CHANGE SET
No changes
JUNIT RESULTS
Name: (r
GENERAL INFO
BUILD UNSTABLE
Build URL:
https://build.kde.org/job/kio%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/512/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Tue, 11 Apr 2017 16:37:23 +
Build duration: 15 min
CHANGE SET
No changes
JUNIT RESULTS
Name: (root)
ltoscano requested changes to this revision.
ltoscano added a comment.
This revision now requires changes to proceed.
General issue: KCompletion is a tier2 framework, and this introduces a
dependency on KXmlGui, tier3.
REPOSITORY
R284 KCompletion
REVISION DETAIL
https://phabricator.kde.o
tcanabrava created this revision.
Restricted Application added a project: Frameworks.
REVISION SUMMARY
KActionRunner is a class that has a KRunner like behavior for the actions in
a KActionCollection.
The idea is that if a user knows what he's looking for, it's much simpler to
write part of
GENERAL INFO
BUILD SUCCESS
Build URL:
https://build.kde.org/job/kwindowsystem%20master%20kf5-qt5/PLATFORM=Linux,Variation=All,compiler=gcc/179/
Project: PLATFORM=Linux,Variation=All,compiler=gcc
Date of build: Tue, 11 Apr 2017 15:34:00 +
Build duration: 1 min 43 sec
CHANGE SET
No changes
GENERAL INFO
BUILD SUCCESS
Build URL:
https://build.kde.org/job/kwindowsystem%20master%20kf5-qt5/PLATFORM=Linux,Variation=All,compiler=gcc/179/
Project: PLATFORM=Linux,Variation=All,compiler=gcc
Date of build: Tue, 11 Apr 2017 15:34:00 +
Build duration: 1 min 43 sec
CHANGE SET
No changes
GENERAL INFO
BUILD UNSTABLE
Build URL:
https://build.kde.org/job/threadweaver%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/156/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Tue, 11 Apr 2017 15:34:00 +
Build duration: 8 min 37 sec
CHANGE SET
No changes
JUNIT RESULTS
markg added a comment.
I'm just curious. Why is the day name determined in QML (in the lines you
edited, but was there before as well) and on the C++ side?
It smells like a redundancy.
As far as i can tell (only looked for a moment), the dayName on the C++ side
isn't used "in" the C++
GENERAL INFO
BUILD UNSTABLE
Build URL:
https://build.kde.org/job/kwindowsystem%20master%20kf5-qt5/PLATFORM=Linux,Variation=All,compiler=gcc/178/
Project: PLATFORM=Linux,Variation=All,compiler=gcc
Date of build: Tue, 11 Apr 2017 14:07:39 +
Build duration: 8 min 37 sec
CHANGE SET
No changes
GENERAL INFO
BUILD UNSTABLE
Build URL:
https://build.kde.org/job/threadweaver%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/155/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Tue, 11 Apr 2017 14:05:39 +
Build duration: 3 min 35 sec
CHANGE SET
No changes
JUNIT RESULTS
GENERAL INFO
BUILD UNSTABLE
Build URL:
https://build.kde.org/job/kio%20master%20stable-kf5-qt5/PLATFORM=Linux,compiler=gcc/511/
Project: PLATFORM=Linux,compiler=gcc
Date of build: Tue, 11 Apr 2017 13:11:38 +
Build duration: 17 min
CHANGE SET
No changes
JUNIT RESULTS
Name: (root)
apol added a comment.
In https://phabricator.kde.org/D5088#101295, @broulik wrote:
> As soon as I open a qml file in a plasma project it freezes during "Loading
QML imports" eating all RAM and CPU until I kill it.
I'm assuming that's in QtCreator...
Can you please open a bug rep
broulik added a comment.
As soon as I open a qml file in a plasma project it freezes during "Loading
QML imports" eating all RAM and CPU until I kill it.
REPOSITORY
R242 Plasma Framework (Library)
REVISION DETAIL
https://phabricator.kde.org/D5088
To: apol, #plasma, #frameworks, davidedm
aacid added a comment.
In https://phabricator.kde.org/D5394#101275, @fvogt wrote:
> what are the permissions of the temporary file that QSaveFile creates?
If the file exists it re-uses the existing permissions, otherwise it uses 666
https://github.com/qt/qtbase/blob/dev/src/corel
fvogt requested changes to this revision.
fvogt added a comment.
This revision now requires changes to proceed.
In https://phabricator.kde.org/D5394#101291, @aacid wrote:
> In https://phabricator.kde.org/D5394#101275, @fvogt wrote:
>
> > what are the permissions of the temporary file t
drosca added inline comments.
INLINE COMMENTS
> mck182 wrote in DaysCalendar.qml:315
> Now I'm not entirely sure but can the `uiLanguages[0]`
> possibly return null?
It's used exactly the same on the C++ side (without the bounds check), so I
assume it's safe as that code is now over 2 years old
This revision was automatically updated to reflect the committed changes.
Closed by commit R242:a01e4fb69efe: Calendar: Use correct language for month
and day names (authored by drosca).
REPOSITORY
R242 Plasma Framework (Library)
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D5345?vs
fvogt added a comment.
Looks good!
> should I make a checksum of the data before sending to KAuth action and
then match it with checksum sent back by the action?
Yes, that way you could also implement a way to show the checksum to the
user. Make sure to avoid any TOCTTOU issues.
GENERAL INFO
BUILD SUCCESS
Build URL:
https://build.kde.org/job/plasma-framework%20master%20stable-kf5-qt5/PLATFORM=Linux,Variation=NoX11,compiler=gcc/400/
Project: PLATFORM=Linux,Variation=NoX11,compiler=gcc
Date of build: Tue, 11 Apr 2017 07:38:32 +
Build duration: 2 min 36 sec
CHANGE SET
GENERAL INFO
BUILD SUCCESS
Build URL:
https://build.kde.org/job/plasma-framework%20master%20stable-kf5-qt5/PLATFORM=Linux,Variation=NoX11,compiler=gcc/400/
Project: PLATFORM=Linux,Variation=NoX11,compiler=gcc
Date of build: Tue, 11 Apr 2017 07:38:32 +
Build duration: 2 min 36 sec
CHANGE SET
GENERAL INFO
BUILD SUCCESS
Build URL:
https://build.kde.org/job/plasma-framework%20master%20stable-kf5-qt5/PLATFORM=Linux,Variation=All,compiler=gcc/400/
Project: PLATFORM=Linux,Variation=All,compiler=gcc
Date of build: Tue, 11 Apr 2017 07:38:32 +
Build duration: 2 min 54 sec
CHANGE SET
Rev
GENERAL INFO
BUILD SUCCESS
Build URL:
https://build.kde.org/job/plasma-framework%20master%20stable-kf5-qt5/PLATFORM=Linux,Variation=All,compiler=gcc/400/
Project: PLATFORM=Linux,Variation=All,compiler=gcc
Date of build: Tue, 11 Apr 2017 07:38:32 +
Build duration: 2 min 54 sec
CHANGE SET
Rev
GENERAL INFO
BUILD UNSTABLE
Build URL:
https://build.kde.org/job/plasma-framework%20master%20kf5-qt5/PLATFORM=Linux,Variation=NoX11,compiler=gcc/398/
Project: PLATFORM=Linux,Variation=NoX11,compiler=gcc
Date of build: Tue, 11 Apr 2017 07:38:32 +
Build duration: 3 min 10 sec
CHANGE SET
Revis
GENERAL INFO
BUILD SUCCESS
Build URL:
https://build.kde.org/job/plasma-framework%20master%20kf5-qt5/PLATFORM=Linux,Variation=All,compiler=gcc/398/
Project: PLATFORM=Linux,Variation=All,compiler=gcc
Date of build: Tue, 11 Apr 2017 07:38:32 +
Build duration: 4 min 46 sec
CHANGE SET
Revision a
GENERAL INFO
BUILD SUCCESS
Build URL:
https://build.kde.org/job/plasma-framework%20master%20kf5-qt5/PLATFORM=Linux,Variation=All,compiler=gcc/398/
Project: PLATFORM=Linux,Variation=All,compiler=gcc
Date of build: Tue, 11 Apr 2017 07:38:32 +
Build duration: 4 min 46 sec
CHANGE SET
Revision a
29 matches
Mail list logo