Re: [Qt-creator] where should I install Qt Creator / Qt SDK, on Linux?

2010-04-29 Thread August Hörandl
Am Donnerstag 29 April 2010 schrieb Elfen: Pardon the complete Linux newbie question... But what's the best place to install Qt SDK / Qt Creator on Linux (openSUSE KDE, Ubuntu GNOME, etc)? I downloaded qt-sdk-linux-x86_64-opensource-2010.02.bin, did chmod, then opened the file... The

Re: [Qt-creator] where should I install Qt Creator / Qt SDK, on Linux?

2010-04-29 Thread nobodyhere
Thank you for this explanation, and the Linux penguin ascii art, Okay, then it sounds like it's really: 1) automatic package repository installs, deb / rpm / ypm (ubuntu, fedora, opensuse) packages 2) bin files, compile from source, zip / folder For the example of FireFox (and Subversion), I

Re: [Qt-creator] where should I install Qt Creator / Qt SDK, on Linux?

2010-04-29 Thread August Hörandl
Am Donnerstag 29 April 2010 schrieb nobodyhere: Thank you for this explanation, and the Linux penguin ascii art, Okay, then it sounds like it's really: 1) automatic package repository installs, deb / rpm / ypm (ubuntu, fedora, opensuse) packages 2) bin files, compile from source, zip /

Re: [Qt-creator] Sorting lines

2010-04-29 Thread Eike Ziller
On Apr 28, 2010, at 10:02 PM, ext Craig Bradney wrote: On 4/28/10 8:57 PM, Craig Bradney wrote: On 4/28/10 12:26 PM, Thorbjørn Lindeijer wrote: On 04/27/2010 10:17 PM, ext Christian Hoenig wrote: Hi, Is there a feature/plugin/way to get line sorting available in Qt Creator? I

[Qt-creator] Exit from fullscreen

2010-04-29 Thread Tomás Ortí
Hi. I can enter fullscreen via menu or shortcut (CTRL+SHIFT+F11), but don't know how to exit. When I toggle, it does not exit either, so the only way to exit from fullscreen is to exit from QtCreator. Is there a shortcut or menu option (I can't find it) to exit from fullscreen mode? I'm working

Re: [Qt-creator] Sorting lines

2010-04-29 Thread André Pönitz
On Wednesday 28 April 2010 22:02:24 ext Craig Bradney wrote: Great, I have now voted for this one, and will test out fakevim options in the meantime. Hmm fakevim does little to nothing.. the mode kicks in, but running the !sort does nothing apart from deselect the text selection Works

Re: [Qt-creator] Exit from fullscreen

2010-04-29 Thread André Pönitz
On Thursday 29 April 2010 10:16:36 ext Tomás Ortí wrote: Hi. I can enter fullscreen via menu or shortcut (CTRL+SHIFT+F11), but don't know how to exit. I can go back by pressing Ctrl-Shift-F11 a second time. Andre' ___ Qt-creator mailing list

Re: [Qt-creator] Build output parser and recursive make

2010-04-29 Thread Bryce Schober
How non-trivial would it be to help it understand Cygwin-style paths? On Thu, Apr 29, 2010 at 12:51 AM, Eike Ziller eike.zil...@nokia.com wrote: On Apr 28, 2010, at 10:52 PM, ext Bryce Schober wrote: Does Qt Creator's build output parser follow make recursion? Yes, it tracks the entering

Re: [Qt-creator] Build output parser and recursive make

2010-04-29 Thread Daniel Teske
How non-trivial would it be to help it understand Cygwin-style paths? Pretty easy. The two parts which are interesting to you are: *void GnuMakeParser::taskAdded(const Task task)* which converts a filename into a absolute path and *void GnuMakeParser::stdOutput(const QString line)* which tracks

[Qt-creator] GDB and pthreads - was: Debugging as super-user

2010-04-29 Thread Bryce Schober
I now believe that my problems between command-line gdb and qt-creator's gdb may be related to our application using pthreads. In an attempt to get around issues that I thought were related to the super-user requirements of our application, I tried starting gdbserver from the command line as

Re: [Qt-creator] Build output parser and recursive make

2010-04-29 Thread Bryce Schober
Should I be trying this based on master or 2.0.0-beta? I suppose I should RTFM on your patch submissions policies... On Thu, Apr 29, 2010 at 9:10 AM, Daniel Teske daniel.te...@nokia.comwrote: How non-trivial would it be to help it understand Cygwin-style paths? Pretty easy. The two parts

Re: [Qt-creator] Sorting lines

2010-04-29 Thread Craig Bradney
On 4/29/10 10:54 AM, André Pönitz wrote: On Wednesday 28 April 2010 22:02:24 ext Craig Bradney wrote: Great, I have now voted for this one, and will test out fakevim options in the meantime. Hmm fakevim does little to nothing.. the mode kicks in, but running the !sort does

Re: [Qt-creator] Sorting lines

2010-04-29 Thread Craig Bradney
On 4/29/10 10:27 PM, Craig Bradney wrote: On 4/29/10 10:54 AM, André Pönitz wrote: On Wednesday 28 April 2010 22:02:24 ext Craig Bradney wrote: Great, I have now voted for this one, and will test out fakevim options in the meantime. Hmm fakevim does little to nothing.. the

Re: [Qt-creator] GDB and pthreads - was: Debugging as super-user

2010-04-29 Thread Andre Poenitz
On Thu, Apr 29, 2010 at 10:25:52AM -0700, Bryce Schober wrote: Any new ideas from you GDB gurus? Try switching off the debugging helpers or use a python enabled version of gdb that does not need to inject the debugging helpers. Andre' ___ Qt-creator

Re: [Qt-creator] Sorting lines

2010-04-29 Thread Andre Poenitz
On Thu, Apr 29, 2010 at 10:27:28PM +0200, Craig Bradney wrote: On 4/29/10 10:54 AM, André Pönitz wrote: On Wednesday 28 April 2010 22:02:24 ext Craig Bradney wrote: Great, I have now voted for this one, and will test out fakevim options in the meantime. Hmm fakevim does

Re: [Qt-creator] GDB and pthreads - was: Debugging as super-user

2010-04-29 Thread Bryce Schober
On Thu, Apr 29, 2010 at 2:07 PM, Andre Poenitz andre.poen...@mathematik.tu-chemnitz.de wrote: On Thu, Apr 29, 2010 at 10:25:52AM -0700, Bryce Schober wrote: Any new ideas from you GDB gurus? Try switching off the debugging helpers or use a python enabled version of gdb that does not need

Re: [Qt-creator] Build output parser and recursive make

2010-04-29 Thread Bryce Schober
After too much time floundering about getting MSYS/MinGW installed ( http://www.cadforte.com/downloads.html being inaccessible doesn't help), and trying to build Qt 4.7 unsuccessfully, just so I can build/debug Qt Creator, I'm giving up. Was I supposed to attempt w/ vs2005 instead? On Thu, Apr

Re: [Qt-creator] where should I install Qt Creator / Qt SDK, on Linux?

2010-04-29 Thread Elfen
I wonder if Qt Creator should make /opt/qt-sdk-2010.02 the default install path (instead of /home/[user name]/qt-sdk-2010.02), since that's the official FHS standard. On Thu, Apr 29, 2010 at 2:58 AM, Elfen pem.accounts.s...@gmail.com wrote: Oh... Sounds like the Linux standard is FHS... And