Re: [Development] GIMP QML exporter script (project not on Gerrit)

2015-01-09 Thread William Hallatt
Hi Tuukka,

No, it wasn't that at all, the documentation is what saved me.

My problem stemmed from having committed a whole bunch of changes and then
having to retro-fit Change-Id's etc (which meant a git learning curve for
me) since I didn't initially consider making any changes (i.e. my git
environment wasn't set up as per the Setting up Gerrit instructions).
Had I not ended up in a situation where I had to work back to front, it
would have gone a lot more smoothly.

The only recommendation I have at the moment is perhaps to improve on the
qtrepotools documentation (if it exists, I haven't been able to find it)
and perhaps a pre-commit hook (I do not know if such a thing is possible)
that could do some sanitizing up front?

Thanks again for a spectacular framework!

Kind regards,
William.



On 9 January 2015 at 09:35, Turunen Tuukka tuukka.turu...@theqtcompany.com
wrote:


  Thanks, William.

  If some of the instructions were misleading, hard to find or inadequate,
 please let us know. Intention is to make it straightforward to contribute.
 In addition to your contribution we value your feedback for improving the
 instructions.

   Yours,


  Tuukka

   From: William Hallatt goblincod...@gmail.com
 Date: Friday 9 January 2015 07:02
 To: William Hallatt goblincod...@gmail.com
 Cc: development@qt-project.org development@qt-project.org
 Subject: Re: [Development] GIMP QML exporter script (project not on
 Gerrit)

   Thanks for all the assistance folks.  Finally managed to submit to
 Gerrit and sort out all the sanity bot's reviews :)

  Have a good weekend,
 William.


___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


Re: [Development] GIMP QML exporter script (project not on Gerrit)

2015-01-08 Thread William Hallatt
Thanks for all the assistance folks.  Finally managed to submit to Gerrit
and sort out all the sanity bot's reviews :)

Have a good weekend,
William.

On 8 January 2015 at 07:37, William Hallatt goblincod...@gmail.com wrote:

 Shot, thanks Robert!  I'm making progress.

 Kind regards.
 William.

 On 7 January 2015 at 16:40, Robert Löhning 
 robert.loehn...@theqtcompany.com wrote:

 Hi William,

 you can let the commit-msg hook do that for you, see
 http://qt-project.org/wiki/Setting-up-Gerrit

 Best Regards,
 Robert


 Am 07.01.2015 um 14:56 schrieb William Hallatt:
  Hi Jens,
 
  That is exactly what I did (amongst some other, minor syntactic and
 layout
  stuff).
 
  Feel free to have a look:
  https://github.com/goblincoding/qt-labs-gimp-qmlexporter
 
  For now I am battling to figure out how to add Change-Id's with 'git
 rebase
  -i' so that I can push to Gerrit...so far no luck (it is a bit of a
  learning curve for me, my git exposure to date has involved little more
  than pushing, pulling and committing to my own personal repo's).
 
  Thanks so much for the epic work you did on this script!  It has saved
 me a
  lot of pain and suffering.
 
  Kind regards,
  William.
 
 
 
  On 7 January 2015 at 13:49, jen...@gmail.com wrote:
 
  I would actually be curious as to what functionality you are planning
 on
  adding aside from obviously updating it to Qt 5. The main reason I
  abandoned the plugin 5 years ago was the lack of support for grouped
 layers
  in Gimp at the time. I know this is no longer an issue so it should be
  possible to use layer groups in order to create and keep a hierarchy
 of QML
  items now. At least this would make it significantly better suited for
 QML
  exports.
 
  Regards,
  Jens
 
 
  On 07 Jan 2015, at 10:42, William Hallatt goblincod...@gmail.com
 wrote:
 
  Thanks for the replies!  I am making progress...now to figure out how
 to
  get the Change-Id's in after the fact...  :)
 
  On 7 January 2015 at 10:42, Liang Qi cavendish...@gmail.com wrote:
 
  I guess you mean this on github,
  https://github.com/qtproject/qt-labs-gimp-qmlexporter
 
  Then please contribute to
 
 https://codereview.qt-project.org/#/admin/projects/qt-labs/gimp-qmlexporter
 
  Good luck!
 
  Regards,
  Liang
 
  On 7 January 2015 at 08:33, William Hallatt goblincod...@gmail.com
  wrote:
 
  Good day,
 
  I forked and made some changes to Jens Bache-Wiig's original QML
  exporter script (GIMP only) on GitHub and was wondering if I could
 simply
  create a pull request for my changes?
 
  I have searched for the project on Gerrit, but it does not seem to
 exist
  there.
 
  Advice would be appreciated.
 
  Kind regards,
  William Hallatt
 

 --
 Robert Löhning, Software Engineer | The Qt Company

 Digia Germany GmbH, Rudower Chaussee 13, D-12489 Berlin
 Geschäftsführer: Mika Pälsi, Juha Varelius, Tuula Haataja Sitz der
 Gesellschaft: Berlin, Registergericht: Amtsgericht Charlottenburg, HRB
 144331 B

 Email: robert.loehn...@theqtcompany.com | Mobile: + 49 151 1634 9248 |
 Phone: +49 30 63 92 3255 www.qt.io |Qt Blog: http://blog.qt.digia.com/ |
 Twitter: @QtbyDigia, @Qtproject | Facebook: www.facebook.com/qt
 ___
 Development mailing list
 Development@qt-project.org
 http://lists.qt-project.org/mailman/listinfo/development



___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


Re: [Development] GIMP QML exporter script (project not on Gerrit)

2015-01-08 Thread Turunen Tuukka

Thanks, William.

If some of the instructions were misleading, hard to find or inadequate, please 
let us know. Intention is to make it straightforward to contribute. In addition 
to your contribution we value your feedback for improving the instructions.

Yours,

Tuukka

From: William Hallatt goblincod...@gmail.commailto:goblincod...@gmail.com
Date: Friday 9 January 2015 07:02
To: William Hallatt goblincod...@gmail.commailto:goblincod...@gmail.com
Cc: development@qt-project.orgmailto:development@qt-project.org 
development@qt-project.orgmailto:development@qt-project.org
Subject: Re: [Development] GIMP QML exporter script (project not on Gerrit)

Thanks for all the assistance folks.  Finally managed to submit to Gerrit and 
sort out all the sanity bot's reviews :)

Have a good weekend,
William.

___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


Re: [Development] GIMP QML exporter script (project not on Gerrit)

2015-01-08 Thread jensbw
I would actually be curious as to what functionality you are planning on adding 
aside from obviously updating it to Qt 5. The main reason I abandoned the 
plugin 5 years ago was the lack of support for grouped layers in Gimp at the 
time. I know this is no longer an issue so it should be possible to use layer 
groups in order to create and keep a hierarchy of QML items now. At least this 
would make it significantly better suited for QML exports.

Regards,
Jens


 On 07 Jan 2015, at 10:42, William Hallatt goblincod...@gmail.com wrote:
 
 Thanks for the replies!  I am making progress...now to figure out how to get 
 the Change-Id's in after the fact...  :)
 
 On 7 January 2015 at 10:42, Liang Qi cavendish...@gmail.com 
 mailto:cavendish...@gmail.com wrote:
 I guess you mean this on github, 
 https://github.com/qtproject/qt-labs-gimp-qmlexporter 
 https://github.com/qtproject/qt-labs-gimp-qmlexporter
 
 Then please contribute to 
 https://codereview.qt-project.org/#/admin/projects/qt-labs/gimp-qmlexporter 
 https://codereview.qt-project.org/#/admin/projects/qt-labs/gimp-qmlexporter
 
 Good luck!
 
 Regards,
 Liang
 
 On 7 January 2015 at 08:33, William Hallatt goblincod...@gmail.com 
 mailto:goblincod...@gmail.com wrote:
 Good day,
 
 I forked and made some changes to Jens Bache-Wiig's original QML exporter 
 script (GIMP only) on GitHub and was wondering if I could simply create a 
 pull request for my changes?
 
 I have searched for the project on Gerrit, but it does not seem to exist 
 there.
 
 Advice would be appreciated.
 
 Kind regards,
 William Hallatt
 
 ___
 Development mailing list
 Development@qt-project.org mailto:Development@qt-project.org
 http://lists.qt-project.org/mailman/listinfo/development 
 http://lists.qt-project.org/mailman/listinfo/development
 
 
 
 
 -- 
 http://www.qiliang.net http://www.qiliang.net/
 ___
 Development mailing list
 Development@qt-project.org
 http://lists.qt-project.org/mailman/listinfo/development

--

Jens Bache-Wiig
http://www.cutehacks.com http://www.cutehacks.com/
Cross Platform Apps and Services

___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


Re: [Development] GIMP QML exporter script (project not on Gerrit)

2015-01-07 Thread William Hallatt
Thanks for the replies!  I am making progress...now to figure out how to
get the Change-Id's in after the fact...  :)

On 7 January 2015 at 10:42, Liang Qi cavendish...@gmail.com wrote:

 I guess you mean this on github,
 https://github.com/qtproject/qt-labs-gimp-qmlexporter

 Then please contribute to
 https://codereview.qt-project.org/#/admin/projects/qt-labs/gimp-qmlexporter

 Good luck!

 Regards,
 Liang

 On 7 January 2015 at 08:33, William Hallatt goblincod...@gmail.com
 wrote:

 Good day,

 I forked and made some changes to Jens Bache-Wiig's original QML exporter
 script (GIMP only) on GitHub and was wondering if I could simply create a
 pull request for my changes?

 I have searched for the project on Gerrit, but it does not seem to exist
 there.

 Advice would be appreciated.

 Kind regards,
 William Hallatt

 ___
 Development mailing list
 Development@qt-project.org
 http://lists.qt-project.org/mailman/listinfo/development




 --
 http://www.qiliang.net

___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


Re: [Development] GIMP QML exporter script (project not on Gerrit)

2015-01-07 Thread Liang Qi
I guess you mean this on github,
https://github.com/qtproject/qt-labs-gimp-qmlexporter

Then please contribute to
https://codereview.qt-project.org/#/admin/projects/qt-labs/gimp-qmlexporter

Good luck!

Regards,
Liang

On 7 January 2015 at 08:33, William Hallatt goblincod...@gmail.com wrote:

 Good day,

 I forked and made some changes to Jens Bache-Wiig's original QML exporter
 script (GIMP only) on GitHub and was wondering if I could simply create a
 pull request for my changes?

 I have searched for the project on Gerrit, but it does not seem to exist
 there.

 Advice would be appreciated.

 Kind regards,
 William Hallatt

 ___
 Development mailing list
 Development@qt-project.org
 http://lists.qt-project.org/mailman/listinfo/development




-- 
http://www.qiliang.net
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


Re: [Development] GIMP QML exporter script (project not on Gerrit)

2015-01-07 Thread William Hallatt
Please ignore previous email, I found it (for some or other reason it did
not appear in search).

Thanks!

On 7 January 2015 at 09:33, William Hallatt goblincod...@gmail.com wrote:

 Good day,

 I forked and made some changes to Jens Bache-Wiig's original QML exporter
 script (GIMP only) on GitHub and was wondering if I could simply create a
 pull request for my changes?

 I have searched for the project on Gerrit, but it does not seem to exist
 there.

 Advice would be appreciated.

 Kind regards,
 William Hallatt




-- 
Don't do anything you can't undo unless you know what you can't do once
you've done it.
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


Re: [Development] GIMP QML exporter script (project not on Gerrit)

2015-01-07 Thread William Hallatt
Shot, thanks Robert!  I'm making progress.

Kind regards.
William.

On 7 January 2015 at 16:40, Robert Löhning robert.loehn...@theqtcompany.com
 wrote:

 Hi William,

 you can let the commit-msg hook do that for you, see
 http://qt-project.org/wiki/Setting-up-Gerrit

 Best Regards,
 Robert


 Am 07.01.2015 um 14:56 schrieb William Hallatt:
  Hi Jens,
 
  That is exactly what I did (amongst some other, minor syntactic and
 layout
  stuff).
 
  Feel free to have a look:
  https://github.com/goblincoding/qt-labs-gimp-qmlexporter
 
  For now I am battling to figure out how to add Change-Id's with 'git
 rebase
  -i' so that I can push to Gerrit...so far no luck (it is a bit of a
  learning curve for me, my git exposure to date has involved little more
  than pushing, pulling and committing to my own personal repo's).
 
  Thanks so much for the epic work you did on this script!  It has saved
 me a
  lot of pain and suffering.
 
  Kind regards,
  William.
 
 
 
  On 7 January 2015 at 13:49, jen...@gmail.com wrote:
 
  I would actually be curious as to what functionality you are planning on
  adding aside from obviously updating it to Qt 5. The main reason I
  abandoned the plugin 5 years ago was the lack of support for grouped
 layers
  in Gimp at the time. I know this is no longer an issue so it should be
  possible to use layer groups in order to create and keep a hierarchy of
 QML
  items now. At least this would make it significantly better suited for
 QML
  exports.
 
  Regards,
  Jens
 
 
  On 07 Jan 2015, at 10:42, William Hallatt goblincod...@gmail.com
 wrote:
 
  Thanks for the replies!  I am making progress...now to figure out how to
  get the Change-Id's in after the fact...  :)
 
  On 7 January 2015 at 10:42, Liang Qi cavendish...@gmail.com wrote:
 
  I guess you mean this on github,
  https://github.com/qtproject/qt-labs-gimp-qmlexporter
 
  Then please contribute to
 
 https://codereview.qt-project.org/#/admin/projects/qt-labs/gimp-qmlexporter
 
  Good luck!
 
  Regards,
  Liang
 
  On 7 January 2015 at 08:33, William Hallatt goblincod...@gmail.com
  wrote:
 
  Good day,
 
  I forked and made some changes to Jens Bache-Wiig's original QML
  exporter script (GIMP only) on GitHub and was wondering if I could
 simply
  create a pull request for my changes?
 
  I have searched for the project on Gerrit, but it does not seem to
 exist
  there.
 
  Advice would be appreciated.
 
  Kind regards,
  William Hallatt
 

 --
 Robert Löhning, Software Engineer | The Qt Company

 Digia Germany GmbH, Rudower Chaussee 13, D-12489 Berlin
 Geschäftsführer: Mika Pälsi, Juha Varelius, Tuula Haataja Sitz der
 Gesellschaft: Berlin, Registergericht: Amtsgericht Charlottenburg, HRB
 144331 B

 Email: robert.loehn...@theqtcompany.com | Mobile: + 49 151 1634 9248 |
 Phone: +49 30 63 92 3255 www.qt.io |Qt Blog: http://blog.qt.digia.com/ |
 Twitter: @QtbyDigia, @Qtproject | Facebook: www.facebook.com/qt
 ___
 Development mailing list
 Development@qt-project.org
 http://lists.qt-project.org/mailman/listinfo/development

___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


Re: [Development] GIMP QML exporter script (project not on Gerrit)

2015-01-07 Thread William Hallatt
Hi Jens,

That is exactly what I did (amongst some other, minor syntactic and layout
stuff).

Feel free to have a look:
https://github.com/goblincoding/qt-labs-gimp-qmlexporter

For now I am battling to figure out how to add Change-Id's with 'git rebase
-i' so that I can push to Gerrit...so far no luck (it is a bit of a
learning curve for me, my git exposure to date has involved little more
than pushing, pulling and committing to my own personal repo's).

Thanks so much for the epic work you did on this script!  It has saved me a
lot of pain and suffering.

Kind regards,
William.



On 7 January 2015 at 13:49, jen...@gmail.com wrote:

 I would actually be curious as to what functionality you are planning on
 adding aside from obviously updating it to Qt 5. The main reason I
 abandoned the plugin 5 years ago was the lack of support for grouped layers
 in Gimp at the time. I know this is no longer an issue so it should be
 possible to use layer groups in order to create and keep a hierarchy of QML
 items now. At least this would make it significantly better suited for QML
 exports.

 Regards,
 Jens


 On 07 Jan 2015, at 10:42, William Hallatt goblincod...@gmail.com wrote:

 Thanks for the replies!  I am making progress...now to figure out how to
 get the Change-Id's in after the fact...  :)

 On 7 January 2015 at 10:42, Liang Qi cavendish...@gmail.com wrote:

 I guess you mean this on github,
 https://github.com/qtproject/qt-labs-gimp-qmlexporter

 Then please contribute to
 https://codereview.qt-project.org/#/admin/projects/qt-labs/gimp-qmlexporter

 Good luck!

 Regards,
 Liang

 On 7 January 2015 at 08:33, William Hallatt goblincod...@gmail.com
 wrote:

 Good day,

 I forked and made some changes to Jens Bache-Wiig's original QML
 exporter script (GIMP only) on GitHub and was wondering if I could simply
 create a pull request for my changes?

 I have searched for the project on Gerrit, but it does not seem to exist
 there.

 Advice would be appreciated.

 Kind regards,
 William Hallatt

 ___
 Development mailing list
 Development@qt-project.org
 http://lists.qt-project.org/mailman/listinfo/development




 --
 http://www.qiliang.net


 ___
 Development mailing list
 Development@qt-project.org
 http://lists.qt-project.org/mailman/listinfo/development


 --

 Jens Bache-Wiig
 http://www.cutehacks.com
 Cross Platform Apps and Services


___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


Re: [Development] GIMP QML exporter script (project not on Gerrit)

2015-01-07 Thread Robert Löhning
Hi William,

you can let the commit-msg hook do that for you, see
http://qt-project.org/wiki/Setting-up-Gerrit

Best Regards,
Robert


Am 07.01.2015 um 14:56 schrieb William Hallatt:
 Hi Jens,
 
 That is exactly what I did (amongst some other, minor syntactic and layout
 stuff).
 
 Feel free to have a look:
 https://github.com/goblincoding/qt-labs-gimp-qmlexporter
 
 For now I am battling to figure out how to add Change-Id's with 'git rebase
 -i' so that I can push to Gerrit...so far no luck (it is a bit of a
 learning curve for me, my git exposure to date has involved little more
 than pushing, pulling and committing to my own personal repo's).
 
 Thanks so much for the epic work you did on this script!  It has saved me a
 lot of pain and suffering.
 
 Kind regards,
 William.
 
 
 
 On 7 January 2015 at 13:49, jen...@gmail.com wrote:
 
 I would actually be curious as to what functionality you are planning on
 adding aside from obviously updating it to Qt 5. The main reason I
 abandoned the plugin 5 years ago was the lack of support for grouped layers
 in Gimp at the time. I know this is no longer an issue so it should be
 possible to use layer groups in order to create and keep a hierarchy of QML
 items now. At least this would make it significantly better suited for QML
 exports.

 Regards,
 Jens


 On 07 Jan 2015, at 10:42, William Hallatt goblincod...@gmail.com wrote:

 Thanks for the replies!  I am making progress...now to figure out how to
 get the Change-Id's in after the fact...  :)

 On 7 January 2015 at 10:42, Liang Qi cavendish...@gmail.com wrote:

 I guess you mean this on github,
 https://github.com/qtproject/qt-labs-gimp-qmlexporter

 Then please contribute to
 https://codereview.qt-project.org/#/admin/projects/qt-labs/gimp-qmlexporter

 Good luck!

 Regards,
 Liang

 On 7 January 2015 at 08:33, William Hallatt goblincod...@gmail.com
 wrote:

 Good day,

 I forked and made some changes to Jens Bache-Wiig's original QML
 exporter script (GIMP only) on GitHub and was wondering if I could simply
 create a pull request for my changes?

 I have searched for the project on Gerrit, but it does not seem to exist
 there.

 Advice would be appreciated.

 Kind regards,
 William Hallatt


-- 
Robert Löhning, Software Engineer | The Qt Company

Digia Germany GmbH, Rudower Chaussee 13, D-12489 Berlin
Geschäftsführer: Mika Pälsi, Juha Varelius, Tuula Haataja Sitz der
Gesellschaft: Berlin, Registergericht: Amtsgericht Charlottenburg, HRB
144331 B

Email: robert.loehn...@theqtcompany.com | Mobile: + 49 151 1634 9248 |
Phone: +49 30 63 92 3255 www.qt.io |Qt Blog: http://blog.qt.digia.com/ |
Twitter: @QtbyDigia, @Qtproject | Facebook: www.facebook.com/qt
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


[Development] GIMP QML exporter script (project not on Gerrit)

2015-01-06 Thread William Hallatt
Good day,

I forked and made some changes to Jens Bache-Wiig's original QML exporter
script (GIMP only) on GitHub and was wondering if I could simply create a
pull request for my changes?

I have searched for the project on Gerrit, but it does not seem to exist
there.

Advice would be appreciated.

Kind regards,
William Hallatt
___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development


Re: [Development] GIMP QML exporter script (project not on Gerrit)

2015-01-06 Thread Thiago Macieira
On Wednesday 07 January 2015 09:33:29 William Hallatt wrote:
 Good day,
 
 I forked and made some changes to Jens Bache-Wiig's original QML exporter
 script (GIMP only) on GitHub and was wondering if I could simply create a
 pull request for my changes?
 
 I have searched for the project on Gerrit, but it does not seem to exist
 there.

Then it's not part of the Qt Project. You need to ask the author how/if he 
wants your changes.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

___
Development mailing list
Development@qt-project.org
http://lists.qt-project.org/mailman/listinfo/development