Re: [Qt-creator] CMake: Windows vs Linux

2010-05-06 Thread Daniel Teske
On Wednesday 05 May 2010 13:43:31 ext Bruno Matos wrote:
 Hi,
 
 I'm working with a CMake based project, and when I open the
 CMakeLists.txt in Windows, building for NMake files, only the
 CMakeLists.txt file shows in project tree. 
Your cmake version on windows is probably pre 2.8

 but it's impossible to add or remove files.
Yes, that's a fundamental limitation of the cmake file format. I don't think we 
can realistically support that.

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


Re: [Qt-creator] kdevelop coding assistants, possible in qt creator?

2010-05-06 Thread roberto.raggi

You mean something like this http://chaos.troll.no/~rraggi/fixme.mov ?
Qt Creator has pretty good support for AST matching and tree to tree 
transformations. It's just that we didn't had that much time to write 
refactoring-ops ;) but this is going to change soon.

ciao robe


On May 4, 2010, at 8:32 PM, ext Ville M. Vainio wrote:

 Is Qt Creators code intelligence good enough to implement this:
 
 http://www.kdevelop.org/mediawiki/index.php/KDevelop_4/4.0_Release_Announcement
 
 QQQ
 
 Coding Assistants: The extensive knowledge of the code is used to
 provide several semi-automatic coding assistants to the user. Assign
 something to a non-existing variable, and KDevelop will offer you
 automatically to create the variable with the type matching what you
 assigned to it. Call a non-existent function, and KDevelop will offer
 you to create it with the matching signature. Change the signature of
 a function-definition, and KDevelop will offer you to adapt the
 declaration accordingly.
 
 QQQ
 
 Even if this didn't work 100% of the time, it would be a big help.
 
 -- 
 Ville M. Vainio
 http://tinyurl.com/vainio
 ___
 Qt-creator mailing list
 Qt-creator@trolltech.com
 http://lists.trolltech.com/mailman/listinfo/qt-creator


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


Re: [Qt-creator] QtCreator 2.0 and wildcards on project files

2010-05-06 Thread Coda Highland
My thought on the matter is to use the OTHER_FILES variable (I think
it's OTHER_FILES, at least), which Creator uses to add non-compiled
files to the project and qmake ignores. Then you keep your .pro file
unchanged and add ALL of the platform directories to OTHER_FILES so
that they're visible in the editor regardless of the value of
$${platform}.

/s/ Adam

On Thu, May 6, 2010 at 9:02 AM, Gustavo Federico Bett gfb...@gmail.com wrote:
 Hi All,
 I'm working on a project that builds on three platforms, and to handle the
 platform specific code we have .pro files with something like this:
 # Header files
 HEADERS += ./inc/*.h
 include = ./inc/$${platform}/*.h
 exists($$include) {
         HEADERS += $$include
         }
 So we have a folder for each platform and a the platform variable is
 defined with the folder name for each platform. That make adding new files,
 and moving them around very easy, but... I just tried the new QtCreator 2.0
 beta, and it seems that the new qtcreator is unable to handle the wildcards
 on the .pro files (with QtCreator 1.3.1 it works like a charm). It doesn't
 show any file on the projects. Any idea on how can I solve this?? (without
 having to rewrite all the .pro files ... )

 Thanks in advance
 Regards
 --
 Gustavo Federico Bett

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



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


Re: [Qt-creator] QtCreator 2.0 and wildcards on project files

2010-05-06 Thread Oswald Buddenhagen
On Thu, May 06, 2010 at 04:02:10PM +0200, ext Gustavo Federico Bett wrote:
 # Header files
 HEADERS += ./inc/*.h
 include = ./inc/$${platform}/*.h
 exists($$include) {
         HEADERS += $$include
         }
 
that should work in theory, at least for the platform you are currently
building for. please make a complete minimal test case and file a bug.

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


[Qt-creator] Share color scheme across platforms?

2010-05-06 Thread Danny Price
Is there anyway to share my custom Creator color scheme between my Mac and Pc? 
I don't want to have to re-create it.
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


[Qt-creator] Lost drag and drop in 2.0 beta?

2010-05-06 Thread Stephen Chu
I just find that I can not drag some text and drop it to a different 
location of the same file in the editor.

Any one else has this problem? I am running Windows 7 x64. Filed a bug 
on this here: http://bugreports.qt.nokia.com/browse/QTCREATORBUG-1354

BTW. Mac drag-n-drop still use a opaque image which always blocks the 
location where I want to drop it. Very annoying: 
http://bugreports.qt.nokia.com/browse/QTBUG-9076
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator