[Qt-creator] What happened to F3?

2015-10-16 Thread Jason H
Ctrl-F, g,o,b,b,l,y,g,o,o,k <- brings up the find bar, searches for gobblygook, 
(Works)
What doesn't seem to work is:
F3 <- next match
F3 <- next next match
F3 <- next next next match

I thought that worked?

Linux Mint 17ish.



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


Re: [Qt-creator] Help, creator no longer see iOS as a kit!

2015-10-16 Thread Ziller Eike

> On Oct 16, 2015, at 10:35 AM, jh...@gmx.com wrote:
> 
> I am sure it is  3.5.0. But now you have me second guessing myself.  I 
> usually always get the latest Creator,  but perhaps I ran the wrong version? 
> I'd expect 3.5.0 to work,  but not 3.4.2, just because I don't think XC 7 was 
> out 6mo ago. 
> 
> I ended up downgrading to XC 6.4.  
> 
> I'm not in the office today,  so I'll have to report back Monday. 
> 
> What RC was that patch put against?  3.5.0?

Yes 3.5.0 RC.

> -Original message-
> Sent: Friday, 16 October 2015 at 09:36:33
> From: "Ziller Eike" 
> To: "Jason H" 
> Subject: Re: [Qt-creator] Help, creator no longer see iOS as a kit!
> 
>> On Oct 16, 2015, at 12:09 AM, Jason H  wrote:
>> 
>> I recently upgraded to XCode 7.0.1, and I no longer have the option to do 
>> iOS.
>> 
>> Under Prefs: Kits: I only see desktop and Android.
>> Under Qt versions I see Qt 5.5.0 for iOS but there is a ! next to it, and it 
>> says 
>> "Not all possible target environments can be supported due to missing 
>> compilers"
>> Under Compilers, I have (all Autodetected)
>> 2 GCC
>> 2 CLang
>> and a bunch of Android.
>> Where there are two, there is a 32/64 bit version.
>> 
>> As of yesterday I could still to iOS.
>> 
>> 
>> This is creator 3.5.0 and 5.5.0. What do I need to do to build for iOS again?
> 
> Are you sure that you use Qt Creator 3.5 ? Qt 5.5.0 was released with Qt 
> Creator 3.4.1.
> For this works with 3.5.0, and the fix was done for the RC:
> http://code.qt.io/cgit/qt-creator/qt-creator.git/commit/src/plugins/ios?h=3.5&id=aa8998cfb38f6227891ce104de23b1e62bd7bbcf
> 
> Br, Eike
> 
> -- 
> Eike Ziller, Senior Software Engineer - The Qt Company GmbH
> 
> The Qt Company 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

-- 
Eike Ziller, Senior Software Engineer - The Qt Company GmbH
 
The Qt Company 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

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


Re: [Qt-creator] Help, creator no longer see iOS as a kit!

2015-10-16 Thread jhihn
I am sure it is  3.5.0. But now you have me second guessing myself.  I usually 
always get the latest Creator,  but perhaps I ran the wrong version? I'd expect 
3.5.0 to work,  but not 3.4.2, just because I don't think XC 7 was out 6mo ago. 

I ended up downgrading to XC 6.4.  

I'm not in the office today,  so I'll have to report back Monday. 

What RC was that patch put against?  3.5.0?

-Original message-
Sent: Friday, 16 October 2015 at 09:36:33
From: "Ziller Eike" 
To: "Jason H" 
Subject: Re: [Qt-creator] Help, creator no longer see iOS as a kit!

> On Oct 16, 2015, at 12:09 AM, Jason H  wrote:
> 
> I recently upgraded to XCode 7.0.1, and I no longer have the option to do iOS.
> 
> Under Prefs: Kits: I only see desktop and Android.
> Under Qt versions I see Qt 5.5.0 for iOS but there is a ! next to it, and it 
> says 
> "Not all possible target environments can be supported due to missing 
> compilers"
> Under Compilers, I have (all Autodetected)
> 2 GCC
> 2 CLang
> and a bunch of Android.
> Where there are two, there is a 32/64 bit version.
> 
> As of yesterday I could still to iOS.
> 
> 
> This is creator 3.5.0 and 5.5.0. What do I need to do to build for iOS again?

Are you sure that you use Qt Creator 3.5 ? Qt 5.5.0 was released with Qt 
Creator 3.4.1.
For this works with 3.5.0, and the fix was done for the RC:
http://code.qt.io/cgit/qt-creator/qt-creator.git/commit/src/plugins/ios?h=3.5&id=aa8998cfb38f6227891ce104de23b1e62bd7bbcf

Br, Eike

-- 
Eike Ziller, Senior Software Engineer - The Qt Company GmbH
 
The Qt Company 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
___
Qt-creator mailing list
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator


Re: [Qt-creator] Providing a custom Kit in my own plugin

2015-10-16 Thread Hunger Tobias
Hallo Olivier,

that would be the first compiled language other than C/C++:-) As you noticed 
there is little infrastructure in place for such a case yet.

The ToolChain is implicitly a C++ toolchain. That would need some extending to 
make that work well with rust. Maybe add a flag for the language to the 
toolchain, if all of its interfaces makes sense in the rust use case? That 
would then require a bit of work to make the UI useful with more than one 
language, but that should be manageable.

Kits are just a grab-bag of settings, so it should not be a problem to add any 
information you want to them. They will become bigger as all kits have the same 
settings, but it is perfectly ok to have some kits with unset values. Adding 
toolchains for different languages is no problem at all from the kits 
perspective, but making sure not to introduce a regression for the C/C++ 
toolchains is probably a challenge;-).

We already have more than one build system in the kits: qmake and cmake. I do 
not see a problem adding another one. At some point we will need to think about 
something to provide filtered views on the kits (e.g. to only show settings 
relevant to cmake based projects or to rust projects or qmake projects or 
whatever), but that is a different issue.

Best Regards,
Tobias

Tobias Hunger, Senior Software Engineer | The Qt Company

The Qt Company 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 
___
Qt-creator mailing list
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator


Re: [Qt-creator] Help, creator no longer see iOS as a kit!

2015-10-16 Thread Ziller Eike

> On Oct 16, 2015, at 12:09 AM, Jason H  wrote:
> 
> I recently upgraded to XCode 7.0.1, and I no longer have the option to do iOS.
> 
> Under Prefs: Kits: I only see desktop and Android.
> Under Qt versions I see Qt 5.5.0 for iOS but there is a ! next to it, and it 
> says 
> "Not all possible target environments can be supported due to missing 
> compilers"
> Under Compilers, I have (all Autodetected)
> 2 GCC
> 2 CLang
> and a bunch of Android.
> Where there are two, there is a 32/64 bit version.
> 
> As of yesterday I could still to iOS.
> 
> 
> This is creator 3.5.0 and 5.5.0. What do I need to do to build for iOS again?

Are you sure that you use Qt Creator 3.5 ? Qt 5.5.0 was released with Qt 
Creator 3.4.1.
For this works with 3.5.0, and the fix was done for the RC:
http://code.qt.io/cgit/qt-creator/qt-creator.git/commit/src/plugins/ios?h=3.5&id=aa8998cfb38f6227891ce104de23b1e62bd7bbcf

Br, Eike

-- 
Eike Ziller, Senior Software Engineer - The Qt Company GmbH
 
The Qt Company 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

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