Re: [Qt-creator] Compilation Errors under Mac OS X 10.5

2009-08-31 Thread Victor Sardina
Fellows: I successfully compiled the latest QtCreator after installing Qt 4.6. The only thing I noticed: the generated Mac application folder doesn't include the QtCreator icon and some other resources. Other than that, everything appears to have gone smoothly. Victor Victor Sardina wrote: > Bj

Re: [Qt-creator] Compilation Errors under Mac OS X 10.5

2009-08-31 Thread Victor Sardina
Bjørn and Eike: Thank you for your assistance. I have confirmed that Qt 4.6.0 compiles without hiccups on Mac OS X. The compilation also generates the help without problems, as usual, and without the need of issuing an extra "make docs" command. For the above to work, it appears that you need to

[Qt-creator] Qt Program Crash

2009-08-31 Thread Bemipefe
Hi! I have a strange crash in my program build with QtCreator , last version x86_64 Linux OS. It crashes when is called the funcion setBackgroundColor: Obj = ui->Box->item(i); if(Obj == NULL) { cout << "[%%]" << "NULL OBJECT GET FROM QListn"; return 0; } Obj -> setBackgroundColor(Qt::green);

Re: [Qt-creator] Work around request for "Project files included from CMakeLists.txt are not shown in the navigation tree"

2009-08-31 Thread Mar
Thorbjørn Lindeijer wrote: > ext Mar wrote: > >> agnosticp...@gmail.com wrote: >> >>> There's been previous discussion in the list about this and I have the >>> very same issue...I have a patch that uses a heuristic to fix it >>> (basically it assumes every .h file corresponds to a .cpp

Re: [Qt-creator] Compilation Errors under Mac OS X 10.5

2009-08-31 Thread Victor Sardina
Bjørn: True. Today I gave it a shot an blindly tried "make doc", and "make docs". As you can imagine, the second one worked...Notwithstanding, it refused to compile the qmake help and quit. Then I thought about just copying the doc directory tree over from 4.5.2 (ugly, but at least I could browse

Re: [Qt-creator] Work around request for "Project files included from CMakeLists.txt are not shown in the navigation tree"

2009-08-31 Thread Daniel Teske
ext Mar schrieb: > Hi all > > I really love using Qt-creator. The only thing keeping me away from > using it on a daily basic is the known issue from version 1.1.0: > "Project files included from CMakeLists.txt are not shown in the > navigation tree" (still present in version 1.2.1 ). > > Until

Re: [Qt-creator] Compilation Errors under Mac OS X 10.5

2009-08-31 Thread Thorbjørn Lindeijer
ext Victor Sardina wrote: > Fellows: > > My apologies. I should have read all previous mails before posting. The > problem seems related to a small dependency on Qt 4.6? > > I don't have any problem switching to 4.6, and as a matter of fact, I > tried to do so a couple of weeks ago. After install

Re: [Qt-creator] Work around request for "Project files included from CMakeLists.txt are not shown in the navigation tree"

2009-08-31 Thread Thorbjørn Lindeijer
ext Mar wrote: > agnosticp...@gmail.com wrote: >> There's been previous discussion in the list about this and I have the >> very same issue...I have a patch that uses a heuristic to fix it >> (basically it assumes every .h file corresponds to a .cpp file). I'll >> post a patch next week if y

[Qt-creator] Shortcut to run the last configuration again?

2009-08-31 Thread Liebe Markus (RtP2/TEF72)
Hi there, Is there a keyboard shortcut to run the last run configuration again? I want to start the functionality behind the green arrow on top of the console window where all the application messages are displayed. In the german version of qtcreator the button has a tooltip saying "Ausführungsk

Re: [Qt-creator] compilation problem in git version

2009-08-31 Thread Eike Ziller
Hi, On Aug 28, 2009, at 7:09 PM, ext Daniel Price wrote: > Will the next official release of Creator (1.3?) require qt 4.6? I > hope not as we have only just upgraded to 4.5! I'm not sure, but it seems that you misunderstand that we are just talking about what Qt version you need to be able to

Re: [Qt-creator] compilation problem in git version

2009-08-31 Thread Eike Ziller
On Aug 31, 2009, at 7:12 AM, ext Victor Sardina wrote: > Roberto: > > It looks like they merged 4.6 into master and erased the 4.6 branch > afterwards. ? No the 4.6 branch is there (http://qt.gitorious.org/qt/qt/commits/ 4.6), and is the one that will become Qt 4.6. The 4.6 and the master branc

Re: [Qt-creator] ctrl-k search bug

2009-08-31 Thread Eike Ziller
Task http://qt.nokia.com/developer/task-tracker/index_html?method=entry&id=169757 (probably shows up tomorrow when the database is synced) ++ Eike On Aug 28, 2009, at 2:26 PM, Molkentin Daniel (Nokia-D-Qt/Berlin) wrote: > Hi, > > ext Eirik Ulvik schrieb: >>> I have a bug which has been in there