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 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 
> bunch of memory.
> 
> -- 
> Mike Jackson  [mike.jack...@bluequartz.net]
> 
> 
> Jason H wrote:
> > 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: "Mike Jackson"
> >> To: qt-creator
> >> Subject: Re: [Qt-creator] 12GB for Creator? (OSX)
> >>
> >> Your code might be 6.5K lines, but how many other 3rd party libraries
> >> were included?
> >> --
> >> Mike Jackson  [mike.jack...@bluequartz.net]
> >>
> >>
> >> Jason H wrote:
> >>> I only had about 20 documents open, and nothing huge. 6.5k total lines.
> >>>
>  Sent: Thursday, June 16, 2016 at 3:27 AM
>  From: "Eike Ziller"
>  To: "Jason H"
>  Cc: qt-creator
>  Subject: Re: [Qt-creator] 12GB for Creator? (OSX)
> 
> 
> > On Jun 15, 2016, at 6:44 PM, Jason H   wrote:
> >
> > Creator was running fine, but none of my OS was. I launched Activity 
> > monitor, and it was taking up 12GB. I can type fast, but I don't type 
> > that much in a week, so I don't think it's undo history.
> > I restarted Creator and it takes 94MB.
> > Loaded the same project as under 12GB, 154 MB.
> >
> > Creator 3.6.0, Based on Qt 5.6.
> >
> > Is this fixed or am I doing something wrong?
>  If you are using the Clang code model, the memory was probably taken by 
>  that.
>  Possibly reason: Many open documents.
>  Dor Qt Creator 4.1 we added automatic releasing of resources of “old” 
>  documents (in general for the “text” editors, not just the code model), 
>  so this should not happen to that extend any more.
> 
>  Br, Eike
> 
>  --
>  Eike Ziller
>  Principal Software Engineer
> 
>  The Qt Company GmbH
>  Rudower Chaussee 13
>  D-12489 Berlin
>  eike.zil...@qt.io
>  +123 45 6789012
>  http://qt.io
>  Geschäftsführer: Mika Pälsi, Juha Varelius, Tuula Haataja
>  Sitz der Gesellschaft: Berlin, Registergericht: Amtsgericht 
>  Charlottenburg, HRB 144331 B
> 
> 
> 
> 
> >>> ___
> >>> Qt-creator mailing list
> >>> Qt-creator@qt-project.org
> >>> http://lists.qt-project.org/mailman/listinfo/qt-creator
> >> ___
> >> Qt-creator mailing list
> >> Qt-creator@qt-project.org
> >> http://lists.qt-project.org/mailman/listinfo/qt-creator
> >>
>
___
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 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 
bunch of memory.


--
Mike Jackson  [mike.jack...@bluequartz.net]


Jason H wrote:

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: "Mike Jackson"
To: qt-creator
Subject: Re: [Qt-creator] 12GB for Creator? (OSX)

Your code might be 6.5K lines, but how many other 3rd party libraries
were included?
--
Mike Jackson  [mike.jack...@bluequartz.net]


Jason H wrote:

I only had about 20 documents open, and nothing huge. 6.5k total lines.


Sent: Thursday, June 16, 2016 at 3:27 AM
From: "Eike Ziller"
To: "Jason H"
Cc: qt-creator
Subject: Re: [Qt-creator] 12GB for Creator? (OSX)



On Jun 15, 2016, at 6:44 PM, Jason H   wrote:

Creator was running fine, but none of my OS was. I launched Activity monitor, 
and it was taking up 12GB. I can type fast, but I don't type that much in a 
week, so I don't think it's undo history.
I restarted Creator and it takes 94MB.
Loaded the same project as under 12GB, 154 MB.

Creator 3.6.0, Based on Qt 5.6.

Is this fixed or am I doing something wrong?

If you are using the Clang code model, the memory was probably taken by that.
Possibly reason: Many open documents.
Dor Qt Creator 4.1 we added automatic releasing of resources of “old” documents 
(in general for the “text” editors, not just the code model), so this should 
not happen to that extend any more.

Br, Eike

--
Eike Ziller
Principal Software Engineer

The Qt Company GmbH
Rudower Chaussee 13
D-12489 Berlin
eike.zil...@qt.io
+123 45 6789012
http://qt.io
Geschäftsführer: Mika Pälsi, Juha Varelius, Tuula Haataja
Sitz der Gesellschaft: Berlin, Registergericht: Amtsgericht Charlottenburg, HRB 
144331 B





___
Qt-creator mailing list
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator

___
Qt-creator mailing list
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator


___
Qt-creator mailing list
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator


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 get them listed

ekke

Am 17.06.16 um 17:29 schrieb 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 += $$QML_FILES
>message (1)
> }
> else
> {
> message (2)
> }
>
> displays "Project MESSAGE: 2" as expected.
>
> Should I file a bug ?
>
> BR,
>
> Benjamin Terrier
> ___
> Qt-creator mailing list
> Qt-creator@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/qt-creator
>

