[Interest] Adding layouts to designer?

2011-11-30 Thread Jason H
I want to add some additional layouts to Designer (yes, that dinosaur) I have a widget library I am working on, and I have a special layout that I need to add. Now the plugin only works for those things which can return a QWidget*, but QLayouts are not based on QWidget. So how do I add my

[Interest] QPA of 4.8

2011-12-15 Thread Jason H
So lighthouse aka Qt Platform Abstraction (QPA) is in! My immediate questions are what does this mean for iOS and Android? I'd like to get to developing on these platforms. Is there any guides on how to use 4.8 with Qt Creator and target these just as easily as demonstrated with Android and

[Interest] Not a single document on QPA?

2012-01-06 Thread Jason H
I'm interested in doing this. But there is zero documentation. I watched the talk at http://developer.qt.nokia.com/videos/watch/qpa-the-qt-platform-abstraction But nothing is found in the help. Help?! ___ Interest mailing list

Re: [Interest] QtSVG deprecated

2012-01-09 Thread Jason H
I don't think it's going away, it's just not being maintained.  It's good for what it does, but many of the desired enhancements would result in the module blowing up in run-time size. The module exists as a good trade-off. And this I think is why it is deprecated. If it were maintained it

Re: [Interest] QtSVG deprecated

2012-01-09 Thread Jason H
used. However, the code will NOT be removed from a new version. Another example is the QDom code base. Scott *From:*interest-bounces+scott.bloom=onshorecs@qt-project.org [mailto:interest-bounces+scott.bloom=onshorecs@qt-project.org] *On Behalf Of *Jason H *Sent:* Monday, January 09

Re: [Interest] QtSVG deprecated

2012-01-09 Thread Jason H
:*interest-bounces+scott.bloom=onshorecs@qt-project.org [mailto:interest-bounces+scott.bloom=onshorecs@qt-project.org] *On Behalf Of *Jason H *Sent:* Monday, January 09, 2012 2:14 PM *To:* Chris Meyer; mhol...@uvic.ca *Cc:* interest@qt-project.org *Subject:* Re: [Interest] QtSVG deprecated

Re: [Interest] QtSVG deprecated

2012-01-10 Thread Jason H
http://www.engadget.com/2012/01/10/tizen-os-exposed-apparently-running-on-an-unknown-samsung-i950/ Seems Samsung *has* chosen Tizen (born from MeeGo). This would be great news! From: Jason H scorp...@yahoo.com To: Scott Aron Bloom scott.bl...@onshorecs.com

[Interest] Deplying QML apps to Android (Qt 4.8)

2012-01-10 Thread Jason H
Is there a howto or can someone tell me what I have to do to take my existing win32-developed QML app and put it on Android? I've got the Qt Demo running on an android tablet. Thanks.___ Interest mailing list Interest@qt-project.org

Re: [Interest] Deplying QML apps to Android (Qt 4.8)

2012-01-11 Thread Jason H
[mailto:interest-bounces+gareth.stockwell=accenture@qt-project.org] On Behalf Of Jason H Sent: 11 January 2012 01:50 To: interest@qt-project.org Subject: [Interest] Deplying QML apps to Android (Qt 4.8)   Is there a howto or can someone tell me what I have to do to take my existing win32-developed

Re: [Interest] QtSVG deprecated

2012-01-11 Thread Jason H
You bring up a good point. If we moved to the lib with qt wrappers, maybe as a qt plugin we'd  keep everyone happy and qtsvg  could die. -J ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] QtSVG deprecated

2012-01-11 Thread Jason H
You bring up a good point. If we moved to the lib with qt wrappers, maybe as a qt plugin we'd  keep everyone happy and qtsvg  could die. -J ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] QFileSystemWatcher malfunctioning

2012-01-12 Thread Jason H
No. It is just an abstraction of your operating system's file system notification code. AFAIK, none of these native APIs support do not notify for process X. From: Sujan Dasmahapatra s...@lmwindpower.com To: interest@qt-project.org Sent: Thursday, January

Re: [Interest] QFileSystemWatcher malfunctioning

2012-01-12 Thread Jason H
MD5 summing comparing would be the only way, and even then another program would be indistinguishable if it made the same changes. However that corner case should be a moot point. From: Bo Thorsen b...@fioniasoftware.dk To: interest@qt-project.org Sent:

Re: [Interest] Invalid command line parsing at QCoreApplication::arguments on MS Windows family

