D8652: Add supported transformations to OutputDevice

2018-01-19 Thread Sebastian Kügler
sebas added a comment. Restricted Application edited projects, added Plasma on Wayland; removed Plasma. Dingdong? REPOSITORY R127 KWayland BRANCH supported-transformations REVISION DETAIL https://phabricator.kde.org/D8652 To: graesslin, #frameworks, #kwin, #plasma, sebas,

D9335: invalidate the runtime cache on install

2017-12-14 Thread Sebastian Kügler
sebas accepted this revision. This revision is now accepted and ready to land. REPOSITORY R290 KPackage BRANCH packagefix REVISION DETAIL https://phabricator.kde.org/D9335 To: mart, #plasma, sebas Cc: plasma-devel, #frameworks, ZrenBot, progwolff, lesliezhai, ali-mohamed,

D9108: Remove implicit string casting

2017-12-02 Thread Sebastian Kügler
sebas accepted this revision. This revision is now accepted and ready to land. REPOSITORY R242 Plasma Framework (Library) BRANCH master REVISION DETAIL https://phabricator.kde.org/D9108 To: apol, #plasma, #frameworks, sebas Cc: plasma-devel, ZrenBot, progwolff, lesliezhai, ali-mohamed,

D8652: Add supported transformations to OutputDevice

2017-11-07 Thread Sebastian Kügler
sebas accepted this revision. sebas added inline comments. This revision is now accepted and ready to land. INLINE COMMENTS > outputdevice.h:244 > + * @returns The transformations supported on this OutputDevice > + * @since 5.XX > + * @see supportedTransformationAdded 5.40 I guess

D7898: Only send OutputConfig sendApplied / sendFailed to the right resource

2017-09-21 Thread Sebastian Kügler
sebas added a comment. FWIW, I tested it, it fixes kwin crashing when adding a setApplied() call on the OutputConfiguration, and it also means the applied signal arrives. REPOSITORY R127 KWayland BRANCH master REVISION DETAIL https://phabricator.kde.org/D7898 To: davidedmundson,

D7898: Only send OutputConfig sendApplied / sendFailed to the right resource

2017-09-21 Thread Sebastian Kügler
sebas accepted this revision. sebas added a comment. This revision is now accepted and ready to land. Yes, the initial idea was to send applied() to all connected resources. That is not s_allResources, so your patch is correct. The resources that are actually bound are not currently tracked.

Re: kaboutlicense api extension ::spdxId()?

2017-07-11 Thread Sebastian Kügler
On dinsdag 11 juli 2017 13:41:17 CEST Harald Sitter wrote: > I was wondering if anyone had an opinion on extending kaboutlicense > with a ::spdxId() instance method returning the license's spdx id [1]. > > Use case at hand is kpackagetool, which maps X-KDE-PluginInfo-License > of (e.g.) plasma

Re: KTitleWidget and the native Mac style

