Am 16. Mai 2017 23:25:11 MESZ schrieb "Łukasz Sawicki" :
>Hi,
>
>Here is a script/voice over text for Plasma 5.10 video. It is heavily
>based on Plasma 5.10 beta announcement. Please check it for grammar,
>typos etc.
>
>https://notes.kde.org/p/Plasma_5.10_script
>
>If you think that I missed some
>Folder View is the default desktop and allows users to put whatever files
or folders they want easy access to
This explains what it is, it doesn't explain what's changed since the last
release.
"Folder View is now the default desktop ..."
> Software Centre Plasma Search (KRunner) suggests to in
davidedmundson accepted this revision.
davidedmundson added a comment.
This revision is now accepted and ready to land.
well that's a billion times cleaner.
INLINE COMMENTS
> kgamma.cpp:243
> +form->addRow(gammalabel, gctrl);
> +form->addWidget(new QWidget); // extra spacing
> +fo
Hi,
Here is a script/voice over text for Plasma 5.10 video. It is heavily
based on Plasma 5.10 beta announcement. Please check it for grammar,
typos etc.
https://notes.kde.org/p/Plasma_5.10_script
If you think that I missed something we should show in our upcoming
promo video, please also put it
This revision was automatically updated to reflect the committed changes.
Closed by commit R127:92bf5a9828d1: Keep QIcon::fromTheme in main thread
(authored by davidedmundson).
REPOSITORY
R127 KWayland
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D5889?vs=14602&id=14611
REVISION DE
Hi Ben,
Does this seem ok? Most repos tend to skip specifying frameworks,
should they be specified or not?
Cheers,
Ivan
On Tue, May 16, 2017 at 11:17 AM, Ben Cooksley wrote:
> Hi all,
>
> When someone gets a chance can they please correct the dependency
> metadata in kde-build-metadata for Plas
graesslin accepted this revision.
graesslin added a comment.
This revision is now accepted and ready to land.
Eh what? That is not thread save?!? Oh sh*** I didn't expect that. Good catch
and a nice solution.
REPOSITORY
R127 KWayland
BRANCH
master
REVISION DETAIL
https://phabricator.k
On Sun, May 14, 2017 at 06:28:10PM +0100, Jonathan Riddell wrote:
> How do I get Plasma Vault to do anything? I've compiled it and the
> Plasmoid has a button saying Create a new vault and nothing else.
> Clicking it does nothing. I was told I had to install encfs but
> installing that doesn't hel
https://bugs.kde.org/show_bug.cgi?id=379902
Elvis Angelaccio changed:
What|Removed |Added
Assignee|dolphin-bugs-n...@kde.org |plasma-devel@kde.org
Component|gene
rthomas marked 3 inline comments as done.
REVISION DETAIL
https://phabricator.kde.org/D5870
To: rthomas, #plasma
Cc: davidedmundson, apol, plasma-devel, ZrenBot, spstarr, progwolff,
lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, lukas
rthomas updated this revision to Diff 14603.
rthomas added a comment.
- Splitting the query using splitRef() instead of split()
- Using QLatin1Char(' ') as the separator to split the query
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D5870?vs=14559&id=14603
REVISION DETAIL
http
davidedmundson added inline comments.
INLINE COMMENTS
> rthomas wrote in servicerunner.cpp:203
> Could you explain why would we want to use splitRef instead of split? I'm not
> sure I understand the need for it.
split copies the strings.
splitRef creates references to a location within an exits
rthomas added inline comments.
INLINE COMMENTS
> apol wrote in servicerunner.cpp:101
> use a foreach
I'm skipping the first string in strList because that string has already been
accounted for relavace right before the call to increaseMatchRelavance.
Relevance is incremented by 0.01 only based
davidedmundson updated this revision to Diff 14602.
davidedmundson added a comment.
Restricted Application edited projects, added Plasma; removed Plasma on Wayland.
simplify a line
REPOSITORY
R127 KWayland
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D5889?vs=14601&id=14602
BRAN
davidedmundson created this revision.
Restricted Application added projects: Plasma on Wayland, Frameworks.
Restricted Application added subscribers: Frameworks, plasma-devel.
REVISION SUMMARY
QIcon::fromTheme is not thread safe, we can't have it done in the future
watcher.
We can solve this
https://bugs.kde.org/show_bug.cgi?id=379858
--- Comment #2 from fr...@hmrt.nl ---
Ok, will do. But are you sure? It is happening with almost all apps in plasma.
Do they really all make the same mistake?
--
You are receiving this mail because:
You are the assignee for the bug.
This revision was automatically updated to reflect the committed changes.
Closed by commit R127:c4caf02a9d4b: Remove pid changedSignal in
Client::PlasmaWindow (authored by davidedmundson).
REPOSITORY
R127 KWayland
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D5887?vs=14597&id=14599
graesslin accepted this revision.
graesslin added a comment.
This revision is now accepted and ready to land.
Thanks!
REPOSITORY
R127 KWayland
BRANCH
asdfasdf
REVISION DETAIL
https://phabricator.kde.org/D5887
To: davidedmundson, #plasma, graesslin
Cc: graesslin, plasma-devel, #framewo
graesslin added a comment.
In https://phabricator.kde.org/D5872#109962, @hein wrote:
> I'm fine with no change signal, but heads-up that libtaskmanager has code
connecting to it, so if you remove it from kwayland please also adapt
plasma-workspace or the build breaks.
I highly su
volkov added a reviewer: Plasma.
REPOSITORY
R104 KScreen
REVISION DETAIL
https://phabricator.kde.org/D5888
To: volkov, #plasma
Cc: plasma-devel, ZrenBot, spstarr, progwolff, lesliezhai, ali-mohamed,
jensreuterberg, abetts, sebas, apol, lukas
volkov created this revision.
Restricted Application added a project: Plasma.
Restricted Application added a subscriber: plasma-devel.
REPOSITORY
R104 KScreen
BRANCH
master
REVISION DETAIL
https://phabricator.kde.org/D5888
AFFECTED FILES
kcm/src/kcm_kscreen.cpp
kcm/src/widget.cpp
To:
davidedmundson created this revision.
Restricted Application added projects: Plasma on Wayland, Frameworks.
Restricted Application added subscribers: Frameworks, plasma-devel.
REVISION SUMMARY
Verified it it send before the initial_state and adjust tests and docs
accordingly
TEST PLAN
All un
volkov created this revision.
Restricted Application added a project: Plasma.
Restricted Application added a subscriber: plasma-devel.
REVISION SUMMARY
QFormLayout is more natural for label/widget pairs and allows
to have uniform label alignment in different styles.
REPOSITORY
R100 KGamma
mart accepted this revision.
This revision is now accepted and ready to land.
REPOSITORY
R98 Breeze for Gtk
BRANCH
Plasma/5.10
REVISION DETAIL
https://phabricator.kde.org/D5853
To: asturmlechner, #plasma, mart
Cc: plasma-devel, ZrenBot, spstarr, progwolff, lesliezhai, ali-mohamed,
jensre
davidedmundson added a comment.
Is it tested on X, Qt 5.7 as well as Qt 5.9
If you want me to do any of those, just ask.
INLINE COMMENTS
> view.cpp:250
> +} else if (event->type() == QEvent::Hide) {
> +delete m_plasmaShellSurface;
> } else if (m_plasmaShellSurface && eve
This revision was automatically updated to reflect the committed changes.
Closed by commit R100:160938ffb3f2: Don't fix a height of sliders (authored by
volkov).
REPOSITORY
R100 KGamma
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D5885?vs=14593&id=14594
REVISION DETAIL
https://ph
davidedmundson accepted this revision.
This revision is now accepted and ready to land.
REPOSITORY
R100 KGamma
BRANCH
fix-sliders-height
REVISION DETAIL
https://phabricator.kde.org/D5885
To: volkov, #plasma, davidedmundson
Cc: plasma-devel, ZrenBot, spstarr, progwolff, lesliezhai, ali-moh
volkov created this revision.
Restricted Application added a project: Plasma.
Restricted Application added a subscriber: plasma-devel.
REVISION SUMMARY
It's a bad practice to use magic constants in code, rely on a
style instead.
REPOSITORY
R100 KGamma
BRANCH
fix-sliders-height
REVISION
This revision was automatically updated to reflect the committed changes.
Closed by commit R100:df98599155db: Fix spacing in "Select test picture:" row
(authored by volkov).
REPOSITORY
R100 KGamma
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D5882?vs=14585&id=14589
REVISION DETAIL
elvisangelaccio created this revision.
Restricted Application added a project: Plasma.
Restricted Application added subscribers: Dolphin, Konqueror, plasma-devel.
REVISION SUMMARY
This reverts commit
https://phabricator.kde.org/R318:58c5eae1953bbdcf6d4150b21cb7ffdad07a5257.
Reasons against
https://bugs.kde.org/show_bug.cgi?id=379858
Christoph Feck changed:
What|Removed |Added
Version|5.34.0 |unspecified
Assignee|notm...@gmail.c
davidedmundson accepted this revision.
This revision is now accepted and ready to land.
REPOSITORY
R100 KGamma
BRANCH
fix-layout-spacing
REVISION DETAIL
https://phabricator.kde.org/D5882
To: volkov, #plasma, davidedmundson
Cc: plasma-devel, ZrenBot, spstarr, progwolff, lesliezhai, ali-moh
volkov added a reviewer: Plasma.
REPOSITORY
R100 KGamma
REVISION DETAIL
https://phabricator.kde.org/D5882
To: volkov, #plasma
Cc: plasma-devel, ZrenBot, spstarr, progwolff, lesliezhai, ali-mohamed,
jensreuterberg, abetts, sebas, apol, lukas
volkov created this revision.
Restricted Application added a project: Plasma.
Restricted Application added a subscriber: plasma-devel.
REVISION SUMMARY
Use QBoxLayout::addLayout() instead of QLayout::addItem()
to add a child layout. It's more preferable and makes Qt use a
correct spacing for
This revision was automatically updated to reflect the committed changes.
Closed by commit R100:879e031097bd: Remove .png extension from icon name in the
desktop file (authored by volkov).
REPOSITORY
R100 KGamma
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D5881?vs=14583&id=14584
R
davidedmundson added a comment.
I do not appreciate having my major bugs ignored.
I will be reverting this.
You can try again for 5.11.
REPOSITORY
R119 Plasma Desktop
REVISION DETAIL
https://phabricator.kde.org/D5527
To: mart, #plasma, hein, broulik
Cc: davidedmundson, broulik, p
volkov added a comment.
Oh, thanks for fast review.
REPOSITORY
R100 KGamma
BRANCH
fix-desktop
REVISION DETAIL
https://phabricator.kde.org/D5881
To: volkov, davidedmundson, #plasma
Cc: plasma-devel, ZrenBot, spstarr, progwolff, lesliezhai, ali-mohamed,
jensreuterberg, abetts, sebas, a
volkov added a reviewer: Plasma.
REPOSITORY
R100 KGamma
BRANCH
fix-desktop
REVISION DETAIL
https://phabricator.kde.org/D5881
To: volkov, davidedmundson, #plasma
Cc: plasma-devel, ZrenBot, spstarr, progwolff, lesliezhai, ali-mohamed,
jensreuterberg, abetts, sebas, apol, lukas
davidedmundson accepted this revision.
This revision is now accepted and ready to land.
REPOSITORY
R100 KGamma
BRANCH
fix-desktop
REVISION DETAIL
https://phabricator.kde.org/D5881
To: volkov, davidedmundson
Cc: plasma-devel, ZrenBot, spstarr, progwolff, lesliezhai, ali-mohamed,
jensreute
volkov created this revision.
Restricted Application added a project: Plasma.
Restricted Application added a subscriber: plasma-devel.
REPOSITORY
R100 KGamma
BRANCH
fix-desktop
REVISION DETAIL
https://phabricator.kde.org/D5881
AFFECTED FILES
kcmkgamma/kgamma.desktop
To: volkov
Cc: plas
breeze-grub doesn't build anything. never did.
On Tue, May 16, 2017 at 11:20 AM, Ben Cooksley wrote:
> Hi all,
>
> It seems Breeze Grub does not have a build system as such, and is
> therefore not buildable by the CI system.
>
> See
> https://build-sandbox.kde.org/job/Plasma%20breeze-grub%20kf5-
Hi all,
It seems Breeze Grub does not have a build system as such, and is
therefore not buildable by the CI system.
See
https://build-sandbox.kde.org/job/Plasma%20breeze-grub%20kf5-qt5%20SUSEQt5.9/
for more details.
Should it be marked as an inactive repository?
Cheers,
Ben
Hi all,
When someone gets a chance can they please correct the dependency
metadata in kde-build-metadata for Plasma Vault?
See
https://build-sandbox.kde.org/job/Plasma%20plasma-vault%20kf5-qt5%20SUSEQt5.9/2/console
for more details.
Thanks,
Ben
hein added a comment.
No, I don't. libtaskmanager doesn't use PlasmaWindowModel, it uses
PlasmaWindow.
REPOSITORY
R127 KWayland
REVISION DETAIL
https://phabricator.kde.org/D5872
To: sebas, #plasma, hein, davidedmundson
Cc: graesslin, bshah, davidedmundson, plasma-devel, #frameworks, Zre
davidedmundson added a comment.
No you don't.
You connect via QAIM;: dataChanged which is still there.
REPOSITORY
R127 KWayland
REVISION DETAIL
https://phabricator.kde.org/D5872
To: sebas, #plasma, hein, davidedmundson
Cc: graesslin, bshah, davidedmundson, plasma-devel, #frameworks, Zr
mart updated this revision to Diff 14582.
mart added a comment.
Restricted Application edited projects, added Plasma; removed Plasma on Wayland.
- fix comment
REPOSITORY
R127 KWayland
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D5757?vs=14581&id=14582
BRANCH
arcpatch-D5757
R
mart marked 2 inline comments as done.
REPOSITORY
R127 KWayland
REVISION DETAIL
https://phabricator.kde.org/D5757
To: mart, #plasma, hein, graesslin, #plasma_on_wayland
Cc: graesslin, hein, plasma-devel, #frameworks, ZrenBot, spstarr, progwolff,
lesliezhai, ali-mohamed, jensreuterberg, abet
mart updated this revision to Diff 14581.
mart added a comment.
Restricted Application edited projects, added Plasma on Wayland; removed Plasma.
- fix comment
REPOSITORY
R127 KWayland
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D5757?vs=14320&id=14581
BRANCH
arcpatch-D5757
R
48 matches
Mail list logo