2012-01-17 Thread Jason H
To: interest@qt-project.org Sent: Tuesday, January 17, 2012 1:06 PM Subject: Re: [Interest] Invalid command line parsing at QCoreApplication::arguments on MS Windows family To Jason H Interesting find. However I'd prefer uniform parsing across all platforms for Qt apps. If windows rules breaks

Re: [Interest] [Qt4-feedback] Background color for labels?

2012-01-18 Thread Jason H
Also, wrong list.inter...@qt-project.org mailing list. From: Carl Schumann schum...@fnal.gov To: qt4-feedb...@qt.nokia.com Sent: Wednesday, January 18, 2012 11:16 AM Subject: [Qt4-feedback] Background color for labels? Qt4 community, I have been trying for

Re: [Interest] what happened to qtcreator's run qmake command?

2012-01-18 Thread Jason H
It's still under the build menu. From: Alan Ezust alan.ez...@gmail.com To: interest@qt-project.org Sent: Wednesday, January 18, 2012 12:48 PM Subject: [Interest] what happened to qtcreator's run qmake command? I am using qt creator 2.4 on windows and i

Re: [Interest] what happened to qtcreator's run qmake command?

2012-01-19 Thread Jason H
Maybe you don't have Qt installed (as far as Creator is concerned, so it can't find a qmake?) Or your project is tied to a configuration/version of qt that you do not have? From: Alan Ezust alan.ez...@gmail.com To: Karl Ruetz karl.ru...@ruetzdogz.com Cc:

Re: [Interest] QSettings watching for updates.

2012-01-23 Thread Jason H
I'd just suggest the QFileSystem watcher with a file (won't work with Windows registry QSettings) From: Till Oliver Knoll till.oliver.kn...@gmail.com To: interest@qt-project.org interest@qt-project.org Sent: Monday, January 23, 2012 6:18 AM Subject: Re:

[Interest] moving treeview ::branch to right

2012-01-25 Thread Jason H
I'd like to move the branch indicator ([+], [-]) to the right side so the text is always aligned to the left edge. I've tried: QTreeView::branch {     subcontrol-position: right center; } But this does not move it. What's the right Qt CSS for this? Thanks

Re: [Interest] Design shhirts using Qt OpenGL

2012-02-03 Thread Jason H
I think I speak for everyone where when I say Um, what?! Assuming you aren't trolling, what doe OpenGL have to do with anything? From: Sujan Dasmahapatra sujan.dasmahapa...@gmail.com To: interest@qt-project.org Sent: Friday, February 3, 2012 3:13 AM Subject:

Re: [Interest] Design shhirts using Qt OpenGL

2012-02-03 Thread Jason H
server-side graphics rendering, great tools like ImageMagick already exist. Cheers, Martin On 12-02-03 05:32 AM, Jason H wrote: I think I speak for everyone where when I say Um, what?! Assuming you aren't trolling, what doe OpenGL have to do with anything

Re: [Interest] Design shhirts using Qt OpenGL

2012-02-03 Thread Jason H
thankful to you for this information.Thanks for the tutorial I am going through this, if in this aspect I need some more help I'll post it, I am worrying it may be out of our Qt discussion. Anyways Thanks a lot. On Fri, Feb 3, 2012 at 9:01 PM, Jason H scorp...@yahoo.com wrote: If that's all

Re: [Interest] #define in qml

2012-02-21 Thread Jason H
Don't forget in OOP, you can always provide an interface class with virtual functions, then use the build environment to select the proper implementation for inclusion. But this approach is limited, especially when you're trying to handle version differences in the toolkit. I myself prefer to

Re: [Interest] Protection against a VLC-like enforcement: a Qt developers could send an infringement complaint about software distributed through he Apple App Store, and Apple pulling the software?

2012-02-21 Thread Jason H
Get a commercial license? Or have a developer friend side-load it for you. Thanks to Apple's DRM we'll see install clubs and piracy take off again. Or use Cydia. From: Erwin Coumans erwin.coum...@gmail.com To: interest@qt-project.org Sent: Tuesday, February

[Interest] Best Qt Webserver?

2012-02-21 Thread Jason H
After a long dearth of no webservers, it seems that Qt has several. I've tried libQxt, but can't get it to work. I've looked at QHttpServer (based on a C parser and has some Q* issues) Nothing quite suits my fancy. Does anyone know if there is a fully C++ Qt webserver that works?

Re: [Interest] Protection against a VLC-like enforcement: a Qt developers could send an infringement complaint about software distributed through he Apple App Store, and Apple pulling the software?

