Re: [Interest] Loading, recursion and GUI's

2013-01-08 Thread William Hallatt
I have to update the tree widget with each element visited and as far as I'm aware, one cannot use widget classes in separate threads (QThread). You are probably right that I can do that via a signals and slots (thanks for that, I don't know why I didn't think of it, it's rather obvious), but

Re: [Interest] Qt 5 and filesystem

2013-01-08 Thread Till Oliver Knoll
Am 08.01.2013 um 04:12 schrieb Charley Bay charleyb...@gmail.com: ... I concede tree-views may be necessary in some domains, but generally, I think users hate them, and there are likely better ways to represent information. Oh! Just don't get me started over the lack of a proper tree

Re: [Interest] Loading, recursion and GUI's

2013-01-08 Thread R. Reucher
On Tuesday 08 January 2013 09:15:50 William Hallatt wrote: I have to update the tree widget with each element visited and as far as I'm aware, one cannot use widget classes in separate threads (QThread). You are probably right that I can do that via a signals and slots (thanks for that, I

Re: [Interest] QMatrix4x4 in Qt 5

2013-01-08 Thread Giuseppe D'Angelo
On 8 January 2013 00:03, Adam Light acli...@gmail.com wrote: According to http://qt-project.org/doc/qt-5.0/qtgui/qmatrix4x4-compat.html, the QMatrix4x4 class (as well as QMatrix) is deprecated in Qt 5. Is there a suggested replacement? I think you're misreading that page, only those two

Re: [Interest] glGetString from QML-based Wayland compositor

2013-01-08 Thread Pier Luigi
Thanks it works! 2013/1/8 Samuel Rødal samuel.ro...@digia.com: On 01/07/2013 08:22 PM, Pier Luigi wrote: 2013/1/2 Samuel Rødal samuel.ro...@digia.com: On 12/28/2012 09:53 AM, Pier Luigi wrote: However glGetString() always return NULL, I call it from the sceneGraphInitialized() slot and I

[Interest] QDataWidgetMapper issues

2013-01-08 Thread Danny Price
I'm having trouble using the venerable QDataWidgetMapper class in my project. I have a set of QDoubleSpinboxes mapped to indexes in my table model. I've set the submit policy of the mapper to manual and connected the change signals of the widgets to the submit slot so the data in the boxes is

Re: [Interest] QDataWidgetMapper issues

2013-01-08 Thread Samuel Gaist
Hi, For problem number one, isn't editingFinished what you want ? (It comes from the QAbstractSpinBox) Hope this helps Samuel On 8 janv. 2013, at 10:19, Danny Price wrote: I'm having trouble using the venerable QDataWidgetMapper class in my project. I have a set of QDoubleSpinboxes mapped

Re: [Interest] Qt 5 and filesystem

