Re: [Qt-creator] Code completion and help (Qt SDK 2009.05)

2009-12-15 Thread Eike Ziller
ou select your Qt version, does it say something like "found Qt version x.y.z, using mkspec foo" ? b) Do you set this Qt version to use with your project? I.e. is it either set as "Default Qt" in the Qt preferences, or does the project explicitly uses this Qt version in the act

Re: [Qt-creator] "Failed to load core" error

2009-12-14 Thread Eike Ziller
_ > Qt-creator mailing list > Qt-creator@trolltech.com > http://lists.trolltech.com/mailman/listinfo/qt-creator -- Eike Ziller Software Engineer Nokia, Qt Development Frameworks Nokia gate5 GmbH Firmensitz: Invalidenstr. 117, 10115 Berlin, Germany Registergericht: Amtsgericht

Re: [Qt-creator] Connecting signals from child thread with slots in main thread

2009-12-07 Thread Eike Ziller
ptr=new mythread(this);" before the "connect" statement (or something similar) should do it for you. -- Eike Ziller Software Engineer Nokia, Qt Development Frameworks Phone +49 (0)30 6392 3255 Fax+49 (0)30 6392 3256 E-mail eike.zil...@nokia.com __

Re: [Qt-creator] Diferent copies of same dll's

2009-12-03 Thread Eike Ziller
Why cant QtCreator share Qt dll's and plugins? In my opinion we could merge > creator in qt folder > > Thank you for this amazing tool!! -- Eike Ziller Software Engineer Nokia, Qt Development Frameworks Phone +49 (0)30 6392 3255 Fax+49 (0)30 6392 3256 E-mail eike.zil...@

[Qt-creator] Qt Creator 1.3.0 Released

2009-12-01 Thread Eike Ziller
://bugreports.qt.nokia.com. If you are a commercial customer and require support, please log in to the customer portal at https://qt.nokia.com/customerportal. We hope you enjoy Qt Creator 1.3! -- The Qt Creator Team -- Eike Ziller Software Engineer Nokia, Qt Development Frameworks Phone +49 (0

Re: [Qt-creator] QtCreator 1.3 fixed font rendering broken in editor?

2009-12-01 Thread Eike Ziller
On Nov 30, 2009, at 8:01 PM, ext Martin Hauner wrote: > Hi, > > On 30.11.09 10:25, Eike Ziller wrote: >> On Nov 28, 2009, at 6:00 PM, ext Martin Hauner wrote: >>> I compiled Qt with Cocoa.. I guess it makes sense for me to check a >>> Carbon >>> version

Re: [Qt-creator] QtCreator 1.3 fixed font rendering broken in editor?

2009-11-30 Thread Eike Ziller
>> Cocoa, as >> far as I know. > > I compiled Qt with Cocoa.. I guess it makes sense for me to check a > Carbon > version and see if it has the same issue. If not I will enter it > into into the > bug tracker. I can confirm that this is a problem with a Qt built wi

Re: [Qt-creator] Qt-creater and Mandriva 2010

2009-11-26 Thread Eike Ziller
t; not > work. > > So, what's my best course of action to get any version of qt-creator > working > again. Another thought, I could compile the source code, I probably > have all > of the libraries tat are needed. -- Eike Ziller Software Engineer Nokia, Qt

Re: [Qt-creator] Problema indexing files

2009-11-25 Thread Eike Ziller
path in the list in the popup. You can force Locator to only show you stuff from the "current project" by first typing "p " (a 'p' and a space), and after that your file name expression. Br, Eike -- Eike Ziller Software Engineer Nokia, Qt Development Frameworks P

Re: [Qt-creator] qt creator fails to autodetect 'new' qt path - old path kept instead

2009-11-24 Thread Eike Ziller
looks for a QtCore.dll in epoc32/release/winscw/udeb and parses what Qt path that refers to. So, when updating Qt, you need to install the new Qt libraries into the Symbian SDK. Regards, -- Eike Ziller Software Engineer Nokia, Qt Development Fr

Re: [Qt-creator] failed build message not visible in GUI, problem with jom or something else?

2009-11-23 Thread Eike Ziller
on http://bugreports.qt.nokia.com so this information does not get lost. Thanks, -- Eike Ziller Software Engineer Nokia, Qt Development Frameworks Phone +49 (0)30 6392 3255 Fax+49 (0)30 6392 3256 E-mail eike.zil...@nokia.com ___ Qt-creator maili

Re: [Qt-creator] Qt Creator 4.5 | S60

2009-11-17 Thread Eike Ziller
ther with the Qt Creator 1.3.0 release candidate. More information is here: http://doc.qt.nokia.com/qtcreator-1.3.0-rc1/creator-qt-for-symbian.html -- Eike Ziller Software Engineer Nokia, Qt Development Frameworks Phone +49 (0)30 6392 3255 Fax+49 (0)30 6392 3256 E-mail eik

