[Qt-creator] Special Keys not working

2010-01-11 Thread Benjamin Sonnemann
I cant insert any special key in qtcreator  involving Alt Gr anymore, as i
have a german keyboard layout this includes
{, } and \ which is quite frustrating. Its only in qtcreator, the text edit
example still works.
It first occured on 6.1. but i havent build the git for some time, so this
may be pretty useless as a date.

Is there any option i have overseen?

--
Benjamin Sonnemann
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] Special Keys not working

2010-01-11 Thread Robert Löhning
ext Benjamin Sonnemann schrieb:
 I cant insert any special key in qtcreator  involving Alt Gr anymore, as 
 i have a german keyboard layout this includes
 {, } and \ which is quite frustrating. Its only in qtcreator, the text 
 edit example still works.
 It first occured on 6.1. but i havent build the git for some time, so 
 this may be pretty useless as a date.
 
 Is there any option i have overseen?
 
 --
 Benjamin Sonnemann
 

Hi Benjamin,

this is a known bug in master branch, see 
http://bugreports.qt.nokia.com/browse/QTCREATORBUG-543
It seems like 1.3 branch and the released 1.3.0 are not affected. If you 
face the problem in these versions, too, please tell us.
Thanks for reporting anyway.

Regards,
Robert

-- 
Robert Löhning
Software Engineer
Nokia, Qt Development Frameworks
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


[Qt-creator] Minor wish for compiler output display

2010-01-11 Thread KC Jones
In Qt-Creator 1.3.0 I love the enhancement that shows the compiler
output automatically when a build is started.  But... when I am in the
debug view and restart the debugger, the automatically exposed
compiler output pane ends up cluttering the screen.  In that
circumstance, I want it to close.  OTOH, if I am debugging a console
application, I do want that screen real estate used for the
Application Ouput pane.  So automatically closing that pane is not
always the right thing to do.

So my suggested solution: when the compiler output is exposed
automatically, please restore the screen to its original state if the
compilation completes successfully.
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] Minor wish for compiler output display

2010-01-11 Thread Florian Schwehn
very clever suggestion! i absolutely share your point of view!

2010/1/11 KC Jones k...@asperasoft.com

 In Qt-Creator 1.3.0 I love the enhancement that shows the compiler
 output automatically when a build is started.  But... when I am in the
 debug view and restart the debugger, the automatically exposed
 compiler output pane ends up cluttering the screen.  In that
 circumstance, I want it to close.  OTOH, if I am debugging a console
 application, I do want that screen real estate used for the
 Application Ouput pane.  So automatically closing that pane is not
 always the right thing to do.

 So my suggested solution: when the compiler output is exposed
 automatically, please restore the screen to its original state if the
 compilation completes successfully.
 ___
 Qt-creator mailing 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-creator


[Qt-creator] Qextserialport - checking that data has been sent for RS485 comms

2010-01-11 Thread Robert Wood
Folks,

Not sure this is quite the right place for this question, but here goes:

I am writing data out to a VCP using qextserialport and all works fine 
in terms of getting the data to and fro the PC. One thing I do want to 
do though, is check when the last byte of data has actually been sent. 
ie The output buffer of the UART IC itself is empty.

Reason I want to do this is that once all the data has gone, I need to 
immediately set the RTS line low, so my little RS485 adapter is put into 
receive mode.

I thought that maybe waitForBytesWritten(int msec) would do the trick 
(and maybe it does), but I can't get it to work.

I've tried

vcp-writeData(c[0],10);
while (vcp-waitForBytesWritten(x) == false);
vcp-setRts(false);

where x is various values, including -1, but it just jumps out and the 
RTS line gets set low too early, the data thus not getting sent out.

Anyone know whether what I want to do is possible?!

Many thanks,

Rob
___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator


Re: [Qt-creator] Qextserialport - checking that data has been sent for RS485 comms

2010-01-11 Thread Coda Highland
QextSerialPort is not a Qt class, and even if it were it would be a
question for qt-interest, not qt-creator.

Check the class's home page to find contact information for its creator.

/s/ Adam

On Mon, Jan 11, 2010 at 1:51 PM, Robert Wood
robert.w...@apostrophe.co.uk wrote:
 Folks,

 Not sure this is quite the right place for this question, but here goes:

 I am writing data out to a VCP using qextserialport and all works fine
 in terms of getting the data to and fro the PC. One thing I do want to
 do though, is check when the last byte of data has actually been sent.
 ie The output buffer of the UART IC itself is empty.

 Reason I want to do this is that once all the data has gone, I need to
 immediately set the RTS line low, so my little RS485 adapter is put into
 receive mode.

 I thought that maybe waitForBytesWritten(int msec) would do the trick
 (and maybe it does), but I can't get it to work.

 I've tried

 vcp-writeData(c[0],10);
 while (vcp-waitForBytesWritten(x) == false);
 vcp-setRts(false);

 where x is various values, including -1, but it just jumps out and the
 RTS line gets set low too early, the data thus not getting sent out.

 Anyone know whether what I want to do is possible?!

 Many thanks,

 Rob
 ___
 Qt-creator mailing 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-creator


[Qt-creator] Script manager

2010-01-11 Thread Nicolas Arnaud-Cormos
Hi,

I would like to create some simple scripts to do some repetitive tasks for my 
daily work, and I was thinking of creating a script plugin (where the user can 
access the current editor and the actionmanager for example).

I'm seeing a script manager in the source code. Are you working on a script 
interface?
Also, it looks like it's not use at all, is it work in progress or something 
else?

Thanks,
Nicolas

-- 
Nicolas Arnaud-Cormos | nico...@kdab.com | Software Ingeneer
Klarälvdalens Datakonsult AB, a KDAB Group company
Tel. Sweden (HQ) +46-563-540090, USA +1-866-777-KDAB(5322)
KDAB - Qt Experts - Platform-independent software solutions

___
Qt-creator mailing list
Qt-creator@trolltech.com
http://lists.trolltech.com/mailman/listinfo/qt-creator