Re: Qt Quick Controls style

2014-05-12 Thread Andrew Lake
Oh and the style is now officially housed in the Breeze project repo: g...@git.kde.org:breeze.git Thanks much On Mon, May 12, 2014 at 7:43 AM, Jan Grulich wrote: > On Monday 12 of May 2014 16:32 David Edmundson wrote: > > On Mon, May 12, 2014 at 3:49 PM, Jan Grulich > wrote: > > > I just tes

Re: Qt Quick Controls style

2014-05-12 Thread Andrew Lake
Thanks for testing and reporting this Jan. The style needs to be tested like this to uncover any issues and so that we'll eventually have a fully functional, first class Qt Quick Controls style. Thanks again! Andrew On Mon, May 12, 2014 at 7:43 AM, Jan Grulich wrote: > On Monday 1

Re: Qt Quick Controls style

2014-05-12 Thread Jan Grulich
On Monday 12 of May 2014 16:32 David Edmundson wrote: > On Mon, May 12, 2014 at 3:49 PM, Jan Grulich wrote: > > I just tested it with our fresh QML version of kde-nm-connection editor > > and I found two issues: > > > > 1) Headers in TableView don't have visible sort indicators > > It seems [2]

Re: Qt Quick Controls style

2014-05-12 Thread David Edmundson
On Mon, May 12, 2014 at 3:49 PM, Jan Grulich wrote: > I just tested it with our fresh QML version of kde-nm-connection editor and I > found two issues: > > 1) Headers in TableView don't have visible sort indicators > It seems [2] is showing the sort indicator. Does it only not work with the qtcur

Re: Qt Quick Controls style

2014-05-12 Thread David Edmundson
On Mon, May 12, 2014 at 3:49 PM, Jan Grulich wrote: > I just tested it with our fresh QML version of kde-nm-connection editor and I > found two issues: > Personally I think you're still far better off using QWidgets for anything outside plasma space. Your life will be much easier. > 1) Headers in

Re: Qt Quick Controls style

2014-05-12 Thread Jan Grulich
I just tested it with our fresh QML version of kde-nm-connection editor and I found two issues: 1) Headers in TableView don't have visible sort indicators 2) Menu and Toolbar don't have icons, not sure whether this is an issue, but when I use default style, I have Icon + Text + Shortcut in each

Re: Qt Quick Controls style

2014-04-28 Thread Marco Martin
On Thursday 24 April 2014, Andrew Lake wrote: > Hello all, > > We completed the visual design for the UI controls recently in the VDG > forums. After a little finalization work, it's available in my scratch repo > (git.kde.org:scratch/alake/BreezeStyle). I know a general Breeze project > repo was

Re: Qt Quick Controls style

2014-04-25 Thread Andrew Lake
On Fri, Apr 25, 2014 at 1:06 AM, Martin Klapetek wrote: > I retested it and there's still one tiny issue - > http://i.imgur.com/pIb9QtU.png - see the right side of the window, the > groupboxes and the scrollarea are going out of the frame. It's ok if I > resize the window a bit, so it seems like t

Re: Qt Quick Controls style

2014-04-25 Thread Martin Klapetek
On Fri, Apr 25, 2014 at 8:05 AM, Andrew Lake wrote: > > I think I managed to fix most issues that were showing up with > QtQuickControls gallery. > > Thanks much for everyone's patience! > Thanks! I retested it and there's still one tiny issue - http://i.imgur.com/pIb9QtU.png - see the right sid

Re: Qt Quick Controls style

2014-04-24 Thread Andrew Lake
> > On Thu, Apr 24, 2014 at 3:00 AM, Martin Klapetek wrote: > > Btw. we use the QtQuickControls gallery to test the themes, this is how it >> looks like here: http://i.imgur.com/aBISK8s.png >> >> Also it complains about missing MenuBarStyle.qml and GroupBoxStyle.qml >> > I think I managed to fix mo

Re: Qt Quick Controls style

2014-04-24 Thread Marco Martin
On Thursday 24 April 2014 20:03:14 Aleix Pol wrote: > > I'm not aware of a way to implement a QStyle in QtQuick. We have tons of > applications written in QtWidgets that probably never will change. Whatever > we decide to come up with, needs to have QtWidgets in mind. Not aware of any reasonable

Re: Qt Quick Controls style

2014-04-24 Thread Marco Martin
On Thursday 24 April 2014 10:38:56 Andrew Lake wrote: > On Thu, Apr 24, 2014 at 3:12 AM, David Edmundson wrote: > > Is the plan to make a QStyle theme that matches this pixel for pixel > > then apps will look the same despite which tech they happen to be > > using (and having a proper theme will wo

Re: Qt Quick Controls style

2014-04-24 Thread Andrew Lake
On Thu, Apr 24, 2014 at 11:03 AM, Aleix Polwrote: > I'm not aware of a way to implement a QStyle in QtQuick. We have tons of > applications written in QtWidgets that probably never will change. Whatever > we decide to come up with, needs to have QtWidgets in mind. > Oh yes, I certainly think ther

Re: Qt Quick Controls style

2014-04-24 Thread Martin Klapetek
On Thu, Apr 24, 2014 at 8:07 PM, Martin Klapetek wrote: > On Thu, Apr 24, 2014 at 8:03 PM, Aleix Pol wrote: > >> >> I'm not aware of a way to implement a QStyle in QtQuick. We have tons of >> applications written in QtWidgets that probably never will change. Whatever >> we decide to come up with,

Re: Qt Quick Controls style

2014-04-24 Thread Martin Klapetek
On Thu, Apr 24, 2014 at 7:58 PM, Andrew Lake wrote: > On Thu, Apr 24, 2014 at 10:50 AM, Martin Klapetek wrote: > >> Styling, yes. Writing a real application in QtQuick...not so much :) And >> that's imho the real problem, unless application developers will adopt >> QtQuick as their primary tool t

