Re: [Qt-creator] Crash and Shell-Error starting qtCreator 1.3.1 official release

2010-03-03 Thread Ladnar, Marc
h.com Betreff: Re: [Qt-creator] Crash and Shell-Error starting qtCreator 1.3.1 official release On Thursday 18 February 2010 13:05:17 ext Ladnar, Marc wrote: > Ok, we tested a little bit and encountered some things: > [ ... ] Well, those are a bunch of (probably) unrelated issues. You sho

Re: [Qt-creator] Crash and Shell-Error starting qtCreator 1.3.1 official release

2010-02-18 Thread Ladnar, Marc
icial release On Thursday 18 February 2010 13:05:17 ext Ladnar, Marc wrote: > Ok, we tested a little bit and encountered some things: > [ ... ] Well, those are a bunch of (probably) unrelated issues. You should report them (separately) at http://bugreports.qt.nokia.com/browse/QTCREATORBUG,

Re: [Qt-creator] Crash and Shell-Error starting qtCreator 1.3.1 official release

2010-02-18 Thread Ladnar, Marc
hell-Error starting qtCreator 1.3.1 official release On Thursday 18 February 2010 10:48:09 ext Ladnar, Marc wrote: > Ok, thanks. That worked, but only until next start. > Creator seems to create files in there that prevent him from starting > correctly next time. Hm, that's strang

Re: [Qt-creator] Crash and Shell-Error starting qtCreator 1.3.1 official release

2010-02-18 Thread Ladnar, Marc
February 2010 06:46:00 ext Ladnar, Marc wrote: > Hello guys, > > does anyone know what this error means: > > ===> > terminate called after throwing an instance of 'CLuceneError' > Abort > <== The fact that a CLuceneError occurs means that something is wro

[Qt-creator] Crash and Shell-Error starting qtCreator 1.3.1 official release

2010-02-17 Thread Ladnar, Marc
Hello guys, does anyone know what this error means: ===> terminate called after throwing an instance of 'CLuceneError' Abort <== QtCreator throws this message and ends after starting. I was able to see the starting window with the project handling tab and after about a seccond it cras

Re: [Qt-creator] How to include libraries in Qt

2010-02-14 Thread Ladnar, Marc
hereever possible. I feel we should have detailed docmentation for Static Library, Shared Library and Plugins with code examples. Let me know if I miss any thing... -Krishna. On 11 February 2010 22:40, Ladnar, Marc wrote: Hi Krishna, ther is no difference in binding your stati

Re: [Qt-creator] How to include libraries in Qt

2010-02-11 Thread Ladnar, Marc
Hi Krishna, ther is no difference in binding your static or dynamic library into another app. You just have to put this line into your app.pro file: LIBS += -L[PATH_TO_YOUR_LIB] -l[LIB_NAME] If your lib is called libxy, you will have to add -lxy, so leave the part "lib". Static libs are directly

Re: [Qt-creator] Error building QT Creator from source

2010-02-11 Thread Ladnar, Marc
source On Thu, Feb 11, 2010 at 10:25:03AM +0100, ext Ladnar, Marc wrote: > qt-everywhere-commercial-src-4.6.1/tools/qt-creator-1.3.1-src/share/qtcr eator' > (test -z "" || cd "" ; targ=`basename phony_target`; objcopy > --only-keep-debug "$targ" &quo

Re: [Qt-creator] Error building QT Creator from source