2013-01-08 Thread Иван Комиссаров
Sorry for the offtop, but Finder can move files since 10.7 or 10.8 - you copy files paths with Cmd+C and move (instead of copying) them with Cmd+Alt+V (in case you didn't know). My question is what the status of itemmodels in qt5? It seems they'll be here for a long time, however this

Re: [Interest] Qt 5 and filesystem

2013-01-08 Thread Mark
On Tue, Jan 8, 2013 at 11:14 AM, Иван Комиссаров abba...@gmail.com wrote: Sorry for the offtop, but Finder can move files since 10.7 or 10.8 - you copy files paths with Cmd+C and move (instead of copying) them with Cmd+Alt+V (in case you didn't know). My question is what the status of

Re: [Interest] Fwd: Re: Linux OpenGL bug? Driver problem?

2013-01-08 Thread Guido Seifert
Of course, trouble shooting this with the latest open source components will make you a good samaritan indeed. Good samaritan? Me? Never. :-) But I upgraded to kernel 3.7.1. And I updated everything I could easily update. I am running Debian Sid. This is as bleeding edge as I am comfortable

Re: [Interest] Qt 5 and filesystem

2013-01-08 Thread Jason H
If the OS supports a standard dialog, then QML should provide access to it. It's just that simple. Who is to say that iOS and other mobile OSs won't provide a standard interface? It is a travesty that they don't. They've been able to avoid it because the disparity between mobile and desktop has

Re: [Interest] Qt 5 and filesystem

2013-01-08 Thread Bache-Wiig Jens
If the OS supports a standard dialog, then QML should provide access to it. It's just that simple. Who is to say that iOS and other mobile OSs won't provide a standard interface? It is a travesty that they don't. They've been able to avoid it because the disparity between mobile and desktop

Re: [Interest] Qt5 mingw builds

2013-01-08 Thread Diego Iastrubni
On Tue, Jan 8, 2013 at 9:51 AM, Konrad Rosenbaum kon...@silmor.de wrote: One hint that will make it easier: do not try to use GCC as a cross-compiler! Like the Mingw32 gcc to compile for 64bits or the Mingw64 gcc to compile 32bits - finding out how and where to apply the correct options on

Re: [Interest] Qt 5 and filesystem

2013-01-08 Thread Jason H
Ah, thank you for clarifying. I thought you could not use top-level std dialogs at all in QML due to agraphics engine conflict. FWIW I whole heartedly back the provide a simple StandardDialog interface directly to QML Thanks! From: Bache-Wiig Jens

Re: [Interest] Qt 5 and filesystem

2013-01-08 Thread Jason H
Ah, thank you for clarifying. I thought you could not use top-level std dialogs at all in QML due to agraphics engine conflict. FWIW I whole heartedly back the provide a simple StandardDialog interface directly to QML Thanks! From: Bache-Wiig Jens

Re: [Interest] Qt 5 and filesystem

2013-01-08 Thread André Somers
Op 8-1-2013 11:59, Mark schreef: On Tue, Jan 8, 2013 at 11:14 AM, Иван Комиссаров abba...@gmail.com wrote: Sorry for the offtop, but Finder can move files since 10.7 or 10.8 - you copy files paths with Cmd+C and move (instead of copying) them with Cmd+Alt+V (in case you didn't know). My

Re: [Interest] Qt 5 and filesystem

2013-01-08 Thread Rick Stockton
On 01/07/2013 11:58 PM, Mark wrote: On Mon, Jan 7, 2013 at 10:12 PM, Charley Bay charleyb...@gmail.com wrote: Mark sayeth: snip, KDE has a little (pun intended) thingy called KIO. It's a very massive IO framework that has support for a lot of different filesystems. It's all working under Qt

Re: [Interest] Qt 5 and filesystem

2013-01-08 Thread Jason H
Well, Windows has always done that, but it is more obvious as of Vista. It used to display the path, but since Vista, they bread crumbs it and made the parts of the path drop downs. But still I love my left pane treeview. It has a different use case. It's fine to have a list and bread crumbs

Re: [Interest] Qt5 mingw builds

2013-01-08 Thread Konrad Rosenbaum
On Tuesday 08 January 2013, Diego Iastrubni wrote: On Tue, Jan 8, 2013 at 9:51 AM, Konrad Rosenbaum kon...@silmor.de wrote: One hint that will make it easier: do not try to use GCC as a cross-compiler! Like the Mingw32 gcc to compile for 64bits or the Mingw64 gcc to compile 32bits -

Re: [Interest] Qt5 mingw builds

2013-01-08 Thread Nikos Chantziaras
On 08/01/13 23:22, Konrad Rosenbaum wrote: On Tuesday 08 January 2013, Diego Iastrubni wrote: So... cross compiling Qt5/win32 from Linux is not possible yet? In theory it should be possible to create a mkspec for this, but nobody attempted it yet. I myself gave up cross-compiling with MinGW

Re: [Interest] Qt5 mingw builds

2013-01-08 Thread Diego Iastrubni
On Tue, Jan 8, 2013 at 11:26 PM, Nikos Chantziaras rea...@gmail.com wrote: On 08/01/13 23:22, Konrad Rosenbaum wrote: On Tuesday 08 January 2013, Diego Iastrubni wrote: So... cross compiling Qt5/win32 from Linux is not possible yet? In theory it should be possible to create a mkspec

Re: [Interest] Crazy Idea of the day: WebGL renderer

2013-01-08 Thread Samuel Rødal
On 01/08/2013 07:35 PM, Jason H wrote: There has been an alarming increase in the number of on-line interactive coding platforms. Take for instance ScraperWiki.com, http://www.typescriptlang.org/Playground/ and a dozen others. While I am waiting for my Qt5 build to download, I was wondering

Re: [Interest] Qt 5 and filesystem

2013-01-08 Thread Mark
On Tue, Jan 8, 2013 at 5:46 PM, André Somers an...@familiesomers.nl wrote: Op 8-1-2013 11:59, Mark schreef: On Tue, Jan 8, 2013 at 11:14 AM, Иван Комиссаров abba...@gmail.com wrote: Sorry for the offtop, but Finder can move files since 10.7 or 10.8 - you copy files paths with Cmd+C and move