[Qt-creator] Qt Creator 1.3 Release Candidate Available

2009-11-17 Thread Eike Ziller
hanks, and we hope you enjoy the RC! -- The Qt Creator Team -- Eike Ziller Software Engineer Nokia, Qt Development Frameworks Phone +49 (0)30 6392 3255 Fax+49 (0)30 6392 3256 E-mail eike.zil...@nokia.com ___ Qt-creator mailing list Qt-cr

Re: [Qt-creator] key-bindings

2009-11-11 Thread Eike Ziller
is a minor issue but for someone who really likes > to work from the keyboard as much as possible it would be a great > improvement. Thanks for all your great work and I am looking forward > to future releases. Tools->Options->Environment->Keyboard, type "split" in the filt

Re: [Qt-creator] problem with switching documents (Coacoa-build of Qt)

2009-11-11 Thread Eike Ziller
indow, the code that is called to show it is in Core::EditorManager::gotoNext/ PreviousDocHistory(). The corresponding task in the public bugtracker is http://bugreports.qt.nokia.com/browse/QTCREATORBUG-258 which you can use to comment and also to vote on this issue :) Happy hacking Eike --

Re: [Qt-creator] Qt-creator high CPU load >90%

2009-11-04 Thread Eike Ziller
g" progress bars already (e.g. when parsing your code), but we don't show any for the "Help indexing". -- Eike Ziller Software Engineer Nokia, Qt Development Frameworks Phone +49 (0)30 6392 3255 Fax+49 (0)30 6392 3256 E-mail eike.zil...@nokia.com __

Re: [Qt-creator] 2 suggestion and a problem ;)

2009-11-04 Thread Eike Ziller
tiddlywiki files instead of text files. It would also be used as > manual or logbok. Unfortunately the tddlywiki are big files, ~350KB. A > pluggin could hold a single copy of all the java script code so that > the > file contains only the user data. But the principle is great. --

Re: [Qt-creator] Qt-creator high CPU load >90%

2009-11-04 Thread Eike Ziller
while and see if the CPU load drops after some time (give it some minutes)? And that this doesn't happen again when restarting Qt Creator afterwards? Thanks, Eike > My System: > Pentium 4 3.0GHz > fresh installed SuSE Linux 11.2 RC2 > KDE 4.3.1 release 6 > -- Eike Ziller

Re: [Qt-creator] Qt Creator 1.3 Beta running in VirtualBox doesn't recognise Symbian SDK ?

2009-11-03 Thread Eike Ziller
ountered > the same problem? > > Any idea what we might be missing here? Qt Creator reads the location of the devices.xml from the registry: HKEY_LOCAL_MACHINE\Software\Symbian\EPOC SDKs\CommonPath Does the SDK path show up in devices.xml? -- Eike Ziller Software Engineer Nokia, Qt Devel

Re: [Qt-creator] Setting build environment variables from command line (Windows)

2009-11-02 Thread Eike Ziller
and it > would also start Qt Creator. > > Cheers, > \sjj > ___ > Qt-creator mailing list > Qt-creator@trolltech.com > http://lists.trolltech.com/mailman/listinfo/qt-creator -- Eike Ziller Software Engineer Nokia, Qt Development Frameworks Ph

Re: [Qt-creator] When Qt Creator is running Symbian emulators (epoc.exe) wont start

2009-10-29 Thread Eike Ziller
a "MyApp in Symbian Emulator" run configuration to start the Qt for Symbian application. Best regards, Eike -- Eike Ziller Software Engineer Nokia, Qt Development Frameworks Phone +49 (0)30 6392 3255 Fax+49 (0)30 6392 3256 E-mail eike.zil...@nokia.com ___

[Qt-creator] [Announce] Public Qt Creator bug tracker online

2009-10-28 Thread Eike Ziller
Find the but tracker here: http://bugreports.qt.nokia.com For bug reports / suggestions regarding Qt Creator, choose "Browse Projects" and select "Qt Creator" as the project. -- Eike Ziller Software Engineer Nokia, Qt Development Frameworks Phone +49 (0)30 6392 3255 Fax

Re: [Qt-creator] plugin_qtestlib

2009-10-27 Thread Eike Ziller
rsed issues in another (Build Issues, for easy interaction). ++ Eike > -Original Message- > From: qt-creator-boun...@trolltech.com > [mailto:qt-creator-boun...@trolltech.com > ] On Behalf Of Eike Ziller > Sent: Tuesday, October 27, 2009 3:48 AM > To: qt-creator@trolltech

Re: [Qt-creator] plugin_qtestlib

2009-10-27 Thread Eike Ziller
mat. >>> >>> >>> >>> Thus this plugin really provides a different format of >>> “Application Output”, not a different output pane. >>> >>> >>> >>> So proposed adjustment to this plugin is to be able to have >&

Re: [Qt-creator] plugin_qtestlib

2009-10-26 Thread Eike Ziller
gt; > > > plugins.pro says this: > > plugin_qtestlib \ # this seems to be dead > > > > The source tree on gitorious.org is missing > QTestLibPlugin.pluginspec for > > it. > > > > Does anybody know what it was supposed to do? > It's

[Qt-creator] Fwd: Attention: Some internal things were renamed

2009-10-16 Thread Eike Ziller
Umpf, now I forgot one import part after all :) * This change will be on qt.gitorious.org in about 12 hours (SHA1 is 77efc921c25bca81d7e4629c5f1d6e0ccb110c54) ++ Eike Begin forwarded message: > From: "Ziller Eike (Nokia-D-Qt/Berlin)" > Date: 16. Oktober 2009 14:58:39 MESZ > To: "qt-creator@t

[Qt-creator] Attention: Some internal things were renamed

2009-10-16 Thread Eike Ziller
This is a notice to all of you compiling Qt Creator directly from git, or even hack around it, or even in it. (If you are merely using a binary package, you may ignore this mail.) The outstanding task to rename the internal classes/plugin that implements "Locator" from "QuickOpen" to "Locator" h

[Qt-creator] Qt Creator 1.3 Beta Released

2009-10-14 Thread Eike Ziller
reator Team -- Eike Ziller Software Engineer Nokia, Qt Development Frameworks Phone +49 (0)30 6392 3255 Fax+49 (0)30 6392 3256 E-mail eike.zil...@nokia.com ___ Qt-creator mailing list Qt-creator@trolltech.com http://lists.trolltech.com/mailman/

Re: [Qt-creator] (no subject)

2009-10-14 Thread Eike Ziller
> > http://www.LNTEBG.com > > > This E-mail may contain confidential or privileged information for > the intended recipient(s). If you are not the intended recipient, > please do not use or disseminate the information, notify the sender > and delete it from your system

Re: [Qt-creator] qtcreator on OpenBSD

2009-10-14 Thread Eike Ziller
this is not loading? Looks > like > it worked on FreeBSD > (http://www.freebsd.org/cgi/cvsweb.cgi/ports/devel/qtcreator/). They > do > not appear to have patched the module loader. > > Hmm... > > -- > Best Regards > Edd Barrett > > http://students.dec.

Re: [Qt-creator] Cannot run QML Application demo

2009-10-09 Thread Eike Ziller
> > mgw > ___ > Qt-creator mailing list > Qt-creator@trolltech.com > http://lists.trolltech.com/mailman/listinfo/qt-creator -- Eike Ziller Software Engineer Nokia, Qt Development Frameworks Ph

Re: [Qt-creator] Sources and Headers?

2009-10-05 Thread Eike Ziller
lar" nightly snapshot to see it. Check out ftp://ftp.qt.nokia.com/qtcreator/snapshots Regards, -- Eike Ziller Software Engineer Nokia, Qt Development Frameworks Phone +49 (0)30 6392 3255 Fax+49 (0)30 6392 3256 E-mail eike.zil...@nokia.com __

Re: [Qt-creator] Problems building qtcreator with visual studio

2009-10-02 Thread Eike Ziller
On 01.10.2009, at 23:53, ext register wrote: > > On Thursday 17 September 2009 15:47:15 ext register wrote: > >C:/Qt/2009.03/qt > > > >Did you compile that qt yourself? > > daniel > > > I rebuilt QT using the following configuration options: -no-sql- > sqlite -no-qt3support -no-opengl -platf

Re: [Qt-creator] Creating Tarballs

2009-10-01 Thread Eike Ziller
; Once this is done, the result can be compressed. > > Cheers > Frederik > ___ > Qt-creator mailing list > Qt-creator@trolltech.com > http://lists.trolltech.com/mailman/listinfo/qt-creator -- Eike Ziller Software Engineer Nokia, Qt Development

Re: [Qt-creator] Problem in setting QT Version in MAC OSX

2009-10-01 Thread Eike Ziller
it (something like /usr/local, I can't remember where it is installed exactly :) ) b) The binary packages install qmake into /usr/bin, so that should be autodetected by Qt Creator, have a look if it is actually there Best regards, -- Eike Ziller Software Engineer Nokia, Qt Develo

Re: [Qt-creator] Two questions about QTcreator and Qmake

2009-09-29 Thread Eike Ziller
tCreator > from within Visual Studio. However it seems that the qmake -t vcapp > flag is not able to recurse a complex project hierarchy like the one > of QTCreator. Should I write a batch that runs qmake -t vcapp for > each subproject? > Thanks, > Luca > > -- Eike

Re: [Qt-creator] Completion of private class structure crashing Creator (OSX)

2009-09-29 Thread Eike Ziller
shes > the entire session and forgets what project I had loaded. I can't reproduce this. It would be helpful if you pasted us the detailed information from MacOS's crash reporter. -- Eike Ziller Software Engineer Nokia, Qt Development Frameworks Phone +49 (0)30 6392 3255

Re: [Qt-creator] Cleaning with custom makefile

2009-09-29 Thread Eike Ziller
gt;> >> You can reach the person managing the list at >>qt-creator-ow...@trolltech.com >> >> When replying, please edit your Subject line so it is more specific >> than "Re: Contents of Qt-creator digest..." >> >> >> Today&#

Re: [Qt-creator] Working with custom Makefiles

2009-09-28 Thread Eike Ziller
o delete it and inform the sender. Any views expressed in > this message are > those of the individual sender unless otherwise stated. Nothing > contained in this message > shall be construed as an offer or acceptance of any offer by Sasken > Communication > Technologies Limite

Re: [Qt-creator] Cleaning with custom makefile

2009-09-28 Thread Eike Ziller
th the makefile itself > because when I say: $ make -f mymakefile clean, it does the job > neatly. You need to edit the "Clean" build steps as well (in projects mode). Best regards, -- Eike Ziller Software Engineer Nokia, Qt Development Frameworks P

Re: [Qt-creator] Questions and feature wishlist suggestions

2009-09-24 Thread Eike Ziller
on projects or subprojects >>>> where >>>> the >>>> sources are not in the same directory as the .PRO/.PRI files? So >>>> far I >>>> have >>>> not been able to make it work. I have a .PRO with something like: >>>> >>>&g

Re: [Qt-creator] issue with svn commit, unable to open temp file

2009-09-23 Thread Eike Ziller
On 23.09.2009, at 11:35, ext Cedric NICOLAS wrote: > Friedmann, > > Sorry for this probably dumb question, where can I find in the 1.2.9 > branch (http://qt.gitorious.org/qt-creator/qt-creator/trees/1.2.90) > a new binary to install (windows) ? check ftp://ftp.qt.nokia.com/qtcreator/snapshot

Re: [Qt-creator] Highlight user defined keywords in the code editor

2009-09-18 Thread Eike Ziller
On 18.09.2009, at 15:36, ext Liebe Markus (RtP2/TEF72) wrote: > Hi Eike, Daniel and Bjørn > > Thanks for your replies! They were all very useful to me. > As a quick roundup: The problem was: > I have a signal emitted in the CPPEditor class, to which I want to > connect a slot in my own plugin T

Re: [Qt-creator] Designer crash workaround?

2009-09-18 Thread Eike Ziller
This has been fixed in Qt now. Commit 734f815a9325ad472517cd5ef869d6081eb89661 The only other workaround I can suggest atm is to use a snapshot from before tuesday. ++ Eike On 17.09.2009, at 20:44, ext Daniel Price wrote: > Hi is there a workaround to the designer crash which occurs on the ma

Re: [Qt-creator] Problems building qtcreator with visual studio

2009-09-17 Thread Eike Ziller
directory c:\Qt\sorgenti-build instead of c:\Qt \sorgenti\build. Regards, Eike -- Eike Ziller Software Engineer Nokia, Qt Development Frameworks Phone +49 (0)30 6392 3255 Fax+49 (0)30 6392 3256 E-mail eike.zil...@nokia.com ___

Re: [Qt-creator] Highlight user defined keywords in the code editor

2009-09-17 Thread Eike Ziller
to be able to connect to this signal in my tasktracker > plugin. > That is the point where I am stuck right now. > > So if you have any ideas how to achieve this, let me know. You'll probably want to monitor editor creation by the use of the corresponding signals of the Edito

Re: [Qt-creator] : header and sources directories

2009-09-15 Thread Eike Ziller
On 16.09.2009, at 02:05, ext Daniel Price wrote: > I had a play with this tonight with both the linux and OSX versions. > It's a nice addition! > > I know this is a snapshot release so you're probably way ahead of me > but I have some general observations: > > 1) The icons look really great o

Re: [Qt-creator] Documentation formatting problems in OSX version

2009-09-14 Thread Eike Ziller
hought 4.6 was now required to build Creator from source? > To build "master" you need 4.6, but 1.2.90 should compile against 4.5 just fine. -- Eike Ziller Software Engineer Nokia, Qt Development Frameworks Phone +49 (0)30 6392 3255 Fax+49 (0)30 6392 3256 E-mail eike.zil...@noki

Re: [Qt-creator] annoying editor behaviors

2009-09-14 Thread Eike Ziller
omething) as well, which is > occasionally useful. I found myself missing it once or twice, because > again the alternative is to select the whole line (hard without > working home/end keys), copy and paste. (Also control-D is a common > enough mapping in drawing programs to duplicat

Re: [Qt-creator] Documentation formatting problems in OSX version

2009-09-14 Thread Eike Ziller
ere a workaround for this? Unfortunately I don't know of any. Except for compiling the Qt Creator 1.2.90 branch from sources against Qt 4.5. -- Eike Ziller Software Engineer Nokia, Qt Development Frameworks Phone +49 (0)30 6392 3255 Fax+49 (0)30 6392 3256 E-mail eike.zil...@nokia.com

Re: [Qt-creator] Qt Creator Technology Snapshot 1.2.90

2009-09-10 Thread Eike Ziller
Am Sep 10, 2009 um 4:43 PM schrieb ext Danny Price: > Cool will this work with OSX Leopard? The last working snapshot I > could use was from August 21st. Yes, this problem is fixed now. > > On Thu, Sep 10, 2009 at 3:39 PM, Eike Ziller > wrote: > Qt Creator Technolo

[Qt-creator] Qt Creator Technology Snapshot 1.2.90

2009-09-10 Thread Eike Ziller
Qt Creator and also uses the just-released Qt 4.6 Technology Preview in its backbone. Check out the details and download links in the blog post: <http://labs.trolltech.com/blogs/2009/09/10/qt-creator-1290-technology-snapshot > Happy Hacking, -- Eike Ziller Software Engineer Nokia

Re: [Qt-creator] QtCreator doesn't use the QMAKE_MAKEFILE variable from a .pro file

2009-09-10 Thread Eike Ziller
ecause it's stored in > a .pro.user file, which I don't want to check in to revision > control, because of all the user defined settings that are in there. > > Thanks, > Miles > > On Wed, Sep 9, 2009 at 3:15 AM, Daniel Teske > wrote: > > > The tr

Re: [Qt-creator] Strange UI behavior on Mac version (snapshot)

2009-09-09 Thread Eike Ziller
> hoping this is a bug rather than a feature. This is a bug in Qt and it has been fixed meanwhile. Unfortunately this came along with the other bug in Qt that leads to instant crashes of Qt Creator at startup when running the (Tiger) binary on Mac OS Leopard... -- Eike Ziller Software E

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

2009-08-31 Thread Eike Ziller
now. >> >> The branch 1.2.90 still compiles fine with qt 4.5. >> >> daniel >> ___ >> Qt-creator mailing list >> Qt-creator@trolltech.com >> http://lists.trolltech.com/mailman/listinfo/qt-creator > > _

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

2009-08-31 Thread Eike Ziller
______ >> Qt-creator mailing list >> Qt-creator@trolltech.com >> http://lists.trolltech.com/mailman/listinfo/qt-creator >> > > -- Eike Ziller Software Engineer Nokia, Qt Development Frameworks Phone +49 (0)30 6392 3255 Fax+49 (0)30 6392 3256 E

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

2009-08-31 Thread Eike Ziller
ower Chaussee 13, DE-12489 Berlin > website: http://qt.nokia.com > ___ > Qt-creator mailing list > Qt-creator@trolltech.com > http://lists.trolltech.com/mailman/listinfo/qt-creator -- Eike Ziller Software Engineer Nokia, Qt Development Fram

Re: [Qt-creator] QtCreator 1.2.80 Crash under Mac OS X

2009-08-25 Thread Eike Ziller
ibrary/Frameworks/ApplicationServices.framework/Versions/A/ > Frameworks/ATS.framework/Versions/A/ATS > 0x961b1000 - 0x9642dfe7 com.apple.Foundation 6.5.9 (677.26) > > /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation > 0x9642e000 - 0x9650efff libobjc.A.dylib ??? (???) > <7b9

Re: [Qt-creator] Building plugins outside the source tree

2009-08-24 Thread Eike Ziller
___ > Qt-creator mailing list > Qt-creator@trolltech.com > http://lists.trolltech.com/mailman/listinfo/qt-creator -- Eike Ziller Software Engineer Nokia, Qt Development Frameworks Phone +49 (0)30 6392 3255 Fax+49 (0)30 6392 3256 E-mail eike.zil...@nokia.com ___

Re: [Qt-creator] state of "project tree with subdirectories" project

2009-08-24 Thread Eike Ziller
_ > Qt-creator mailing list > Qt-creator@trolltech.com > http://lists.trolltech.com/mailman/listinfo/qt-creator -- Eike Ziller Software Engineer Nokia, Qt Development Frameworks Phone +49 (0)30 6392 3255 Fax+49 (0)30 6392 3256 E-mail eike.zil..

Re: [Qt-creator] How to generate Class documentation for Qt Creator source code?

2009-08-13 Thread Eike Ziller
> Thanks and Regards, > Vasuda Mirji > > ___ > Qt-creator mailing list > Qt-creator@trolltech.com > http://lists.trolltech.com/mailman/listinfo/qt-creator -- Eike Ziller Software Engineer Nokia, Qt Development Frameworks Phone +49 (0)30 6392 325

Re: [Qt-creator] #include is underlined and says no such file or directory

2009-08-03 Thread Eike Ziller
7;t gets compiled. Please help. What is happening? > > Aditya > > > ___ > Qt-creator mailing list > Qt-creator@trolltech.com > http://lists.trolltech.com/mailman/listinfo/qt-creator > > > -- Eike Ziller Software Engineer Nokia,

Re: [Qt-creator] Debug problem - File not found

2009-07-31 Thread Eike Ziller
the executable and > working directory? Could you please try to verify this with a more recent QtCreator version (1.2.1, or a snapshot ftp://ftp.trolltech.com/qtcreator/snapshots) ? Thanks, -- Eike Ziller Software Engineer Nokia, Qt Software Phone +49 (0)30 6392 3255 Fax+49 (0)30 6

Re: [Qt-creator] Please ship the accessibility plugins with QtCreator

2009-07-31 Thread Eike Ziller
just copied the plugins to the QtCreator install dir and got pretty > good results. > > Leo > ___ > Qt-creator mailing list > Qt-creator@trolltech.com > http://lists.trolltech.com/mailman/listinfo/qt-creator -- Eike Ziller Software Engi

Re: [Qt-creator] Define between class and class_name cases intellisense problem

2009-07-29 Thread Eike Ziller
qtcreator/snapshots/latest Best regards, Eike >> >> Regards, >> Eirik >> >> Eike Ziller skrev: >>> >>> Hi, >>> >>> On Jul 28, 2009, at 10:55 AM, ext Eirik Ulvik wrote: >>> >>> >>>> Hi, >>&

Re: [Qt-creator] Feature request

2009-07-29 Thread Eike Ziller
e function and press a shortcut to complete the parameter > definition? > > I think this would be a nice feature, wouldn't it? > > Have a nice day. > > Marc > > ___ > Qt-creator mailing list > Qt-creator@trolltech.co

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

2009-07-29 Thread Eike Ziller
r which you set the encoding?) it would not be able to figure out. You can check e.g. the tool tip of the open editors combo box to find out which file is actually opened (dir2/Y.h or dir3/Y.h). ++ Eike -- Eike Ziller Software Engineer Nokia, Qt Software

Re: [Qt-creator] Define between class and class_name cases intellisense problem

2009-07-28 Thread Eike Ziller
B_DLL MyClass", it should work. It would be interesting to have a minimal example, if that is not the case for you. Best regards, Eike -- Eike Ziller Software Engineer Nokia, Qt Software Phone +49 (0)30 6392 3255 Fax+49 (0)30 6392 3256 E-mail eike.zil...@nokia.com ___

Re: [Qt-creator] VCS presentation in Tools menu

2009-07-20 Thread Eike Ziller
Hi, On Jul 6, 2009, at 10:25 PM, ext Gena wrote: > [...] > Also, it would be greate if there was an option to save diff view... You can: File->Save as -- Eike Ziller Software Engineer Nokia, Qt Software Phone +49 (0)30 6392 3255 Fax+49 (0)30 6392 3256 E-mail eike.zil...@

Re: [Qt-creator] Release/debug mess with VS2003 build

2009-07-15 Thread Eike Ziller
t;CONFIG(release, debug|release)" do what you actually want to do. The code above then looks CONFIG(debug, debug|release) { LIBS += MyDebug.lib } CONFIG(release, debug|release) { LIBS += MyRelease.lib } -- Eike Ziller Software Engineer Nokia, Qt Software Phone +49 (0)30 6392 32

Re: [Qt-creator] QtCreator on netbooks

2009-07-15 Thread Eike Ziller
gner.asc > www.linuxtaskforce.de > > ___ > Qt-creator mailing list > Qt-creator@trolltech.com > http://lists.trolltech.com/mailman/listinfo/qt-creator -- Eike Ziller Software Engineer Nokia, Qt Software Phone +49 (0)30 6392 3255 Fax+49 (

[Qt-creator] [Announce] Qt Creator 1.2.1 Released

2009-07-14 Thread Eike Ziller
m. And of course you find us at the usual places, this eMail list and the #qt-creator channel on irc.freenode.org :) We hope you enjoy the release! -- The Qt Creator Team -- Eike Ziller Software Engineer Nokia, Qt Software Phone +49 (0)30 6392 3255 Fax+49 (0)30 6392 3256 E-mai

Re: [Qt-creator] QtCreator with S60 Emulator.

2009-07-13 Thread Eike Ziller
t is not supported in this > release. > \epoc32\tools\make.exe was called but is not supported in this > release. > make -r -f > "\S60\devices\S60_3rd_FP2_SDK_v1.1_2\EPOC32\BUILD\src\workspace\f1- > test\ > WINSCW.make" FINAL CFG=UDEB VERBOSE=-s > \epoc32\tools\make.

Re: [Qt-creator] Perforce nuances?

2009-07-13 Thread Eike Ziller
ou can go to Preferences->Environment->Keyboard and look for "Perforce" to assign some shortcuts for the actions you use most. -- Eike Ziller Software Engineer Nokia, Qt Software Phone +49 (0)30 6392 3255 Fax+49 (0)30 6392 3256 E-mail eike.zil...@nokia.com _

Re: [Qt-creator] QtCreator with S60 Emulator.

2009-07-10 Thread Eike Ziller
Symbian/Tools/make.exe > clean > -w >Can't open perl script "C:\Program": No such file or directory > > (Note that, due to our IT policy I've had to install on the M drive > -- I > guess that may be a separate problem.) > > Sam > > > >

Re: [Qt-creator] QtCreator with S60 Emulator.

2009-07-10 Thread Eike Ziller
ROGRAMFILES AND COMMONPROGRAMFILES > -- > but that doesn't seem to help. > > Sam > > -Original Message- > From: qt-creator-boun...@trolltech.com > [mailto:qt-creator-boun...@trolltech.com] On Behalf Of Eike Ziller > Sent: 08 July 2009 14:30 > To: qt-creator@tr

Re: [Qt-creator] Linked projects/workspace/'solutions'

2009-07-09 Thread Eike Ziller
ing 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-creato

Re: [Qt-creator] Annoying 'changed text' lines on left of edit screen?

2009-07-09 Thread Eike Ziller
force anyway to > make sure I am not submitting something silly. > > Regards, > > Kendall Bennett, CEO > A Main Hobbies > 424 Otterson Drive, Suite 160 > Chico, CA 95928 > 1-800-705-2215 (Toll-Free) > 1-530-894-0797 (Int'l & Local) > 1-530-894-9049 (Fax) &

Re: [Qt-creator] QtCreator with S60 Emulator.

2009-07-08 Thread Eike Ziller
CREATOR_WITH_S60 set to something (e.g. QTCREATOR_WITH_S60=1). That gives you some more direct, undocumented, and very experimental and unfinished support for Qt/S60 applications in Qt Creator. ++ Eike -- Eike Ziller Software Engineer Nokia, Qt Software Phone +49 (0)30 6392 3255 Fax+49 (0)3

Re: [Qt-creator] Plugin question

2009-07-08 Thread Eike Ziller
t; > Noone has tried so far, I have no idea at all how much work that would > be. Probably our build system would need some changes. > > daniel > ___ > Qt-creator mailing list > Qt-creator@trolltech.com > http://lists.trolltech.c

Re: [Qt-creator] Currently active file from GenericMakeStep or GenericProject?

2009-06-22 Thread Eike Ziller
Hi! On Jun 19, 2009, at 5:41 PM, ext Frank Siegert wrote: > Hi Eike, > > Eike Ziller, Friday 19 June 2009: >> On Jun 19, 2009, at 1:47 PM, ext Frank Siegert wrote: >>> Hi creators, >>> >>> Is there any way to access the file (name+path) which is c

Re: [Qt-creator] Autocomplete don't work for ui_class

2009-06-19 Thread Eike Ziller
option to turn antialiasing of fonts off ;) So if you don't like it (or are just curious) try to play with the antialias checkbox in preferences->text editor-> font & colors ++ Eike > - Original Message - > From: "Eike Ziller" > To: > Sent: Frida

Re: [Qt-creator] Currently active file from GenericMakeStep or GenericProject?

2009-06-19 Thread Eike Ziller
d myString.replace("${CURRENT_EDITOR}", editorManager->currentEditor()) all over the place ;) . And it would make it possible to do the variable expansion in a more intelligent way at all places where it's used then. BTW, you can find us on irc://irc.freenode.org/#qt-creator :) Bes

Re: [Qt-creator] Autocomplete don't work for ui_class

2009-06-19 Thread Eike Ziller
nheritance > approach to reach my ui members. > > Does anyone have noticed this bug before ? Any solutions ? It should work with a current snapshot. (ftp://ftp.qtsoftware.com/qtcreator/snapshots) ++ Eike -- Eike Ziller Software Engineer Nokia, Qt Software Phone +49 (0)30 6392 3255 F

Re: [Qt-creator] MainWindow::paintEvent() constantly called

2009-06-18 Thread Eike Ziller
//lists.trolltech.com/mailman/listinfo/qt-interest Best regards, Eike -- Eike Ziller Software Engineer Nokia, Qt Software Phone +49 (0)30 6392 3255 Fax+49 (0)30 6392 3256 E-mail eike.zil...@nokia.com ___ Qt-creator mailing list Qt-creator@tr

Re: [Qt-creator] qtsdk-2009.02 didn't work in ubuntu 8.10 !

2009-06-17 Thread Eike Ziller
ne on openSuSE and windows! Most probably you still miss essential development packages, please try to install the packages mentioned in the FAQ: http://qt.gitorious.org/qt-creator/pages/FrequentlyAskedQuestions#SDK (What development packages...) Regards, Eike -- Eike Ziller Software Engine

Re: [Qt-creator] Second 'Search result' window.

2009-06-17 Thread Eike Ziller
the search dialog - currently it uses a completer in the line edit for the search term which turns out to be less usefull. ++ Eike > Regards, Luuk > > -Original Message- > From: qt-creator-boun...@trolltech.com > [mailto:qt-creator-boun...@trolltech.com] On Behalf Of Eike Zil

Re: [Qt-creator] Second 'Search result' window.

2009-06-17 Thread Eike Ziller
elected in > the 'Search for ...' dialog. > > Freqeunt MS DEV users will recognize this possibility. I think about having "recent searches" in the search result window since quite a while, would be a neat thing :) Regards, Eike -- Eike Ziller Software Engineer Nokia, Q

Re: [Qt-creator] QDir::currentPath() different when run from QtCreator?

2009-06-16 Thread Eike Ziller
g QCoreApplication::applicationDirPath(), which always points to myproject.app/Contents/MacOS, so you can be sure that QCoreApplication::applicationDirPath() + "/../../.." points to the location where the app bundle is located. Regards, Eike -- Eike Ziller Software Engineer Nokia,

Re: [Qt-creator] Error while trying to debug with qt-creator (1.2 branch) and Cdb

2009-06-15 Thread Eike Ziller
? > If you need any more information let me know. Qt Creator looks at the executable file to find out if it was compiled with msvc or mingw. The above message reveals that it thinks that your executable is compiled with mingw. Did you do a complete recompile of your existing projects, using

Re: [Qt-creator] project tree with subdirectories

2009-06-12 Thread Eike Ziller
to my suggestions above, but didn't come around seriously start implementing stuff yet :) So if you are interested in this little project, I'd be happy to have a chat with you on #qt-creator. -- Eike Ziller Software Engineer Nokia, Qt Software Phone +49 (0)30 6392 3255 Fax

Re: [Qt-creator] Crash when Options dialog is closed

2009-06-08 Thread Eike Ziller
ts () from /usr/lib/ > libQtCore.so.4 > #44 0xb72b94aa in QEventLoop::exec () from /usr/lib/libQtCore.so.4 > #45 0xb72bb959 in QCoreApplication::exec () from /usr/lib/ > libQtCore.so.4 > #46 0xb760ed17 in QApplication::exec () from /usr/lib/libQtGui.so.4 > #47 0x08050fe2 in main ()