2010-02-11 Thread Ladnar, Marc
Hello all, can someone help me please? I try to build QtCreator from current release source 1.3.1 from 18.01.2010. I get the phony_target error which allready should be solved (documentet in mailing list). The complete error is here: --- cd qtcreator/ && make -f Makefile.static make[

Re: [Qt-creator] Add new project templates

2010-01-06 Thread Ladnar, Marc
Hello all, As far as I know is there someone out there who is allredy programming a support for custom templates. It's about3 or 4 months that he asked for ideas in this list. I don't know how far this project is. It's just for info... Have a nice day, Marc -Ursprüngliche Nachricht-

Re: [Qt-creator] work with multiple ui windows

2009-12-09 Thread Ladnar, Marc
hello, this is a question for Qt maling list itself, so try general Qt questions there. This is only mailing list for discussing qtCreator bugs, features and problems. Anyway, we use a window-managing system for that, we built for our own. It puts the windows inside a QStackedWidget and shows

Re: [Qt-creator] Control where the compiled object files go?

2009-11-09 Thread Ladnar, Marc
Hi, just look inside the qmake documentation... UI_DIR = .qtSol UI_HEADERS_DIR = .qtSol UI_SOURCES_DIR = .qtSol MOC_DIR = .qtSol OBJECTS_DIR = .qtSol RCC_DIR = .qtSol These are some flags for defining where the compiled parts should go to. In your case, OBJECTS_DIR should help. Have a nice day

Re: [Qt-creator] Is It possible to add Backgroung image to form we use for design, using qt creator designer ....

2009-09-23 Thread Ladnar, Marc
Hi, I would suggest you to have a look into the stylesheet documentation of QWidget. Have a nice day, Marc Ladnar _ Von: Gaurav Purohit [mailto:gaurav.puro...@dspg.com] Gesendet: Donnerstag, 24. September 2009 07:19 An: qt-creator@trolltech.com Betreff: [Qt-creator] Is It possible

Re: [Qt-creator] Configure .pro to copy dependent dlls to a directory with program exe.

2009-09-23 Thread Ladnar, Marc
response Marc. I've read the qmake manual several times and looked at DESTDIR and DLLDESTDIR. I don't seem to be any closer. There doesn't seem to be any examples illustrating this. The semantics of some of the .pro configuration seems to be quite confusing. On Wed, Sep 23, 2009 at

Re: [Qt-creator] Configure .pro to copy dependent dlls to a directory with program exe.

2009-09-22 Thread Ladnar, Marc
In the .pro file there is an option called DESTDIR, i think this is what you are looking for. Check Assistant for further help. _ Von: Luke Krasnoff [mailto:luke.krasn...@gmail.com] Gesendet: Mittwoch, 23. September 2009 07:36 An: qt-creator@trolltech.com Betreff: [Qt-creator] Configur

Re: [Qt-creator] Bookmarks in deleted files

2009-08-25 Thread Ladnar, Marc
Hi, I would suggest something like in Opened Documents, the crossmark that appears when moving mouse over the list entry. And obviously an autodelete of the bookmarks when the file gets deleted from system^^ Regards, Marc -Ursprüngliche Nachricht- Von: Eirik Ulvik [mailto:eir.

Re: [Qt-creator] About a new feature

2009-07-29 Thread Ladnar, Marc
Hi John & Flo, I have been asking for that, too, just some days ago. Would be a nice feature. If you want to do that, I have some requests ^^ (Sorry for that "attack") Maybe you can make a plugin that integrates into the new file dialog, too, and provides there with a list of templates that on

Re: [Qt-creator] Jump to definition and encoding

2009-07-29 Thread Ladnar, Marc
Resolving the link and checking in pro file contents if the file exists inside the project and open the matching original file might solve this problem. Marc -Ursprüngliche Nachricht- Von: Ladnar, Marc Gesendet: Mittwoch, 29. Juli 2009 11:30 An: qt-creator Betreff: Re: [Qt-creator

Re: [Qt-creator] Jump to definition and encoding

2009-07-29 Thread Ladnar, Marc
definition and encoding Hi, On Jul 29, 2009, at 9:51 AM, ext Ladnar, Marc wrote: > Hello, > > I figuered another problem in Version 1.2.1. > > I have e.g. 3 files: > dir1/X.h > dir1/X.cpp containing #include Y.h, project.pro contains > INCLUDEPATH += dir3 >

Re: [Qt-creator] Feature request

2009-07-29 Thread Ladnar, Marc
g we plan to do (and work on). But unfortunately not possible yet :) > > And yes, it is a nice feature. > > Dat Chu > > On Wed, Jul 29, 2009 at 1:13 AM, Ladnar, Marc > wrote: > Hello, > > is there allready a way to quickly build a class definition in > header

[Qt-creator] Jump to definition and encoding

2009-07-29 Thread Ladnar, Marc
Hello, I figuered another problem in Version 1.2.1. I have e.g. 3 files: dir1/X.h dir1/X.cpp containing #include Y.h, project.pro contains INCLUDEPATH += dir3 dir2/Y.h dir3/Y.h linked to dir2/Y.h for collecting all project relevant header files in dir3 (I have very deep project

[Qt-creator] Feature request

2009-07-28 Thread Ladnar, Marc
Hello, is there allready a way to quickly build a class definition in header, go into the cpp and press one shortcut to get empty functions with all parameters from the class definition? Or maybe to type "classname::functionname(", select the wanted and newly define function and press a shortcut

Re: [Qt-creator] Line indentation

2009-07-28 Thread Ladnar, Marc
lection If this doesn't work, please tell us the Platform and Creator version your are working with. Regards, Robert ext Ladnar, Marc schrieb: > Hello all, > > would it be possible to do line indentation for current line without the need to select it? Think that makes it little faster f

[Qt-creator] Line indentation

2009-07-28 Thread Ladnar, Marc
Hello all, would it be possible to do line indentation for current line without the need to select it? Think that makes it little faster for doing some code layouting. Have a nice day, Marc Ladnar ___ Qt-creator mailing list Qt-creator@trolltech.co

Re: [Qt-creator] Adding new designer form class doesn't honour file naming conventions

2009-07-28 Thread Ladnar, Marc
I have the same problem. Marc -Ursprüngliche Nachricht- Von: Robert Caldecott [mailto:robert.caldec...@gmail.com] Gesendet: Dienstag, 28. Juli 2009 08:59 An: qt-creator@trolltech.com Betreff: [Qt-creator] Adding new designer form class doesn't honour file naming conventions In the C++

Re: [Qt-creator] QStringList Error in Qt Creator

2009-07-22 Thread Ladnar, Marc
thx -Ursprüngliche Nachricht- Von: Thorbjørn Lindeijer [mailto:thorbjorn.lindei...@nokia.com] Gesendet: Mittwoch, 22. Juli 2009 09:29 An: qt-creator@trolltech.com Betreff: Re: [Qt-creator] QStringList Error in Qt Creator ext Denis Kormalev wrote: > On Tuesday 21 July 2009 at 19:19:52, T

Re: [Qt-creator] QStringList Error in Qt Creator

2009-07-22 Thread Ladnar, Marc
The same problem occures on my system, too. -Ursprüngliche Nachricht- Von: Denis Kormalev [mailto:kormalev.de...@gmail.com] Gesendet: Mittwoch, 22. Juli 2009 07:10 An: qt-creator@trolltech.com Betreff: Re: [Qt-creator] QStringList Error in Qt Creator On Tuesday 21 July 2009 at 19:19:52,

Re: [Qt-creator] QStringList Error in Qt Creator

2009-07-21 Thread Ladnar, Marc
Cool, thanks. -Ursprüngliche Nachricht- Von: Thorbjørn Lindeijer [mailto:thorbjorn.lindei...@nokia.com] Gesendet: Dienstag, 21. Juli 2009 17:20 An: qt-creator@trolltech.com Betreff: Re: [Qt-creator] QStringList Error in Qt Creator ext Ladnar, Marc wrote: > I sometimes mess my qt-fi

Re: [Qt-creator] QStringList Error in Qt Creator

2009-07-20 Thread Ladnar, Marc
I sometimes mess my qt-files, too. This is when pressing Ctrl+clicking on Qt-Class-variables in your code and presiing V for pasting e.g. I allready posted a request for making this linking optional or giving it an other initial key. I did read your problem solving too late, so just ignore my la

Re: [Qt-creator] QStringList Error in Qt Creator

2009-07-20 Thread Ladnar, Marc
Hi Shaun, did you really comment all of your code containing QStringList? In headers, too? This can happen, too, if you have a "QStringList *list" in your header with an forward declaration "class QStringList" and using this pointer somewhere in your code. Maybe a "delete list" or something li

Re: [Qt-creator] Adding Custom Documentation to QtCreator

2009-07-19 Thread Ladnar, Marc
Hello Mike, you will have to generate a .qch file, but I cannot help you with generating it from adp. I can only tell you the way by Doxygen. If you have the qch, you will have to start QtCreator, open Tools menu and call the action Settings. Inside the Settings, there is a Entry called Help an

Re: [Qt-creator] Using a .lib?

2009-07-15 Thread Ladnar, Marc
tor would be on my wish list for a future release. :) 2009/7/15 Ladnar, Marc : > > > in your .pro file you can add something like this: > > debug > { >  LIBS += your_debug_lib.lib > } > release > { >  LIBS += your_release_lib.lib > } > > > Marc >

Re: [Qt-creator] Using a .lib?

2009-07-15 Thread Ladnar, Marc
in your .pro file you can add something like this: debug { LIBS += your_debug_lib.lib } release { LIBS += your_release_lib.lib } Marc -Ursprüngliche Nachricht- Von: Robert Caldecott [mailto:robert.caldec...@gmail.com] Gesendet: Mittwoch, 15. Juli 2009 10:04 An: qt-creator@trollt

Re: [Qt-creator] Additional Include Folders

2009-07-15 Thread Ladnar, Marc
In your .pro file you just add the line: INCLUDEPATH += [your_new_path] -Ursprüngliche Nachricht- Von: Robert Caldecott [mailto:robert.caldec...@gmail.com] Gesendet: Mittwoch, 15. Juli 2009 09:22 An: qt-creator@trolltech.com Betreff: [Qt-creator] Additional Include Folders Is there a w

Re: [Qt-creator] Qt Creator comments

2009-07-14 Thread Ladnar, Marc
Yes, ist has something to do with windows. Windows locks binaries when the get started/executed. It prevents itself from crashing by removing oder moving these files. Sometimes it gets annoying on windows. I know that problem, too. But once you found out what causes this error, you know what to

Re: [Qt-creator] Searching and an example

2009-07-13 Thread Ladnar, Marc
For point 4 I can tell you press F1 again. But this only works if help was found in split help pane. Have a nice day, Marc Ladnar _ Von: Shaun van Wyngaard (Home) [mailto:shaun...@gmail.com] Gesendet: Dienstag, 14. Juli 2009 06:27 An: qtCreator Feedback Betreff: [Qt-creator] Searchi

Re: [Qt-creator] Using VS2008

2009-07-13 Thread Ladnar, Marc
Helllo Arnold, Are you sure you configured and built the Qt version in your MSVC-Command shell? The configure script marks which compiler to use by the qmake specs. Workingdirectories for the compilers are stored, too. Did you maybe move your Qt-Directory after building it? If so just run confi

Re: [Qt-creator] Enhancement Request - File|New Unit Test

2009-07-09 Thread Ladnar, Marc
I would like to have similar functionallity, maybe providing Templates for new classes and forms. -Ursprüngliche Nachricht- Von: Robert Caldecott [mailto:robert.caldec...@gmail.com] Gesendet: Donnerstag, 9. Juli 2009 13:01 An: qt-creator@trolltech.com Betreff: [Qt-creator] Enhancement R

Re: [Qt-creator] CDB installation path

2009-07-08 Thread Ladnar, Marc
You will have to donwload the CDB from Microsoft, install it and set the installation path of CDB inside this options. This has nothing to do with the debugger helper. I Just did it yesterday and it works fine. The link for the cdb is in that dialog, too. Happy coding, Marc -Ursprünglich

Re: [Qt-creator] Drawing on QWidget

2009-07-06 Thread Ladnar, Marc
The developing tool has nothing to do with the IDE you use for programming. Qt stays Qt, even if you use QtCreator for implementation or Qt designer and gvim... -Ursprüngliche Nachricht- Von: Alex Williams [mailto:linuxf...@gmail.com] Gesendet: Montag, 6. Juli 2009 15:49 An: qt-creato

Re: [Qt-creator] Build Issue in Qt Creator: collect2: ld returned 1 exit status

2009-07-05 Thread Ladnar, Marc
This error mostly occurs when the linker is not able to link the program. That you are not able to get debugging output shows me, that you may be still running your application while recompiling it. So your linker is not allowed on Windows to link your binary (it is in use) and on windows you onl

Re: [Qt-creator] Visual Studio Compiler

2009-06-30 Thread Ladnar, Marc
Or just to rerun configure. But be carefull: Only possible by same compiler versions. In my case, it worked. I took the sources, copied them, ran configure in the new directory. After that I copied the directories lib, inlcude and bin except qmake.exe. That worked perfectly for me. Have a nic

Re: [Qt-creator] Label in Editor Settings

2009-06-18 Thread Ladnar, Marc
Thanks -Ursprüngliche Nachricht- Von: Thorbjørn Lindeijer [mailto:thorbjorn.lindei...@nokia.com] Gesendet: Donnerstag, 18. Juni 2009 10:43 An: qt-creator@trolltech.com Betreff: Re: [Qt-creator] Label in Editor Settings ext Ladnar, Marc wrote: > Hallo all, > > in the font

[Qt-creator] Label in Editor Settings

2009-06-17 Thread Ladnar, Marc
Hallo all, in the font and color settings of QtCreator there is a FontSet for "Label". What is that meant for? How can I creat a "Label"? What I'm searching for is a possibility to mark a specific text area in a color that's easily seen for e.g. TODOs or Warnings. In Kate there is the TODO and a

Re: [Qt-creator] Basic question regarding font settings and QTabWidget

2009-06-14 Thread Ladnar, Marc
There is a function called tabBar() inside QTabWidget. Get it and set the font inside there to bold. Have a nice day. _ Von: Patric [mailto:use...@gmail.com] Gesendet: Sonntag, 14. Juni 2009 23:41 An: qt-creator@trolltech.com Betreff: [Qt-creator] Basic question regarding font settin

Re: [Qt-creator] Problem building Creator.

2009-06-08 Thread Ladnar, Marc
Hi JD, looks like you didn't compile your qt in debug mode. the d before the 4 in QtHelpd4 means Debug^^ Have a nice day, Marc -Ursprüngliche Nachricht- Von: JD Guzman [mailto:lostinthec...@googlemail.com] Gesendet: Montag, 8. Juni 2009 08:46 An: qt-creator@trolltech.com Betreff: [Qt-

[Qt-creator] Creator-Snapshots

2009-06-07 Thread Ladnar, Marc
Hello all, are Creator's snapshots only reachable by git? Or is there another way maybe to get a sinple tar.gz for extracting and compiling? On the homepage I only get the git repository to see and I don't find a possibillity to donwload a source package there. Is the old stuff under Qt-labs ki

Re: [Qt-creator] Custom widget in Qt Creator (Designer)

2009-06-07 Thread Ladnar, Marc
No, youo just place a placeholder for your widget marking the inline position (use a QWidget or your base class for that). Riightclick your widget an tell it "Promote to...". A Dialog pops up where you now can enter your classname, its header and press add. Now it apperas on the upper list in t

[Qt-creator] Templates

2009-05-26 Thread Ladnar, Marc
Hy all, is there a way in QtCreator to change the template for classes and widgets that are used when creating new files with qtcreator? I found th original templates in qtcreator path, but what I want is to create another bunch of templates and switch dynamically or per user settings from one te

Re: [Qt-creator] Class design of programs when QT Designer is used

2009-05-24 Thread Ladnar, Marc
You are not bound to that. I have another big project now and what I do is following: Each tab e.g. is designed in Designer as QWidget based class with all of it's functionallity. In MainWindow I only put the Tabwidget and promote each tab to one of the Widget based classes. Now you have a simp

[Qt-creator] Feature request

2009-05-18 Thread Ladnar, Marc
Hello, some collegues are now starting to use the Qt-Creator, too. They asked me to post 2 requests: 1) Is it possible to make a filter into the obejct explorer in Ui editing mode like in action editor, property editor and widget list? That would make it easier in an bigger ui to find a widge

[Qt-creator] Error message on startup

2009-05-17 Thread Ladnar, Marc
Hello, I run Qt-Creator in different Versions and on startup it allways brigs me the message: cd: 8: can't cd to /usr/local/lib/Qt-4.5.0/bin/../lib64 What is the matter for that? Is there a kind of Platform autodetection in Creator and it tries to load the Qt 64bit libs? I think it doesn't

Re: [Qt-creator] Using doxygen generated help with F1 key?

2009-05-14 Thread Ladnar, Marc
, I had a short look today at doxygen and i figured out the missing peace. Will see if I can provide a fix within the next days. ext Ladnar, Marc schrieb: > Hi Paul, > > I tried it hard, too. ANd I allready had a discussion with the > developers at the beginning of this week. By no

Re: [Qt-creator] Using doxygen generated help with F1 key?

2009-05-14 Thread Ladnar, Marc
Hi Paul, I tried it hard, too. ANd I allready had a discussion with the developers at the beginning of this week. By now, it is not really possible to make it work perfectly. But if you find a good way, I would appreciate it if you tell me hwo you did it. Have a nice day, Marc Ladnar -U

Re: [Qt-creator] Problems console application and Q_OBJECT

2009-05-13 Thread Ladnar, Marc
Hi Petric, it is a common Qt qmake problem. Qmake is not called until the .pro has not changed. But qmake is the tool generating the Makefile commands for moc compiling. So you will have to do it in QtCreator like as in Qt itself. I think there will be no patch for QtCreator to solve this proble