2017-07-04 Thread Sebastian Kügler
On dinsdag 4 juli 2017 17:55:01 CEST René J.V. Bertin wrote: > Me neither for myself, I'm happy with how my QtCurve theme looks but I'm > also trying to improve the way KDE software looks using the native style. The frame in my understanding is old weight, and can go (do check with the VDG

Re: Kirigami in Frameworks

2017-07-02 Thread Sebastian Kügler
se! > On ds., jul. 1, 2017 at 9:02, Sebastian Kügler > <se...@kde.org> wrote: > > On vrijdag 30 juni 2017 23:16:49 CEST Albert Astals Cid wrote: > > What happened to the "no new strings after the first two weeks" rule? > > Kirigami doesn't have any transl

Re: Kirigami in Frameworks

2017-07-01 Thread Sebastian Kügler
On vrijdag 30 juni 2017 23:16:49 CEST Albert Astals Cid wrote: > What happened to the "no new strings after the first two weeks" rule? Kirigami doesn't have any translatable strings. -- sebas http://www.kde.org | http://vizZzion.org

Re: unwanted breeze('ish) icons in KFileWidget on Mac

2017-06-20 Thread Sebastian Kügler
On dinsdag 20 juni 2017 16:10:59 CEST René J.V. Bertin wrote: > So where do those icons come from, and why are some applications immune? > Pointers highly appreciated! A screenshot says more than a thousand words... :) -- sebas http://www.kde.org | http://vizZzion.org

D6215: Introduce aboutToShow() signal

2017-06-14 Thread Sebastian Kügler
sebas added a comment. I like this, and I'll likely need it in my kscreen OSD code aswell (positioning there is unreliable, and my best guess is that this is the exact same problem @mart is trying to solve here). +1 REPOSITORY R242 Plasma Framework (Library) REVISION DETAIL

D5747: add pid to plasma window management protocol

2017-06-07 Thread Sebastian Kügler
sebas closed this revision. sebas added a comment. Issue has been fixed elsewhere, otherwise code is submitted. REPOSITORY R127 KWayland REVISION DETAIL https://phabricator.kde.org/D5747 To: sebas, #plasma, hein, graesslin Cc: apol, davidedmundson, plasma-devel, #frameworks, ZrenBot,

D5872: pidChanged also signals dataChanged in WindowModel

2017-05-17 Thread Sebastian Kügler
sebas abandoned this revision. sebas added a comment. Okay, thanks David. REPOSITORY R127 KWayland REVISION DETAIL https://phabricator.kde.org/D5872 To: sebas, #plasma, hein, davidedmundson Cc: graesslin, bshah, davidedmundson, plasma-devel, #frameworks, ZrenBot, spstarr, progwolff,

D5872: pidChanged also signals dataChanged in WindowModel

2017-05-15 Thread Sebastian Kügler
sebas added a comment. Possibly, in this case, I disagree. The pid is initially unknown set to in the client, and can change afterwards. In reality, the pid of the window doesn't change, but it can still be set after being initially 0. In fact, it has to be. In the end, I don't care

D5872: pidChanged also signals dataChanged in WindowModel

2017-05-15 Thread Sebastian Kügler
sebas requested review of this revision. REPOSITORY R127 KWayland REVISION DETAIL https://phabricator.kde.org/D5872 To: sebas, #plasma, hein, davidedmundson Cc: bshah, davidedmundson, plasma-devel, #frameworks, ZrenBot, spstarr, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts,

D5872: pidChanged also signals dataChanged in WindowModel

2017-05-15 Thread Sebastian Kügler
sebas added a comment. What's d581? REPOSITORY R127 KWayland REVISION DETAIL https://phabricator.kde.org/D5872 To: sebas, #plasma, hein, davidedmundson Cc: davidedmundson, plasma-devel, #frameworks, ZrenBot, spstarr, progwolff, lesliezhai, ali-mohamed, jensreuterberg, abetts, eliasp,

D5872: pidChanged also signals dataChanged in WindowModel

2017-05-15 Thread Sebastian Kügler
sebas created this revision. Restricted Application added projects: Plasma on Wayland, Frameworks. Restricted Application added subscribers: Frameworks, plasma-devel. REVISION SUMMARY Eike removed this, but I'm not sure why. All other roles trigger datachanged, so I don't see why pid

D5747: add pid to plasma window management protocol

2017-05-13 Thread Sebastian Kügler
This revision was automatically updated to reflect the committed changes. Closed by commit R127:0b4d8a7fc1df: add pid to plasma window management protocol (authored by sebas). REPOSITORY R127 KWayland CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D5747?vs=14442=14463 REVISION

D5747: add pid to plasma window management protocol

2017-05-12 Thread Sebastian Kügler
sebas updated this revision to Diff 14442. sebas added a comment. Restricted Application edited projects, added Plasma on Wayland; removed Plasma. - Update docs: the pid is just set, but doesn't logically change - ws-- REPOSITORY R127 KWayland CHANGES SINCE LAST UPDATE

D5747: add pid to plasma window management protocol

2017-05-11 Thread Sebastian Kügler
sebas updated this revision to Diff 14418. sebas added a comment. Restricted Application edited projects, added Plasma; removed Plasma on Wayland. - Drop pid change handling in the model code - Extend model test --Eike on sebas' box REPOSITORY R127 KWayland CHANGES SINCE LAST UPDATE

D5747: add pid to plasma window management protocol

2017-05-11 Thread Sebastian Kügler
sebas updated this revision to Diff 14410. sebas added a comment. Restricted Application edited projects, added Plasma on Wayland; removed Plasma. - also test default REPOSITORY R127 KWayland CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D5747?vs=14407=14410 BRANCH

D5747: add pid to plasma window management protocol

2017-05-11 Thread Sebastian Kügler
sebas updated this revision to Diff 14407. sebas marked 3 inline comments as done. sebas added a comment. Restricted Application edited projects, added Plasma; removed Plasma on Wayland. Address review comments - Minor corrections in docs - Use uint for the pid - uint32 for pids

D5812: Add missing block to make sure initial pid is sent

2017-05-11 Thread Sebastian Kügler
sebas added a comment. Adding it to https://phabricator.kde.org/D5747 for merge simplicity. @hein please abandon. REPOSITORY R127 KWayland REVISION DETAIL https://phabricator.kde.org/D5812 To: hein, #plasma, sebas, graesslin Cc: plasma-devel, #frameworks, ZrenBot, spstarr, progwolff,

D5747: add pid to plasma window management protocol

2017-05-07 Thread Sebastian Kügler
sebas created this revision. Restricted Application added projects: Plasma on Wayland, Frameworks. Restricted Application added subscribers: Frameworks, plasma-devel. REVISION SUMMARY This patch adds a pid event to the plasma window management protocol. It allows the compositor to tell allow

D5721: reload icon when usesPlasmaTheme changes

2017-05-05 Thread Sebastian Kügler
sebas accepted this revision. This revision is now accepted and ready to land. REPOSITORY R242 Plasma Framework (Library) BRANCH phab/useplasmatheme REVISION DETAIL https://phabricator.kde.org/D5721 To: mart, #plasma, sebas Cc: plasma-devel, #frameworks, spstarr, progwolff, Zren,

[Differential] [Accepted] D4689: IconItem: Add roundToIconSize property

2017-02-28 Thread Sebastian Kügler
sebas accepted this revision. sebas added a comment. This revision is now accepted and ready to land. Almost good, you can add the signalspy and then ship it from my side. INLINE COMMENTS > iconitemtest.cpp:526 > + > +item->setProperty("roundToIconSize", false); > + Might as well check

[Differential] [Commented On] D4831: Add new component for the greyed out labels in Item Delegates.

2017-02-28 Thread Sebastian Kügler
sebas added a comment. I like it. If kbroulik is happy, consider that a +1 from me, too. REPOSITORY R242 Plasma Framework (Library) REVISION DETAIL https://phabricator.kde.org/D4831 EMAIL PREFERENCES https://phabricator.kde.org/settings/panel/emailpreferences/ To: davidedmundson,

[Differential] [Requested Changes] D4689: IconItem: Add roundToIconSize property

2017-02-26 Thread Sebastian Kügler
sebas requested changes to this revision. sebas added a comment. This revision now requires changes to proceed. I think a problem with using roundToIconSize as isolated property is that it really isn't. It has intended effects on the sizing of the item, but the current version of the patch

[Differential] [Accepted] D4572: Migrate AppearAnimation and DisappearAnimation to Animators

2017-02-11 Thread Sebastian Kügler
sebas accepted this revision. sebas added a reviewer: sebas. This revision is now accepted and ready to land. REPOSITORY R242 Plasma Framework (Library) REVISION DETAIL https://phabricator.kde.org/D4572 EMAIL PREFERENCES https://phabricator.kde.org/settings/panel/emailpreferences/ To:

Re: Trusting .desktop files

2017-02-11 Thread Sebastian Kügler
On Saturday, February 11, 2017 7:24:11 AM UTC Martin Gräßlin wrote: > What I don't like in general is that this is all happening as $user. > Thus any malicious program running as $user can also just change the > list of trusted Exec= values. > > So my suggestion is: let's use polkit. > > The

Re: Review Request 122732: Add std::function overloads for KServiceTypeTrader

2017-02-08 Thread Sebastian Kügler
it... - Sebastian Kügler On Feb. 26, 2015, 7:44 p.m., Alex Richardson wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboard.kde.

Re: All Frameworks modules are now available as repositories on Phabricator

2016-12-30 Thread Sebastian Kügler
orks board with all tasks and project-specific board with just the relevant tasks, for example. -- sebas Sebastian Kügler•http://vizZzion.org•http://www.kde.org

Re: Review Request 129607: Display Application version in About dialog header

2016-12-08 Thread Sebastian Kügler
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/129607/#review101330 --- Ship it! Ship It! - Sebastian Kügler On Dec. 7, 2016

Re: Review Request 129588: http slave: add newlines to long error message

2016-12-05 Thread Sebastian Kügler
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/129588/#review101296 --- Ship it! Ship It! - Sebastian Kügler On Nov. 29, 2016

Re: Review Request 129607: Display Application version in About dialog header

2016-12-03 Thread Sebastian Kügler
you're introducing with this patch: The version number is now on the screen two times when you open the versions tab, and also, why have a versions tab, when the version is already displayed. - Sebastian Kügler On Dec. 3, 2016, 12:51 p.m., Jean-Baptiste Mardelle wrote

Re: Review Request 126226: kdetemplate_add_app_templates installs previews

2016-12-02 Thread Sebastian Kügler
exactly hide the error. Diffs - kde-modules/KDETemplateMacro.cmake 796c3f1 Diff: https://git.reviewboard.kde.org/r/126226/diff/ Testing --- Installed templates/ from plasma-framework, this patch makes them work in kapptemplate. Thanks, Sebastian Kügler

Re: Review Request 129598: fix build, needs QtDBus

2016-12-02 Thread Sebastian Kügler
marked as submitted. Review request for KDE Frameworks. Changes --- Submitted with commit 04389b36653b2d0df8a3ac2fc62bafa1b86e by Sebastian Kügler to branch master. Repository: frameworkintegration Description --- The new appstream kpackage handler needs to link Qt DBus

Review Request 129598: fix build, needs QtDBus

2016-12-01 Thread Sebastian Kügler
Description --- The new appstream kpackage handler needs to link Qt DBus, but the find package call is missing. Diffs - CMakeLists.txt e97e698 Diff: https://git.reviewboard.kde.org/r/129598/diff/ Testing --- Builds and works on my machine Thanks, Sebastian Kügler

[Differential] [Accepted] D3314: Properly test environment variable

2016-11-17 Thread Sebastian Kügler
sebas accepted this revision. sebas added a reviewer: sebas. This revision is now accepted and ready to land. BRANCH master REVISION DETAIL https://phabricator.kde.org/D3314 EMAIL PREFERENCES https://phabricator.kde.org/settings/panel/emailpreferences/ To: apol, #frameworks, sebas

Re: Review Request 129118: Remove discovery associated to a key when removing a definition

2016-10-07 Thread Sebastian Kügler
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/129118/#review99839 --- Ship it! Ship It! - Sebastian Kügler On Oct. 7, 2016

Re: Review Request 128740: uncompress archives in subfolders

2016-08-23 Thread Sebastian Kügler
! - Sebastian Kügler On Aug. 23, 2016, 2:43 p.m., Marco Martin wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboard.kde.

Re: Review Request 128641: Fix argument type in QMetaObject invoke *NEEDS BACKPORTING TO 5.25*

2016-08-09 Thread Sebastian Kügler
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/128641/#review98253 --- Ship it! Ship It! - Sebastian Kügler On Aug. 9, 2016

Re: Review Request 128640: Keep compatiable slot createApplet with Frameworks 5.24 *THIS NEEDS BACKPORTING TO 5.25*

2016-08-09 Thread Sebastian Kügler
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/128640/#review98252 --- Ship it! Ship It! - Sebastian Kügler On Aug. 9, 2016

Re: Review Request 128594: Add a kapptemplate for Plasma Wallpaper

2016-08-05 Thread Sebastian Kügler
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/128594/#review98138 --- Ship it! Ship It! - Sebastian Kügler On Aug. 3, 2016

Re: Review Request 128466: Rename Checksums tab to Integrity

2016-07-20 Thread Sebastian Kügler
> On July 18, 2016, 12:05 p.m., Sebastian Kügler wrote: > > Please don't ship it, yet. > > > > > > I find the UI illogical. There's a groupbox grouping the checksum buttons, > > but then you can input the checksum above, so essentially, the groupbox

Re: Review Request 128466: Rename Checksums tab to Integrity

2016-07-19 Thread Sebastian Kügler
> On July 18, 2016, 12:05 p.m., Sebastian Kügler wrote: > > Please don't ship it, yet. > > > > > > I find the UI illogical. There's a groupbox grouping the checksum buttons, > > but then you can input the checksum above, so essentially, the groupbox

Re: Review Request 128466: Rename Checksums tab to Integrity

2016-07-18 Thread Sebastian Kügler
> On July 18, 2016, 12:05 p.m., Sebastian Kügler wrote: > > Please don't ship it, yet. > > > > > > I find the UI illogical. There's a groupbox grouping the checksum buttons, > > but then you can input the checksum above, so essentially, the groupbox

Re: Review Request 128466: Rename Checksums tab to Integrity

2016-07-18 Thread Sebastian Kügler
> On July 18, 2016, 12:05 p.m., Sebastian Kügler wrote: > > Please don't ship it, yet. > > > > > > I find the UI illogical. There's a groupbox grouping the checksum buttons, > > but then you can input the checksum above, so essentially, the groupbox

Re: Review Request 128466: Rename Checksums tab to Integrity

2016-07-18 Thread Sebastian Kügler
> On July 18, 2016, 12:05 p.m., Sebastian Kügler wrote: > > Please don't ship it, yet. > > > > > > I find the UI illogical. There's a groupbox grouping the checksum buttons, > > but then you can input the checksum above, so essentially, the groupbox

Re: Review Request 128466: Rename Checksums tab to Integrity

2016-07-18 Thread Sebastian Kügler
> On July 18, 2016, 12:05 p.m., Sebastian Kügler wrote: > > Please don't ship it, yet. > > > > > > I find the UI illogical. There's a groupbox grouping the checksum buttons, > > but then you can input the checksum above, so essentially, the groupbox

Re: Review Request 128466: Rename Checksums tab to Integrity

2016-07-18 Thread Sebastian Kügler
> On July 18, 2016, 12:05 p.m., Sebastian Kügler wrote: > > Please don't ship it, yet. > > > > > > I find the UI illogical. There's a groupbox grouping the checksum buttons, > > but then you can input the checksum above, so essentially, the groupbox

Re: Review Request 128466: Rename Checksums tab to Integrity

2016-07-18 Thread Sebastian Kügler
y semantic value. A usability reviewer should have a look. - Sebastian Kügler On July 16, 2016, 12:35 p.m., Elvis Angelaccio wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://git.review

Re: Review Request 128085: Fix check that CPU is a valid CPU

2016-06-07 Thread Sebastian Kügler
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/128085/#review96263 --- Ship it! - Sebastian Kügler On June 3, 2016, 12:15 p.m

Re: Review Request 127870: plasma-framework: AppletInterface::downloadPath()

2016-05-26 Thread Sebastian Kügler
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127870/#review95815 --- Ship it! ping :) - Sebastian Kügler On May 8, 2016, 4

Re: Review Request 127842: take highlight and highlightedText from proper color group

2016-05-05 Thread Sebastian Kügler
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127842/#review95200 --- Ship it! Ship It! - Sebastian Kügler On May 5, 2016, 9

Re: Review Request 127779: use system colors for monochrome icons

2016-05-04 Thread Sebastian Kügler
> On May 2, 2016, 1:17 p.m., Sebastian Kügler wrote: > > src/kiconloader.cpp, line 869 > > <https://git.reviewboard.kde.org/r/127779/diff/9/?file=461529#file461529line869> > > > > Where does this one get deleted? > > Marco Martin wrote: > it's

Re: Review Request 127819: [autotests] Use -displayfd as argument to start Xvfb

2016-05-03 Thread Sebastian Kügler
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127819/#review95139 --- Ship it! Ship It! - Sebastian Kügler On May 3, 2016, 6

Re: Review Request 127779: use system colors for monochrome icons

2016-05-02 Thread Sebastian Kügler
> On May 2, 2016, 1:09 p.m., Sebastian Kügler wrote: > > Okay, let's try this in master and see if it's going to cause problems. > > Kai Uwe Broulik wrote: > Beware this is frameworks and the next frameworks release will be > upcoming Saturday > > Marco Marti

Re: Review Request 127810: Fix some gcc5.3 compile warnings in kwayland

2016-05-02 Thread Sebastian Kügler
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127810/#review95079 --- Ship it! - Sebastian Kügler On May 1, 2016, 8:32 p.m

Re: Review Request 127779: use system colors for monochrome icons

2016-05-02 Thread Sebastian Kügler
pp (line 292) <https://git.reviewboard.kde.org/r/127779/#comment64523> text (lower case), perhaps @see the colors that are available? src/kiconloader.cpp (line 869) <https://git.reviewboard.kde.org/r/127779/#comment64525> Where does this one get deleted? - Sebastian Kügler

Re: Review Request 127779: use system colors for monochrome icons

2016-05-02 Thread Sebastian Kügler
going to cause problems. - Sebastian Kügler On April 29, 2016, 9:25 a.m., Marco Martin wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboard.kde.

Re: Review Request 127602: Add a test case for KWindowEffects::isEffectAvailable

2016-04-07 Thread Sebastian Kügler
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127602/#review94373 --- Ship it! Ship It! - Sebastian Kügler On April 7, 2016

Re: Review Request 127405: Make sure PlasmaQuick export file is properly found

2016-03-19 Thread Sebastian Kügler
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127405/#review93652 --- Ship it! Ship It! - Sebastian Kügler On March 17, 2016

Re: Review Request 127418: Set text on QCheckbox widget rather than using a separate label

2016-03-19 Thread Sebastian Kügler
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127418/#review93685 --- Ship it! Ship It! - Sebastian Kügler On March 18, 2016

Re: Review Request 127345: Make it possible for an applet to offer a test object

2016-03-12 Thread Sebastian Kügler
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127345/#review93447 --- Ship it! Ship It! - Sebastian Kügler On March 12, 2016

Re: Review Request 127345: Make it possible for an applet to offer a test object

2016-03-12 Thread Sebastian Kügler
this approach, the code is fine and good to go. src/plasma/private/packages.cpp (line 46) <https://git.reviewboard.kde.org/r/127345/#comment63705> I'd just go for test.qml or perhaps even autotest.qml - Sebastian Kügler On March 12, 2016, 12:29 a.m., Aleix Pol Gonzalez

Re: Review Request 127345: Make it possible for an applet to offer a test object

2016-03-11 Thread Sebastian Kügler
src/plasmaquick/appletquickitem.h (line 129) <https://git.reviewboard.kde.org/r/127345/#comment63682> teh mistake! src/plasmaquick/appletquickitem.cpp (line 652) <https://git.reviewboard.kde.org/r/127345/#comment63683> { } also for single lines - Sebastian Kügler On Ma

Re: Review Request 127090: Clean KWalletQuery cmake file

2016-02-24 Thread Sebastian Kügler
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/127090/#review92744 --- Ship it! Ship It! - Sebastian Kügler On Feb. 16, 2016

Re: Review Request 126804: DragArea: Implement grabbing delegate item

2016-01-21 Thread Sebastian Kügler
> On Jan. 21, 2016, 11:10 a.m., Sebastian Kügler wrote: > > src/qmlcontrols/draganddrop/DeclarativeDragArea.cpp, line 395 > > <https://git.reviewboard.kde.org/r/126804/diff/1/?file=434496#file434496line395> > > > > DPI-dependent, could be shared with

Re: Review Request 126804: DragArea: Implement grabbing delegate item

2016-01-21 Thread Sebastian Kügler
> On Jan. 21, 2016, 11:10 a.m., Sebastian Kügler wrote: > > src/qmlcontrols/draganddrop/DeclarativeDragArea.cpp, line 311 > > <https://git.reviewboard.kde.org/r/126804/diff/1/?file=434496#file434496line311> > > > > So this means that we either pass a

Re: Review Request 126804: DragArea: Implement grabbing delegate item

2016-01-21 Thread Sebastian Kügler
board.kde.org/r/126804/#comment62476> Q_FOREACH and const& src/qmlcontrols/draganddrop/DeclarativeDragArea.cpp (line 321) <https://git.reviewboard.kde.org/r/126804/#comment62477> DPI-dependent, could be shared with the above - Sebastian Kügler On Jan. 18, 201

Re: Review Request 126804: DragArea: Implement grabbing delegate item

2016-01-21 Thread Sebastian Kügler
> On Jan. 21, 2016, 11:10 a.m., Sebastian Kügler wrote: > > src/qmlcontrols/draganddrop/DeclarativeDragArea.cpp, line 390 > > <https://git.reviewboard.kde.org/r/126804/diff/1/?file=434496#file434496line390> > > > > Q_FOREACH and const& > > David R

Re: Review Request 126804: DragArea: Implement grabbing delegate item

2016-01-21 Thread Sebastian Kügler
e good enough IMO to break out of the loop after like 8 icons. - Sebastian Kügler On Jan. 21, 2016, 2:26 p.m., David Rosca wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboar

Re: Review Request 126806: DragDropEvent: Add ignore() function

2016-01-19 Thread Sebastian Kügler
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/126806/#review91340 --- Ship it! Ship It! - Sebastian Kügler On Jan. 18, 2016

Re: Review Request 126740: Add a script for optimizing svgs

2016-01-14 Thread Sebastian Kügler
> On Jan. 14, 2016, 10:27 a.m., Marco Martin wrote: > > does the svg stuff still workk? > > this script goes well together the others i have (only in plasma-framework > > atm) to remove the hardcoded colors inkscape likes to put even when an > > element is using the stylesheet and the one to

Re: Review Request 126740: Add a script for optimizing svgs

2016-01-14 Thread Sebastian Kügler
t's a problem having non-optimized svgs in git, but we > should provide users whatever is easier to execute when we release. > > Sebastian Kügler wrote: > If we run this only on releases, it means that typically no developer > uses the final result of the icons. (I run master a

Re: Review Request 126740: Add a script for optimizing svgs

2016-01-14 Thread Sebastian Kügler
> On Jan. 14, 2016, 12:22 p.m., andreas kainz wrote: > > I have no problems to optimzie the svg files BUT my problem with the svg > > files is that they become more complex all the time last time the > > stylesheet, now optimization, > > > > I love scripts BUT it would be awesome for us

Re: KIOGui ?

2016-01-13 Thread Sebastian Kügler
On Wednesday, January 13, 2016 12:33:36 AM David Faure wrote: > The question is: this would only depend on KIOCore and QImage. Shall I put > it in KIOWidgets or shall I create a new KIOGui library, for QML apps to > avoid the QWidget dependency ? I'd use this in the angelfish (experimental)

Re: Review Request 126672: Fix most of Clazy warnings in plasma-framework

2016-01-11 Thread Sebastian Kügler
> On Jan. 11, 2016, 12:38 p.m., Sebastian Kügler wrote: > > autotests/coronatest.cpp, line 215 > > <https://git.reviewboard.kde.org/r/126672/diff/1/?file=429035#file429035line215> > > > > Do we really not want the C++11 for here? If we don't, I'd prefer >

Re: Review Request 126632: add a "Complementary" color scheme to kcolorscheme

2016-01-11 Thread Sebastian Kügler
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/126632/#review90879 --- +1 from me, too. - Sebastian Kügler On Jan. 5, 2016, 11:16

Re: Review Request 126660: Avoid finding the same package multiple times from different paths.

2016-01-07 Thread Sebastian Kügler
> On Jan. 7, 2016, 3:31 p.m., Sebastian Kügler wrote: > > src/kpackage/packageloader.cpp, line 190 > > <https://git.reviewboard.kde.org/r/126660/diff/1/?file=428735#file428735line190> > > > > What does the category have to do with this? We should only be goin

Re: Review Request 126618: Make CMake macro kcoreaddons_desktop_to_json() work on windows.

2016-01-04 Thread Sebastian Kügler
> On Jan. 3, 2016, 3:22 p.m., Alex Richardson wrote: > > According to the documentation AppLocalDataLocation is the following: > > "C:/Users//AppData/Local/", "C:/ProgramData/", > > "", "/data" > > > > In which directory are the desktop files? Unfortunately I can't check as my > > Windows

Re: Review Request 126618: Make CMake macro kcoreaddons_desktop_to_json() work on windows.

2016-01-04 Thread Sebastian Kügler
e kpart.desktop file that KTextEditor was looking for is in > /share/kservicetypes5/. > > I added AppLocalData to get the path which is normally > "/bin/" for KDE aplications. I could also live with > KDE_INSTALL_FULL_KSERVICETYPES5DIR, but generally I would try to avoid > absolute paths ha

Re: Review Request 126494: Add cross compile support for desktoptojson.

2016-01-04 Thread Sebastian Kügler
with it. (But also can't judge if it's obviously right.) Given the possible impact, I'd say go for it. - Sebastian Kügler On Dec. 23, 2015, 10:46 p.m., Ralf Habacker wrote: > > --- > This is an automatically generated e-mail. To reply, visit

Re: Review Request 126348: Make it possible to provide the metadata in json

2015-12-29 Thread Sebastian Kügler
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/126348/#review90302 --- Ship it! Ship It! - Sebastian Kügler On Dec. 15, 2015, 3

Re: Review Request 126472: Don't always load the timetracker

2015-12-22 Thread Sebastian Kügler
be good to have documented. (Is that even English?) But then, where? - Sebastian Kügler On Dec. 22, 2015, 2:14 p.m., David Edmundson wrote: > > --- > This is an automatically generated e-mail. To reply, visit

Re: Review Request 126418: Add KWin/Decoration support to plasmapkg

2015-12-21 Thread Sebastian Kügler
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/126418/#review89816 --- Ship it! Ship It! - Sebastian Kügler On Dec. 18, 2015, 6

Re: Review Request 126369: [OS X] adaptation(s) to platform limitations (WIP)

2015-12-16 Thread Sebastian Kügler
maintains knotifications. - Sebastian Kügler On Dec. 15, 2015, 7:44 p.m., René J.V. Bertin wrote: > > --- > This is an automatically generated e-mail. To reply, visit: > https://git.reviewboard.kde.

Re: Review Request 126348: Make it possible to provide the metadata in json

2015-12-15 Thread Sebastian Kügler
> On Dec. 14, 2015, 9:50 p.m., Sebastian Kügler wrote: > > src/kpackage/private/packagejobthread.cpp, line 189 > > <https://git.reviewboard.kde.org/r/126348/diff/1/?file=422766#file422766line189> > > > > Why this change? > > Aleix Pol Gonzalez wrote:

Re: Review Request 126366: Make KPluginMetaData constructible from a json path.

2015-12-15 Thread Sebastian Kügler
aggressive. src/lib/plugin/kpluginmetadata.cpp (line 68) <https://git.reviewboard.kde.org/r/126366/#comment61279> I don't like the assert here. It may be third party data, and we're crashing the application then? - Sebastian Kügler On Dec. 15, 2015, 3:04 p.m., Aleix Pol Gonzalez

Re: Review Request 126343: KPluginMetaData: Add fields used by KAboutData and introduce conversion function

2015-12-14 Thread Sebastian Kügler
. (If no one steps up within a week or so, please ship it.) src/lib/kaboutdata.cpp (line 823) <https://git.reviewboard.kde.org/r/126343/#comment61232> Unrelated, but doesn't match what we define as "KDE" anymore. - Sebastian Kügler On Dec. 14, 2015, 11:45 a.m., Alex

Re: Review Request 126348: Make it possible to provide the metadata in json

2015-12-14 Thread Sebastian Kügler
ude in its user). src/kpackage/private/packages.cpp (line 57) <https://git.reviewboard.kde.org/r/126348/#comment61257> Fix spelling of "Fuck" and make it a fatal error? ;) - Sebastian Kügl

