Re: [Interest] Bringing Qt, C++ To The Web

2013-01-16 Thread Nikos Chantziaras
On 17/01/13 03:07, d3fault wrote: > Whoa. +1 for being simultaneously entirely pointless (hurr "Let's > compile cross-platform C/C++ into cross-platform INTERPRETED > JavaScript") How's that pointless? I, for a change, would *love* to be able to write client-side web applications in C and C++ ra

Re: [Interest] Bringing Qt, C++ To The Web

2013-01-16 Thread Alex Strickland
On 2013/01/17 03:36 AM, d3fault wrote: I hope they port QtWebkit next, that way I can write my GUI in html/_javascript_ to then have it rendered by Webkit, which will incidentally be running as html/_javascript_. The html/_javascript_ html/_javascript_ renderer. mind = bl

Re: [Interest] Please recommend some editor widgets

2013-01-16 Thread Koehne Kai
> Subject: Re: [Interest] Please recommend some editor widgets > > Thank you! I see QScintilla but it is only a pure text editor. I want > something like MS Word, a WYSIWYG editor. Maybe look into the Calligra source code then? No idea how easy the editor could be de-coupled... Good luck, Ka

Re: [Interest] [SOLVED, BUG?] Xcode Script not working with Qt5

2013-01-16 Thread Sensei
On 1/15/13 2:27pm, Sensei wrote: > A sad update on the matter: qmake with Xcode mkspec seems to discard > UIs. I don't know if this classifies as a bug, but at least is seems incoherent. Adding manually "QT += widgets" to the generated .pro project file corrects the problem. The question is then

[Interest] touch functionality not working with my Qt 5 apps

2013-01-16 Thread VStevenP
I am trying to figure out why the touch functionality of my LG display isn't working with my Qt 5 apps. The touch technology is an N-trig DuoSense which is easily auto-detected and added as a USB input device by Angstrom 2011.03 (kernel 2.6.32) on my BeagleBoard-xM. (Note that kernel 2.6.31 an

Re: [Interest] Please recommend some editor widgets

2013-01-16 Thread Joseph Crowell
On 01/17/2013 12:02 PM, ?? wrote: Thank you! I see QScintilla but it is only a pure text editor. I want something like MS Word, a WYSIWYG editor. QTextBrowser might work. It supports hyperlinks at least. But you won't get animated images and it has the same formatting issues as QTextEdit.

Re: [Interest] Please recommend some editor widgets

2013-01-16 Thread 程梁
Thank you! I see QScintilla but it is only a pure text editor. I want something like MS Word, a WYSIWYG editor. Cheng Liang Nanjing, China http://www.devbean.net From: vpereto...@gmail.com Date: Thu, 17 Jan 2013 11:05:56 +1000 Subject: Re: [Interest] Please recommend some editor widgets To: devb

Re: [Interest] Bringing Qt, C++ To The Web

2013-01-16 Thread d3fault
I hope they port QtWebkit next, that way I can write my GUI in html/javascript to then have it rendered by Webkit, which will incidentally be running as html/javascript. The html/javascript html/javascript renderer. mind = blown (is dat sum bootstrap?) Ok I'll shutup now, d3fault _

Re: [Interest] Bringing Qt, C++ To The Web

2013-01-16 Thread d3fault
Whoa. +1 for being simultaneously entirely pointless (hurr "Let's compile cross-platform C/C++ into cross-platform INTERPRETED JavaScript") and extremely useful (launching a browser and pointing it to a web-page exhausts 99% of end-users' capabilities). Can't wait to see what comes from this. d3fa

Re: [Interest] Please recommend some editor widgets

2013-01-16 Thread Vadim Peretokin
There is QScintilla as well, but I can't say I can recommend it as I remember it having internalization issues. Maybe it has been fixed since, that was a while ago. ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/list

[Interest] Please recommend some editor widgets

2013-01-16 Thread 程梁
Hi, there! I wonder if there are some editor widgets in Qt? I want to develop something like MS Word with a WYSIWYG UI. I know QTextEdit could do this but I have to implement lots features. Also you could use webkit but I'm not sure the performance is as good as C++. Also I need to export HTML f

Re: [Interest] Bringing Qt, C++ To The Web

2013-01-16 Thread Alexander Nestorov
Has anyone tried passing the generated javascript to Google's closure compiler? https://developers.google.com/closure/compiler/ -- alexandernst ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Bringing Qt, C++ To The Web

2013-01-16 Thread Pau Garcia i Quiles
On Wed, Jan 16, 2013 at 9:16 PM, Jan Krause wrote: > > I read this > postyesterday, I > found Emscripten-Qt really promising project, even I found it > in Qt repository. Does anyone know whether Emscripten-Qt will join to Qt > project?

Re: [Interest] Bringing Qt, C++ To The Web

2013-01-16 Thread Jan Krause
Am 16.01.2013 09:34, schrieb M. Bashir Al-Noimi: Hi, I read this post yesterday, I found Emscripten-Qt really promising project, even I found it in Qt repository. Does anyone know whether Emscripten-Qt will join to Qt project? --

Re: [Interest] Qt 5 Cross compile issue in freescale IMX53 Board

2013-01-16 Thread Thomas Senyk
On Wed, January 16, 2013 12:58:55 S. Muthaiah wrote: > Hi, > > I tried to launch qmlscene binary with one qml file. > Its also failed to launch. > > I am getting segmentation fault error. what does gdb tell you? > > Whether Qt 5.0 will work in kernel 2.6.35.5 version?? I haven't tested it ..

Re: [Interest] Basic Qt Chart Widget

2013-01-16 Thread Daniele Esposti
+1 Daniele Esposti My Blog http://www.expobrain.net LinkedIn http://www.linkedin.com/in/danieleesposti Twitter http://www.twitter.com/#!/expobrain On Jan 15, 2013 4:01 PM, "André Somers" wrote: > Op 15-1-2013 16:42, Soroush Rabiei schreef: > > I would rather suggest contributing to an existing

Re: [Interest] QTextEdit is too slow - hints needed

2013-01-16 Thread William Hallatt
Hi Muhammad QTextBrowser inherits QTextEdit so I doubt it will be any better :) On 16 January 2013 10:47, M. Bashir Al-Noimi wrote: > On 15/01/2013 01:16 ص, JM wrote: > > Personally I didn't face this issue before, but I suggest to use > QTextBrowser because it optimized for text displayi

