Re: [Development] Container refactor update

2012-06-21 Thread Marc Mutz
On Thursday June 21 2012, André Pönitz wrote: On Thu, Jun 21, 2012 at 01:06:16AM +0200, Marc Mutz wrote: On Thursday June 21 2012, André Pönitz wrote: On Wed, Jun 20, 2012 at 08:52:55AM +0200, Marc Mutz wrote: Hi Thiago, [you knew this would be coming, I don't let you down]

Re: [Development] Container refactor update

2012-06-21 Thread Marc Mutz
On Thursday June 21 2012, Marc Mutz wrote:     A(const A b) : a(sin(b.a) + cos(b.a)) {} Btw: this class doesn't meet normal copy operation semantics and is therefore not something anyone would ever stuff into a container (copies do not compare equal). Such a class would be held by (smart)

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 that you'd want

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] Container

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 void*

[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 -- ???

[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:

[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

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:

[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

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 which

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 tuukka.turu...@digia.comwrote: +1 from me. --

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 to

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 can

Re: [Development] App name in window title

2012-06-21 Thread Mark
On Thu, Jun 21, 2012 at 9:55 PM, David Faure fa...@kde.org 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,

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 fa...@kde.org 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

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 contributor I

Re: [Development] App name in window title

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

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,

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

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

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 :) QDialog

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

Re: [Development] QtCS: Qt Embedded

2012-06-21 Thread Girish Ramakrishnan
On Fri, Jun 22, 2012 at 7:45 AM, Girish Ramakrishnan gir...@forwardbias.in 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