Re: [Development] Container refactor update

2012-06-21 Thread Thiago Macieira
On quinta-feira, 21 de junho de 2012 08.26.23, Marc Mutz wrote: > You meant >sizeof(T) <_=_ 32 _||_ T is movable, > right? Yes and no. sizeof(T) <= 32 && T is movable > Assuming move constructors become ubiquitous on types that you'd want to put > into a homogeneous container, I wonder i

Re: [Development] Container refactor update

2012-06-21 Thread Marc Mutz
On Thursday June 21 2012, Thiago Macieira wrote: > On quinta-feira, 21 de junho de 2012 08.26.23, Marc Mutz wrote: > > You meant > >sizeof(T) <_=_ 32 _||_ T is movable, > > right? > > Yes and no. > > sizeof(T) <= 32 && T is movable > > > Assuming move constructors become ubiquitous on types

Re: [Development] Container refactor update [Caution: Message contains Suspicious URL content]

2012-06-21 Thread Mülner , Helmut
> Von: development-bounces+helmut.muelner=joanneum...@qt-project.org > [mailto:development-bounces+helmut.muelner=joanneum.at@qt- > project.org] Im Auftrag von André Pönitz > Gesendet: Donnerstag, 21. Juni 2012 02:00 > An: Marc Mutz > Cc: development@qt-project.org > Betreff: Re: [Development] Cont

Re: [Development] Container refactor update [Caution: Message contains Suspicious URL content]

2012-06-21 Thread Thiago Macieira
On quinta-feira, 21 de junho de 2012 09.56.39, Mülner, Helmut wrote: > I measured this programming using MSVC2010 with /Ox and Rational Quantify > and also the a 3:1 factor. But: QList::append calls new 1 times, > QVector::append never calls new but QVectorData::allocate twice and > QVector::re

Re: [Development] Container refactor update

2012-06-21 Thread Thiago Macieira
On quinta-feira, 21 de junho de 2012 09.36.29, Marc Mutz wrote: > > But I want QList to always use realloc. If your type can't be realloc'ed, > > then QList should indirect. > > What's the rationale for this design choice? Because it's the current design. All I'm doing is remove the overhead of vo

[Development] Porting code from QScriptEngine (Qt4) to QJSEngine (Qt5)

2012-06-21 Thread a.gra...@gmail.com
I've started porting some code from QScriptEngine to QJSEngine, but there are some missing parts I don't know how to implement. 1) Here is the comparative "table": - QScriptEngine --> QJSEngine - QScriptValue --> QJSValue - QScriptValueIterator --> QJSValueIterator - QScriptContext --> ??? QScri

[Development] Os identification in Qt5

2012-06-21 Thread Oleg Shalnev
Hello all. How to identify operation system in Qt5. In Qt4 I use Q_OS_LINUX etc.. defines for OS identification and QSysInfo::WordSize for system bits. What about this in Qt5. Thanks a lot. -- Oleg Shalnev (Kalpa Project) -- mailto: o...@kalp

[Development] QtCS - Printing, ICU Locale, Date/Time

2012-06-21 Thread John Layt
Firstly, apologies for missing Day 1 of QtCS, production issues at work prevented me from attending, but I am now on my way for the rest of the event. I hope to run two sessions on either Friday or Saturday, one on Printing, and the other on using ICU in QLocale, which will include plans for QTime

Re: [Development] Porting code from QScriptEngine (Qt4) to QJSEngine (Qt5)

2012-06-21 Thread Stephen Kelly
On Thursday, June 21, 2012 15:33:19 a.gra...@gmail.com wrote: > I've started porting some code from QScriptEngine to QJSEngine, but > there are some missing parts I don't know how to implement. My understanding is that QJS* is not a replacement for QScriptEngine: http://thread.gmane.org/gmane.com

[Development] App name in window title

2012-06-21 Thread David Faure
KDE4 (KDialog) has a nice feature that makes the application name appear in the window title bar. I think it's very nice to know which application a window comes from. Especially for the worst case: error message boxes :) QDialog itself doesn't do that, which leads to the question of: how shoul

[Development] Code of conduct.

2012-06-21 Thread Alexis Menard
Hi, When I see recent behaviors, wording, comments on various mailing lists, blog posts, or IRC against major contributors or regular contributor I feel sad about it. I feel sad to hear bashing, complains in a way they should not be said, i.e. impolite, arrogant, aggressive. While I do understand

Re: [Development] Code of conduct.

2012-06-21 Thread Turunen Tuukka
+1 from me. -- Tuukka Alexis Menard kirjoitti 21.6.2012 18:42: Hi, When I see recent behaviors, wording, comments on various mailing lists, blog posts, or IRC against major contributors or regular contributor I feel sad about it. I feel sad to hear bashing, complains in a way they should not

Re: [Development] App name in window title

2012-06-21 Thread Иван Комиссаров
Modal dialogs on Mac doesn't show any title at all. So this will be platform-dependent (kde only?) feature:) 21.06.2012, в 18:38, David Faure написал(а): > KDE4 (KDialog) has a nice feature that makes the application name appear in > the window title bar. > > I think it's very nice to know whi

Re: [Development] Code of conduct.

2012-06-21 Thread Kacper Gazda
I only track Qt development, but could not agree more. Qt community has to be strong for Qt not to lose its position. Kacper Gazda Software Engineer Milo Solutions http://milosolutions.com On Thu, Jun 21, 2012 at 10:06 AM, Turunen Tuukka wrote: > +1 from me. > > -- > Tuukka > > > Alexis Menar

Re: [Development] Code of conduct.

2012-06-21 Thread BRM
I have not yet become a contributor (hope to in the future once I can find time), but I 100% agree. At the very least, it will give something to point to when it comes to working with forum and list administrators when the rare occurrence requires a process to rebuke or remove people. I'd cert

