Commit Graph

836 Commits

Author SHA1 Message Date
WonGuk Jeong 86a10db9fc From: WonGuk Jeong <wonguk.jeong@samsung.com>
There are two API requests of elm_table

elm_table_unpack()
elm_table_clear()



SVN revision: 46105
2010-02-12 03:50:19 +00:00
Vincent Torri e939816544 fix returned values
SVN revision: 46081
2010-02-11 16:13:41 +00:00
Carsten Haitzler 5a8adbf9b7 add some callback tests.
SVN revision: 46049
2010-02-10 15:11:16 +00:00
이상진 957fc1e3e2 From: 이상진 <lsj119@samsung.com>
Patch for rotate with resize

(some formatting fixed too like ecore patch)



SVN revision: 46047
2010-02-10 14:38:08 +00:00
Iván Briano ceb6345b7f Improve scrolled_entry a bit, it's still open for more love though.
Move test_conformant to use scrolled_entry.


SVN revision: 46012
2010-02-09 15:43:17 +00:00
Cedric BAIL e829005e60 * elementary: Remove dependencie on ecore-txt.
SVN revision: 46011
2010-02-09 14:17:31 +00:00
Gustavo Sverzut Barbieri a8777010c6 Convert test_entry to elm_scrolled_entry.
Reduce code duplication and also test the scrolled entry version.

Stéphane BAULAND



SVN revision: 46010
2010-02-09 13:21:46 +00:00
Gustavo Sverzut Barbieri e3171c7c82 yet another trailing whitespace deletion.
last try with CIA-49 bot at #edevelop :-/


SVN revision: 46005
2010-02-09 03:34:23 +00:00
Gustavo Sverzut Barbieri 296853c141 delete trailing whitespace.
this is more to test http://cia.vc and their project match with our
crazy project structure.