___
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
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: "Mike Jackson" 
> To: qt-creator 
> Subject: Re: [Qt-creator] 12GB for Creator? (OSX)
>
> Your code might be 6.5K lines, but how many other 3rd party libraries 
> were included?
> -- 
> Mike Jackson  [mike.jack...@bluequartz.net]
> 
> 
> Jason H wrote:
> > I only had about 20 documents open, and nothing huge. 6.5k total lines.
> >
> >> Sent: Thursday, June 16, 2016 at 3:27 AM
> >> From: "Eike Ziller"
> >> To: "Jason H"
> >> Cc: qt-creator
> >> Subject: Re: [Qt-creator] 12GB for Creator? (OSX)
> >>
> >>
> >>> On Jun 15, 2016, at 6:44 PM, Jason H  wrote:
> >>>
> >>> Creator was running fine, but none of my OS was. I launched Activity 
> >>> monitor, and it was taking up 12GB. I can type fast, but I don't type 
> >>> that much in a week, so I don't think it's undo history.
> >>> I restarted Creator and it takes 94MB.
> >>> Loaded the same project as under 12GB, 154 MB.
> >>>
> >>> Creator 3.6.0, Based on Qt 5.6.
> >>>
> >>> Is this fixed or am I doing something wrong?
> >> If you are using the Clang code model, the memory was probably taken by 
> >> that.
> >> Possibly reason: Many open documents.
> >> Dor Qt Creator 4.1 we added automatic releasing of resources of “old” 
> >> documents (in general for the “text” editors, not just the code model), so 
> >> this should not happen to that extend any more.
> >>
> >> Br, Eike
> >>
> >> --
> >> Eike Ziller
> >> Principal Software Engineer
> >>
> >> The Qt Company GmbH
> >> Rudower Chaussee 13
> >> D-12489 Berlin
> >> eike.zil...@qt.io
> >> +123 45 6789012
> >> http://qt.io
> >> Geschäftsführer: Mika Pälsi, Juha Varelius, Tuula Haataja
> >> Sitz der Gesellschaft: Berlin, Registergericht: Amtsgericht 
> >> Charlottenburg, HRB 144331 B
> >>
> >>
> >>
> >>
> > ___
> > Qt-creator mailing list
> > Qt-creator@qt-project.org
> > http://lists.qt-project.org/mailman/listinfo/qt-creator
> ___
> Qt-creator mailing list
> Qt-creator@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/qt-creator
>
___
Qt-creator mailing list
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator


[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 += $$QML_FILES
   message (1)
}
else
{
message (2)
}

displays "Project MESSAGE: 2" as expected.

Should I file a bug ?

BR,

Benjamin Terrier
___
Qt-creator mailing list
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator


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.
>
>
> https://codereview.qt-project.org/#/q/owner:%22David+Schulz+%253Cdavid.schulz%2540theqtcompany.com%253E%22,n,z
>
> Br, Eike
>
> --
> Eike Ziller
> Principal Software Engineer
>
> The Qt Company GmbH
> Rudower Chaussee 13
> D-12489 Berlin
> eike.zil...@qt.io
> +123 45 6789012
> http://qt.io
> Geschäftsführer: Mika Pälsi, Juha Varelius, Tuula Haataja
> Sitz der Gesellschaft: Berlin, Registergericht: Amtsgericht
> Charlottenburg, HRB 144331 B
>
>
>
> ___
> Qt-creator mailing list
> Qt-creator@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/qt-creator
>
___
Qt-creator mailing list
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator


[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.

https://codereview.qt-project.org/#/q/owner:%22David+Schulz+%253Cdavid.schulz%2540theqtcompany.com%253E%22,n,z

Br, Eike

-- 
Eike Ziller
Principal Software Engineer

The Qt Company GmbH
Rudower Chaussee 13
D-12489 Berlin
eike.zil...@qt.io
+123 45 6789012
http://qt.io
Geschäftsführer: Mika Pälsi, Juha Varelius, Tuula Haataja
Sitz der Gesellschaft: Berlin, Registergericht: Amtsgericht Charlottenburg, HRB 
144331 B



___
Qt-creator mailing list
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator


[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. https://wiki.qt.io/Qt_Creator_Releases

-- 
Eike Ziller
Principal Software Engineer

The Qt Company GmbH
Rudower Chaussee 13
D-12489 Berlin
eike.zil...@qt.io
+123 45 6789012
http://qt.io
Geschäftsführer: Mika Pälsi, Juha Varelius, Tuula Haataja
Sitz der Gesellschaft: Berlin, Registergericht: Amtsgericht Charlottenburg, HRB 
144331 B



___
Qt-creator mailing list
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator


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

___
Qt-creator mailing list
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator


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


On 14-Jun-16 01:32, Georger Araujo via Qt-creator wrote:

Hi,
I would like to share a color scheme I created for Qt Creator's Text Editor 
based on Wimer Hazenberg's Monokai color theme for Textmate [1]. The XML file 
for the color theme, and a screenshot (the font is Consolas 11-pt), are 
attached.
I fine-tuned it over time, and hope it can be useful to you.

[1] http://www.monokai.nl/blog/2006/07/15/textmate-color-theme/

Best regards,

Georger


___
Qt-creator mailing list
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator


___
Qt-creator mailing list
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator