summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add default to parent for PluginTreeBen Boeckel2009-03-271-1/+1
* Remove unneeded includesBen Boeckel2009-03-272-4/+0
* Link against QtGuiBen Boeckel2009-03-271-0/+1
* Implement QGSCanvasBen Boeckel2009-03-272-1/+63
* Update interface for CanvasBen Boeckel2009-03-273-6/+6
* Add QGSCanvas to the factoryBen Boeckel2009-03-271-15/+14
* Commit the workings of the new Canvas interface...Ben Boeckel2009-03-271-2/+15
* Add the start of QGSSceneBen Boeckel2009-03-273-0/+128
* Style fixBen Boeckel2009-03-271-1/+1
* Connect the correct signalBen Boeckel2009-03-271-1/+1
* Initialize the countBen Boeckel2009-03-271-1/+2
* 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
* Fix spelling in CanvasBen Boeckel2009-03-262-11/+11
* Add a count method to the plugins for counting objects that are being usedBen Boeckel2009-03-264-2/+25
* Delete the menuBen Boeckel2009-03-261-0/+1
* Split up the Game document creationBen Boeckel2009-03-261-1/+2
* Clean up more than just the widgetBen Boeckel2009-03-261-1/+4
* Remove debugging headerBen Boeckel2009-03-261-2/+0
* Return the result and also free memoryBen Boeckel2009-03-261-2/+4
* Clean up memoryBen Boeckel2009-03-261-0/+1
* Add includes lost in split of Object and XmlReaderBen Boeckel2009-03-267-0/+19
* Stop leaks in Rules testBen Boeckel2009-03-262-3/+16
* Fix memory leaks (why does this fix anything?)Ben Boeckel2009-03-261-1/+1
* Also delete authorsBen Boeckel2009-03-261-0/+1
* Split up the document in Rules as wellBen Boeckel2009-03-261-1/+2
* Cleanup missed classesBen Boeckel2009-03-261-0/+2
* Keep a QDomDocument aroundBen Boeckel2009-03-261-1/+2
* Fix includes after function splitBen Boeckel2009-03-2611-0/+25
* Split out load/save functionsBen Boeckel2009-03-263-245/+299
* Fix up properties for Sigmod servicesBen Boeckel2009-03-261-2/+11
* Allow setting of a name for the sprite to be addedBen Boeckel2009-03-261-1/+1
* 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
* 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