Re: [Development] QtMultimedia BIC / header cleanliness issue

2012-12-22 Thread Thiago Macieira
On domingo, 23 de dezembro de 2012 11.50.18, Sze Howe Koh wrote: > For consistency with the other interfaces, I suggest simply adding > empty virtual destructors. I believe this won't break any existing > code; the only code that should be affected is deletion via pointers > to QMediaServiceProvide

Re: [Development] QtMultimedia BIC / header cleanliness issue

2012-12-22 Thread Sze Howe Koh
On 23 December 2012 06:20, Thiago Macieira wrote: > Hello > > Now that Qt 5.0 is out, I've been doing some clean up tasks I had been putting > off. One of them, to properly do the headersclean test, turned up that > QtMultimedia did not have this test at all. And here's what it produces: > > multi

Re: [Development] Idea: add transition capabilities to QML TextInput

2012-12-22 Thread Mark
On Sat, Dec 22, 2012 at 9:42 PM, Alan Alpert <4163654...@gmail.com> wrote: > On Sat, Dec 22, 2012 at 8:52 AM, Mark wrote: >> Hi, >> >> The idea for this came from ListView. In a ListView you can define a >> "add: Transition" and "delete: Transition" (among others). >> >> With a TextInput the text

[Development] QtMultimedia BIC / header cleanliness issue

2012-12-22 Thread Thiago Macieira
Hello Now that Qt 5.0 is out, I've been doing some clean up tasks I had been putting off. One of them, to properly do the headersclean test, turned up that QtMultimedia did not have this test at all. And here's what it produces: multimedia/qmediaserviceproviderplugin.h:111:28: error: ‘struct QMed

Re: [Development] Idea: add transition capabilities to QML TextInput

2012-12-22 Thread Alan Alpert
On Sat, Dec 22, 2012 at 8:52 AM, Mark wrote: > Hi, > > The idea for this came from ListView. In a ListView you can define a > "add: Transition" and "delete: Transition" (among others). > > With a TextInput the text itself is quite "static" as in there isn't > much to animate there or play with. It

Re: [Development] Qt 5 reelase with mingw ???

2012-12-22 Thread Алексей Павлов
For those who interesting in mingw builds of Qt5 I upload archive https://www.dropbox.com/s/00pxb9202dym5pv/SDK-x64.7z with 64-bit build Qt-5.0.0. This archive contain 3 folders: 1. Qt-x86_64 - contain Qt-5.0.0 + QtCreator-2.6.1 2. mingw64 - 64-bit multilib toolchain 3. ported-x64 - 3rdparty lib

[Development] Idea: add transition capabilities to QML TextInput

2012-12-22 Thread Mark
Hi, The idea for this came from ListView. In a ListView you can define a "add: Transition" and "delete: Transition" (among others). With a TextInput the text itself is quite "static" as in there isn't much to animate there or play with. It's just adding text (typing) or removing text (backspace/d

Re: [Development] Qt 5 reelase with mingw ???

2012-12-22 Thread 1+1=2
Hi Randolph D, Please note that, Qt libraries 5.0.0 for Windows only provided prebuild version for MSVC2010 at present, if you using MSVC2005/2008/2012, you need to compile it by yourself. Once you have installed MSVC2010-express and Windows debug tools (cdb.exe), you can using QtCreator to build

Re: [Development] Qt 5 reelase with mingw ???

2012-12-22 Thread Randolph D.
so now we have 3 compile options: in the commandline window. the qt creator, and MSVC with Qt 5 pluging. in Qt there is the message, that the nmake is not found, maybe a path setting dir problem in windows. in the MSVC plugin I can pickup the .pro file, but then a window tells there is no .vxproj f