2012-02-21 Thread Jason H
I think you guessed it. Apple's store isn't about software rights, it is about profit.  You can also only make apps for Android and give Apple's store the middle finger. From: Erwin Coumans erwin.coum...@gmail.com To: Jason H scorp...@yahoo.com Cc

Re: [Interest] Proper use of SharedPointer/WeakPointer

2012-02-23 Thread Jason H
of SharedPointer/WeakPointer Op 23-2-2012 15:29, Thiago Macieira schreef: On quinta-feira, 23 de fevereiro de 2012 06.26.19, Jason H wrote: So in a return-everything query function, it would look like: QListQSharedPointerQObject*    ObjectDatabase::returnAll

Re: [Interest] QToolBox wihout scrollbars

2012-03-01 Thread Jason H
I believe that part of the toolbox inherits QScrollView, you should somehow be able to get that scroll view and disable the default bars. From: Muhammad Bashir Al-Noimi ad...@mbnoimi.net To: interest@qt-project.org Sent: Thursday, March 1, 2012 11:36 AM

[Interest] more QSharedPointerQuestions

2012-03-01 Thread Jason H
So I have a QObject-derived object tree, like a QObject* tree; I made everything QSharedObjectQObject accordingly. (I'll just use QObject in this email) I have a recursive query function. I want to use QSharedPointers so that I don't give the pointer directly to the tree because someone

Re: [Interest] more QSharedPointerQuestions

2012-03-02 Thread Jason H
-chemnitz.de To: Jason H scorp...@yahoo.com Cc: interest@qt-project.org interest@qt-project.org Sent: Thursday, March 1, 2012 5:16 PM Subject: Re: [Interest] more QSharedPointerQuestions On Thu, Mar 01, 2012 at 01:34:04PM -0800, Jason H wrote: So I have a QObject-derived object tree, like a QObject

Re: [Interest] About model/view sorting and headers

2012-03-05 Thread Jason H
It would seem as your row header isn't header, but data? From: Yves Bailly yves.bai...@sescoi.fr To: interest@qt-project.org interest@qt-project.org Sent: Monday, March 5, 2012 8:31 AM Subject: [Interest] About model/view sorting and headers Greetings all,

Re: [Interest] To QML or not to QML...

2012-03-06 Thread Jason H
. - Original Message - From: BRM bm_witn...@yahoo.com To: Interests Qt interest@qt-project.org Cc: Sent: Tuesday, March 6, 2012 12:26 PM Subject: Re: [Interest] To QML or not to QML... From: Preet prismatic.proj...@gmail.com On Mon, Mar 5, 2012 at 12:54 PM, Jason H scorp...@yahoo.com wrote: It is my

Re: [Interest] QTextEdit and watermark

2012-03-12 Thread Jason H
I know what a watermark is. I don't know start you mean by watermark in a text edit though. Got a pic as an example? -J ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] QTextEdit and Style sheets

2012-03-12 Thread Jason H
You've understanding it fine. But the colon in the filename means, it's a complied-in resource. While you develop/test, I would suggest taking the colon out and using the file system. All you have to do without using  style sheets is subclass QTextEdit then re implement draw, draw your water

Re: [Interest] QTextEdit and Style sheets

2012-03-12 Thread Jason H
Labdon graham.lab...@avalonsciences.com To: Jason H scorp...@yahoo.com Cc: interest@qt-project.org interest@qt-project.org Sent: Monday, March 12, 2012 9:12 AM Subject: RE: [Interest] QTextEdit and Style sheets I realise that using the colon implies a compilied in resource but this resource

[Interest] qt5 shapshot - not git or guitorious

2012-03-15 Thread Jason H
I am looking for a snapshot of Qt5 but not from git or guitorius do to the fact that git does not work through proxies, or rather, the proxy setup where I am at. Talking about http_proxy and the like is off-topic. Been there and for various reasons, it won't work FOR_ME. So I am looking for a

Re: [Interest] qt5 shapshot - not git or guitorious

2012-03-15 Thread Jason H
On 15.03.12 10:01:30, Jason H wrote: I am looking for a snapshot of Qt5 but not from git or guitorius do to the fact that git does not work through proxies, or rather, the proxy setup where I am at. Talking about http_proxy and the like is off-topic. Been there and for various reasons

Re: [Interest] qt5 shapshot - not git or guitorious

2012-03-16 Thread Jason H
be less sizable. Thanks again for your help and your offers :-) From: Rick Stockton rickstock...@reno-computerhelp.com To: Jason H scorp...@yahoo.com; interest@qt-project.org Sent: Thursday, March 15, 2012 5:53 PM Subject: Re: [Interest] qt5 shapshot - not git

Re: [Interest] qt5 shapshot - not git or guitorious

2012-03-16 Thread Jason H
-bounces+xizhi.zhu=nokia@qt-project.org] on behalf of ext Jason H [scorp...@yahoo.com] Sent: Friday, March 16, 2012 2:17 PM To: Rick Stockton; interest@qt-project.org Subject: Re: [Interest] qt5 shapshot - not git or guitorious Thanks for the offer and the help everyone. After some hacking I

[Interest] Qt5 on mingw fails immediately

2012-03-19 Thread Jason H
I am trying to build Qt 5 for the first time. I get to the make step ok, then I get: Qt is now configured for building. Just run mingw32-make. To reconfigure, run mingw32-make confclean and configure. + C:/qt5/qtbase/bin/qmake C:/qt5/qt.pro C:\qt5mingw32-make cd qtbase\

Re: [Interest] Qt5 on mingw fails immediately

2012-03-19 Thread Jason H
-project.org Cc: Sent: Monday, March 19, 2012 3:00 PM Subject: Re: [Interest] Qt5 on mingw fails immediately Hi Jason, qt.pro seems broken. You had better build qtbase first, then build other modules one by one. Regards, Debao On Mon, Mar 19, 2012 at 11:30 AM, Jason H scorp...@yahoo.com wrote

Re: [Interest] The Proper Way to Mix/Cross-Fade Images

2012-03-20 Thread Jason H
I wonder if what he wants is a 3-image fade: layer images 1 and 2 (bottom - top) as : 121 or 221 then cross fade the top two. The first layer is always 100% opacity. This should produce an additive-looking fade using multiplication. - Original Message - From: Bo Thorsen

Re: [Interest] QML on Android

2012-03-27 Thread Jason H
Also note that no multimedia stuff is supported. You've only got barebones. - Original Message - From: Sivan Greenberg si...@omniqueue.com To: Boudewijn Rempt b...@valdyas.org Cc: Interests Qt interest@qt-project.org Sent: Tuesday, March 27, 2012 9:14 AM Subject: Re: [Interest] QML on

Re: [Interest] Does it really worth it?

2012-03-28 Thread Jason H
This has *got* to be the project with the most emphatic users, but the lowest morale. We love it, but we're not sure if we should keep on loving it. Thanks Nokia. In other news, Lumia 800 is now in China as 800C. I bet the Chinese won't go for it either. With WP7 Nokia phones now in China,

Re: [Interest] HTML5 canvas support?

2012-03-29 Thread Jason H
No one else thought this was cool? From: Jason H scorp...@yahoo.com To: Interests Qt interest@qt-project.org Sent: Wednesday, March 28, 2012 2:24 PM Subject: [Interest] HTML5 canvas support? I think we should be able to paint to a HTML5 canvas. I created

Re: [Interest] Qt 5.0 alpha released

2012-04-03 Thread Jason H
I was worried this would be a Duke Nukem Forever situation, I'm glad to see its not! :-) But last I checked there were many holes, like Windows desktop components, etc. It seems that Sybmian was very supported and the desktops were not. Is this no longer the case?

Re: [Interest] QtArg

2012-04-10 Thread Jason H
Sound idiotic, but it would be an improvement. From: Nikos Chantziaras rea...@gmail.com To: interest@qt-project.org Sent: Tuesday, April 10, 2012 3:30 PM Subject: Re: [Interest] QtArg On 10/04/12 22:24, Thiago Macieira wrote: On terça-feira, 10 de abril de

Re: [Interest] QGraphicsItem: How to limit the position to which it is moved?

2012-04-11 Thread Jason H
Are you moving by mouse? I would look into trapping mouseDown, mouseMove and mouseUp, and calling move() yourself. From: Douglas Scott douglas.a.sc...@gmail.com To: interest@qt-project.org Sent: Wednesday, April 11, 2012 12:37 AM Subject: [Interest]

Re: [Interest] my comparison with company reports

2012-04-12 Thread Jason H
Mark, I know you mean well, but Qt has the best documentation in the industry. I think your complaints come from your own short comings as a developer, as Qt docs are written with developers for developers. So the question is audience. I think it's good that you're versatile, but you're clearly

Re: [Interest] thanks for extra reading suggestions - sorry to insult technical writers

2012-04-13 Thread Jason H
Or Wix. From: Harri Pasanen ha...@mpaja.com To: interest@qt-project.org Sent: Friday, April 13, 2012 8:59 AM Subject: Re: [Interest] thanks for extra reading suggestions - sorry to insult technical writers On 04/13/2012 01:29 PM, Atlant Schmidt wrote:

Re: [Interest] Getting QTreeView item click offset for DnD

2012-04-17 Thread Jason H
())); if(!child) return; m_dragOffset=event-pos()-child-pos(); } From: Jason H scorp...@yahoo.com To: Interests Qt interest@qt-project.org Sent: Friday, April 13, 2012 12:04 PM Subject: [Interest] Getting QTreeView item click offset for DnD I need to drag model

Re: [Interest] Getting QTreeView item click offset for DnD

2012-04-17 Thread Jason H
. From: André Somers an...@familiesomers.nl To: interest@qt-project.org interest@qt-project.org Sent: Tuesday, April 17, 2012 11:00 AM Subject: Re: [Interest] Getting QTreeView item click offset for DnD Op 17-4-2012 16:54, Jason H schreef: Well I am

[Interest] Quarterly links broken

2012-04-17 Thread Jason H
http://doc.qt.nokia.com/qq/index.html The most recent article links don't link to their articles. ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Getting QTreeView item click offset for DnD

2012-04-17 Thread Jason H
). To drop this where it should go, I need to place it at (x-25, y-50). However nothing I see would ever tell me (25,50) is where the mouse is. From: Jason H scorp...@yahoo.com To: André Somers an...@familiesomers.nl; interest@qt-project.org interest@qt-project.org

Re: [Interest] Contributor agreement rundown

2012-04-17 Thread Jason H
Well then you can't contribute to Qt because of the dual license. We endure the closed source because the open source side still benefits. Really it's a mutually beneficial arrangement. From: Nikos Chantziaras rea...@gmail.com To: interest@qt-project.org

Re: [Interest] Getting QTreeView item click offset for DnD

2012-04-18 Thread Jason H
: Bill Crocker william.croc...@analog.com To: interest@qt-project.org Sent: Wednesday, April 18, 2012 10:17 AM Subject: Re: [Interest] Getting QTreeView item click offset for DnD On 04/18/2012 10:07 AM, Jason H wrote: Please, any help? I'm stuck. How about this: const QPoint QDropEvent::pos

Re: [Interest] Contributor agreement rundown

2012-04-18 Thread Jason H
Really It's a question of comparative greed. If you don't want your source in the commercial arena, where people can make money off of you, well what's the value of that as compared to the value of the code that you get for free, as well as the value you get by those commercial interests

Re: [Interest] Qt for Android iOS

2012-04-23 Thread Jason H
They aren't embedded. Digia means QNX, MQX (please!), embedded linux, VxWorks, on PPC, ARM, MIPS, SH, and the like. From: lucas.betsch...@crypto.ch lucas.betsch...@crypto.ch To: interest@qt-project.org Sent: Monday, April 23, 2012 9:45 AM Subject:

Re: [Interest] Qt for Android iOS

2012-04-23 Thread Jason H
the discussion.   -Adam   From:interest-bounces+adam.weinrich=nokia@qt-project.org [mailto:interest-bounces+adam.weinrich=nokia@qt-project.org] On Behalf Of ext Jason H Sent: Monday, April 23, 2012 9:59 AM To: lucas.betsch...@crypto.ch; interest@qt-project.org Subject: Re: [Interest] Qt for Android

Re: [Interest] Qt for Android iOS

2012-04-24 Thread Jason H
licensing corner case though if anyone can clarify that it could help the discussion.   -Adam   From:interest-bounces+adam.weinrich=nokia@qt-project.org [mailto:interest-bounces+adam.weinrich=nokia@qt-project.org] On Behalf Of ext Jason H Sent: Monday, April 23, 2012 9:59 AM To: lucas.betsch

Re: [Interest] Help qt+python

2012-04-24 Thread Jason H
There are better lists for your question. Your choices are PySide or PyQt. I only have experience with PyQt, which uses SIP. Or you can use the Python C interface directly. It's not hard. From: Carlos Yoesly Oviedo Becerra covi...@estudiantes.uci.cu To:

Re: [Interest] Qt for Android iOS

2012-04-25 Thread Jason H
I had considered that, but rejected it because Apple designs and manufactures its own chips. Therefore, they would change their CPU design rather than switch architectures. From: Atlant Schmidt aschm...@dekaresearch.com To: 'Jason H' scorp...@yahoo.com

Re: [Interest] Qt for Android iOS

2012-04-25 Thread Jason H
. From: Konstantin Tokarev annu...@yandex.ru To: Jason H scorp...@yahoo.com Cc: Atlant Schmidt aschm...@dekaresearch.com; lucas.betsch...@crypto.ch lucas.betsch...@crypto.ch; adam.weinr...@nokia.com adam.weinr...@nokia.com; interest@qt-project.org interest@qt-project.org Sent

