Re: [Qt-creator] Modnokai Night Shift v2 color scheme for QtC Text Editor

2016-06-17 Thread Georger Araujo via Qt-creator
Done [1]. [1] https://codereview.qt-project.org/162866 Best regards, Georger ___ Qt-creator mailing list Qt-creator@qt-project.org http://lists.qt-project.org/mailman/listinfo/qt-creator

Re: [Qt-creator] 12GB for Creator? (OSX)

2016-06-17 Thread Jason H
Amazing stuff! Thanks for the tip! > Sent: Friday, June 17, 2016 at 1:54 PM > From: "Mike Jackson" > To: "Jason H" > Cc: qt-creator > Subject: Re: [Qt-creator] 12GB for Creator? (OSX) > > The easiest way to see what all is

Re: [Qt-creator] 12GB for Creator? (OSX)

2016-06-17 Thread Mike Jackson
The easiest way to see what all is needed is to use the Tools->C++ Tools->Inspect C++ Model. That will show you just how many other files are included in your source file to make it compile. Sometimes this is enlightening. Sometimes the ClangBackend just goes off the deep end and consumes a

Re: [Qt-creator] lupdate_only broken ?

2016-06-17 Thread ekke
For me QML files are also SOURCES, so from my POV it's great to get them under Sources listed. see this screenshot https://appbus.files.wordpress.com/2016/06/project_structure_tabbar.png from my Qt 5.7 Example app http://bit.ly/qt-tab-pages-x it's easier instead of managing QML files extra to

Re: [Qt-creator] 12GB for Creator? (OSX)

2016-06-17 Thread Jason H
There is a library outside of Qt, but it is in the LIBS line of the .pro - no source from that is used aside from it's INCLUDEPATH and #include headers, all the headers of that library are 28k lines. They aren't explicitly included in my .pro > Sent: Friday, June 17, 2016 at 1:28 PM > From:

[Qt-creator] lupdate_only broken ?

2016-06-17 Thread Benjamin TERRIER
Hi everyone, I've just noticed, after upgrading to 4.0.3 that my qml files were listed as "Sources". It seems to be caused by : QML_FILES += *.qml lupdate_only { SOURCES += $$QML_FILES } However doing this: QML_FILES += *.qml lupdate_only { SOURCES +=

Re: [Qt-creator] Proposing David Schulz as maintainer for QtC text editors and CDB integration

2016-06-17 Thread Orgad Shaneh
+1 On Fri, Jun 17, 2016 at 2:52 PM, Eike Ziller wrote: > I propose David Schulz for Maintainer status for Qt Creator text editors > and CDB integration. > > He has a long history in Qt Creator and factually maintained these areas > for a long time now. > > >

[Qt-creator] Proposing David Schulz as maintainer for QtC text editors and CDB integration

2016-06-17 Thread Eike Ziller
I propose David Schulz for Maintainer status for Qt Creator text editors and CDB integration. He has a long history in Qt Creator and factually maintained these areas for a long time now.

[Qt-creator] Dev: Reminder: Qt Creator 4.1 feature freeze scheduled for next week

2016-06-17 Thread Eike Ziller
Just a little reminder that the feature freeze for Qt Creator 4.1 is scheduled for next week: Qt Creator 4.1: * Feature freeze w26 (~Jun 21 2016) * Beta release w28 (~Jul 5 2016) * String freeze w30 (~Jul 19 2016) * Release candidate w32 (~Aug 2 2016) * Final release w34 (~Aug 16 2016) s.a.

Re: [Qt-creator] Problems with single file builds in Qbs

2016-06-17 Thread Epting, Thomas
> > This problem is especially annoying in large projects where you cannot get > > all bugs fixed so easily as shown in note (2) above. > Change-Id: I5e8443e477ae767aeb6846de29dd8a3bd98b9ff5 Picked this change and it seems that it's working great. Many thanks for the quick help! Thomas

Re: [Qt-creator] Modnokai Night Shift v2 color scheme for QtC Text Editor

2016-06-17 Thread David Schulz
Hi Georger, thank you for the nice color scheme. What about providing it to every creator user by contributing your scheme to the creator source? Here (https://wiki.qt.io/Qt_Contribution_Guidelines) is a "short" summary how you can contribute your change to the Qt Project. Greetings, David