Re: [Qt-creator] Problems building QtCreator 2.1 Beta2

2010-12-01 Thread Christian Kandeler
On 11/10/2010 09:11 AM, ext André Hartmann wrote: Hi again, I'm trying to build QtCreator 2.1 Beta2 with Qt Framework 4.7.1 on Windows XP. The mingw is from Qt SDK 2010.02.1 (gcc 4.4.0). When building the help plugin, I got a lot of errors (shortened here, because of size) and the build

Re: [Qt-creator] Remote Debugging on N900 does not work: program does not stop on breakpoints

2010-11-01 Thread Christian Kandeler
On 10/31/2010 06:38 PM, ext Jochen Becher wrote: while parsing target description (at line 1): Target description specified unknown architecture arm Could not load XML target description; ignoring

Re: [Qt-creator] Changes in Maemo Packaging Integration

2010-10-29 Thread Christian Kandeler
On 10/29/2010 06:02 AM, ext Jeffery MacEachern wrote: I've been running from Master snapshots of Qt Creator since shortly after 2.0 came out, and I've seen the Maemo packaging functionality go through several iterations in terms of generated code in the project files, and the actual packaging

Re: [Qt-creator] margin

2010-10-27 Thread Christian Kandeler
On 10/27/2010 10:29 AM, ext Max Waterman wrote: Do you really want the issue to disappear just because customers decide that their time is better spend elsewhere? Yes, because obviously the issue is not important to those customers. Christian ___

Re: [Qt-creator] margin

2010-10-27 Thread Christian Kandeler
On 10/27/2010 12:24 PM, ext Max Waterman wrote: On 10/27/2010 01:07 PM, Christian Kandeler wrote: On 10/27/2010 10:29 AM, ext Max Waterman wrote: Do you really want the issue to disappear just because customers decide that their time is better spend elsewhere? Yes, because obviously the issue

Re: [Qt-creator] Qt-creator Digest, Vol 25, Issue 6

2010-10-06 Thread Christian Kandeler
On 10/06/2010 07:13 AM, ext Antonio Cano Gómez wrote: I had already installed Qmobitity. My problem is that when touching the screen nothing happens. Ah, now you have described the problem ;) In that case, you should probably ask in the Qt Mobility forum at

Re: [Qt-creator] Compiling Qtouckevent and Qgesture in devices.

2010-10-05 Thread Christian Kandeler
On 10/05/2010 07:54 AM, ext Antonio Cano Gómez wrote: I am trying to develope application using the classes Qtouchevent and Qgesture. I tried to execute some examples on Nokia QtSDK for Maemo. But none of them workd when trying to execute them on my N900. Is it possible that these

Re: [Qt-creator] Fast images transfert

2010-09-29 Thread Christian Kandeler
On 09/29/2010 01:40 PM, ext Philippe Lucidarme wrote: I'm new to Qt (I hope this is the right place for my question !). Not quite... Try qt-inter...@trolltech.com. Christian ___ Qt-creator mailing list Qt-creator@trolltech.com

Re: [Qt-creator] linking libs with shadow builds fails

2010-09-24 Thread Christian Kandeler
On 09/23/2010 10:54 PM, ext Matthias Pospiech wrote: I experience so frequently problems with shadow builds that I switch them off by default. However I understand the principle behind the shadow builds and would also like to understand how to get my project working with shadow builds.

Re: [Qt-creator] linking libs with shadow builds fails

2010-09-24 Thread Christian Kandeler
On 09/24/2010 09:27 AM, ext Matthias Pospiech wrote: What is OUT_PWD ? what does it contain. Are therer other similar predefined variables? Instead of pasting the whole documentation for you, I will provide a link: http://doc.qt.nokia.com/4.7/qmake-variable-reference.html#out-pwd Christian

Re: [Qt-creator] Qt-creator Digest, Vol 23, Issue 42

2010-08-30 Thread Christian Kandeler
On 08/27/2010 05:52 PM, ext Antonio Cano Gómez wrote: mad g++ -c -pipe -O3 -fno-omit-frame-pointer -fno-optimize-sibling-calls -Wall -W -D_REENTRANT \ -DQT_GL_NO_SCISSOR_TEST -DQT_DEFAULT_TEXTURE_GLYPH_CACHE_WIDTH=1024 -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED \

Re: [Qt-creator] g++ and madde

2010-08-27 Thread Christian Kandeler
On 08/26/2010 09:08 PM, ext Antonio Cano Gómez wrote: Hello I was receiving an error while using Nokia SDK on linuQtx so I decided to do it my self with mad: After a llittle of research I found that the next instruction: mad g++ -c -pipe -O3 -fno-omit-frame-pointer

Re: [Qt-creator] Cout not printing

2010-07-22 Thread Christian Kandeler
On 07/22/2010 04:11 PM, ext Jothy wrote: Hi all, I am trying to print a string with cout, but it's not printing at all! I have included #includeiostream then coutprinting; But, nothing prints, while the application compiles and runs fine. Not a Qt Creator problem. You have to flush the

Re: [Qt-creator] Problems building with Qt Creator

