summaryrefslogtreecommitdiff
path: root/src/YalpClients/EflClient/main.py
AgeCommit message (Collapse)Author
2010-02-07Python-EFL GUI: new editable TextfieldNicole Vreden
Signed-off-by: Nicole Vreden <damba@mecka.net>
2010-01-28EflClient: fix shutdownManuel Traut
elm boxes arent allowed to be swallowed into edje, because they have no references to their content, so it cannot be cleaned up by edje Signed-off-by: Manuel Traut <manut@mecka.net>
2010-01-27Python-EFL-GUI: Trying to close WindowNicole Vreden
Signed-off-by: Nicole Vreden <damba@mecka.net>
2010-01-24Python-EFL-GUI: new ClassesNicole Vreden
- Class Selection - Class Search - changed edje-findbutton to elementary.Button and added to Class Search Signed-off-by: Nicole Vreden <damba@mecka.net>
2010-01-22Python-EFL-GUI: ClassesNicole Vreden
- new Class Medias Signed-off-by: Nicole Vreden <damba@mecka.net>
2010-01-06Python-EFL-GUI: added buttons and modified listsNicole Vreden
- scrolling of lists is now possible - trying to add elements to playlist - added play-button - changed add-button type from edje-rectangle to elementary.Button - video starts if play-button is clicked Signed-off-by: Nicole Vreden <damba@mecka.net>
2009-12-30Python-EFL GUI: Added ListNicole Vreden
- Part "Medialist" contains Elementary.List - changed Main Window to Elementary.Window Signed-off-by: Nicole Vreden <damba@mecka.net>
2009-12-30Merge branch 'damba' of ssh://mecka.net/home/git/yalp into dambaNicole Vreden
Conflicts: src/YalpClients/EflClient/list_test.edc src/YalpClients/EflClient/list_test_elem.py Signed-off-by: Nicole Vreden <damba@slartibartfast.traut>
2009-12-11Button_Clicked: Changed Name of ButtonNicole Vreden
Signed-off-by: Nicole Vreden <damba@mecka.net>
2009-12-03EflClient: Added moving barsNicole Vreden
- altered edc-file for moving bar with button - moved video to background Signed-off-by: Nicole Vreden <damba@mecka.net>
2009-11-21EflClient: added initial templateNicole Vreden
- python gui with a lila button - prints "Huhu" to console if button is clicked Signed-off-by: Nicole Vreden <damba@mecka.net>