Re: Breeze QML window decoration

2014-05-12 Thread Andrew Lake
On Mon, May 5, 2014 at 6:54 AM, Martin Gräßlin wrote:

 On Sunday 04 May 2014 22:28:23 Andrew Lake wrote:
  Based on the design we came up with in the VDG forum, I completed a first
  go at doing up a Aurorae QML window decoration.
 
  I added it to the 'working' branch of the Breeze repo. As far as I can
 tell
  it works about as well as the Plastik QML decoration.

 some feedback after running the deco for most of today:
 * in maximized state there is still a round corner in top left and top
 right
 * I experience a slight flicker when mouse over buttons
 * there's a config dialog (which looks like forked from Plastik) which is
 not
 updated in the deco? Maybe remove?
 * Changing button sizes has no effect - this is important for accessibility


I made a few updates that should fix most of these issues now. Thanks for
everyone's patience.

Andrew
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Breeze QML window decoration

2014-05-05 Thread Martin Gräßlin
On Sunday 04 May 2014 22:28:23 Andrew Lake wrote:
 Based on the design we came up with in the VDG forum, I completed a first
 go at doing up a Aurorae QML window decoration.
 
 I added it to the 'working' branch of the Breeze repo. As far as I can tell
 it works about as well as the Plastik QML decoration.
 
 Quick screenshot: http://wstaw.org/m/2014/05/05/QMLsnapshot.png

I'll give it a try with my KWin maintainer hat on :-)

FYI: I just pushed some important bug fixes for Aurorae - the mouse 
interaction is fixed \o/

Cheers
Martin

signature.asc
Description: This is a digitally signed message part.
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Breeze QML window decoration

2014-05-05 Thread Marco Martin
On Monday 05 May 2014, Martin Gräßlin wrote:
 On Sunday 04 May 2014 22:28:23 Andrew Lake wrote:
  Based on the design we came up with in the VDG forum, I completed a first
  go at doing up a Aurorae QML window decoration.
  
  I added it to the 'working' branch of the Breeze repo. As far as I can
  tell it works about as well as the Plastik QML decoration.
  
  Quick screenshot: http://wstaw.org/m/2014/05/05/QMLsnapshot.png
 
 I'll give it a try with my KWin maintainer hat on :-)
 
 FYI: I just pushed some important bug fixes for Aurorae - the mouse
 interaction is fixed \o/

btw, if you can push in a branch a very basic c++ one, me and hopefully others 
can finish it.
(i am not sure what is the minimum amount of stuff to reimplement, can also be 
tried to start from oxygen, but there may be too much stuff to dismantle)

-- 
Marco Martin
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Re: Breeze QML window decoration

2014-05-05 Thread Martin Gräßlin
On Monday 05 May 2014 10:33:33 Marco Martin wrote:
 On Monday 05 May 2014, Martin Gräßlin wrote:
  On Sunday 04 May 2014 22:28:23 Andrew Lake wrote:
   Based on the design we came up with in the VDG forum, I completed a
   first
   go at doing up a Aurorae QML window decoration.
   
   I added it to the 'working' branch of the Breeze repo. As far as I can
   tell it works about as well as the Plastik QML decoration.
   
   Quick screenshot: http://wstaw.org/m/2014/05/05/QMLsnapshot.png
  
  I'll give it a try with my KWin maintainer hat on :-)
  
  FYI: I just pushed some important bug fixes for Aurorae - the mouse
  interaction is fixed \o/
 
 btw, if you can push in a branch a very basic c++ one, me and hopefully
 others can finish it.
 (i am not sure what is the minimum amount of stuff to reimplement, can also
 be tried to start from oxygen, but there may be too much stuff to
 dismantle)

Oxygen is probably a bad place to start, it's doing too much.

I can try to schedule some time to look at the QML base and try to come up 
with a good C++ design for it. Probably not this week as I want to spend time 
on the screenlocker.

Cheers
Martin

signature.asc
Description: This is a digitally signed message part.
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Breeze QML window decoration

2014-05-05 Thread Martin Gräßlin
On Sunday 04 May 2014 22:28:23 Andrew Lake wrote:
 Based on the design we came up with in the VDG forum, I completed a first
 go at doing up a Aurorae QML window decoration.
 
 I added it to the 'working' branch of the Breeze repo. As far as I can tell
 it works about as well as the Plastik QML decoration.

some feedback after running the deco for most of today:
* in maximized state there is still a round corner in top left and top right
* I experience a slight flicker when mouse over buttons
* there's a config dialog (which looks like forked from Plastik) which is not 
updated in the deco? Maybe remove?
* Changing button sizes has no effect - this is important for accessibility

Cheers
Martin

signature.asc
Description: This is a digitally signed message part.
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Re: Breeze QML window decoration

2014-05-05 Thread Andrew Lake
On Mon, May 5, 2014 at 6:54 AM, Martin Gräßlin wrote:


 some feedback after running the deco for most of today:
 * in maximized state there is still a round corner in top left and top
 right
 * I experience a slight flicker when mouse over buttons
 * there's a config dialog (which looks like forked from Plastik) which is
 not
 updated in the deco? Maybe remove?
 * Changing button sizes has no effect - this is important for accessibility


Awesome, thanks for the feedback Martin. Hope it's working mostly ok
otherwise.

I'll be sure to take a look at this stuff over the next day or two.
Obviously, if anyone else finds solutions before I get to them feel free to
share them.

Much respect,
Andrew
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel


Breeze QML window decoration

2014-05-04 Thread Andrew Lake
Based on the design we came up with in the VDG forum, I completed a first
go at doing up a Aurorae QML window decoration.

I added it to the 'working' branch of the Breeze repo. As far as I can tell
it works about as well as the Plastik QML decoration.

Quick screenshot: http://wstaw.org/m/2014/05/05/QMLsnapshot.png

Hope this helps,
Andrew
___
Plasma-devel mailing list
Plasma-devel@kde.org
https://mail.kde.org/mailman/listinfo/plasma-devel