Re: [Qt-creator] EmacsKeys - a Qt Creator plugin

2010-02-03 Thread Wilhelm
Felix Berger schrieb: > Hi Wilhelm, > > I added a branch called v1.3.1 that builds against Qt Creator's > v.1.3.1 branch. Hope that works for you. > thanks for the branch! Unfortunately it doesn't work: command = actionManager->command("QtCreator.Sidebar.File System"); returns 0, so I suppose

[Qt-creator] Shadow build problems

2010-02-03 Thread Stephen Chu
I tried the shadow build feature and find some problems with it: 1. If the project folder name has space in it, enabling shadow build will cause moc to fail. It complains that there are too many input files. 2. On Windows, rcc.exe reports that the qrc file does not exist. I think it's given a r

Re: [Qt-creator] "Add Getters and Setters" in Qt Creator

2010-02-03 Thread John Bull
And proper refactoring(/renaming) too? JB On Thu, Feb 4, 2010 at 12:24 AM, Jefferson Bandeira wrote: > Hello guys =) > Is there any work currently going on to add a functionality like this to Qt > Creator, like the one in eclipse? > -- > Jefferson Bandeira > Undergraduating in Computer Science at

Re: [Qt-creator] export to pdf

2010-02-03 Thread John Bull
uh-oh! I just noticed that when the QTableWidget oveflows the window, the render only prints the visible part. More like a screenshot rather than actually painting the whole widget from top to bottom to the pdf Any suggestions? QPrinter printer; printer.setOutputFormat(QPrinter::PdfFormat

[Qt-creator] "Add Getters and Setters" in Qt Creator

2010-02-03 Thread Jefferson Bandeira
Hello guys =) Is there any work currently going on to add a functionality like this to Qt Creator, like the one in eclipse? -- Jefferson Bandeira Undergraduating in Computer Science at UFRJ ___ Qt-creator mailing list Qt-creator@trolltech.com http://list

Re: [Qt-creator] Bug reports

2010-02-03 Thread Adam M
Charles N Burns wrote: > What I had in mind was "Clean whitespace unless it is to the left of > the keyboard cursor." > This way, unnecessary whitespace would be removed, but it would not > require manual re-indentation of the current line of code every time > it's saved. > The remaining extra whit

Re: [Qt-creator] Bug reports

2010-02-03 Thread Charles N Burns
On Wed, Feb 3, 2010 at 2:23 AM, Eike Ziller wrote: > > On Feb 2, 2010, at 8:58 PM, ext Charles N Burns wrote: > > > Thank you for the reply. I will file a report on the few issues which > > were not a misunderstanding of my own. > > > > Regarding #4, whitespace: > > > >>> 4) The option [Text Edit

Re: [Qt-creator] Plugin: open bugtracker links from comments

2010-02-03 Thread Thorbjørn Lindeijer
On 02/03/2010 03:48 PM, ext Liebe Markus (RtP2/TEF72) wrote: > So I think I would have to somehow do in my plugin the following: > - create a new syntaxhighlighter for our Bugtracker comments (or somehow > extend the cppeditor syntaxhighlighter from within my plugin) > - extend the navigation func

[Qt-creator] Plugin: open bugtracker links from comments

2010-02-03 Thread Liebe Markus (RtP2/TEF72)
Hi there, I have added a new "mode" to qtcreator via a plugin. The new mode basically shows our bugtracker in a QWebView. Now I want to be able to - write comments like //TT7020 into the sourcecode. - these comments should be marked like a hyperlink. - a mouseclick on a comment should switch to t

Re: [Qt-creator] Updated .user-file saving mechanismn

2010-02-03 Thread Stephen Chu
In article <4b695943.7060...@nokia.com>, Tobias Hunger wrote: > On 02.02.2010 17:37, ext Stephen Chu wrote: > >> Platform as in different OS environments/computers? Are you using a > >> network share with different OSes? > > > > I am working on a project that's shared between Mac and Windows. Th

Re: [Qt-creator] Updated .user-file saving mechanismn

2010-02-03 Thread Tobias Hunger
On 03.02.2010 12:08, Hunger Tobias (Nokia-D/Berlin) wrote: > I do not want to introduce some option into the GUI for what seems (to > me:-) to be a rarely encountered use-case. So I thought about other > options to ease your live: How about introducing a environment variable > (let's call it QTCREA

Re: [Qt-creator] export to pdf

2010-02-03 Thread Boy Lenssen
Glad to be of help :-) From: qt-creator-boun...@trolltech.com [mailto:qt-creator-boun...@trolltech.com] On Behalf Of John Bull Sent: woensdag 3 februari 2010 12:52 To: qt-creator@trolltech.com Subject: Re: [Qt-creator] export to pdf Awesome! Just what I nee

