efl/legacy/elementary
Gustavo Sverzut Barbieri abde958791 elm_slider : Add indicator format callback function and drag signals
Hello all,

   I just made my first attempt to improve Elementary.  The attached
   patch adds an indicator format callback function for showing a more
   versatile indicator string.  It also sends drag start/stop signals
   when the dragging starts and ends.  This is useful for showing a
   music playback progress slider.  When the slider indicator is being
   dragged, the indicator would show the "seek position" in time.
   When the dragging is stopped, the music player can then seek to the
   correct position.

   I couldn't figure out how to do this with elm_slider, so I just
   added these lines.

By: Brian Wang



SVN revision: 44649
2009-12-22 12:11:21 +00:00
..
data fix licence on default theme. it is intended to be PD really 2009-12-21 02:55:31 +00:00
debian Some fixes for debian. 2009-05-23 13:57:54 +00:00
doc authors++ 2009-10-11 07:30:36 +00:00
m4 documentation... more! build! look vaguely ok 2009-05-19 09:29:20 +00:00
src elm_slider : Add indicator format callback function and drag signals 2009-12-22 12:11:21 +00:00
AUTHORS Elm genlist: add elm_genlist_item_middle_bring_in/show(item)). Elm slideshow : fix a problem with the timer 2009-10-14 21:57:46 +00:00
COPYING upgrade to lgpl 2.1 with static linking 2009-08-28 11:30:46 +00:00
ChangeLog elementary becomes its own tree/lib/test binary 2008-09-30 06:58:56 +00:00
INSTALL fix INSTALL files. 2008-10-01 07:37:28 +00:00
Makefile.am remove trailing spaces 2009-07-07 06:46:51 +00:00
NEWS elementary becomes its own tree/lib/test binary 2008-09-30 06:58:56 +00:00
README right readme. 2008-09-30 08:18:41 +00:00
autogen.sh Stop trying to make the m4 directory. It already exists in the source tree. 2009-08-25 21:38:33 +00:00
configure.ac improve configure output 2009-12-11 10:58:10 +00:00
elementary.pc.in * use Requires.private field in elementary.pc if pkg-config 0.22 or later is installed. We list in it the required packages needed to compile elementary. 2009-10-03 06:57:32 +00:00

README

Elementary - a basic widget set that is easy to use based on EFL for mobile
touch-screen devices.