From kwin Sun Aug 26 19:00:17 2012 From: "Commit Hook" Date: Sun, 26 Aug 2012 19:00:17 +0000 To: kwin Subject: Re: Review Request: Port of Plastik to QML Message-Id: <20120826190017.20790.99742 () vidsolbach ! de> X-MARC-Message: https://marc.info/?l=kwin&m=134600764828345 MIME-Version: 1 Content-Type: multipart/mixed; boundary="--===============7674937747920057903==" --===============7674937747920057903== Content-Type: multipart/alternative; boundary="===============1207995244355305637==" --===============1207995244355305637== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/105768/#review18049 ----------------------------------------------------------- This review has been submitted with commit 11325bf8f643339bb83a9f8ebcb706e0= 3332ff72 by Martin Gr=C3=A4=C3=9Flin to branch master. - Commit Hook On Aug. 25, 2012, 9:15 a.m., Martin Gr=C3=A4=C3=9Flin wrote: > = > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > http://git.reviewboard.kde.org/r/105768/ > ----------------------------------------------------------- > = > (Updated Aug. 25, 2012, 9:15 a.m.) > = > = > Review request for kwin. > = > = > Description > ------- > = > This is the other part to the review request for QML support in Aurorae. = The buttons are a little bit of cheating as they are rendered in C++ throug= h an extension plugin. > = > Currently there are a few regressions compared to the native variant: > * colored border option is not supported, I'm not really sure what it act= ually does > * explicit button spacer is too small > * corners are not yet rounded > = > = > Diffs > ----- > = > kwin/clients/aurorae/CMakeLists.txt f5eeb71 = > kwin/clients/aurorae/src/CMakeLists.txt 71be39a = > kwin/clients/aurorae/src/aurorae.h fabd828 = > kwin/clients/aurorae/src/aurorae.cpp 4277b65 = > kwin/clients/aurorae/src/colorhelper.h PRE-CREATION = > kwin/clients/aurorae/src/colorhelper.cpp PRE-CREATION = > kwin/clients/aurorae/src/decorationoptions.h PRE-CREATION = > kwin/clients/aurorae/src/decorationoptions.cpp PRE-CREATION = > kwin/clients/aurorae/src/decorationplugin.h PRE-CREATION = > kwin/clients/aurorae/src/decorationplugin.cpp PRE-CREATION = > kwin/clients/aurorae/src/kwindecoration.desktop PRE-CREATION = > kwin/clients/aurorae/src/qml/ButtonGroup.qml PRE-CREATION = > kwin/clients/aurorae/src/qml/MenuButton.qml e2f67ec = > kwin/clients/aurorae/src/qml/aurorae.qml acd6d7a = > kwin/clients/aurorae/src/qml/qmldir PRE-CREATION = > kwin/clients/aurorae/themes/CMakeLists.txt PRE-CREATION = > kwin/clients/aurorae/themes/plastik/CMakeLists.txt PRE-CREATION = > kwin/clients/aurorae/themes/plastik/code/CMakeLists.txt PRE-CREATION = > kwin/clients/aurorae/themes/plastik/code/plastikbutton.h PRE-CREATION = > kwin/clients/aurorae/themes/plastik/code/plastikbutton.cpp PRE-CREATION = > kwin/clients/aurorae/themes/plastik/code/plastikplugin.h PRE-CREATION = > kwin/clients/aurorae/themes/plastik/code/plastikplugin.cpp PRE-CREATION = > kwin/clients/aurorae/themes/plastik/code/qmldir PRE-CREATION = > kwin/clients/aurorae/themes/plastik/package/contents/config/main.xml PR= E-CREATION = > kwin/clients/aurorae/themes/plastik/package/contents/ui/PlastikButton.q= ml PRE-CREATION = > kwin/clients/aurorae/themes/plastik/package/contents/ui/config.ui PRE-C= REATION = > kwin/clients/aurorae/themes/plastik/package/contents/ui/main.qml PRE-CR= EATION = > kwin/clients/aurorae/themes/plastik/package/metadata.desktop PRE-CREATI= ON = > kwin/kcmkwin/kwindecoration/CMakeLists.txt da02993 = > kwin/kcmkwin/kwindecoration/auroraeconfig.ui 7762140 = > kwin/kcmkwin/kwindecoration/decorationmodel.h 0a5a116 = > kwin/kcmkwin/kwindecoration/decorationmodel.cpp 4915d10 = > kwin/kcmkwin/kwindecoration/kwindecoration.cpp 1f7a209 = > kwin/kcmkwin/kwindecoration/qml/AuroraeDecoration.qml 8db4065 = > kwin/kcmkwin/kwindecoration/qml/DecorationPreview.qml PRE-CREATION = > kwin/kcmkwin/kwindecoration/qml/main.qml 9ca0e89 = > = > Diff: http://git.reviewboard.kde.org/r/105768/diff/ > = > = > Testing > ------- > = > = > Screenshots > ----------- > = > Old and new Plastik > http://git.reviewboard.kde.org/r/105768/s/648/ > = > = > Thanks, > = > Martin Gr=C3=A4=C3=9Flin > = > --===============1207995244355305637== Content-Type: text/html; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable
This is an automatically generated e-mail. To reply, visit: http://git.revie= wboard.kde.org/r/105768/

