mart added a comment.
that's what i get with it: a reserved space, always blank in every page, it
was clearly not tested enough.
I don't think is the right way to go about it, i wonder how much is possible
to (ab)use the regular header property for pages
F2489421: Spectacle.Zb7238.png
mart added a comment.
stock ListView already has some api to control its own header.
by default it scrolls away, otherwise it can be either fixed or being an
hybrid on scrolling away and fixed title ListView.PullBackHeader (the one
actually interesting i think, but different apps will need
mart added a comment.
In https://phabricator.kde.org/D4606#86236, @broulik wrote:
> Does it even make sense to show this thing if there's no battery? We
already show a cross on the icon then, don't we? Makes it a bit redundant. On
the other hand it could be confusing to have the option c
mart updated this revision to Diff 11368.
mart added a comment.
- use dropjobs instead of directly accessing its qmenu
REPOSITORY
R242 Plasma Framework (Library)
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D4576?vs=11307&id=11368
BRANCH
arcpatch-D4576
REVISION DETAIL
https
mart created this revision.
mart added a reviewer: Plasma.
Restricted Application added projects: Plasma, Frameworks.
Restricted Application added subscribers: Frameworks, plasma-devel.
REVISION SUMMARY
even if the menu has already been created, cause setapplicationActions
to add actions in th
mart updated this revision to Diff 11370.
mart added a comment.
- pass directly the dropJob
REPOSITORY
R119 Plasma Desktop
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D4574?vs=11232&id=11370
BRANCH
arcpatch-D4574
REVISION DETAIL
https://phabricator.kde.org/D4574
AFFECTED
mart updated this revision to Diff 11371.
mart added a comment.
- remove useless signal
REPOSITORY
R241 KIO
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D4620?vs=11369&id=11371
BRANCH
phab/setActionsLater
REVISION DETAIL
https://phabricator.kde.org/D4620
AFFECTED FILES
s
mart abandoned this revision.
REPOSITORY
R241 KIO
REVISION DETAIL
https://phabricator.kde.org/D4575
EMAIL PREFERENCES
https://phabricator.kde.org/settings/panel/emailpreferences/
To: mart, #plasma
Cc: hein, plasma-devel, #frameworks, lesliezhai, ali-mohamed, jensreuterberg,
abetts, sebas
hein added a comment.
Much nicer than the other approach, just one question.
INLINE COMMENTS
> dropjob.cpp:324
> +for (QMenu *menu : d->m_menus) {
> +if (!d->m_appActions.isEmpty() || !d->m_pluginActions.isEmpty()) {
> +menu->addSeparator();
Should this be && instead
graesslin accepted this revision.
graesslin added a reviewer: graesslin.
graesslin added a comment.
From my side it can go in even without the config option. Let's better
integrate the new features early and add the config lateron
REPOSITORY
R120 Plasma Workspace
REVISION DETAIL
https://
mart added a comment.
In https://phabricator.kde.org/D4606#86236, @broulik wrote:
> the idea was to stilòl have the badge show up to not make that option look
"broken". tough also having the checkbox greyed out makes sense too
ah, found another reason why keeping the badge would b
This revision was automatically updated to reflect the committed changes.
Closed by commit R120:f32960cf3805: Add Media Controls on lock screen (authored
by broulik).
REPOSITORY
R120 Plasma Workspace
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D3684?vs=9030&id=11374
REVISION DETAI
mart updated this revision to Diff 11375.
mart added a comment.
- e i18n for the placeholder
REPOSITORY
R120 Plasma Workspace
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D4606?vs=11328&id=11375
BRANCH
arcpatch-D4606
REVISION DETAIL
https://phabricator.kde.org/D4606
AFFECT
graesslin created this revision.
graesslin added reviewers: KWin, Plasma.
graesslin added a task: T5221: Split Xkb into dedicated .h and .cpp.
Restricted Application added a project: KWin.
Restricted Application added subscribers: kwin, plasma-devel.
REVISION SUMMARY
Closes https://phabricator.k
davidedmundson accepted this revision.
davidedmundson added a reviewer: davidedmundson.
This revision is now accepted and ready to land.
REPOSITORY
R108 KWin
BRANCH
split-xkb-dedicated-file
REVISION DETAIL
https://phabricator.kde.org/D4623
EMAIL PREFERENCES
https://phabricator.kde.org/s
davidedmundson accepted this revision.
davidedmundson added a reviewer: davidedmundson.
This revision is now accepted and ready to land.
REPOSITORY
R120 Plasma Workspace
BRANCH
arcpatch-D4606
REVISION DETAIL
https://phabricator.kde.org/D4606
EMAIL PREFERENCES
https://phabricator.kde.org
This revision was automatically updated to reflect the committed changes.
Closed by commit R120:9131740a82f8: don't show 0% when no battery (authored by
mart).
REPOSITORY
R120 Plasma Workspace
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D4606?vs=11375&id=11379
REVISION DETAIL
ht
drosca added a comment.
I now get tons of binding loop errors from FrameSvgItem, it also breaks
delegates in networkmanager and bluetooth applets. On the screenshot you can
see that the last 3 delegates (HUAWEI, UPC and Internet) are slightly moved to
the left and hovering over them will cor
dfaure added inline comments.
INLINE COMMENTS
> hein wrote in dropjob.cpp:324
> Should this be && instead of ||? "Add actions if either of those is not
> empty" seems weird, what's the reasoning?
It's a copy of the if() on line 311. But there it makes sense. Here not so much
;)
What if there
andreaska added a comment.
thanks well done.
REPOSITORY
R120 Plasma Workspace
REVISION DETAIL
https://phabricator.kde.org/D3684
EMAIL PREFERENCES
https://phabricator.kde.org/settings/panel/emailpreferences/
To: broulik, #plasma:_design, mart, #plasma, graesslin
Cc: andreaska, graessli
apol abandoned this revision.
apol added a comment.
Yep, `headerPositioning: ListView.OverlayHeader` was what I was
looking for, thanks a lot for the hint!
REPOSITORY
R169 Kirigami
REVISION DETAIL
https://phabricator.kde.org/D4599
EMAIL PREFERENCES
https://phabricator.kde.org/
21 matches
Mail list logo