Re: [Qt-creator] export to pdf

2010-02-03 Thread John Bull
Awesome! Just what I needed. On Mon, Feb 1, 2010 at 11:11 AM, Boy Lenssen wrote: > How about using the render() function? > > > > QTableWidget t; > > > > t.render( &painter ); > > > -- > > *From:* qt-creator-boun...@trolltech.com [mailto: > qt-creator-boun...@trollt

Re: [Qt-creator] FW: FW: long time before hitting 1st breakpoint

2010-02-03 Thread André Pönitz
On Wednesday 03 February 2010 11:33:34 ext Boy Lenssen wrote: > kick The delay stems from loading the debugging helpers by injecting a dll in the debugged process. It does not seem to be "fixable" within that scheme. We are thinking about/working on a different scheme, but this is nothing that

Re: [Qt-creator] Scroll issu with synaptics touchpad

2010-02-03 Thread Justus Best
Hello, Really no one here, who is working with qt-creator and a synaptics touchpad ? Or just no one with the same problems ? Its really annoying so I would appreciate if someone could give me a hint whats going wrong here. With best hope Justus Am 31.01.2010 20:49, schrieb Justus Best: > Hi, >

Re: [Qt-creator] Updated .user-file saving mechanismn

2010-02-03 Thread Tobias Hunger
On 02.02.2010 17:37, ext Stephen Chu wrote: >> Platform as in different OS environments/computers? Are you using a >> network share with different OSes? > > I am working on a project that's shared between Mac and Windows. The > project folder is in a networked share. Hi Stephen! I do not want to

[Qt-creator] Feature Request: automatic scrolling in project explorer

2010-02-03 Thread Liebe Markus (RtP2/TEF72)
Hi there, KDEs file manager "dolphin" has in version 1.4 (KDE 4.3.95) a nice feature which I'd really like to have in QtCreators project explorer. The sidebar to navigate through folders always scrolls the current visible content sideways that you can read the full text of the folders. So if you

[Qt-creator] FW: FW: long time before hitting 1st breakpoint

2010-02-03 Thread Boy Lenssen
kick -Original Message- From: qt-creator-boun...@trolltech.com [mailto:qt-creator-boun...@trolltech.com] On Behalf Of Boy Lenssen Sent: donderdag 21 januari 2010 8:25 To: qt-creator@trolltech.com Subject: [Qt-creator] FW: long time before hitting 1st breakpoint Hi, Although I can now use

Re: [Qt-creator] Updated .user-file saving mechanismn

2010-02-03 Thread Eike Ziller
On Feb 3, 2010, at 10:20 AM, ext Danny Price wrote: > > > On Wed, Feb 3, 2010 at 8:42 AM, Tobias Hunger wrote: > On 02.02.2010 19:22, ext Danny Price wrote: > > I'm so used to trashing those files I've almost stopped thinking about it :( > > In which situations do you trash those files? I hav

Re: [Qt-creator] Updated .user-file saving mechanismn

2010-02-03 Thread Eike Ziller
On Feb 3, 2010, at 9:42 AM, Hunger Tobias (Nokia-D/Berlin) wrote: > On 02.02.2010 19:22, ext Danny Price wrote: > [...] >> I have to set build settings and project dependencies (where >> possible) in the .pro files. > > Yes, information meant to be shared in a team is better kept in the > build

Re: [Qt-creator] Bug reports

2010-02-03 Thread Eike Ziller
On Feb 2, 2010, at 8:58 PM, ext Charles N Burns wrote: > Thank you for the reply. I will file a report on the few issues which > were not a misunderstanding of my own. > > Regarding #4, whitespace: > >>> 4) The option [Text Editor --> Behavior --> Clean Whitespace] is very >>> useful, but it sh

Re: [Qt-creator] Updated .user-file saving mechanismn

2010-02-03 Thread Danny Price
On Wed, Feb 3, 2010 at 8:42 AM, Tobias Hunger wrote: > On 02.02.2010 19:22, ext Danny Price wrote: > > I'm so used to trashing those files I've almost stopped thinking about it > :( > > In which situations do you trash those files? I have not had complaints > about those files breaking. The except

Re: [Qt-creator] Updated .user-file saving mechanismn

2010-02-03 Thread Tobias Hunger
On 02.02.2010 19:22, ext Danny Price wrote: > I'm so used to trashing those files I've almost stopped thinking about it :( In which situations do you trash those files? I have not had complaints about those files breaking. The exception being going back and forth between stable and unreleased ve