summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Use KIcon in the pluginsBen Boeckel2009-03-264-2/+10
|
* Add dtor to CanvasBen Boeckel2009-03-262-0/+5
|
* Disable languages that do not have stable Kross plugins yetBen Boeckel2009-03-261-5/+5
|
* 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
|
* Fix the inheritance for pluginsBen Boeckel2009-03-268-22/+12
|
* Switch from the Interfaces to Plugins namespaceBen Boeckel2009-03-2613-24/+24
|
* Add PluginBase class for all pluginsBen Boeckel2009-03-263-0/+81
|
* 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 ↵Ben Boeckel2009-03-269-122/+304
| | | | nature of the plugin classes
* 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 ↵Ben Boeckel2009-03-254-0/+226
| | | | classes
* Rename member of PluginTypeModelBen Boeckel2009-03-252-6/+6
|
* Use the view colors for MapItemBen Boeckel2009-03-251-1/+1
|
* 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
|
* Unneeded linkingBen Boeckel2009-03-251-2/+0
|
* Add plugin loading code for Arena (though something isn't being exported right)Ben Boeckel2009-03-251-1/+32
|
* Install to the correct directoryBen Boeckel2009-03-252-2/+2
|
* Add versions to pluginsBen Boeckel2009-03-242-2/+2
|
* Add versioning macros to pluginsBen Boeckel2009-03-242-0/+6
|
* 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
|