Re: [Qt-creator] QHC and Creator

2009-05-11 Thread Ladnar, Marc
liche Nachricht- Von: Karsten Heimrich [mailto:karsten.heimr...@nokia.com] Gesendet: Montag, 11. Mai 2009 13:01 An: qt-creator@trolltech.com Betreff: Re: [Qt-creator] QHC and Creator Hi Ladnar, ext Ladnar, Marc schrieb: > Hello, > > I just updated my doxygen and tried to generate the hel

[Qt-creator] QHC and Creator

2009-05-11 Thread Ladnar, Marc
Hello, I just updated my doxygen and tried to generate the help files for QtCreator from my libs. All worked fine, and the integration to the assistant inside of QtCreator worked, too. But I recognized 2 problems: 1) In settings dialog when adding the qch files to creator, I'm not able to set

Re: [Qt-creator] Qt Creator response too slow

2009-05-06 Thread Ladnar, Marc
Qt Creator, alt-tab works fastwhen a file is > opened, it lags a bit > > From: Ladnar, Marc [mailto:marc.lad...@ksab.kroschu.com] > Sent: woensdag 6 mei 2009 8:45 > To: qt-creator > Subject: Re: [Qt-creator] Qt Creator response too slow > > We has similar problems here with Qt.

Re: [Qt-creator] Qt Creator response too slow

2009-05-05 Thread Ladnar, Marc
We has similar problems here with Qt. We managed to find out that this had to do with the system language, the encoding of the files (and Creator's editor) and the fontserver. Especially when you use special chars like the ä or ö in german, qt mostly tries to find the right font to display it and t

[Qt-creator] Request: Compiling single subproject

2009-05-05 Thread Ladnar, Marc
Hello all, does anyone know how it is possible to just compile a subproject in QtCReator with its own .pro file? e.g. If have some plugins in a bigger project and I just want to compile the plugin, not the whole project. If not, would it be possible to implement that? Have a nice day, Marc