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

2009-12-22 Thread Alan Westbrook
There is a command called ldd that you can run on your linux app that should tell you which libs it uses and where it finds them. Alan On Tue, Dec 22, 2009 at 3:11 PM, Chasc wrote: > Hi, > > I have generated a shared library (.so file) and am trying to run an app > I have developed in Qt-creato

Re: [Qt-creator] Editing widget rendering problems

2009-12-20 Thread Alan Westbrook
It sounds like you have some video buffer corruption, try restarting your windowing system. I haven't used Linux in a while, but it used to be that you could just log out and log back in to do this. Is that still true? Alan On Sun, Dec 20, 2009 at 11:10 PM, Oleg Shalnev wrote: > Good day. > >

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

2009-12-13 Thread Alan Westbrook
There is probably a lib that Core.dll links to that it cannot find. I remember a utility called something like depends_x86 that you can get to see what the dependencies are for windows libs and apps. Alan On Sun, Dec 13, 2009 at 2:25 PM, alex wrote: > Hello! > > I have built the Qt Creator fro

Re: [Qt-creator] DebugBreak () functionality

2009-12-10 Thread Alan Westbrook
If you have grepped the sources and not found any asm code for asm int 3 implemented, you could just actually use inline asm: asm("int $0x3") That's the gcc syntax anyway, you might have to change it depending on which compiler you are using. This is more of a library question than an IDE questi

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

2009-12-06 Thread Alan Westbrook
This is also the wrong forum to be posting this in. On Sun, Dec 6, 2009 at 10:41 AM, Danny Price wrote: > Even so, the pointer should have been initialised to 0 or NULL in the > initializer list. Leaving pointers to contain junk is never a good idea. > > On 6 Dec 2009, at 17:59, Gilles Valette wr

Re: [Qt-creator] Strange Problem

2009-12-06 Thread Alan Westbrook
A number of things could be happening. Kris.exe is not being compiled for some reason. Are you compiling for release or debug? Are the compile stages previous working? Do you have the path in question? Alan On Sun, Dec 6, 2009 at 6:16 AM, Kristian Petkov wrote: > Hello I have a problem when

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

2009-11-26 Thread Alan Westbrook
I grabbed the Cocoa version and mine is the one that looks fine. (on OS 10.6) Alan On Thu, Nov 26, 2009 at 11:01 AM, wrote: > ext Martin Hauner wrote: > > Hi, > > > > On 22.11.09 21:15, Coda Highland wrote: > > > Could you please post a screenshot? I have some thoughts but it would > > > be

Re: [Qt-creator] compiling error

2009-11-23 Thread Alan Westbrook
I think you may also need to install the QT 4.5.x SDK. Alan On Mon, Nov 23, 2009 at 6:07 PM, Breno Carneiro Pinheiro wrote: > Hi, what you mean with "proper installation" ? I downloaded the binary > file: Qt Creator 1.2.1 Binary for Linux/X11 32-bit (31 > MB)

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

2009-11-22 Thread Alan Westbrook
Oh, sorry, I thought you were the other guy responding to my 'works for me' response. =) Alan On Sun, Nov 22, 2009 at 1:37 PM, Coda Highland wrote: > *laugh* Thanks, but I meant screenshots that illustrate the problem. > > On Sun, Nov 22, 2009 at 2:37 PM, Alan Westbrook wr

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

2009-11-22 Thread Alan Westbrook
Here ya go! Oh, and one with the whitespace shown too! Alan On Sun, Nov 22, 2009 at 12:15 PM, Coda Highland wrote: > Could you please post a screenshot? I have some thoughts but it would > be best served by seeing the actual pixels as displayed on your > screen. > > /s/ Adam > > On Sun, Nov 22,

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

2009-11-22 Thread Alan Westbrook
I am using 1.2.94, and also monaco, and it looks fine here with and without visualizing whitespace. I copied and pasted your text above. Alan On Sun, Nov 22, 2009 at 8:07 AM, Martin Hauner wrote: > Hi, > > I see a font rendering issue in QTCreator (1.3 branch built against qt 4.6 > branch, Mac

Re: [Qt-creator] About the cursor color

2009-11-10 Thread Alan Westbrook
I agree with Matthias, having different elements have different background colors is probably a bad idea to use in practice as it would probably introduce too much cognitive load, like reading a ransom note. I vaguely remember they did this in some parts of the Commodore Vic 20, but haven't seen a