2010-07-13 Thread Christian Kandeler
On 07/13/2010 02:05 PM, ext j...@student.dei.uc.pt wrote: Hi all, I'm doing a simple login dialog and since I tried to use QTcpSockets I've been having some problems building my project. I receive these errors: logindialog.obj:: error: unresolved external symbol __declspec(dllimport)

Re: [Qt-creator] Deploying multiple files to Maemo device?

2010-06-08 Thread Christian Kandeler
On 06/07/2010 11:16 PM, ext Christoph Keller wrote: I tried the latest QtCreator snapshot. Like you wrote, it allows me to deploy the package the the device. Unfortunately QtCreator only builds new packages. I already have my package settings which I don't want to change. Will there be a way

Re: [Qt-creator] Does maemo deployment still work with the Nokia Qt SDK Beta?

2010-05-03 Thread Christian Kandeler
ext Christoph Keller wrote: can anyone confirm that the maemo deployment still works with the Nokia Qt SDK? I know, I can't deploy as long as PR 1.2 is not out, but atleast the connection test should work. Yes, this has been tested here successfully. So my QtCreator always says Device

Re: [Qt-creator] Remote debugging armv5te using Qt Creator

2010-03-05 Thread Christian Kandeler
On Friday 05 March 2010 11:00:28 ext gmenant@orange-ftgroup.com wrote: I've set the GDB sysroot and debug is now working but there is an issue evaluating Qt objects. For example I don't see QString values in the debug window. This indicates a problem with the Qt debugging helpers. You

Re: [Qt-creator] Remote debugging armv5te using Qt Creator

2010-02-25 Thread Christian Kandeler
On Thursday 25 February 2010 16:01:38 ext gmenant@orange-ftgroup.com wrote: I'm using Qt Creator 1.3.1. About the sysroot, I don't know what I have to put in it (which path). It's probably my main problem though ! GDB is looking for libQtGui.so.4 in /usr/lib and the file is there (see

Re: [Qt-creator] Remote debugging armv5te using Qt Creator

2010-02-24 Thread Christian Kandeler
Hi, I'm currently trying to debug remotely an application through gdb using Qt Creator. Majo had the same issue previously (http://www.mail-archive.com/qt-creator@trolltech.com/msg02532.html) but I don't know what was its final results.

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

2010-02-18 Thread Christian Kandeler
On Thursday 18 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 wrong with the help search

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

2010-02-18 Thread Christian Kandeler
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 strange. What happens when you go up one level in the directory hierarchy and

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

2010-02-18 Thread Christian Kandeler
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, giving as much

Re: [Qt-creator] Resizing a window

2010-02-10 Thread Christian Kandeler
On Wednesday 10 February 2010 10:07:14 ext Chris Bruner wrote: What am I missing? Mainly the address of the qt-interest mailing list: http://lists.trolltech.com/mailman/listinfo/qt-interest Christian ___ Qt-creator mailing list

Re: [Qt-creator] How to compile Qt-creator to support MADDE and on-device debugging?

2010-02-05 Thread Christian Kandeler
On Friday 05 February 2010 10:09:32 ext Rudenko Eugene wrote: No, I'm using Mac Intel Snow Leopard. Apparently you are building universal binaries, so you need the PPC compilation to work as well. Anyway, a fix has been pushed to the master branch and should be available after the usual

Re: [Qt-creator] Debugging Maemo applications does not work

2010-01-04 Thread Christian Kandeler
On Wednesday 30 December 2009 11:09:12 ext Jochen Becher wrote: Am Mittwoch, den 30.12.2009, 00:42 +0100 schrieb Andre Poenitz: On Tue, Dec 29, 2009 at 11:32:51PM +0100, Jochen Becher wrote: from /home/jbecher/.madde/0.5/sysroots/fremantle-qt-arm-sysroot-0942/lib/ld- linux.so.3\n

Re: [Qt-creator] Source/header file templates

2009-12-23 Thread Christian Kandeler
On Wednesday 23 December 2009 09:44:07 ext Manuel Fiorelli wrote: it seems to me that I cannot define a template for new source/header files. Options - C++ - File Naming - License Template. (Admittedly not the most intuitive location.) Obviously, the templates should be defined on a

Re: [Qt-creator] Can't run with shared library

2009-12-23 Thread Christian Kandeler
On Wednesday 23 December 2009 00:11:18 ext Chasc wrote: I have generated a shared library (.so file) and am trying to run an app I have developed in Qt-creator using the library but so far without success. Can anybody help me with this or perhaps direct me to the relevant documentation? My

Re: [Qt-creator] Can't run with shared library

2009-12-23 Thread Christian Kandeler
On Wednesday 23 December 2009 12:04:32 ext Chasc wrote: On Wed, 2009-12-23 at 10:18 +0100, Christian Kandeler wrote: On Wednesday 23 December 2009 00:11:18 ext Chasc wrote: I have generated a shared library (.so file) and am trying to run an app I have developed in Qt-creator using

Re: [Qt-creator] Navigating inside Editor question or suggestion

2009-12-21 Thread Christian Kandeler
On Tuesday 22 December 2009 07:41:54 ext Christian Dähn wrote: F4 cannot switch between method declaration (.h file) and implementation (.cpp) correctly - it often jumps just to the file, not to the correct position. That's what it's supposed to do. What you want is Shift+F2. PS: I'm