Re: Qt Quick Controls style

2014-04-24 Thread Martin Klapetek
On Thu, Apr 24, 2014 at 8:03 PM, Aleix Pol wrote: > > I'm not aware of a way to implement a QStyle in QtQuick. We have tons of > applications written in QtWidgets that probably never will change. Whatever > we decide to come up with, needs to have QtWidgets in mind. > That's precisely what QtQui

Re: Qt Quick Controls style

2014-04-24 Thread Aleix Pol
On Thu, Apr 24, 2014 at 7:58 PM, Andrew Lake wrote: > > > On Thu, Apr 24, 2014 at 10:50 AM, Martin Klapetek wrote: > >> Styling, yes. Writing a real application in QtQuick...not so much :) And >> that's imho the real problem, unless application developers will adopt >> QtQuick as their primary to

Re: Qt Quick Controls style

2014-04-24 Thread Andrew Lake
On Thu, Apr 24, 2014 at 10:50 AM, Martin Klapetek wrote: > > Styling, yes. Writing a real application in QtQuick...not so much :) And > that's imho the real problem, unless application developers will adopt > QtQuick as their primary tool to write apps, there will be still be a need > for QStyle. A

Re: Qt Quick Controls style

2014-04-24 Thread Martin Klapetek
On Thu, Apr 24, 2014 at 7:38 PM, Andrew Lake wrote: > No one wants to maintain C++ based styles anymore when styling in QtQuick > is so incredibly easy. Yes it would mean we have to figure out how to > manage the style selection kcm, but I think that's solvable. > Styling, yes. Writing a real ap

Re: Qt Quick Controls style

2014-04-24 Thread Andrew Lake
On Thu, Apr 24, 2014 at 3:12 AM, David Edmundson wrote: > Is the plan to make a QStyle theme that matches this pixel for pixel > then apps will look the same despite which tech they happen to be > using (and having a proper theme will work better and faster than the > QtQuickControlsDesktop theme)

Re: Qt Quick Controls style

2014-04-24 Thread Martin Klapetek
On Thu, Apr 24, 2014 at 6:59 PM, Andrew Lake wrote: > On Thu, Apr 24, 2014 at 2:40 AM, Martin Klapetek wrote: > >> On Thu, Apr 24, 2014 at 7:47 AM, Andrew Lakewrote: >> >> One thing I'm not really sure of are the appropriate cmake related files >>> to make sure it gets installed in the right loca

Re: Qt Quick Controls style

2014-04-24 Thread Andrew Lake
On Thu, Apr 24, 2014 at 3:00 AM, Martin Klapetek wrote: > Btw. we use the QtQuickControls gallery to test the themes, this is how it > looks like here: http://i.imgur.com/aBISK8s.png > > Also it complains about missing MenuBarStyle.qml and GroupBoxStyle.qml > > That's right, I missed those. I'll b

Re: Qt Quick Controls style

2014-04-24 Thread Andrew Lake
On Thu, Apr 24, 2014 at 2:40 AM, Martin Klapetek wrote: > On Thu, Apr 24, 2014 at 7:47 AM, Andrew Lakewrote: > >> One thing I'm not really sure of are the appropriate cmake related files >> to make sure it gets installed in the right location. It seems to work fine >> when I install it to >> /usr/

Re: Qt Quick Controls style

2014-04-24 Thread Marco Martin
On Thursday 24 April 2014 12:12:38 David Edmundson wrote: > Awesome! > > I'm not quite sure what you see the plan long term is with regards to > all the different widget methods. I want to make sure everyone on this > list is on the same page, as some options are possibly controversial. > > Is th

Re: Qt Quick Controls style

2014-04-24 Thread Aleix Pol
On Thu, Apr 24, 2014 at 12:12 PM, David Edmundson < da...@davidedmundson.co.uk> wrote: > Awesome! > > I'm not quite sure what you see the plan long term is with regards to > all the different widget methods. I want to make sure everyone on this > list is on the same page, as some options are possi

Re: Qt Quick Controls style

2014-04-24 Thread David Edmundson
Awesome! I'm not quite sure what you see the plan long term is with regards to all the different widget methods. I want to make sure everyone on this list is on the same page, as some options are possibly controversial. Is the plan to make a QStyle theme that matches this pixel for pixel then app

Re: Qt Quick Controls style

2014-04-24 Thread Martin Klapetek
On Thu, Apr 24, 2014 at 7:47 AM, Andrew Lake wrote: > Hello all, > > We completed the visual design for the UI controls recently in the VDG > forums. After a little finalization work, it's available in my scratch repo > (git.kde.org:scratch/alake/BreezeStyle). I know a general Breeze project > re

Re: Qt Quick Controls style

2014-04-24 Thread Martin Klapetek
Hey, On Thu, Apr 24, 2014 at 7:47 AM, Andrew Lake wrote: > Hello all, > > We completed the visual design for the UI controls recently in the VDG > forums. After a little finalization work, it's available in my scratch repo > (git.kde.org:scratch/alake/BreezeStyle). I know a general Breeze projec

Qt Quick Controls style

2014-04-23 Thread Andrew Lake
Hello all, We completed the visual design for the UI controls recently in the VDG forums. After a little finalization work, it's available in my scratch repo (git.kde.org:scratch/alake/BreezeStyle). I know a general Breeze project repo was recently suggested, which would work just fine I think. We