Re: [Interest] porting to Qt 5.4 - MOC very slow on Windows

2015-01-16 Thread André Pönitz
On Fri, Jan 16, 2015 at 09:31:11PM +0100, Massimiliano Maini wrote: > Sorry for the off-topic, but why do Qt5/C++11 create a lesser value for > QAction::data() ? Because you can connect a lambda to QAction::triggered directly. Andre' ___ Interest mailin

[Interest] Qt 4.8 qt_mac_handleMouseEvent() question (crash-related)

2015-01-16 Thread René J . V . Bertin
Hello, Hopefully this kind of topic isn't too much out of place on this list: I keep seeing crashes on OS X that I think are related to some QObject child being deleted instead of release through deleteLater(), ultimately leading to the delivery of a pending event to that object and then an acc

Re: [Interest] porting to Qt 5.4 - MOC very slow on Windows

2015-01-16 Thread Massimiliano Maini
Sorry for the off-topic, but why do Qt5/C++11 create a lesser value for QAction::data() ? MaX. On 16 January 2015 at 20:46, André Pönitz wrote: > > PS: Other features that seem to lose quite a bit of their traditional > value in a Qt5/C++11 world are QSignalMapper and QAction::data() >

[Interest] SpellChecker Plugin for QtCreator 3.3

2015-01-16 Thread Carel Combrink
Hi, I have created a SpellChecker plugin for Qt Creator. The plugin spell checks comments in C++ headers and sources, for spelling mistakes (English Only). Please download the latest release from my github page here (currently 0.2.1). T

Re: [Interest] porting to Qt 5.4 - MOC very slow on Windows

2015-01-16 Thread André Pönitz
On Fri, Jan 16, 2015 at 12:00:53PM +1100, Hamish Moffatt wrote: > On 15/01/15 19:23, Koehne Kai wrote: > > IIRC moc in Qt 5 got much more accurate in the parsing phase, which > > might mean it now parses included headers that it previously missed. > > > > 2 - 3 seconds is quite long though ... Mayb

Re: [Interest] Qt japanese onscreen keyboard

2015-01-16 Thread Harri Pasanen
As others have mentioned, japanese kanji input is a hard problem, it is not just an image with buttons what you might think of when you hear "virtual keyboard" Basically you type one kana and have several kanji to choose from, and the list of kanji to choose from changes depending the context.

Re: [Interest] Qt japanese onscreen keyboard

2015-01-16 Thread Bo Thorsen
I obviously already told them about this, Tuukka. But the virtual keyboard is not available for Windows and they have been using the LPGL version for 10 years and won't change this decision. Bo. Den 16-01-2015 kl. 14:05 skrev Turunen Tuukka: > Hi, > > There already is an excellent virtual keybo

Re: [Interest] Qt japanese onscreen keyboard

2015-01-16 Thread Turunen Tuukka
Hi, There already is an excellent virtual keyboard for Qt, please see: http://doc.qt.io/QtVirtualKeyboard/index.html This is part of the commercial offering, intended for device creation. As announced at the Qt Developer Days support for Japanese and Korean languages will be added to it. There

Re: [Interest] QTextStream doesn't write to QFile

2015-01-16 Thread Igor Mironchik
On Fri, 16 Jan 2015 15:25:44 +0300, Bo Thorsen wrote: > Den 16-01-2015 kl. 13:01 skrev Igor Mironchik: >> Hi. >> >> On Fri, 16 Jan 2015 14:44:08 +0300, Koehne Kai >> wrote: >> >>> -Original Message- From: interest-bounces+kai.koehne=theqtcompany@qt-project.org [mailto:

Re: [Interest] Qt japanese onscreen keyboard

2015-01-16 Thread Alejandro Exojo
El Friday 16 January 2015, Bo Thorsen escribió: > If not, then we'll show the normal ascii chars and do a conversion with > the input. As I understand it, this is what the mobile world does? > Setting the locale on a line edit to japanese and sending key events > doesn't seem to give me any Japa

Re: [Interest] QTextStream doesn't write to QFile

2015-01-16 Thread Bo Thorsen
Den 16-01-2015 kl. 13:01 skrev Igor Mironchik: > Hi. > > On Fri, 16 Jan 2015 14:44:08 +0300, Koehne Kai > wrote: > >> >>> -Original Message- >>> From: interest-bounces+kai.koehne=theqtcompany@qt-project.org >>> [mailto:interest-bounces+kai.koehne=theqtcompany@qt-project.org] >>> On

Re: [Interest] QTextStream doesn't write to QFile

2015-01-16 Thread Igor Mironchik
Hi. On Fri, 16 Jan 2015 14:44:08 +0300, Koehne Kai wrote: > > >> -Original Message- >> From: interest-bounces+kai.koehne=theqtcompany@qt-project.org >> [mailto:interest-bounces+kai.koehne=theqtcompany@qt-project.org] >> On Behalf Of Igor Mironchik >> Sent: Friday, January 16, 2

Re: [Interest] Qt japanese onscreen keyboard

2015-01-16 Thread Bo Thorsen
Den 16-01-2015 kl. 12:48 skrev Harri Porten: > On Fri, 16 Jan 2015, Bo Thorsen wrote: > >> If not, then we'll show the normal ascii chars and do a conversion with >> the input. As I understand it, this is what the mobile world does? >> Setting the locale on a line edit to japanese and sending key e

Re: [Interest] Qt japanese onscreen keyboard

2015-01-16 Thread Guido Seifert
A Japanese keyboard is only the smallest part of the problem. An image for such a keyboard you can find here: http://en.wikipedia.org/wiki/Japanese_input_methods The much bigger problem is the kana/kanji conversion. I don't know if there is a platform independent solution. For Linux: http://linu

Re: [Interest] Qt japanese onscreen keyboard

2015-01-16 Thread Harri Porten
On Fri, 16 Jan 2015, Bo Thorsen wrote: > If not, then we'll show the normal ascii chars and do a conversion with > the input. As I understand it, this is what the mobile world does? > Setting the locale on a line edit to japanese and sending key events > doesn't seem to give me any Japanese chars.

Re: [Interest] QTextStream doesn't write to QFile

2015-01-16 Thread Koehne Kai
> -Original Message- > From: interest-bounces+kai.koehne=theqtcompany@qt-project.org > [mailto:interest-bounces+kai.koehne=theqtcompany@qt-project.org] > On Behalf Of Igor Mironchik > Sent: Friday, January 16, 2015 12:24 PM > To: interest@qt-project.org > Subject: [Interest] QText

[Interest] Qt japanese onscreen keyboard

2015-01-16 Thread Bo Thorsen
Hi everyone, I have a request for an onscreen japanese keyboard for a Qt application. Later it will also have Korean, Russian and a bunch of others. There are several problems with this. For example, should it be a keyboard that shows japanese chars on the keys? If yes, I think there are more

[Interest] QTextStream doesn't write to QFile

2015-01-16 Thread Igor Mironchik
Hi. I'm doing a simple log class. I'm sure that Log creates after QCoreApplication. QCoreApplication is static. I create QCoreApplication as: static QSharedPointer< QCoreApplication > application( int argc = 0, char ** argv = 0 ) { static QSharedPointer< QCoreApplication > app(

[Interest] Some errors when installing 5.4.1 nightly snapshot

2015-01-16 Thread Harri Pasanen
I'm getting the following when I try to install on linux (kubuntu 14.10, amd64) without touching defaults: Can not resolve all dependencies! * Cannot find missing dependency (qt.extras.qtcanvas3d.10.src) for qt.extras.qtcanvas3d.src. Disabling the qtcanvas3d from extras gives Can not res