Re: system tray test?

2015-12-11 Thread Sebastian Kügler
On Friday, December 11, 2015 12:19:51 PM René J.V. Bertin wrote: > Does KF5 provide any classes above Qt's for putting up and controlling an > icon (with/out menu) in the "system tray"? If so, is there a simple test > app I can try? > > Reason I'm asking: kwalletmanager5 isn't showing a systray

Re: Review Request 126246: Add test for dynamically changing file definitions

2015-12-11 Thread Sebastian Kügler
102) <https://git.reviewboard.kde.org/r/126246/#comment61112> ws (just because RB makes it totally red) autotests/packagestructuretest.cpp (line 108) <https://git.reviewboard.kde.org/r/126246/#comment61113> seems unnecessary? - Sebastian Kügler On Dec. 4, 2015, 6:23

Review Request 126226: kdetemplate_add_app_templates installs previews

2015-12-02 Thread Sebastian Kügler
Diff: https://git.reviewboard.kde.org/r/126226/diff/ Testing --- Installed templates/ from plasma-framework, this patch makes them work in kapptemplate. Thanks, Sebastian Kügler ___ Kde-frameworks-devel mailing list Kde-frameworks-devel@kde.org

Re: Review Request 126119: remove unused platformstatus kded

2015-11-19 Thread Sebastian Kügler
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/126119/#review88618 --- Ship it! Ship It! - Sebastian Kügler On Nov. 19, 2015, 4

Re: Review Request 126084: Small KDeclarative cleanup

2015-11-16 Thread Sebastian Kügler
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/126084/#review88420 --- Ship it! Ship It! - Sebastian Kügler On Nov. 16, 2015, 11

Re: Review Request 126004: add symlink verification tech

2015-11-09 Thread Sebastian Kügler
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/126004/#review88189 --- Ship it! Good stuff! - Sebastian Kügler On Nov. 9, 2015

Re: Review Request 125976: add an update() method

2015-11-09 Thread Sebastian Kügler
disk (though this should probably not say harddisk, but filesystem) src/kpackage/package.h (line 99) <https://git.reviewboard.kde.org/r/125976/#comment60483> -(from the hard disk) Nice. - Sebastian Kügler On Nov. 9, 2015, 2:40 p.m.,

  1   2   3   4   5   >