SVN revision: 46004
2010-02-09 03:27:11 +00:00
Gustavo Sverzut Barbieri 195f67f0f9 delete trailing whitespace.
SVN revision: 46003
2010-02-09 03:04:18 +00:00
Christopher Michael f87a7d374d Add initial doxy for conformant widget.
SVN revision: 46000
2010-02-09 02:46:19 +00:00
Christopher Michael 35ab7b4144 Add Doxy for illume stuff.
SVN revision: 45937
2010-02-06 17:31:09 +00:00
Christopher Michael 075108fc10 Don't set window type here. Causes problems w/ layout.
SVN revision: 45934
2010-02-06 16:56:18 +00:00
Carsten Haitzler e93dab4295 fix launcher test to scale a bit better.
SVN revision: 45927
2010-02-06 07:29:10 +00:00
Carsten Haitzler 02205965c4 more tests
SVN revision: 45893
2010-02-05 08:17:21 +00:00
Carsten Haitzler a9295a655d code+comments.
SVN revision: 45891
2010-02-05 06:14:50 +00:00
xcomputerman 8cf715a619 OpenGL/SDL support (still buggy, but probably not elm's fault)
SVN revision: 45880
2010-02-04 18:34:44 +00:00
Carsten Haitzler 56aba6a22b 1. fix conforman stuff to actually respect min size of content. it never did.
2. more comprehensive test.



SVN revision: 45863
2010-02-04 09:08:02 +00:00
Carsten Haitzler fb06522eb4 allow genlist items to be "display only" - eg used as spacers or state
indicators, section markers etc.



SVN revision: 45862
2010-02-04 08:06:41 +00:00
Carsten Haitzler 5bdddad833 and optimise getting stripped version
SVN revision: 45834
2010-02-03 15:27:57 +00:00
Carsten Haitzler 1b3cb72426 a little more cleanliness and cleaning up of vars not needed when changes
happen



SVN revision: 45833
2010-02-03 15:26:14 +00:00
Iván Briano 8bebfdc02b Trigger "changed" callback when value is changed with the entry, fix typo and focus entry when it's shown.
SVN revision: 45823
2010-02-02 22:10:56 +00:00
Cedric BAIL 085f4e23f4 * elementary: Fix elementary build without X.
SVN revision: 45804
2010-02-02 13:55:55 +00:00
Carsten Haitzler 9de61445ba distcheck fix
SVN revision: 45801
2010-02-02 10:52:37 +00:00
Carsten Haitzler bf5471e700 mini config app - live changed scaling and finger size. needed to really show
what elementary is about!



SVN revision: 45800
2010-02-02 10:09:07 +00:00
Sebastian Dransfeld 2356db9d22 Remove Ecore_Txt
SVN revision: 45791
2010-02-02 04:50:04 +00:00
Carsten Haitzler e905ed0ad5 typo fix
SVN revision: 45789
2010-02-02 02:54:22 +00:00
Carsten Haitzler 131ac8349a demo++
SVN revision: 45778
2010-02-01 16:46:26 +00:00
Carsten Haitzler 525bde3ce8 that was meant to be load too.
SVN revision: 45775
2010-02-01 14:16:38 +00:00
Sebastian Dransfeld abe8dfc614 Ecore_Str.h -> Eina
SVN revision: 45745
2010-01-30 22:22:46 +00:00
Iván Briano 1f9f880037 Don't set text in entries for now. It has big issues with state changes.
SVN revision: 45704
2010-01-29 15:16:22 +00:00
Gustavo Sverzut Barbieri 4b886debcf spinner uses format specified by user in its entry-form.
Tries to use the same format as specified by user with
elm_spinner_label_format_set() when allowing entry to type text.

This avoids the ugly "123.00000000" when editing integers, as done in
the color chooser of editje.



SVN revision: 45643
2010-01-27 20:16:43 +00:00
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
Carsten Haitzler 2f71270e54 note- genlist has issues with the deferred calc of size.
SVN revision: 45626
2010-01-27 10:19:54 +00:00
Carsten Haitzler 956dc8bdbd extra checks for selection
SVN revision: 45625
2010-01-27 09:23:54 +00:00
Carsten Haitzler 4c7d60f86c dont reset mapbuf all the time!
SVN revision: 45622
2010-01-27 06:20:12 +00:00
Carsten Haitzler 750533f751 fix scroll animator
SVN revision: 45621
2010-01-27 06:12:29 +00:00
Carsten Haitzler 7e1b2be19d better - n mapbufs
SVN revision: 45619
2010-01-27 04:57:57 +00:00
Carsten Haitzler a8cd33d016 formatting a bit in theme.... panel still.. not.. formatted...
SVN revision: 45618
2010-01-27 04:20:04 +00:00
Carsten Haitzler 0cee32572c fix proeprly
SVN revision: 45617
2010-01-27 04:08:42 +00:00
Christopher Michael 1e0f1b2210 No space at all if indicator & softkey are not present.
SVN revision: 45616
2010-01-27 04:03:22 +00:00
Carsten Haitzler 9e085018bf animators should tick off at defined intervals from a 0 point so all
animators from all apps are in sync - or try to be.



SVN revision: 45615
2010-01-27 03:59:23 +00:00
Christopher Michael ffc9efb9d9 Handle property changes for conformant widget.
Don't hardcode size to 32 (but kept a small buffer of 1 pixel).



SVN revision: 45609
2010-01-27 01:48:18 +00:00
Carsten Haitzler 6a73fa3764 4 not 4 screens for launcher test
SVN revision: 45581
2010-01-26 10:59:26 +00:00
Carsten Haitzler fbb103cfca label preferred line wrap width set thing.
SVN revision: 45576
2010-01-26 08:42:37 +00:00
Carsten Haitzler f7a8067a66 more launcher test code.... and mapbuf object used by launcher test code.
SVN revision: 45575
2010-01-26 08:17:26 +00:00
Cedric BAIL 99cea068ba * ecore: Move ecore_job inside ecore.
Patch from Albin "Lutin" Tonnerre <albin.tonnerre@gmail.com>.


SVN revision: 45570
2010-01-25 21:59:21 +00:00
Tiago Rezende Campos Falcao 435abed395 Adding Module Name to Externals
SVN revision: 45566
2010-01-25 20:30:39 +00:00
Iván Briano 6f6ebbfaa6 Remove unused variable and don't create icons if there's no icon set
SVN revision: 45564
2010-01-25 19:56:45 +00:00
Iván Briano 66d310cf5b Fix typo and prototype
SVN revision: 45559
2010-01-25 18:52:05 +00:00