[Qt-creator] regular couple of second hangs

2009-12-11 Thread Damien Fagnou
Hi , I have started experiencing regular couple of second hang now that I do larger projects with qtCreator , they are bigger but still relatively small ( 20-30 files max ) the hang happen when I change file , either using the project browser or one of the key short cut like F4 . it look

Re: [Qt-creator] regular couple of second hangs

2009-12-11 Thread Itamar Reis Peixoto
On Fri, Dec 11, 2009 at 7:41 AM, Damien Fagnou damie...@moving-picture.com wrote: Hi , I have started experiencing regular couple of second hang now that I do larger projects with qtCreator , they are bigger but still relatively small ( 20-30 files max ) the hang happen when I change file ,

Re: [Qt-creator] how to set the default file-path in qtcreator when i new a file or project?

2009-12-11 Thread Florian Schwehn
if your version of Qt Creator is up to date it should work like this: - create any kind of new project - edit the project path in the upcoming dialog - below the path-lineedi there should appear a checkbox labeled use as default project location - check it! kind regards 2009/12/11 spider rain

Re: [Qt-creator] Unwanted extension .cpp

2009-12-11 Thread thorbjorn.lindeijer
ext Coda Highland wrote: Well, that explains it. That's the KDE file dialog, not the Qt one. You're describing a KDE bug and you should probably go poke them about it. /s/ Adam Well, it depends on where the KDE dialog gets that information from. Maybe we're still telling the file dialog

Re: [Qt-creator] regular couple of second hangs

2009-12-11 Thread thorbjorn.lindeijer
ext Itamar Reis Peixoto wrote: how you have installed qt-creator in redhat 5 as I know it doesn't have qt-4.6.0 required to run qt-creator. The Qt Creator installer that we're releasing ships with a Qt 4.6 for Creator to run against. The Qt SDK even ships with two versions, one to run

Re: [Qt-creator] Error with unattended installation of qtcreator

2009-12-11 Thread thorbjorn.lindeijer
ext Liebe Markus (RtP2/TEF72) wrote: Hi, I just tried to install qtcreator 1.3.0 on Linux using the following command: qt-creator-linux-x86-opensource-1.3.0.bin --mode unattended The installer itself runs fine, but it exits with $? beeing 1 and the following error message: Problem

Re: [Qt-creator] Unwanted extension .cpp

2009-12-11 Thread Coda Highland
The fact that the KDE dialog is still attaching the extension even after you tell it not to is independent of presenting the wrong filter to the QFileDialog call. /s/ Adam On Fri, Dec 11, 2009 at 9:05 AM, thorbjorn.lindei...@nokia.com wrote: ext Coda Highland wrote: Well, that explains it.

Re: [Qt-creator] regular couple of second hangs

2009-12-11 Thread Damien Fagnou
building a local version of QtCreator and breaking when the IDE hang , the debugger say I am in : void QProcessManager::run() .. // block forever, or until activity is detected on the dead child // pipe. the only other peers are the SIGCHLD signal handler, and the

Re: [Qt-creator] regular couple of second hangs

2009-12-11 Thread Oswald Buddenhagen
On Fri, Dec 11, 2009 at 05:26:33PM +0100, ext Damien Fagnou wrote: building a local version of QtCreator and breaking when the IDE hang , the debugger say I am in : int nselect = select(qt_qprocess_deadChild_pipe[0] + 1, this is useless without a complete backtrace. but i

[Qt-creator] Feature Request: configurable code folding

2009-12-11 Thread Florian Schwehn
hi, i don't know how about you, people - i really like code folding! but there's one cerntain thing that drives me mad anytime i use the Collapse All command: - i collapse all items in my current editor so that i got a clear view from above - then i wanna see the contents of one certain function