Re: [Interest] QTextEdit performance

2012-04-25 Thread Jason H
It's not really a simple task. Everytime you add text, it has to be relayout. That takes a considerable amount of time. The simplifying observation you could make is that these lines are always appended at postion 0 of the line. Meaning a relayout is not necessary. A List view might be

Re: [Interest] Nmake has error U1038:internal error, When building project in Qt Creator.

2012-04-26 Thread Jason H
Determine what the command line should really be. moc.exe -I... -IQt\include -FoRelease @**.moc I have no idea what is. What does @** evaluate to? From: rcyboom rcyb...@163.com To: Konstantin Tokarev annu...@yandex.ru Cc: interest@qt-project.org

Re: [Interest] qt vs web-runtime

2012-05-02 Thread Jason H
Intel has the x86 Andoid problem fixed with binary translation. Your NDK arguments are moot. From: Stephen Bryant st...@bawue.de To: interest@qt-project.org Sent: Wednesday, May 2, 2012 6:05 AM Subject: Re: [Interest] qt vs web-runtime Hi,   in the

Re: [Interest] Need help

2012-05-09 Thread Jason H
Honestly I'd cheat and lay it our in a UI, then take the UIC code, or just use the UI file, starting with all initially hidden and when they hit the button, unhide one. Assuming of course there is a reasonable max of columns. From: Sujan Dasmahapatra

[Interest] Nokia N9 questions

2012-05-11 Thread Jason H
As I've mentioned before on this list I have a N9. :-) However there are some issues with it. I was wondering if those in the know could point me to additional resources - like Android has xda-developers - but for the N9. I have the following questions: (Which may aid in directing me to

Re: [Interest] Automatic deletion of children of QObject

2012-06-12 Thread Jason H
Yes, interally, IIRC it is a QList, and suffer/enjoys all the traits of such. And FWIW, I think deleting children inthe order they were added makes the most sense. If you need your backwards behavior you are really implying that B is a child of A, and if created as such, you would get the

Re: [Interest] QTcpServer - One connection per port

2012-06-12 Thread Jason H
Being on the embedded side, I can see why he wants only one client at a time. It coudl be that he has a serial protocol that is not going over TCP, where there is no idea of multiple clients. He should be able to set maxPendingConnections to 0. But as the docs say but the operating system may

Re: [Interest] QTcpServer - One connection per port

2012-06-13 Thread Jason H
delete it. From: Gopalakrishna Bhat gopalakb...@gmail.com To: interest@qt-project.org interest@qt-project.org Sent: Tuesday, June 12, 2012 10:44 PM Subject: Re: [Interest] QTcpServer - One connection per port On Wed, Jun 13, 2012 at 2:08 AM, Jason H scorp

Re: [Interest] Working with QDateTime's timezone information

2012-06-14 Thread Jason H
What is the issue here? That QDateTime does not handle the +HH:MM in the timezone string? At most I would see this being a possible datastream version bump, with a bit of code (No API changes? - I think we have what we need, just that the TZ does not persist.)

Re: [Interest] QTcpServer - One connection per port

2012-06-14 Thread Jason H
() at his disposal. From: BRM bm_witn...@yahoo.com To: Jason H scorp...@yahoo.com; Gopalakrishna Bhat gopalakb...@gmail.com; interest@qt-project.org interest@qt-project.org Sent: Thursday, June 14, 2012 11:55 AM Subject: Re: [Interest] QTcpServer - One connection

Re: [Interest] Is Nokia officially done with Qt?

2012-06-15 Thread Jason H
on Meltemi, but the hope for it did keep me motivated developing some N9 Symbian Qt apps. No more... So for mobile, Qt future is somewhat bleak at the moment, at least in my eyes. Harri On 06/14/2012 11:09 PM, Jason H wrote: I understand why he said it. Frankly, even the Qt way was going

Re: [Interest] Is Nokia officially done with Qt?

2012-06-15 Thread Jason H
with Qt? 2012/6/15 Jason H scorp...@yahoo.com: Bleak? I was annoyed when Nokia took over TT, because substantial the resources got moved to mobile. And I hated the preferred Symbian-was-the-favoriate updates. ..., especially web services (consuming/providing) ... That's not so bad. After

Re: [Interest] Is Nokia officially done with Qt?

