Re: [Development] Qt 5 QSessionManager

2013-07-23 Thread Thiago Macieira
On terça-feira, 23 de julho de 2013 23.55.24, Samuel Gaist wrote: > On 23 juil. 2013, at 09:59, David Faure wrote: > > On Monday 22 July 2013 23:51:23 Samuel Gaist wrote: > >> Should I open a bug report/feature request before for it or can I just > >> start the implementation ? > > > > This is part

[Development] QtQuick External Drag Drop Partial Patch -- Help Requested

2013-07-23 Thread Chris Meyer
I've been working on adding support for external drag and drop to QtQuick. I've created a patch which addresses the basic needs and have used the resulting capabilities in my non-trivial application to implement drag and drop between a QtQuick view and a widget. I'll need help on one particular fe

Re: [Development] GDB python pretty printers for common Qt classes

2013-07-23 Thread Thiago Macieira
On terça-feira, 23 de julho de 2013 19.27.55, Tobias Hunger wrote: > There are pretty printers for most commonly used Qt types in Qt Creator. > Can those be used? Those aren't "pretty" printers. Those are machine-readable dumpers of the types. -- Thiago Macieira - thiago.macieira (AT) intel.com

Re: [Development] GDB python pretty printers for common Qt classes

2013-07-23 Thread Laszlo Papp
On Tue, Jul 23, 2013 at 6:27 PM, Tobias Hunger wrote: > There are pretty printers for most commonly used Qt types in Qt Creator. > Can those be used? > Link? Laszlo ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mail

Re: [Development] GDB python pretty printers for common Qt classes

2013-07-23 Thread Tobias Hunger
There are pretty printers for most commonly used Qt types in Qt Creator. Can those be used? Best Regards, Tobias ___ Development mailing list Development@qt-project.org http://lists.qt-project.org/mailman/listinfo/development

Re: [Development] Nominating Kevin Ottens as Approver

2013-07-23 Thread Kevin Ottens
Hello, On Tuesday 23 July 2013 15:11:14 Frederik Gladhorn wrote: > I would like to nominate Kevin Ottens as approver for the Qt Project. > > Kevin has been working on KDE for a long time and has lately worked hard to > get more patches into Qt especially as part of KDE Frameworks 5. Thanks for t

Re: [Development] Nominating Kevin Ottens as Approver

2013-07-23 Thread Thiago Macieira
On terça-feira, 23 de julho de 2013 15.11.14, Frederik Gladhorn wrote: > Hi, > > I would like to nominate Kevin Ottens as approver for the Qt Project. > > Kevin has been working on KDE for a long time and has lately worked hard to > get more patches into Qt especially as part of KDE Frameworks 5. >

Re: [Development] Qt Project 'official way' and maintenance? (Was: Qt 5.1.0 rc2 is out)

2013-07-23 Thread Laszlo Papp
On Tue, Jul 23, 2013 at 2:09 PM, Olivier Goffart wrote: > On Tuesday 23 July 2013 13:18:20 Laszlo Papp wrote: > > On Tue, Jul 23, 2013 at 10:39 AM, Sergio Ahumada > > > > wrote: > > > - Should cmake changes go to the 'release' branch for Qt 5.1.1 ? > > > > Yes, please. > > No. > > Unless they f

Re: [Development] Nominating Kevin Ottens as Approver

2013-07-23 Thread Rafael Roquetto
+1 Kevin is one of the most focused and pragmatic people I have worked with. On Tue, Jul 23, 2013 at 03:11:14PM +0200, Frederik Gladhorn wrote: > Hi, > > I would like to nominate Kevin Ottens as approver for the Qt Project. > > Kevin has been working on KDE for a long time and has lately worked

Re: [Development] Bug management and jira workflow

2013-07-23 Thread Blasche Alexander
> -Original Message- > From: development-bounces+alexander.blasche=digia@qt-project.org > > > - Who can prioritize bugs? > > > > > > - whoever ask > > > - we will create a special group in jira > > > > we already have it (Triagers) ... it's just not "wired" yet. > Good, who ca

Re: [Development] Qt Project 'official way' and maintenance? (Was: Qt 5.1.0 rc2 is out)

2013-07-23 Thread Laszlo Papp
On Tue, Jul 23, 2013 at 10:39 AM, Sergio Ahumada wrote: > - Should cmake changes go to the 'release' branch for Qt 5.1.1 ? > Yes, please. > - Was this even discussed during the QtCS ? > It would have been nice if a few Digia people had attended to the session. Cheers, Laszlo _

Re: [Development] One more possible CMake related problem

2013-07-23 Thread Stephen Kelly
On Tuesday, July 23, 2013 12:42:03 Dmitry Ashkadov wrote: > > if isEmpty(CMAKE_DLL_DIR_IS_ABSOLUTE) is false then imported_location > will contain something like IMPORTED_LOCATION_Debug or > IMPORTED_LOCATION_Release Good catch! Fixed with https://codereview.qt-project.org/#change,61428 Thanks,

[Development] One more possible CMake related problem

2013-07-23 Thread Dmitry Ashkadov
Hello! Here is a piece of code of qtbase/mkspecs/features/data/cmake/Qt5BasicConfig.cmake.in : !!IF isEmpty(CMAKE_DLL_DIR_IS_ABSOLUTE) set(imported_locati

Re: [Development] CMake problem

2013-07-23 Thread Stephen Kelly
On Tuesday, July 23, 2013 10:27:10 Dmitry Ashkadov wrote: > If a "libdir" option of configure script is set to be not a subdirectory > of PREFIX (a path, specified with option "-prefix") then command "make > lupdate" will cause errors. I filed https://bugreports.qt-project.org/browse/QTBUG-32570