Re: [Development] Notes from the QWidget session

2012-07-04 Thread Alan Alpert
On Fri, 29 Jun 2012 11:57:58 ext Olivier Goffart wrote: On Friday 29 June 2012 11:50:55 Alan Alpert wrote: On Tue, 26 Jun 2012 12:56:06 ext Harri Porten wrote: - Converter of .ui files to QML? That's a good idea, and actually pretty close to useful already. All you really need to do

Re: [Development] Notes from the QWidget session

2012-06-29 Thread gunnar.sletta
On Jun 29, 2012, at 3:50 AM, ext Alan Alpert wrote: On Tue, 26 Jun 2012 12:56:06 ext Harri Porten wrote: Here are my notes from the QWidgets session on June 22th, 2012, 11:30 o'clock: http://qt-project.org/groups/qt-contributors-summit-2012/wiki/QtWidgets ,,, Help with migration from

Re: [Development] Notes from the QWidget session

2012-06-29 Thread gunnar.sletta
Not to mention the performance wreck it will turn into... QGraphicsProxyWidget was horrible for performance if you had more than one or two. One reason for this is that the styles need to be rendered with raster (or possibly native) paint engines because of its ease of integration with

Re: [Development] Notes from the QWidget session

2012-06-29 Thread Иван Комиссаров
So, what should i do to create a new playground project for new widgets? According to http://qt-project.org/wiki/Creating-a-new-module-or-tool-for-Qti need to discuss module on a mailing list first:) I prefer to have work in a QtWidget's module (to have access for private classes), so i think, i

Re: [Development] Notes from the QWidget session

2012-06-29 Thread Olivier Goffart
On Friday 29 June 2012 12:52:23 Иван Комиссаров wrote: So, what should i do to create a new playground project for new widgets? According to http://qt-project.org/wiki/Creating-a-new-module-or-tool-for-Qti need to discuss module on a mailing list first:) I prefer to have work in a

Re: [Development] Notes from the QWidget session

2012-06-29 Thread Иван Комиссаров
Ok, i'll do that on a gitorious. 2012/6/29 Olivier Goffart oliv...@woboq.com On Friday 29 June 2012 12:52:23 Иван Комиссаров wrote: So, what should i do to create a new playground project for new widgets? According to http://qt-project.org/wiki/Creating-a-new-module-or-tool-for-Qti need

Re: [Development] Notes from the QWidget session

2012-06-29 Thread Uwe Rathmann
On 06/29/2012 09:04 AM, gunnar.sle...@nokia.com wrote: I see a people having a certain technology, say charting, which is encapsulated in a QWidget, and it should be possible to integrate those technologies into QtQuick 2.0. In fact this is not a good example as the code for displaying

Re: [Development] Notes from the QWidget session

2012-06-28 Thread Andre Somers
Op 27-6-2012 22:17, Иван Комиссаров schreef: Hm... What about adding new (maybe rather simple) widgets? QtCreator has QtColorButton class, QtFontButton, lineedit for editing shortcuts (i have my own modified copy). Browser example has ModelMenu and ModelToolBar classes (rather useful in some

Re: [Development] Notes from the QWidget session

2012-06-28 Thread Иван Комиссаров
Everyone i know copy such small widgets in each application they develop... As for WindowsMenu - on Mac it is built in designer form, you don't even need to add it manually. IMHO, each multiple-window app needs it. And what you suggest? To have QtWidgets and QtWidgets2 module? Why do we need this

Re: [Development] Notes from the QWidget session

2012-06-28 Thread Thorbjørn Martsum
*@*Harri *Yes. And to be realistic: a single maintainer won't be enough* Agreed. There should be five QtWidgets maintainers like in the list ( http://qt-project.org/wiki/Maintainers), but Stephen Kelly is the only one. After that is said - one more maintainer would certainly improve the

Re: [Development] Notes from the QWidget session

2012-06-28 Thread Thiago Macieira
On quinta-feira, 28 de junho de 2012 09.07.55, Thorbjørn Martsum wrote: * A multiline QLineEdit That's called a QTextEdit -- Thiago Macieira - thiago.macieira (AT) intel.com Software Architect - Intel Open Source Technology Center Intel Sweden AB - Registration Number: 556189-6027

Re: [Development] Notes from the QWidget session

2012-06-28 Thread Иван Комиссаров
Btw, it would be great if someone will implement multi-line label. Right now, it is impossible to wrap text in a QLabel using non-whitespace symbols. For example, i want to wrap file path using '/' as a wrapper. However, i prefer not to deal with text( I took a small look into a KDE classes. 1)

Re: [Development] Notes from the QWidget session

2012-06-28 Thread Thiago Macieira
On quinta-feira, 28 de junho de 2012 12.03.16, Иван Комиссаров wrote: Should i create a playground project, or i can start adding widgets as a separate commits on top of current master (yes, qt5 is frozen, but i will simply rebase commits when there will be 5.1 branch)? Playground project,

Re: [Development] Notes from the QWidget session

2012-06-28 Thread Stephen Kelly
On Thursday, June 28, 2012 12:03:16 Иван Комиссаров wrote: I took a small look into a KDE classes. http://community.kde.org/Frameworks/Epics/Qt_5.1_Merging If you're interested to work on this stuff, it might make sense to coordinate on a kde list:

Re: [Development] Notes from the QWidget session

2012-06-28 Thread Alan Alpert
On Tue, 26 Jun 2012 12:56:06 ext Harri Porten wrote: Here are my notes from the QWidgets session on June 22th, 2012, 11:30 o'clock: http://qt-project.org/groups/qt-contributors-summit-2012/wiki/QtWidgets ,,, Help with migration from Qt 3/4 to 5 -

Re: [Development] Notes from the QWidget session

2012-06-27 Thread Thorbjørn Martsum
Thanks for the update. I just want to say 'hear hear' (or at least Looks good to me, but someone else must approve) ;) I do think that it would be a *very good idea* to have a QtWidget maintainer. Not because Girish isn't a good approver (since he obviously is) - but in order to ensure that

Re: [Development] Notes from the QWidget session

2012-06-27 Thread marius.storm-olsen
On 27/06/2012 12:55, ext Thorbjørn Martsum wrote: Btw. Is somebody looking into the regressions in QGraphicsView? Nope, QGV is currently lacking a maintainer. Anyone with qualifications and feeling the urge? :) -- .marius ___ Development mailing list

Re: [Development] Notes from the QWidget session

2012-06-27 Thread Harri Porten
Hi! On Wed, 27 Jun 2012, Thorbjørn Martsum wrote: I do think that it would be a very good idea to have a QtWidget maintainer. Not because Girish isn't a good approver (since he obviously is) - but in order to ensure that people sees QtWidgets as alive. One of the reasons people consider Qt

Re: [Development] Notes from the QWidget session

2012-06-27 Thread Иван Комиссаров
Hm... What about adding new (maybe rather simple) widgets? QtCreator has QtColorButton class, QtFontButton, lineedit for editing shortcuts (i have my own modified copy). Browser example has ModelMenu and ModelToolBar classes (rather useful in some cases). Recently, I implemented Windows menu