Commit Graph

159 Commits

Author SHA1 Message Date
Gustavo Sverzut Barbieri 108da05a3a spinner: just set the value if conversion to float worked, otherwise ignore it.
Instead of using atof() and always getting a value (even if 0 when
invalid), check if conversion to float worked and if not just revert
to last value, ignoring the input.

I'm being quite tolerant here, allowing spaces at end.



SVN revision: 45632
2010-01-27 19:34:45 +00:00
Christopher Michael 6e31924ebe Formatting.
Reduce code size in certain places by not reproducing the same
edje_object_text_set.



SVN revision: 43171
2009-10-20 21:02:37 +00:00
Carsten Haitzler a4996f90ae 1. remove excess swallows - now edje handles that itself
2. beforfe show.. calc first so initial windowis the right size!



SVN revision: 42953
2009-10-08 05:26:58 +00:00
Viktor Kojouharov 3d7c117c61 elm_spinner work:
* Arrow keys increment/decrement the value
  * Escape and clicking on an arrow resets the value to its original "before-entry" value


SVN revision: 42420
2009-09-11 17:41:29 +00:00
Viktor Kojouharov 48947f3d4d pressing a spinner button while the entry is visible hides the entry but does not apply its value to the spinner
SVN revision: 42257
2009-09-04 18:16:59 +00:00
Viktor Kojouharov f1b9e5945f improvements to the button spinning mechanism
SVN revision: 42256
2009-09-04 18:10:18 +00:00
Christopher Michael d367ac8b92 Add traps for null widget data so we don't segfault needlessly.
SVN revision: 42253
2009-09-04 17:32:50 +00:00
Viktor Kojouharov 52e04c9c50 default step value
SVN revision: 42244
2009-09-04 13:55:57 +00:00
Carsten Haitzler 59fc4b1be8 1. new spinner widget from Viktor Kojouharov <vkojouharov@gmail.com>
2. scroller stop fix in paginated mode
3. scroller docs



SVN revision: 42202
2009-09-03 12:36:39 +00:00