summaryrefslogtreecommitdiffstats
path: root/sigtools
Commit message (Expand)AuthorAgeFilesLines
* Fix up includes for PluginLoaderBen Boeckel2009-03-282-7/+1
* Use a grid layout in PluginTreeBen Boeckel2009-03-271-4/+4
* Add default to parent for PluginTreeBen Boeckel2009-03-271-1/+1
* Style fixBen Boeckel2009-03-271-1/+1
* Change names of loading functionsBen Boeckel2009-03-272-4/+4
* Don't hand out pointers to the plugin factoriesBen Boeckel2009-03-274-33/+33
* Use shared pointers for GamesBen Boeckel2009-03-273-21/+16
* Add ctor and dtor to PluginLoader::PrivateBen Boeckel2009-03-272-0/+37
* Add Sigmod support to PluginLoading and the ModelBen Boeckel2009-03-264-18/+118
* Make sure there are types before looking for the service or pluginBen Boeckel2009-03-261-2/+2
* Make members protectedBen Boeckel2009-03-262-3/+13
* Let's not crash if we don't know the type of pluginBen Boeckel2009-03-261-4/+7
* Spelling fixBen Boeckel2009-03-261-1/+1
* Simplify fetching data from plugins with PluginBaseBen Boeckel2009-03-262-28/+9
* Use PluginBase in storage in PluginLoaderBen Boeckel2009-03-263-3/+20
* Switch from the Interfaces to Plugins namespaceBen Boeckel2009-03-263-6/+6
* Fix the CMake lists for the new filesBen Boeckel2009-03-261-5/+1
* Remove unneeded parts from the view initBen Boeckel2009-03-261-5/+1
* Drawing routines (adapted from KPluginSelector)Ben Boeckel2009-03-262-1/+94
* Use a natural comparison for comparison of class namesBen Boeckel2009-03-261-1/+2
* Make it safer to get the name and type from the treeBen Boeckel2009-03-261-2/+8
* Get the type and name from the modelBen Boeckel2009-03-261-0/+2
* Split Model ctorBen Boeckel2009-03-263-3/+11
* Add description accessor roleBen Boeckel2009-03-261-0/+2
* Fix inserted signalBen Boeckel2009-03-261-1/+1
* Emulate KPluginSelector, but we can't use it directly due to the factory natu...Ben Boeckel2009-03-269-122/+304
* Cleaning upBen Boeckel2009-03-2610-774/+0
* Add license to headerBen Boeckel2009-03-261-0/+17
* Add functions to load plugins so that parenting is preserved for the plugin c...Ben Boeckel2009-03-254-0/+226
* Rename member of PluginTypeModelBen Boeckel2009-03-252-6/+6
* Don't use referencesBen Boeckel2009-03-251-3/+6
* Add the heightBen Boeckel2009-03-251-0/+1
* Condense the regFontBen Boeckel2009-03-251-2/+1
* ClassModel is selectableBen Boeckel2009-03-251-1/+1
* Update ClassModelBen Boeckel2009-03-252-8/+47
* Simplify icon drawingBen Boeckel2009-03-251-2/+1
* Move the paint and sizeHint down to BaseModelBen Boeckel2009-03-258-47/+44
* Load canvas plugins as wellBen Boeckel2009-03-251-0/+11
* Add linking to sigencorepluginsBen Boeckel2009-03-251-0/+1
* Add plugin loading code for Arena (though something isn't being exported right)Ben Boeckel2009-03-251-1/+32
* Add painting code for PluginTypeModelBen Boeckel2009-03-241-0/+5
* Add painting algorithms for PluginModel and spacing variables in BaseModelBen Boeckel2009-03-244-1/+97
* Fix up PluginTree to disable the header and set the delegateBen Boeckel2009-03-241-0/+2
* Add the pluginBen Boeckel2009-03-241-0/+1
* Remove unused method from BaseModelBen Boeckel2009-03-242-7/+0
* Add ClassModelBen Boeckel2009-03-244-4/+125
* Remove unneeded forward declarationsBen Boeckel2009-03-241-15/+0
* Add PluginTypeModel and PluginModel classesBen Boeckel2009-03-244-0/+189
* Fix castingBen Boeckel2009-03-241-1/+4
* Fix inheritanceBen Boeckel2009-03-241-1/+1