This revie=
w has been submitted with commit 11325bf8f643339bb83a9f8ebcb706e03332ff72 b=
y Martin Gr=C3=A4=C3=9Flin to branch master.

- Commit


On August 25th, 2012, 9:15 a.m., Martin Gr=C3=A4=C3=9Flin wrote:

Review request for kwin.
By Martin Gr=C3=A4=C3=9Flin.

Updated Aug. 25, 2012, 9:15 a.m.

Descripti= on

This is the other part to the review request for QML support=
 in Aurorae. The buttons are a little bit of cheating as they are rendered =
in C++ through an extension plugin.

Currently there are a few regressions compared to the native variant:
* colored border option is not supported, I'm not really sure what it a=
ctually does
* explicit button spacer is too small
* corners are not yet rounded

Diffs=

  • kwin/clients/aurorae/CMakeLists.txt (f5eeb= 71)
  • kwin/clients/aurorae/src/CMakeLists.txt (7= 1be39a)
  • kwin/clients/aurorae/src/aurorae.h (fabd82= 8)
  • kwin/clients/aurorae/src/aurorae.cpp (4277= b65)
  • kwin/clients/aurorae/src/colorhelper.h (PR= E-CREATION)
  • kwin/clients/aurorae/src/colorhelper.cpp (= PRE-CREATION)
  • kwin/clients/aurorae/src/decorationoptions.h (PRE-CREATION)
  • kwin/clients/aurorae/src/decorationoptions.cpp (PRE-CREATION)
  • kwin/clients/aurorae/src/decorationplugin.h (PRE-CREATION)
  • kwin/clients/aurorae/src/kwindecoration.desktop (PRE-CREATION)
  • kwin/clients/aurorae/src/qml/ButtonGroup.qml (PRE-CREATION)
  • kwin/clients/aurorae/src/qml/MenuButton.qml (= acd6d7a)
  • kwin/clients/aurorae/src/qml/qmldir (PRE-C= REATION)
  • kwin/clients/aurorae/themes/CMakeLists.txt (PRE-CREATION)
  • kwin/clients/aurorae/themes/plastik/CMakeLists.txt (PRE-CREATION)
  • kwin/clients/aurorae/themes/plastik/code/CMakeLists.txt (PRE-CREATION)
  • kwin/clients/aurorae/themes/plastik/code/plastikbutton.h (PRE-CREATION)
  • kwin/clients/aurorae/themes/plastik/code/plastikbutton.cpp (PRE-CREATION)
  • kwin/clients/aurorae/themes/plastik/code/plastikplugin.h (PRE-CREATION)
  • kwin/clients/aurorae/themes/plastik/code/plastikplugin.cpp (PRE-CREATION)
  • kwin/clients/aurorae/themes/plastik/code/qmldir (PRE-CREATION)
  • kwin/clients/aurorae/themes/plastik/package/contents/config/main.xml <= span style=3D"color: grey">(PRE-CREATION)
  • kwin/clients/aurorae/themes/plastik/package/contents/ui/PlastikButton.= qml (PRE-CREATION)
  • kwin/clients/aurorae/themes/plastik/package/contents/ui/config.ui (PRE-CREATION)
  • kwin/clients/aurorae/themes/plastik/package/contents/ui/main.qml (PRE-CREATION)
  • kwin/clients/aurorae/themes/plastik/package/metadata.desktop (PRE-CREATION)
  • kwin/kcmkwin/kwindecoration/CMakeLists.txt (da02993)
  • kwin/kcmkwin/kwindecoration/auroraeconfig.ui (7762140)
  • kwin/kcmkwin/kwindecoration/decorationmodel.h (0a5a116)
  • kwin/kcmkwin/kwindecoration/decorationmodel.cpp (4915d10)
  • kwin/kcmkwin/kwindecoration/kwindecoration.cpp (1f7a209)
  • kwin/kcmkwin/kwindecoration/qml/AuroraeDecoration.qml (8db4065)
  • kwin/kcmkwin/kwindecoration/qml/DecorationPreview.qml (PRE-CREATION)
  • kwin/kcmkwin/kwindecoration/qml/main.qml (= 9ca0e89)

View Diff

Screensho= ts

3D"Old
--===============1207995244355305637==-- --===============7674937747920057903== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ kwin mailing list kwin@kde.org https://mail.kde.org/mailman/listinfo/kwin --===============7674937747920057903==--