Re: [Qt-creator] FYI : Odd bug (+fix) in editor/completion

2010-10-25 Thread Christian Kamm
Hi!

On Monday 25 October 2010 11:45:08 ext bd.a...@free.fr wrote:
> And all of a sudden, without having changed any setting or system
> configuration, the editor insist "frequently", when I press the return
> key, on creating lines 65634 car long, whether I do it at the
> beginning, in the middle, or at the end of a line.

Could you post some code that triggers this bug? Ideally, you'd create a new  
bug report on http://bugreports.qt.nokia.com (assign to me) and attach it 
there.

Thanks!
Christian
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] New block indent styles

2010-09-15 Thread Christian Kamm
Hi Bryce, hi Laurent,

thanks for the bug report! The regression has been fixed in master - the fix 
should be in the next nightly build.

Cheers,
Christian

___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] QSystemInfo Error

2010-08-29 Thread Christian Kamm
On Monday 30 August 2010 00:02:10 ext dhk wrote:
> I still haven't gotten this to build without the QSystemInfo error.  Is
> there anything special I have to do when installing the software?  Do I
> need to uninstall the 1.n version?  Something is terrible wrong.
> 
> I'm on a Gentoo amd64 box and I installed the Nokia package and the sdk
> a few times and an ordinary user (not root).  I'm trying to do the
> battery indicator tutorial and the quickstart and both have the same
> error.  Eventually I will be trying to get this on a Microsoft CE arm
> device.
> 
> I've grep'ed for QSystemInfo over my entire system and it doesn't appear
> to exist.

Please check for these files in your Nokia Qt SDK installation directory:
Simulator/QtMobility/gcc/include/QtSystemInfo
Simulator/QtMobility/gcc/lib/libQtSystemInfo.so
Simulator/Qt/gcc/mkspecs/mobility.prf
Simulator/Qt/gcc/bin/qmake

If one or more of them are missing, your installation of the Simulator Qt 
target is broken. 

The installer should have registered this Qt version with Creator, double 
check that in Tools->Options->Qt4. Make sure you're using the Qt Simulator 
target with this Qt version for building the tutorial. 

If the files are missing or building still fails, please create a bug report 
against the Nokia Qt SDK installer on http://bugreports.qt.nokia.com/ .

Regards,
Christian
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


[Qt-creator] new QML/JS indenter: request for feedback

2010-08-10 Thread Christian Kamm
Hi everyone,

the new C++ indenter went into master about a month ago and now the same is 
happening for QML/JS. Again, the main features are speed, the ability to use 
it without a TextEditor instance (very useful for quick fixes) and the 
potential to be a lot smarter than the old one.

It's very likely though that there are regressions. Please report them! Also, 
now would be a good time to report your QML/JS intentation feature requests. 
Please use the Qml Support component and assign your tickets to me.

Cheers,
Christian
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] Problem with code completion (and why not make Qt Creator a normal C++ IDE?)

2010-07-26 Thread Christian Kamm
Hi,

On Monday 26 July 2010 20:54:24 ext Mateusz 'Matthew' Marek wrote:
> last time I worked with Boost and I have a little problem. Because I
> am not a Boost Master, so is very helpful to me having code
> completion. But Qt Creator had a little problem with that. Everything
> is OK (or almost OK, looks like Qt Creator doesn't see templates)
> until is typedef in the code. In boost::asio is basic_deadline_timer<>
> with 3 kind of constructors with different arguments. But also is
> typedef basic_deadline_time deadline_timer.
> And now, when I put in my code boost::asio::deadline_time t, Qt
> Creator don't tell me that there is 3 different constructors and which
> arguments they have, but don't have this problem when I write
> boost::asio::basic_deadline_timer t.

the problems with code completion for templates are known and something we're 
working on in the master branch. Your particular problem sounds like an 
instance of http://bugreports.qt.nokia.com/browse/QTCREATORBUG-815
also check out http://bugreports.qt.nokia.com/browse/QTCREATORBUG-955 for an 
overview.

Cheers,
Christian
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


[Qt-creator] new C++ indenter: request for feedback

2010-07-05 Thread Christian Kamm
Hi everyone,

a new indenter for the C++ editor has just been merged into master. Its main 
features are speed, the ability to use it without a TextEditor instance (like 
for refactoring) and the potential to be a lot smarter than the old one.

At the moment, however, it's still in its infancy. It knows some tricks that 
the old one didn't, but probably messes up cases that used to work fine before. 
To help stabilize it, I'd like to ask everyone to create tickets for any 
incorrect or odd intentation you encounter during your daily use.

(the component C++ support and assigned to me would be ideal)

Happy hacking,
Christian
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] Compile error with latest git

2010-06-21 Thread Christian Kamm
Hi,

Abdelrazak Younes wrote:
> Hi,
>
> This is with a fresh git source using Qt4.7beta1:
>
> cd qmldump/ && make -f Makefile

thanks for the report. Qmldump is a tool for retrieving the types exposed by a 
Qml plugin and needs access to private headers. I've made sure it only gets 
compiled if these headers are available in 
292ea498103ae865d58079b59114256be790cd28 .

Cheers,
Christian
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator