Enlightenment CVS committal Author : moom16 Project : e17 Module : apps/eclair
Dir : e17/apps/eclair/data/themes/default/programs Modified Files: playlist.edc Log Message: * smallify playlist text * hide video window if the video of the media file is not handled by emotion (for audio files, for instance) * fix some bugs =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/eclair/data/themes/default/programs/playlist.edc,v retrieving revision 1.1 retrieving revision 1.2 diff -u -3 -r1.1 -r1.2 --- playlist.edc 17 Apr 2005 08:30:58 -0000 1.1 +++ playlist.edc 24 Apr 2005 16:23:35 -0000 1.2 @@ -27,14 +27,26 @@ target: "playlist_shadow"; } program { - name: "playlist_wheel_down"; - source: "playlist_rect"; - signal: "mouse,wheel,0,1"; - action: SIGNAL_EMIT "playlist_scroll_down" ""; + name: "playlist_scroll_down_start"; + source: "playlist_scrollbar_down"; + signal: "mouse,down,1"; + action: SIGNAL_EMIT "playlist_scroll_down_start" ""; } program { - name: "playlist_wheel_up"; - source: "playlist_rect"; - signal: "mouse,wheel,0,-1"; - action: SIGNAL_EMIT "playlist_scroll_up" ""; + name: "playlist_scroll_down_stop"; + source: "playlist_scrollbar_down"; + signal: "mouse,up,1"; + action: SIGNAL_EMIT "playlist_scroll_down_stop" ""; +} +program { + name: "playlist_scroll_up_start"; + source: "playlist_scrollbar_up"; + signal: "mouse,down,1"; + action: SIGNAL_EMIT "playlist_scroll_up_start" ""; +} +program { + name: "playlist_scroll_up_stop"; + source: "playlist_scrollbar_up"; + signal: "mouse,up,1"; + action: SIGNAL_EMIT "playlist_scroll_up_stop" ""; } ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs