Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity.py
Commit message (Collapse)AuthorAgeFilesLines
* gtk3 port: notebook append_pageGonzalo Odiard2014-05-141-6/+6
|
* More import fixesGonzalo Odiard2014-05-141-0/+1
|
* Port to Gtk3: Initial run of py-giconvert.sh and sugar-convert.shGonzalo Odiard2014-05-141-15/+15
|
* Improve synchronization between abms and mapviesGonzalo Odiard2012-05-011-27/+18
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Add the StateView to the MapNavView in play modeGonzalo Odiard2012-05-011-1/+4
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Solve start of activity with new instanceGonzalo Odiard2012-05-011-0/+3
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Implement question dialogsGonzalo Odiard2012-04-281-1/+13
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Move the play mode view to the first notebook page. Remove pygame codeGonzalo Odiard2012-04-221-50/+22
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Avoid drawing all the objects in a map when the character movesGonzalo Odiard2012-04-221-1/+0
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Add questions to the mapGonzalo Odiard2012-03-311-2/+2
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Add controls to load a image in the graphic images.Gonzalo Odiard2012-03-241-1/+1
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Connect the signal to notify if the resources changed to the mapGonzalo Odiard2012-03-191-1/+9
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Refactor dialogsGonzalo Odiard2012-03-171-4/+4
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Start window to show resourceGonzalo Odiard2012-03-171-0/+4
|
* In play mode, add a signal to mapnav to notify if a resource was clicked.Gonzalo Odiard2012-03-171-5/+12
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Clean the cache in the playing view for wall info modified in the edition mapGonzalo Odiard2012-03-111-0/+17
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Add a NapMapView in play mode using all the screen to test scales and modeGonzalo Odiard2012-03-101-1/+24
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Change the mode property in the activity to activity_modeGonzalo Odiard2012-03-101-9/+10
| | | | | | This change is to do clear the difference with the mode in the MapavView object Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Update the map editor when the resources are changedGonzalo Odiard2012-02-231-0/+5
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Add / delete and position of furniture in the mapGonzalo Odiard2012-02-211-0/+4
| | | | | | | The x,y posittion in the wall is in pixels, then is not resolution independent we need change it to be in porcentage of the width / height Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Add window to edit the map in the activity.Gonzalo Odiard2012-02-131-1/+7
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Add ObjectChooser to select images in resources windowGonzalo Odiard2011-10-291-1/+1
| | | | Signed-off-by: Gonzalo Odiard <gonzalo@laptop.org>
* Add UTF8 tag to activity.pyGonzalo Odiard2011-10-291-0/+1
|
* Add Manuel QuiƱones in Copyright lineGonzalo Odiard2011-10-291-1/+1
|
* Added files with pygame part to the main activityGonzalo Odiard2011-10-291-3/+27
|
* Initial resources supportGonzalo Odiard2011-10-101-10/+40
|
* Use a notebook to change the screen displayed in the different modesGonzalo Odiard2011-10-091-6/+12
|
* Separate the questions edition to a new source fileGonzalo Odiard2011-10-091-179/+1
|
* Question edition fixesGonzalo Odiard2011-10-091-5/+9
|
* Initial support to edit/add/remove text questionsGonzalo Odiard2011-10-091-13/+142
|
* Questions window changesGonzalo Odiard2011-10-071-12/+18
|
* Remove unused codeGonzalo Odiard2011-10-041-32/+1
|
* Initial filesGonzalo Odiard2011-10-031-0/+250