Re: [Development] Code of conduct.

2012-06-21 Thread André Pönitz
On Thu, Jun 21, 2012 at 01:41:50PM -0300, Alexis Menard wrote: > We don't all like each others but that is fine. But we are not forced > to accept people polluting the environment, the professionalism on the > project especially when it starts hurting motivation of people > *actually* contributing

Re: [Development] App name in window title

2012-06-21 Thread David Faure
On Thursday 21 June 2012 21:27:32 Иван Комиссаров wrote: > Modal dialogs on Mac doesn't show any title at all. OK, thanks for this information. However what about non-modal windows on Mac? Dialogs were just an example, really, the same applies to all toplevel windows in KDE4. > So this will be

Re: [Development] Os identification in Qt5

2012-06-21 Thread David Faure
On Thursday 21 June 2012 16:51:16 Oleg Shalnev wrote: > Hello all. > > How to identify operation system in Qt5. > In Qt4 I use Q_OS_LINUX etc.. defines for OS identification > > What about this in Qt5. Q_OS_LINUX and other Q_OS_ defines still exist in Qt5. What has disappeared is Q_WS_*, which

Re: [Development] App name in window title

2012-06-21 Thread Mark
On Thu, Jun 21, 2012 at 9:55 PM, David Faure wrote: > On Thursday 21 June 2012 21:27:32 Иван Комиссаров wrote: >> Modal dialogs on Mac doesn't show any title at all. > > OK, thanks for this information. > However what about non-modal windows on Mac? > Dialogs were just an example, really, the same

Re: [Development] App name in window title

2012-06-21 Thread David Faure
On Thursday 21 June 2012 22:05:24 Mark wrote: > On Thu, Jun 21, 2012 at 9:55 PM, David Faure wrote: > > On Thursday 21 June 2012 21:27:32 Иван Комиссаров wrote: > >> Modal dialogs on Mac doesn't show any title at all. > > > > OK, thanks for this information. > > However what about non-modal windo

Re: [Development] Code of conduct.

2012-06-21 Thread Ra
+1 I realise I am just an observer but even I do not want to observe these rants. Cheers :) On Fri, 22 Jun 2012 04:41:50 Alexis Menard wrote: > Hi, > > When I see recent behaviors, wording, comments on various mailing > lists, blog posts, or IRC against major contributors or regular > contribut

Re: [Development] App name in window title

2012-06-21 Thread Mark
On Thu, Jun 21, 2012 at 10:23 PM, David Faure wrote: > On Thursday 21 June 2012 22:05:24 Mark wrote: >> On Thu, Jun 21, 2012 at 9:55 PM, David Faure wrote: >> > On Thursday 21 June 2012 21:27:32 Иван Комиссаров wrote: >> >> Modal dialogs on Mac doesn't show any title at all. >> > >> > OK, thanks

Re: [Development] Code of conduct.

2012-06-21 Thread Rohan McGovern
Alexis Menard said: > Hi, > > When I see recent behaviors, wording, comments on various mailing > lists, blog posts, or IRC against major contributors or regular > contributor I feel sad about it. I feel sad to hear bashing, complains > in a way they should not be said, i.e. impolite, arrogant, ag

Re: [Development] Code of conduct.

2012-06-21 Thread Thiago Macieira
On sexta-feira, 22 de junho de 2012 08.47.34, Rohan McGovern wrote: > Having a code of conduct may anyway be a good thing, but I > don't think it would have made a difference to the behavior from > non-contributors I think you're referring to in your mail. > No matter what you do, jerks will be jer

Re: [Development] Code of conduct.

2012-06-21 Thread sarah.j.smith
+1 I was an organizer of the 2011 Linux.conf.au and implemented the code of conduct for that. Its a difficult thing to get in place, but once you have it, its an asset to help with building community and participation from a broad range of contributors. Agreed that some may have thick skins;

Re: [Development] doc: need rename qdoc3 -> qdoc

2012-06-21 Thread alex.blasche
Hi, How is this individual module generation supposed to tie into the global doc generation which kind of still works by going into qtdoc and running "make docs"? Or isn't there a hook? Also it seems that qtbase uses once again a completely new stylesheet set (blue and white). I would really a

Re: [Development] App name in window title

2012-06-21 Thread bradley.hughes
On Jun 21, 2012, at 4:38 PM, ext David Faure wrote: > KDE4 (KDialog) has a nice feature that makes the application name appear in > the window title bar. > > I think it's very nice to know which application a window comes from. > Especially for the worst case: error message boxes :) > > QDial

Re: [Development] App name in window title

2012-06-21 Thread Иван Комиссаров
There's no common standard for other windows on mac. For example, Mail and Safari don't show appname, but iPhoto and iCal does. The only standard if that document-based apps (1 file == 1 window) shows filename in window title, without appname. 21.06.2012, в 23:55, David Faure написал(а): > On

[Development] QtCS: Qt Embedded

2012-06-21 Thread Girish Ramakrishnan
Hi, For those who were unable to attend, I have posted notes on http://qt-project.org/groups/qt-contributors-summit-2012/wiki/Qt-in-Embedded. Let me know about comments Girish ___ Development mailing list Development@qt-project.org http://lists.qt-projec

Re: [Development] QtCS: Qt Embedded

2012-06-21 Thread Girish Ramakrishnan
On Fri, Jun 22, 2012 at 7:45 AM, Girish Ramakrishnan wrote: > Hi, > For those who were unable to attend, I have posted notes on > http://qt-project.org/groups/qt-contributors-summit-2012/wiki/Qt-in-Embedded. > > Let me know about comments Whoops, sent too soon. Feel free to ask any questions/comm