2012-06-15 Thread Jason H
He once tried to convince me that Microsoft actually likes Qt. Uhhh.. WHAT??? What indeed. But Thiago knows his stuff. We've had Miguel de Icaza arguing for OpenSource and .NET so I guess there is one in every bunch. Not only is MS not succeeding as it once did (Failure of Hotmail,

Re: [Interest] Is Nokia officially done with Qt?

2012-06-15 Thread Jason H
Are people fixing up resume/cv's and looking for new digs? You betcha. Are there any one on this list with low-level embedded experience fixing up their resumes? I can't promise a Qt job, but we are looking for quality (Masters preferred) embedded people. On site in US-Baltimore.

Re: [Interest] Is Nokia officially done with Qt?

2012-06-15 Thread Jason H
If Nokia is not interested enough to maintain it, why would they be interested enough to keep it non-BSD? Its availability as LGPL as you point out, enable significant deployment of Qt without the need for it to be BSD. From: d3fault d3faultdot...@gmail.com

Re: [Interest] [OT] Re: Is Nokia officially done with Qt?

2012-06-18 Thread Jason H
Just to put this out there. Cutie sounds like a joint project between Witty (Wt) and Qt. The original Qt fork was called Harmony(defunct, and never came to fruition). And to answer the ultimate question: No, but all other questions are unanswerable at this point.

Re: [Interest] Porting Qt app to windows

2012-06-19 Thread Jason H
Indeed. The GPL is distribution-focused. If you are doing it for your company (a fictitious person) then the creator and the user are the same and there is no distribution From: Nikos Chantziaras rea...@gmail.com To: Chasc ch...@tpg.com.au Cc:

Re: [Interest] [OT] Re: Is Nokia officially done with Qt?

2012-06-19 Thread Jason H
Well Nokia just introduced the 808 to the US. Symbian Belle based, programmed in Qt, same icons as my N9. Maybe the Linux stuff goes away, but Qt stays on for app-development on Symbian? From: Michael Seydl michael.se...@gmail.com To: Qt Interest

Re: [Interest] Porting Qt app to windows

2012-06-19 Thread Jason H
Virtual Machines to the rescue... From: David Ching d...@dcsoft.com To: interest@qt-project.org Sent: Tuesday, June 19, 2012 12:03 PM Subject: Re: [Interest] Porting Qt app to windows From: Diego Iastrubni [mailto:diegoi...@gmail.com] Sent: Tuesday, June

Re: [Interest] Porting Qt app to windows

2012-06-19 Thread Jason H
One bug kicker is remembering to copy the Qt Plugins directory, else images won't work... From: Till Oliver Knoll till.oliver.kn...@gmail.com To: Qt Interest interest@qt-project.org Sent: Tuesday, June 19, 2012 1:21 PM Subject: Re: [Interest] Porting Qt app

Re: [Interest] [OT] Re: Is Nokia officially done with Qt?

2012-06-19 Thread Jason H
/master Strip out Maemo5 code. Remove Symbian support. Le 19/06/2012 17:40, Jason H a écrit : Well Nokia just introduced the 808 to the US. Symbian Belle based, programmed in Qt, same icons as my N9. Maybe the Linux stuff goes away, but Qt stays on for app-development on Symbian

Re: [Interest] ICS Announces Qt-Based Google APIs

2012-06-19 Thread Jason H
I would *love* some reference apps in the ovi Store. Google maps don't work on my N9, and the Ovi maps don't work as well. I can't type outback and see all the local outback streak houses around. If you did publish these apps (Call em Qoogle Maps?) I'd pay a dollar or two each.

Re: [Interest] how to develop the html5 game application(web application) based on Qt

2012-06-20 Thread Jason H
This request makes little to-no sense. The output from any Qt effort will be either a library or an executable. If what you want is just everything in a HTML file then there is no C++, you'll use Javascript, HTML and CSS. If you want to use C++ then you'll need a .exe, and until Vaudeville is

Re: [Interest] MySQL question using QT

2012-06-20 Thread Jason H
You have to GRANT root permission to login from your IP, or IP range. From: Sujan Dasmahapatra s...@lmwindpower.com To: interest@qt-project.org Sent: Wednesday, June 20, 2012 10:06 AM Subject: [Interest] MySQL question using QT It’s slightly off-the-topic

Re: [Interest] Semi-OT: What could / should Elop / Nokia have done differently?

2012-06-22 Thread Jason H
Well, from a management perspective, Elop's actions (castrating Nokia to just Symbian and WP) and then the announcement by MS n WP8, is I think a ploy to beat up Nokia's stock price (now well under $3, when all this drama started it was over $8) for a cheap MS acquisition via stock. Nokia

