D28059: Be more accurate in reporting the x86 CPU features solid detects

2020-03-16 Thread Allan Sandfeld Jensen
This revision was automatically updated to reflect the committed changes. Closed by commit R102:53ff92062221: Be more accurate in reporting the x86 CPU features solid detects (authored by carewolf). REPOSITORY R102 KInfoCenter CHANGES SINCE LAST UPDATE

D28059: Be more accurate in reporting the x86 CPU features solid detects

2020-03-15 Thread Allan Sandfeld Jensen
carewolf created this revision. Herald added a project: Plasma. Herald added a subscriber: plasma-devel. carewolf requested review of this revision. REPOSITORY R102 KInfoCenter BRANCH Plasma/5.18 REVISION DETAIL https://phabricator.kde.org/D28059 AFFECTED FILES

D26923: Fix systemtray configuration

2020-03-13 Thread Allan Sandfeld Jensen
This revision was automatically updated to reflect the committed changes. Closed by commit R120:ce69fc4ea914: Fix systemtray configuration (authored by carewolf). REPOSITORY R120 Plasma Workspace CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D26923?vs=74379=77568 REVISION DETAIL

D27522: Fix date-label size in vertical layout

2020-02-21 Thread Allan Sandfeld Jensen
carewolf updated this revision to Diff 76092. carewolf added a comment. Fixing also for short data and very long dates REPOSITORY R120 Plasma Workspace CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D27522?vs=76055=76092 BRANCH Plasma/5.18 REVISION DETAIL

D27522: Fix date-label size in vertical layout

2020-02-20 Thread Allan Sandfeld Jensen
carewolf added a comment. In my case the text was too small. I wonder how exactly Text.Fit works, if it just increases font-size for short format to fill width that could make it too big. REPOSITORY R120 Plasma Workspace REVISION DETAIL https://phabricator.kde.org/D27522 To:

D27522: Fix date-label size in vertical layout

2020-02-20 Thread Allan Sandfeld Jensen
carewolf added a comment. It only affects vertical panels, it is in the vertical panel configuration. REPOSITORY R120 Plasma Workspace REVISION DETAIL https://phabricator.kde.org/D27522 To: carewolf, ndavis, ngraham, #vdg Cc: plasma-devel, Orage, LeGast00n, The-Feren-OS-Dev, cblack,

D27522: Fix date-label size in vertical layout

2020-02-20 Thread Allan Sandfeld Jensen
carewolf updated this revision to Diff 76055. carewolf added a comment. Fix the logic to what was probably originally meant. Elided is still disabled as it triggers too aggresively on narrow fits. REPOSITORY R120 Plasma Workspace CHANGES SINCE LAST UPDATE

D27522: Fix date-label size in vertical layout

2020-02-20 Thread Allan Sandfeld Jensen
carewolf created this revision. Herald added a project: Plasma. Herald added a subscriber: plasma-devel. carewolf requested review of this revision. REVISION SUMMARY The text was smaller than than minimum configuration, and also smaller than the width allowed for. REPOSITORY R120 Plasma

D26923: Fix systemtray configuration

2020-01-26 Thread Allan Sandfeld Jensen
carewolf updated this revision to Diff 74379. carewolf added a comment. Changed name of property instead REPOSITORY R120 Plasma Workspace CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D26923?vs=74378=74379 BRANCH Plasma/5.18 REVISION DETAIL

D26586: [SystemTray] Rework system tray settings

2020-01-26 Thread Allan Sandfeld Jensen
carewolf added a comment. In D26586#600864 , @kmaterka wrote: > In D26586#600853 , @carewolf wrote: > > > This change break settings for me due to currentValue in ConfigEntries.qml conflicting. It

D26923: Fix systemtray configuration

2020-01-26 Thread Allan Sandfeld Jensen
carewolf created this revision. carewolf added reviewers: Plasma: Workspaces, davidedmundson. Herald added a project: Plasma. Herald added a subscriber: plasma-devel. carewolf requested review of this revision. REVISION SUMMARY The property currentValue is conflicting making the qml file not

D26586: [SystemTray] Rework system tray settings

2020-01-26 Thread Allan Sandfeld Jensen
carewolf added a comment. This change break settings for me due to currentValue in ConfigEntries.qml conflicting. It works if I rename the variable to something else REPOSITORY R120 Plasma Workspace REVISION DETAIL https://phabricator.kde.org/D26586 To: kmaterka, #plasma_workspaces,

Re: RFC: Running clang-format across all Plasma (and more?) repos

2019-07-12 Thread Allan Sandfeld Jensen
On Donnerstag, 11. Juli 2019 16:18:08 CEST David Edmundson wrote: > One topic discussed at the recent Plasma sprint was that we should run > a code formatting tool (clang-format) over all our repos to ease all > future review comments about whitespace. > > All new contributions simply have to run

D7036: Remove fake dependency on QtScript

2017-08-06 Thread Allan Sandfeld Jensen
This revision was automatically updated to reflect the committed changes. Closed by commit R111:b6ed1afd8a8a: libksysguard does not appear to use QtScript, but just includes it. (authored by carewolf). REPOSITORY R111 KSysguard Library CHANGES SINCE LAST UPDATE

D7036: Remove fake dependency on QtScript

2017-08-01 Thread Allan Sandfeld Jensen
carewolf added reviewers: sandsmark, jriddell. REVISION DETAIL https://phabricator.kde.org/D7036 To: carewolf, sandsmark, jriddell Cc: plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart, lukas

D7036: Remove fake dependency on QtScript

2017-08-01 Thread Allan Sandfeld Jensen
carewolf updated this revision to Diff 17496. CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D7036?vs=17495=17496 REVISION DETAIL https://phabricator.kde.org/D7036 AFFECTED FILES CMakeLists.txt processui/CMakeLists.txt processui/scripting.cpp To: carewolf Cc: plasma-devel,

D7036: Remove fake dependency on QtScript

2017-08-01 Thread Allan Sandfeld Jensen
carewolf created this revision. Restricted Application added a project: Plasma. Restricted Application added a subscriber: plasma-devel. REVISION SUMMARY libksysguard does not appear to use QtScript, but just includes it. Removing it makes it build with a clean Qt5.9 where QtScript no