summaryrefslogtreecommitdiff
path: root/src/YalpClients/EflClient/yalp_gui.edc
AgeCommit message (Collapse)Author
2010-02-28doku, EflClient: minor fixesNicole Vreden
Signed-off-by: Nicole Vreden <damba@mecka.net>
2010-02-26Python-EFL-GUI: new ButtonsNicole Vreden
- added Stop and Hide Buttons - Stop Video if Stop-Button is clicked Signed-off-by: Nicole Vreden <damba@mecka.net>
2010-02-26EflClient: fix segfaultNicole Vreden
- gui didn't work on openmoko, due to ambigous double calls to init functions - fix edc to use video layer for display gui program - hard code ip of yalp server instead of localhost - remove some debug prints Signed-off-by: Manuel Traut <manut@mecka.net> Signed-off-by: Nicole Vreden <damba@mecka.net>
2010-02-25copy suckz :))Nicole Vreden
Signed-off-by: Nicole Vreden <damba@mecka.net>
2010-02-20Yalp-EFL-GUI: BugfixingNicole Vreden
- added Play-Button - hide Frames by clicking on Play-Button - show Frames by clicking on main-Frame Signed-off-by: Nicole Vreden <damba@slartibartfast.traut>
2010-02-18Python-EFL-GUI: BugfixingNicole Vreden
- Textfield now single-line - tried to hide frames by clicking on media-list-element - tried to draw frame around textfield Signed-off-by: Nicole Vreden <damba@mecka.net>
2010-02-07Python-EFL GUI: new editable TextfieldNicole 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-08Python-EFL-GUI: added textfieldNicole Vreden
- added editable textblock in searchframe - textfield is not displayed in GUI, something doesn't work Signed-off-by: Nicole Vreden <damba@mecka.net>
2010-01-06Python-EFL-GUI: changed behaviour of Play-ButtonNicole Vreden
- if Play-Button is clicked, the video starts and the searchframe, medialist and playlist disappear 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-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-11EFL-GUI: added elementsNicole Vreden
- added rectangles for medialist and playlist - added RECT for Add-Button (Medialist) 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>