Re: [Qt-creator] Perforce in Qt Creator?

2009-06-08 Thread Eike Ziller
nvironmentVars.html#//apple_ref/doc/uid/20002093-113982 >) b) explicitly give QtCreator the complete path to the p4 executable in Preferences->Version Control->Perforce Hopefully this fixes your problems :) Best regards, Eike -- Eike Ziller Software Engineer Nokia, Qt Software Phone

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

2009-06-05 Thread Eike Ziller
libQtCore.4.5.1.dylib 0x002f3134 > QThreadPrivate::start(void*) + 202 > 3 libSystem.B.dylib 0x958ea155 _pthread_start + 321 > 4 libSystem.B.dylib 0x958ea012 thread_start + 34 > > Thread 4: > 0 libSystem.B.dylib 0x958e99c6 kevent + 10 &g

Re: [Qt-creator] portability fixes

2009-06-05 Thread Eike Ziller
> i found several cases were code would be just unreachable on certain > platforms. this makes it both harder to follow the logic and makes > some compiler configurations spit out warnings. > > - install targets should be conditional on unix:!macx > > have fun > > (*)

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

2009-06-02 Thread Eike Ziller
the detailed crash information from CrashReporter (Report..., Problem Details tab), or any other error log (e.g. output on "Console" application). Thanks, Eike -- Eike Ziller Software Engineer Nokia, Qt Software Phone +49 (0)30 6392 3255 Fax+49 (0)30 6392 3256 E-mail eike.zil...@nok

