summaryrefslogtreecommitdiffstats
path: root/sigencore
Commit message (Expand)AuthorAgeFilesLines
* 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
* Connect the correct signalBen Boeckel2009-03-271-1/+1
* Initialize the countBen Boeckel2009-03-271-1/+2
* 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
* Allow setting of a name for the sprite to be addedBen Boeckel2009-03-261-1/+1
* Use KIcon in the pluginsBen Boeckel2009-03-264-2/+10
* Add dtor to CanvasBen Boeckel2009-03-262-0/+5
* Fix the inheritance for pluginsBen Boeckel2009-03-268-22/+12
* Switch from the Interfaces to Plugins namespaceBen Boeckel2009-03-2610-18/+18
* Add PluginBase class for all pluginsBen Boeckel2009-03-263-0/+81
* Unneeded linkingBen Boeckel2009-03-251-2/+0
* 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
* Changed too much...Ben Boeckel2009-03-213-3/+3
* Use a QStringList rather than an int for versioningBen Boeckel2009-03-213-3/+3
* Add a minimum version field to the plugin informationBen Boeckel2009-03-214-0/+8
* Update CanvasPlugin to accept a game parameter as wellBen Boeckel2009-03-204-6/+8
* Add a canvas pluginBen Boeckel2009-03-205-0/+168
* Fix the plugin versionBen Boeckel2009-03-201-1/+1
* Add a ServiceType for Canvas pluginsBen Boeckel2009-03-202-0/+6
* Export CanvasBen Boeckel2009-03-201-1/+4
* Add CanvasPlugin interfaceBen Boeckel2009-03-204-0/+196
* Add ctor for CanvasBen Boeckel2009-03-202-0/+28
* Remove extras in Canvas.hBen Boeckel2009-03-201-3/+0
* Fix spacing in license headersBen Boeckel2009-03-204-60/+60
* Added Canvas interfaceBen Boeckel2009-03-202-0/+45
* Simplify the macro for Arena pluginsBen Boeckel2009-03-182-5/+8
* Fix install pathsBen Boeckel2009-03-182-2/+2
* Add PluginInfo to the arena pluginBen Boeckel2009-03-181-0/+10
* Remove the name and description since KService takes care of thisBen Boeckel2009-03-183-16/+0
* Add KService informationBen Boeckel2009-03-184-0/+34
* Clean up ATBArena methodsBen Boeckel2009-03-172-5/+7
* Connect the signal mapper upBen Boeckel2009-03-172-0/+10
* Fix up the timer for ATBArena to be a lot cleanerBen Boeckel2009-03-174-63/+47
* Add info methods to ATBArena and make TurnArena's name nicerBen Boeckel2009-03-172-1/+18
* Move isTeamAllowed to be protectedBen Boeckel2009-03-173-6/+6
* Remove requestAction since I don't remember why it was thereBen Boeckel2009-03-174-8/+0
* Add the ATB arena to the pluginBen Boeckel2009-03-171-5/+14
* Use a QSignalMapper instead of emiting a pointerBen Boeckel2009-03-172-4/+33
* Fix cleanupArena signalBen Boeckel2009-03-172-2/+2
* Remove the scene member from ArenaBen Boeckel2009-03-172-7/+0
* Prepare ATB arena for rewriteBen Boeckel2009-03-173-14/+15