Re: more Kirigami patches

2016-08-19 Thread Martin Gysel
Am 18.08.2016 um 17:52 schrieb Marco Martin: > On Tuesday 16 August 2016 20:23:45 Martin Gysel wrote: >> Hi >> Here are some patches I have in my branch. >> It contains a script to (re)generate the qml file, one the generate a >> resource file with possibly used icons and one to generaste a qmltype

Re: more Kirigami patches

2016-08-18 Thread Marco Martin
On Tuesday 16 August 2016 20:23:45 Martin Gysel wrote: > Hi > Here are some patches I have in my branch. > It contains a script to (re)generate the qml file, one the generate a > resource file with possibly used icons and one to generaste a qmltypes file. > It adds the icon resource to the pri file

Re: more Kirigami patches

2016-08-17 Thread Thomas Pfeiffer
On 16.08.2016 20:42, Martin Gysel wrote: Am 16.08.2016 um 20:28 schrieb Marco Martin: On Tuesday 16 August 2016 20:23:45 Martin Gysel wrote: Hi Here are some patches I have in my branch. It contains a script to (re)generate the qml file, one the generate a resource file with possibly used icons

Re: more Kirigami patches

2016-08-16 Thread Marco Martin
On Tuesday 16 August 2016 20:42:46 Martin Gysel wrote: > Hi Marco > The last time I sent patches, I quickly looked into getting a dev > account but it seemed like quite an effort (in regards to the > contributions I've done so far) and also if I understood it correctly > once I have a dev account I

Re: more Kirigami patches

2016-08-16 Thread Martin Gysel
Am 16.08.2016 um 20:28 schrieb Marco Martin: > On Tuesday 16 August 2016 20:23:45 Martin Gysel wrote: >> Hi >> Here are some patches I have in my branch. >> It contains a script to (re)generate the qml file, one the generate a >> resource file with possibly used icons and one to generaste a qmltype

Re: more Kirigami patches

2016-08-16 Thread Marco Martin
On Tuesday 16 August 2016 20:23:45 Martin Gysel wrote: > Hi > Here are some patches I have in my branch. > It contains a script to (re)generate the qml file, one the generate a > resource file with possibly used icons and one to generaste a qmltypes file. > It adds the icon resource to the pri file

more Kirigami patches

2016-08-16 Thread Martin Gysel
Hi Here are some patches I have in my branch. It contains a script to (re)generate the qml file, one the generate a resource file with possibly used icons and one to generaste a qmltypes file. It adds the icon resource to the pri file and updates the qml resource file. Furthermore the library targe

Re: Kirigami patches

2016-08-16 Thread Marco Martin
On Tuesday 16 August 2016, Dirk Hohndel wrote: > > ah, if what you have now works, then that's fine :) > > was something to try if it wasn't working yet :) > > So here are the kirigami patches that I now use. The last one I don't thanks, I'll take a look at

Re: Kirigami patches

2016-08-16 Thread Dirk Hohndel
the kirigami.pri file from the Subsurface-mobile.pro file? And I assume > > that i then don't need much of what I spent all weekend trying to make > > work? > > ah, if what you have now works, then that's fine :) > was something to try if it wasn't working yet

Re: Kirigami patches

2016-08-16 Thread Dirk Hohndel
> On Aug 16, 2016, at 6:48 AM, Marco Martin wrote: > > On Tuesday 16 August 2016, Dirk Hohndel wrote: >> Just to make sure I understand this correctly... You are suggesting that I >> shouldn't build Kirigami as a separate library, but that I should include >> the kirigami.pri file from the Subsu

Re: Kirigami patches

2016-08-16 Thread Marco Martin
On Tuesday 16 August 2016, Dirk Hohndel wrote: > Just to make sure I understand this correctly... You are suggesting that I > shouldn't build Kirigami as a separate library, but that I should include > the kirigami.pri file from the Subsurface-mobile.pro file? And I assume > that i then don't need

Re: Kirigami patches

2016-08-16 Thread Dirk Hohndel
-- Sent from my phone On August 16, 2016 5:59:06 AM PDT, Marco Martin wrote: >On Tuesday 16 August 2016, Tomaz Canabrava wrote: >> > > - use the .pri file when directly linking in kirigami into the >(parent) >> > > project (include directive in PROJECT.pro), then the >Q_INIT_RESOURCE is >> > >

Re: Kirigami patches

2016-08-16 Thread Marco Martin
On Tuesday 16 August 2016, Tomaz Canabrava wrote: > > > - use the .pri file when directly linking in kirigami into the (parent) > > > project (include directive in PROJECT.pro), then the Q_INIT_RESOURCE is > > > not necessary. using qmake this seems to be the easiest way and at > > > least seems to

Re: Kirigami patches

2016-08-16 Thread Tomaz Canabrava
Subsue Em 16 de ago de 2016 04:43, "Marco Martin" escreveu: > > On Tuesday 16 August 2016, Martin Gysel wrote: > > Am 16.08.2016 um 01:55 schrieb Dirk Hohndel: > > > It's pretty clear that no one ever tested the kirigami.pro qmake file. > > > The second patch I'm not 100% sure about, but it seems

Re: Kirigami patches

2016-08-16 Thread Marco Martin
On Tuesday 16 August 2016, Martin Gysel wrote: > Am 16.08.2016 um 01:55 schrieb Dirk Hohndel: > > It's pretty clear that no one ever tested the kirigami.pro qmake file. > > The second patch I'm not 100% sure about, but it seems to match what the > > documentation tells us SHOULD be done. > > maybe

Re: Kirigami patches

2016-08-16 Thread Marco Martin
On Tuesday 16 August 2016, Dirk Hohndel wrote: > It's pretty clear that no one ever tested the kirigami.pro qmake file. The > second patch I'm not 100% sure about, but it seems to match what the > documentation tells us SHOULD be done. because with the pro it was supposed to build the dynamic plug

Re: Kirigami patches

2016-08-15 Thread Martin Gysel
Am 16.08.2016 um 01:55 schrieb Dirk Hohndel: > It's pretty clear that no one ever tested the kirigami.pro qmake file. The > second patch I'm not 100% sure about, but it seems to match what the > documentation tells us SHOULD be done. maybe my understanding of the qt build system, tools and librari

Kirigami patches

2016-08-15 Thread Dirk Hohndel
It's pretty clear that no one ever tested the kirigami.pro qmake file. The second patch I'm not 100% sure about, but it seems to match what the documentation tells us SHOULD be done. /D >From 8e4307346614943a940f11d2ee6159886c54ee83 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Mon, 15 Aug 20