Re: [Qt-creator] Qt/QtCreator under Solaris

2009-05-29 Thread Eike Ziller
;>> >>>>> well ... though luck. the replacement for ptrace is something / >>>>> proc >>>>> based, though i have no idea how that works. contributions are >>>>> most >>>>> welcome. ;) >>>>>

Re: [Qt-creator] Compile a single .cpp file?

2009-05-27 Thread Eike Ziller
#x27;s to implement this feature, he would make me > happy, too > ;-) > > take care, have fun > /christian > ___ > Qt-creator mailing list > Qt-creator@trolltech.com > http://lists.trolltech.com/mailman/listinfo/qt-creator

Re: [Qt-creator] mixed debug and release build

2009-05-25 Thread Eike Ziller
t;release" scopes and use CONFIG(debug, debug|release) and CONFIG(release, debug|release) instead, like you are doing for the SUFFIX_STR. The problem is that under some conditions both "debug" and "release" can be defined, the CONFIG(...) expression sorts out which one is

Re: [Qt-creator] MAY BE SIMPLE

2009-05-25 Thread Eike Ziller
iler. You'll have to either a) use a Qt that has been compiled with MinGW, or b) use a QtCreator snapshot, because these have (experimental) support for debugging VS executables (ftp://ftp.trolltech.com/qtcreator/snapshots/2009-05-24/). Best regards, -- Eike Ziller Software Engineer Nokia,

<    1   2   3   >