Re: [Development] Moving QUndoStack and QUndoCommand out of QtWidgets

2012-02-16 Thread Anselmo L. S. Melo
On 02/03/2012 03:15 PM, Adriano Rezende wrote: > On Fri, Feb 3, 2012 at 3:26 PM, > wrote: > Where to put them is another question. To me, these classes fall into the > same category as QIcon, QAction, QFileSystemModel and a > probably a few others. They are

Re: [Development] Moving QUndoStack and QUndoCommand out of QtWidgets

2012-02-07 Thread lars.knoll
On 2/7/12 10:02 AM, "ext Bart Cerneels" wrote: >2012/2/3 Anselmo L. S. Melo : >> Hi, >> >> On 12/15/2011 07:10 PM, Olivier Goffart wrote: >>> On Thursday 15 December 2011 18:40:45 Jesus Sanchez-Palencia wrote: Hi there, I would like to gather your opinion on whether we should move

Re: [Development] Moving QUndoStack and QUndoCommand out of QtWidgets

2012-02-07 Thread Bart Cerneels
2012/2/3 Anselmo L. S. Melo : > Hi, > > On 12/15/2011 07:10 PM, Olivier Goffart wrote: >> On Thursday 15 December 2011 18:40:45 Jesus Sanchez-Palencia wrote: >>> Hi there, >>> >>> I would like to gather your opinion on whether we should move >>> QUndoStack and QUndoCommand out of QtWidgets so they

Re: [Development] Moving QUndoStack and QUndoCommand out of QtWidgets

2012-02-03 Thread Anselmo L. S. Melo
On 02/03/2012 02:26 PM, gunnar.sle...@nokia.com wrote: > > On Feb 3, 2012, at 2:09 PM, ext Anselmo L. S. Melo wrote: > >> Hi, >> >> On 12/15/2011 07:10 PM, Olivier Goffart wrote: >>> On Thursday 15 December 2011 18:40:45 Jesus Sanchez-Palencia wrote: Hi there, I would like to gathe

Re: [Development] Moving QUndoStack and QUndoCommand out of QtWidgets

2012-02-03 Thread Adriano Rezende
On Fri, Feb 3, 2012 at 3:26 PM, wrote: > > >> On Thursday 15 December 2011 18:40:45 Jesus Sanchez-Palencia wrote: > >>> Hi there, > >>> > >>> I would like to gather your opinion on whether we should move > >>> QUndoStack and QUndoCommand out of QtWidgets so they could be used > >>> without requir

Re: [Development] Moving QUndoStack and QUndoCommand out of QtWidgets

2012-02-03 Thread gunnar.sletta
On Feb 3, 2012, at 2:09 PM, ext Anselmo L. S. Melo wrote: > Hi, > > On 12/15/2011 07:10 PM, Olivier Goffart wrote: >> On Thursday 15 December 2011 18:40:45 Jesus Sanchez-Palencia wrote: >>> Hi there, >>> >>> I would like to gather your opinion on whether we should move >>> QUndoStack and QUndoC

Re: [Development] Moving QUndoStack and QUndoCommand out of QtWidgets

2012-02-03 Thread Anselmo L. S. Melo
Hi, On 12/15/2011 07:10 PM, Olivier Goffart wrote: > On Thursday 15 December 2011 18:40:45 Jesus Sanchez-Palencia wrote: >> Hi there, >> >> I would like to gather your opinion on whether we should move >> QUndoStack and QUndoCommand out of QtWidgets so they could be used >> without requiring this

Re: [Development] Moving QUndoStack and QUndoCommand out of QtWidgets

2011-12-16 Thread Nils Jeisecke
Hi, I'd like to see a QUndoCommand::setFailed http://bugreports.qt.nokia.com/browse/QTBUG-963 implemented in Qt 5. Any opinions about this? I'm currently struggling with getting Qt 5 compiled on Mac OS X but as soon as I've got it running I'd like to contribute an implementation via gerrit. Nils

Re: [Development] Moving QUndoStack and QUndoCommand out of QtWidgets

2011-12-15 Thread Olivier Goffart
On Thursday 15 December 2011 18:40:45 Jesus Sanchez-Palencia wrote: > Hi there, > > I would like to gather your opinion on whether we should move > QUndoStack and QUndoCommand out of QtWidgets so they could be used > without requiring this module as an extra dependency. > > After a brief investig

[Development] Moving QUndoStack and QUndoCommand out of QtWidgets

2011-12-15 Thread Jesus Sanchez-Palencia
Hi there, I would like to gather your opinion on whether we should move QUndoStack and QUndoCommand out of QtWidgets so they could be used without requiring this module as an extra dependency. After a brief investigation, I believe this could done by: 1- moving QUndoCommand entirely; 2- moving