Re: [Interest] Basic Qt Chart Widget

2013-01-16 Thread William Hallatt
Hi Konstantin The widget *is *particularly easy to implement (there are only two compulsory function calls to make): http://goblincoding.com/qt-chart-widget/chartusage/ It *isn't* a comprehensive charting widget/library so won't be of particular use for sophisticated users. However, I would lik

Re: [Interest] [interest] Qt Installer Framework: How good is that?

2013-01-16 Thread Karsten Heimrich
On 14.01.2013 17:57, Soroush Rabiei wrote: On Mon, Jan 14, 2013 at 4:38 PM, Karsten Heimrich mailto:karsten.heimr...@digia.com>> wrote Have you checked this: http://doc-snapshot.qt-project.org/qtifw-1.2/index.html Yes. In fact, that link was the only documentation I found about QIF.

Re: [Interest] [interest] Qt Installer Framework: How good is that?

2013-01-16 Thread Karsten Heimrich
Hi Uwe, On 14.01.2013 14:37, Uwe Rathmann wrote: > Hi, > > I have to admit that I completely missed the existence of the installer > framework so far. Before starting further investigations, please let me > ask if it is a possible solution for me: > > I'm maintainer of the Qwt ( http://qwt.sf.net

Re: [Interest] I.MX6 and QT5

2013-01-16 Thread Thomas Senyk
On Tue, January 15, 2013 15:52:48 Eric Nelson wrote: > On 01/15/2013 03:43 PM, qtnext wrote: > > thanks for the info ... I hopes that with I.MX6 it's possible to decode > > HD video in hardware and for example remap to an opengl texture or > > quick2 item , but I have checked on freescale website a

Re: [Interest] Basic Qt Chart Widget

2013-01-16 Thread Konstantin Tokarev
15.01.2013, 20:02, "André Somers" : > Op 15-1-2013 16:42, Soroush Rabiei schreef: >> I would rather suggest contributing to an existing project instead of >> starting your own one (unless you have a completely new idea) > (also @ Konstatin): > Did either of you even read the message by William? H

Re: [Interest] QTextEdit is too slow - hints needed

2013-01-16 Thread M. Bashir Al-Noimi
On 16/01/2013 09:47 ص, M. Bashir Al-Noimi wrote: On 15/01/2013 01:16 ص, JM wrote: Hi all, I am using QTextEdit to display log text files, just like the Unix command tail -f. My current implementation just displays the last 5 lines and

Re: [Interest] Qt5 what's missing?!

2013-01-16 Thread Koehne Kai
> -Original Message- > On 16/01/2013 08:52 ص, Tomasz Siekierda wrote: > > > A lot has changed in the meantime. Qt5 is modularised + it has > numerous new dependencies, and Symbian support was dropped (no > maintainers). New SDK is in the works and it will get better as time goes. >

Re: [Interest] QTextEdit is too slow - hints needed

2013-01-16 Thread M. Bashir Al-Noimi
On 15/01/2013 01:16 ص, JM wrote: Hi all, I am using QTextEdit to display log text files, just like the Unix command tail -f. My current implementation just displays the last 5 lines and then follows the growing log file, displaying lines as they come. Now, I am asked to

[Interest] Bringing Qt, C++ To The Web

2013-01-16 Thread M. Bashir Al-Noimi
Hi, I read this post yesterday, I found Emscripten-Qt really promising project, even I found it in Qt repository. Does anyone know whether Emscripten-Qt will join to Qt project? -- Best Regards Muhammad Bashir Al-Noimi __

Re: [Interest] Qt5 what's missing?!

2013-01-16 Thread M. Bashir Al-Noimi
On 16/01/2013 08:52 ص, Tomasz Siekierda wrote: A lot has changed in the meantime. Qt5 is modularised + it has numerous new dependencies, and Symbian support was dropped (no maintainers). New SDK is in the works and it will get better as time