Re: [Interest] Qt on Windows Phone 8

2012-06-22 Thread Jason H
'mostly'? From: Lorn Potter lorn.pot...@gmail.com To: chuck.pier...@nokia.com Cc: interest@qt-project.org Sent: Friday, June 22, 2012 3:35 PM Subject: Re: [Interest] Qt on Windows Phone 8 On 23/06/2012, at 12:00 AM, chuck.pier...@nokia.com

Re: [Interest] HTML5 canvas support?

2012-06-25 Thread Jason H
'). From: Jonathan Greig redteam...@gmail.com To: Jason H scorp...@yahoo.com Cc: Interests Qt interest@qt-project.org Sent: Sunday, June 24, 2012 8:09 AM Subject: Re: [Interest] HTML5 canvas support? Jason, I think it's cool. I would have been nice if you had at least included the private

Re: [Interest] Qt on Windows Phone 8

2012-06-28 Thread Jason H
...@gmail.com Cc: interest@qt-project.org Subject: Re: [Interest] Qt on Windows Phone 8   My short summary: there is a fair bit of work behind the word mostly….   From:ext Jason H [mailto:scorp...@yahoo.com] Sent: Friday, June 22, 2012 12:47 PM To: Lorn Potter; Piercey Chuck (Nokia-DXM/SiliconValley) Cc

Re: [Interest] Example of writing an .xls file using a qt program

2012-07-05 Thread Jason H
You can't directly. You have two options, use ActiveQt and use COM to automate a Excel instance, or output into CSV. Excel will accept the following in a functional way: 2,2 =A1+B1, which would come out as [  2][  2] [  4] However charts, pivot tables, etc, cannot be done. To use COM, you

Re: [Interest] Usable Qt [Was: download a file form http]

2012-07-05 Thread Jason H
What does your .pro file look like? And if you haven't already, remove the #include for main.moc From: Sivan Greenberg si...@omniqueue.com To: Jason H scorp...@yahoo.com Cc: Tony Rietwyk t...@rightsoft.com.au; interest@qt-project.org interest@qt-project.org

Re: [Interest] Qt5 on MSVC2008, Win7x64 (Tier1)?

2012-07-09 Thread Jason H
Why not just use QtCreator with the toolchain set to whatever version you want? I too agree with your assessment of VS. I don't know how or why it is so slow. QtCreator (on windows/gcc) seems to have a speed limit for compiling files (like min 1 file per second) but other than that it does

Re: [Interest] Qt5 on MSVC2008, Win7x64 (Tier1)?

2012-07-09 Thread Jason H
Ah, that's the one I'm talking about. I'd love to get Creator to work with it and the USB debgugging tap. From: Stephen Chu step...@ju-ju.com To: Jason H scorp...@yahoo.com Cc: interest@qt-project.org interest@qt-project.org Sent: Monday, July 9, 2012 11:22

Re: [Interest] creating custom widget

2012-07-10 Thread Jason H
] creating custom widget Jason H wrote: You should post to the interest, not Creator list. This is for the creator application only. This is qt-interest. ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo

Re: [Interest] Has anyone heard about Jolla?

2012-07-11 Thread Jason H
I don't get why Nokia would back a potential competitor? From: Lorn Potter lorn.pot...@gmail.com To: Jeff Tranter jtran...@ics.com Cc: interest@qt-project.org Sent: Wednesday, July 11, 2012 3:10 PM Subject: Re: [Interest] Has anyone heard about Jolla? On

Re: [Interest] about QSettings

2012-07-18 Thread Jason H
The registry can be locked down as part of domain policy. And later versions of XP has it secured by default. What service pack are you running? From: tang ke ta...@lemote.com To: Jason H scorp...@yahoo.com Cc: interest@qt-project.org interest@qt-project.org

Re: [Interest] About qxmlstream

2012-07-19 Thread Jason H
data=strong /   /current_conditions  By using  readElementText () to read the content of “condition” from condition data=sunny /, that will return a null string . If change the xml as  condition “sunny” /condition, right string will be returned. Best regards! -Jiang wenjun From:ext Jason H

Re: [Interest] File change signal is emitted multiple times in QFileSystemWatcher on Mountain Lion (Qt 4.8.2)

2012-07-31 Thread Jason H
This has been brought up before. I believe it was decided that it was not a bug, that the behavior is whatever the OS services provide. From what I can tell you should have 2 signals below, as the file is closed twice. From: noru...@me.com noru...@me.com

  1   2   3   4   5   6   7   8   9   10   >