4.4 API: AbstractToolBox::ToolType

2010-01-03 Thread Aaron J. Seigo
hi ... this one is probably more for Marco and Chani as they are the two other people who have touched the action and toolbox code the most :) right now it's impossible to order the actions shown in toolboxes in any sane fashion since we don't know what the actions do and therefore how to order

Re: 4.4 API: AbstractToolBox::ToolType

2010-01-03 Thread Aaron J. Seigo
On January 3, 2010, Aaron J. Seigo wrote: > i am not overly satisfied with using QAction::data() as such a metadata > dumping ground but i couldn't think of another more elegant solution. > anyone else have ideas? since the changes induced by fixing this started actually fixing bugs (oh my! ;) an

Re: 4.4 API: AbstractToolBox::ToolType

2010-01-04 Thread Michael Jansen
On Monday 04 January 2010 07:44:33 Aaron J. Seigo wrote: > On January 3, 2010, Aaron J. Seigo wrote: > > i am not overly satisfied with using QAction::data() as such a metadata > > dumping ground but i couldn't think of another more elegant solution. > > anyone else have ideas? > > since the chang

Re: 4.4 API: AbstractToolBox::ToolType

2010-01-04 Thread Marco Martin
On Monday 04 January 2010, Aaron J. Seigo wrote: > hi ... > > this one is probably more for Marco and Chani as they are the two other > people who have touched the action and toolbox code the most :) > > right now it's impossible to order the actions shown in toolboxes in any > sane fashion sin

Re: 4.4 API: AbstractToolBox::ToolType

2010-01-04 Thread Aaron J. Seigo
On January 4, 2010, Marco Martin wrote: > On Monday 04 January 2010, Aaron J. Seigo wrote: > > AbstractToolBox: > > enum ToolType { > > > > AddTool = 0, > > ConfigureTool = 100, > > ControlTool = 200, > > MiscTool = 300, > > DestructiveTool = 400, >