Re: [Interest] qtquickcontrols question

2013-11-07 Thread Rutledge Shawn
On 7 Nov 2013, at 7:53 AM, Damian Ivanov wrote: Thanks Shawn for the clarification. That's rather old, about an earlier iteration of the component set that we are shipping with Qt 5.x (x = 1). Menu is now multi-purpose and therefore has replaced ContextMenu. ok. how can I show the menu

Re: [Interest] qtquickcontrols question

2013-11-07 Thread Damian Ivanov
Great! Super Thanks Shawn. Two last questions for today I promise :) Is it possible that I have them persistent i the main window like ___ |Menu1 |Menu2| | Item1|

Re: [Interest] qtquickcontrols question

2013-11-07 Thread deDietrich Gabriel
On Nov 7, 2013, at 10:31 AM, Damian Ivanov damianator...@gmail.com wrote: Great! Super Thanks Shawn. Two last questions for today I promise :) Is it possible that I have them persistent i the main window like No, we don’t currently support sticky menus in any way. What’s your use case? I

Re: [Interest] qtquickcontrols question

2013-11-07 Thread Rutledge Shawn
On 7 Nov 2013, at 10:31 AM, Damian Ivanov wrote: Great! Super Thanks Shawn. Two last questions for today I promise :) Is it possible that I have them persistent i the main window like ___ |Menu1 |Menu2

Re: [Interest] qtquickcontrols question

2013-11-07 Thread Damian Ivanov
My idea was that have them expanded on the main window. e.g like on a windows starmenu: left side right side3 Favorites LIST Control Panel - Menu with subitems Recently used LIST Recent documents

[Interest] Did QUrlQuery::queryItemValue change its decoding behaviour in 5.2-beta1?

2013-11-07 Thread Philipp Kursawe
My code just broke when I wanted to use the return value of requestQuery.queryItemValue(redirect_uri); and expected it to be schema://authorized (as in 5.2) but instead got it back as undecoded value. So has the default behaviour changed? I couldn't find anything in the commit history about it.

[Interest] Quick2 ShaderEffect: source or provider missing when binding textures

2013-11-07 Thread Ola Røer Thorsen
Hi all, if I use a ShaderEffect on an image that is loaded asynchronously, I get the error/debug message on the console: ShaderEffect: source or provider missing when binding textures for every frame rendered until the image is completely loaded and the texture is complete. This means our

Re: [Interest] Quick2 ShaderEffect: source or provider missing when binding textures

2013-11-07 Thread Sletta Gunnar
The error message has been quite helpful with tracking down errors in the past, but I guess we can at least remove it from release builds and limit it a bit :) Added https://bugreports.qt-project.org/browse/QTBUG-34676 to track this. But why are you showing ShaderEffects which lack their image

Re: [Interest] What for does qt5gui need OpenGL?

2013-11-07 Thread Thiago Macieira
On quinta-feira, 7 de novembro de 2013 08:40:03, William Hallatt wrote: On 7 November 2013 00:38, Thiago Macieira thiago.macie...@intel.com wrote: On quarta-feira, 6 de novembro de 2013 20:12:33, phil.kursawe@gmail.comwrote: I see. I thought Qt renders using the system natively. It could

Re: [Interest] What for does qt5gui need OpenGL?

2013-11-07 Thread Thiago Macieira
On quinta-feira, 7 de novembro de 2013 08:34:53, Philipp Kursawe wrote: OpenGL should not be a dependency on a base windowing framework imho. We disagree. We concluded a couple of years ago that OpenGL is the future. Therefore, that's not an argument. What would be an argument would be to be

Re: [Interest] Did QUrlQuery::queryItemValue change its decoding behaviour in 5.2-beta1?

2013-11-07 Thread Thiago Macieira
On quinta-feira, 7 de novembro de 2013 14:02:06, Philipp Kursawe wrote: My code just broke when I wanted to use the return value of requestQuery.queryItemValue(redirect_uri); and expected it to be schema://authorized (as in 5.2) but instead got it back as undecoded value. So has the

[Interest] QtDBus interface design question

2013-11-07 Thread Roland Winklmeier
Hey there, I'm struggling with a design issue and cannot find a easy and clean solution. So I hope you experts could help me out maybe. I have a daemon application built with C++/Qt. It is a client for a network and should run in the background. The plan was to connect the UI via DBus to this

Re: [Interest] What for does qt5gui need OpenGL?

2013-11-07 Thread André Pönitz
On Thu, Nov 07, 2013 at 07:51:16AM +0100, Tomasz Olszak wrote: 2013/11/7 Uwe Rathmann uwe.rathm...@tigertal.de On Wed, 06 Nov 2013 08:03:47 -0800, Thiago Macieira wrote: Shouldn't they be in Qt5OpenGL.dll? No, they are where they were supposed to be. That's by design.

[Interest] Qt 4.8.5 and VS2012

2013-11-07 Thread Bob Hood
Can somebody point me to a list of the corrections that need to be made to the 4.8.5 source so it compiles with VS2012? The WebKit HashSet.h header has issues, and I recall running into this in the past when I built 4.8.4 with VS2012, but I don't recall everything I had to modify to get it to

Re: [Interest] Did QUrlQuery::queryItemValue change its decoding behaviour in 5.2-beta1?

2013-11-07 Thread Philipp Kursawe
Thanks, I found the commit before, but missed that it also changed decoding of :// On Thu, Nov 7, 2013 at 6:50 PM, Thiago Macieira thiago.macie...@intel.comwrote: On quinta-feira, 7 de novembro de 2013 14:02:06, Philipp Kursawe wrote: My code just broke when I wanted to use the return value

[Interest] ID based .ui translations

2013-11-07 Thread Philipp Kursawe
So we hacked out version of lupdate to compile id based .ts files from ui files but thats only the first step. Now the ui compiler also has to be changed to generate code for retranslateUI that uses qtTrid instead of QApplication::translate That is a huge amount of work. Why oh why was id based

Re: [Interest] Qt 4.8.5 and VS2012

2013-11-07 Thread Bob Hood
Nevermind. I think this is what I used last time, and it appears to be working for 4.8.5 as well: http://stackoverflow.com/questions/12113400/compiling-qt-4-8-x-for-visual-studio-2012 On 11/7/2013 12:59 PM, Bob Hood wrote: Can somebody point me to a list of the corrections that need to be

Re: [Interest] What for does qt5gui need OpenGL?

2013-11-07 Thread William Hallatt
On 7 November 2013 19:42, Thiago Macieira thiago.macie...@intel.com wrote: On quinta-feira, 7 de novembro de 2013 08:40:03, William Hallatt wrote: On 7 November 2013 00:38, Thiago Macieira thiago.macie...@intel.com wrote: On quarta-feira, 6 de novembro de 2013 20:12:33,

[Interest] How can I make a QSplitterHandler wider then the others?

2013-11-07 Thread Philipp Kursawe
I tried to subclass it and setMinimumWidth(12). That make it wieder but now it seems to reach inthe the next widget of the splitter. Same when I set the min-width using CSS. So how can I force Qt to correctly honor different sized QSplitterHandles? ___

Re: [Interest] QtDBus interface design question

2013-11-07 Thread Mandeep Sandhu
The only solution I can imagine is to pass the entire table in one DBus message, but how. I cannot pass the objects itself, because I cannot How about returning an array of strings in the method call? Both are valid DBus types and you could probably concatenate the various properties using a