Re: [Qt-creator] Plugin to display compile errors warnings etc. inline

2010-06-21 Thread Coda Highland
> E.g. currently there are two cases when the build issues list is cleared. > a) When you start a new build > b) Pressing the clear all button in the build issues list > > I don't know whether b) should also clear the editor of all inline markers. (I > suppose it should.) You probably need signals

Re: [Qt-creator] Application symbol has no decoration on Window Maker 0.92.0

2010-06-21 Thread Daniel Teske
On Monday 21 June 2010 19:52:27 ext Tobias Hirning wrote: > Am Freitag, 11. Juni 2010, um 10:31:12 schrieb Tobias Hirning: > > [...] > > I reported the following bug: > > "The application symbol in the "tray" has no decoration on Window Maker > > 0.92.0." > > http://bugreports.qt.nokia.com/browse/Q

Re: [Qt-creator] CMake project import

2010-06-21 Thread Daniel Teske
> I`ve opened cmake project (written in c++) and observed the following issue > : only source files referenced by cmake rules like add_library(), > add_executable() are listed in the "Project explorer" view. So I`m not > able to open any header using that view. At the same time, switching > bet

Re: [Qt-creator] Plugin to display compile errors warnings etc. inline

2010-06-21 Thread Daniel Teske
> at the moment I am creating a plugin for QtCreator to display compile > warnings and errors (tasks) inline. See attached screenshot. Looks quite nice. > I am trying to do this by only adding new code to QtCreator in form of a > QtCreator plugin. There are however several things that I could

Re: [Qt-creator] Application symbol has no decoration on Window Maker 0.92.0

2010-06-21 Thread Tobias Hirning
Am Freitag, 11. Juni 2010, um 10:31:12 schrieb Tobias Hirning: > [...] > I reported the following bug: > "The application symbol in the "tray" has no decoration on Window Maker > 0.92.0." > http://bugreports.qt.nokia.com/browse/QTBUG-7499 > > Could anyone please reopen the bug due to my last comme

Re: [Qt-creator] Third party include behavior

2010-06-21 Thread Coda Highland
>>   # This is just a hack to make code completion work OK in Qt Creator. >>   INCLUDEPATH += /usr/include/SDL >>   INCLUDEPATH -= /usr/include/SDL > I don't really understand why would this work, but code completion > seems to work fine as it is. If it works, it's because Creator processes the +=

Re: [Qt-creator] Third party include behavior

2010-06-21 Thread Ivan Vodopiviz
> The correct way to include SDL headers is: > >   #include > > That is, no "SDL/" prefix.  On your system the SDL headers might be > installed in /usr/include/SDL, but not on other systems (for example, it > might be include/SDL-1.2/).  To get the actual include directory, you > either use pkg-co

Re: [Qt-creator] Combo Box with sql values

2010-06-21 Thread Sergio de la Cruz Rodriguez
El jue, 17-06-2010 a las 14:15 +0200, Przemek escribió: > Hello, > Is it possible to create in QtDesigner a form in combo box and insert sql > values in combo box later (during using application)? > If yes, how to make it? > > PZ > > > ___ > Qt-creat

Re: [Qt-creator] errors in compilation of git version

2010-06-21 Thread Alex T.
I just followed the instruction that said to specify QT_PRIVATE_HEADERS variable and a succeeded in building Qt Creator. Those private headers are in the tar.gz archive of Qt. (Not the directory where you installed Qt) I have Qt extracted in /home/myuser/install/qt-qt, so i just run /usr/local/qt-

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 the

Re: [Qt-creator] errors in compilation of git version

2010-06-21 Thread Denis Mingulov
Hi, On Mon, Jun 21, 2010 at 2:38 PM, Lorenzo Bettini wrote: > mh... I'm not sure I understand your solution... what do you mean I can > comment that project? Sorry, just remove the next line. src/tools/qml/qml.pro: SUBDIRS += qmldump There will be a debug message during Qt Creator starting th

Re: [Qt-creator] errors in compilation of git version

2010-06-21 Thread Lorenzo Bettini
On 06/21/2010 01:36 PM, Denis Mingulov wrote: > Hi, > > On Mon, Jun 21, 2010 at 2:32 PM, Lorenzo Bettini > wrote: >> is it a known issue? >> >> I found many related posts concerning this problem with qt 4.7... > I do not know is there a bug in bugreports, but at least here - it is > reported abou

Re: [Qt-creator] errors in compilation of git version

2010-06-21 Thread Denis Mingulov
Hi, On Mon, Jun 21, 2010 at 2:32 PM, Lorenzo Bettini wrote: > is it a known issue? > > I found many related posts concerning this problem with qt 4.7... I do not know is there a bug in bugreports, but at least here - it is reported about every 2-3 days for last 2 weeks. No any changes, so you can

[Qt-creator] errors in compilation of git version

2010-06-21 Thread Lorenzo Bettini
Hi with the new qt-creator version obtained via git, using the current qt 4.7 version (from git as well) I get this compilation error: src/tools/qml/qmldump/main.cpp:12:38: error: QtCore/private/qobject_p.h: No such file or directory /home/bettini/install/qt-creator/qt-creator/src/tools/qml/qml

Re: [Qt-creator] Third party include behavior

2010-06-21 Thread Daniel Teske
>QMAKE_CFLAGS += $$system(sdl-config --cflags) >QMAKE_CXXFLAGS += $$system(sdl-config --cflags) > > > in most of my source files get > > resolved just fine, with my main.cpp being the only exception. For > > some reason, QT Creator keeps underlining the #include statement > > complaining

Re: [Qt-creator] qmake Path on Commandline not searched

2010-06-21 Thread Daniel Teske
> I have a variable 'LIBRARYPATH' > > which is used in the following way > > LIBRARYPATH = E:/Daten/Dev/SVN/library/ > INCLUDEPATH += $${LIBRARYPATH}include/Micos/ > > however this path is different on every computer. If I add > "LIBRARYPATH = E:/Daten/Dev/SVN/library/" to the qmake command line

Re: [Qt-creator] qt-creators c/c++ parsing

2010-06-21 Thread roberto.raggi
Hi, On Jun 19, 2010, at 1:08 PM, ext Campbell Barton wrote: > Hi, Id really like to help with qtcreator by reporting bugs at least > but I really think this was some error in version 1.3x > > It would parse around 1 million lines of C/C++ code in ~3 seconds. and > it didn't always seem to work