summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fileselector: when press "enter" on entry, send "done" cb instead of "selected"devs/yakov/fix_fileselectorYakov Goldberg2013-07-291-2/+6
|
* fileselector: fixing fileselectorYakov Goldberg2013-07-291-29/+27
| | | | | | | - make var sd->selection keep currently selected path; - make _selected_get() return path from sd->selection var; - add 'changed,user' callback to entry, to save user-typed path; - update string in entry with sd->selection, when it is clicked/unfocused
* fileselector: unfocus if anchor clicked/entry activatedYakov Goldberg2013-07-291-0/+12
| | | | Signed-off-by: Yakov Goldberg <yakov.g@samsung.com>
* fileselector: fix show filename in anchor for some casesYakov Goldberg2013-07-291-25/+18
| | | | Signed-off-by: Yakov Goldberg <yakov.g@samsung.com>
* fileselector: fix typo + behaviorYakov Goldberg2013-07-291-3/+4
| | | | | | | | - _anchors_do() receive fileselector object as first parameter, in _on_text_unfocused cb fileselector passed as 'data' and not as 'obj'; - when entry is unfocused, it can contain usual text or anchor-styled text, so the only secure way to pass path is to pass sd->path.
* fileselector: added TODO noteYakov Goldberg2013-07-291-0/+3
| | | | Signed-off-by: Yakov Goldberg <yakov.g@samsung.com>
* fix Makefile to build with webkitYakov Goldberg2013-07-291-2/+3
| | | | Signed-off-by: Yakov Goldberg <yakov.g@samsung.com>
* adding spinner to entry styleYakov Goldberg2013-07-291-1/+25
| | | | Signed-off-by: Yakov Goldberg <yakov.g@samsung.com>
* enty edc vert curYakov Goldberg2013-07-291-2/+4
| | | | Signed-off-by: Yakov Goldberg <yakov.g@samsung.com>
* Revert "elementary/fileselector - added new api. ↵ChunEon Park2013-07-293-50/+0
| | | | | | | | | elm_fileselector_entry_entry_get()" This reverts commit c699ec2158d6ee56fc8cf07c3ded2b2688267f28. Since "selected" smart callback returns the current entry text, This is not necessary.
* elm_image: let's only propagate the event from one object.Cedric Bail2013-07-291-0/+1
| | | | NOTE: Why do we destroy and recreate the image object, couldn't we just reset its state ?
* elementary/fileselector - added new api. elm_fileselector_entry_entry_get()ChunEon Park2013-07-293-0/+50
|
* make finger size for standard profile 10 - more realistic.Carsten Haitzler (Rasterman)2013-07-271-1/+1
|
* elementary/flip - fix the flip page to not flip on a direction if the ↵ChunEon Park2013-07-263-6/+24
| | | | direction is disabled.
* elementary/flip - use enum for readability.ChunEon Park2013-07-261-38/+36
|
* elementary/flip - index table by enum. It's more clear.ChunEon Park2013-07-262-43/+12
|
* re-fix slider to work again with def theme.Carsten Haitzler (Rasterman)2013-07-261-3/+18
|
* add throttle policy settings to elmCarsten Haitzler (Rasterman)2013-07-252-1/+17
|
* elm-player: do a whole bunch of work to make this a usable widget now.Carsten Haitzler (Rasterman)2013-07-253-15/+117
|
* panel.edc: rename the state for the consistency. this is not a theme api break.Daniel Juyung Seo2013-07-251-8/+8
|
* elm_radio.c: remove unused callback. elm,action,radio,on.Daniel Juyung Seo2013-07-241-2/+0
| | | | elm,action,radio,on was not used since elm 1.0 so this is not a theme api break.
* elementary/widget - fix the insane NULL set in translated string list.ChunEon Park2013-07-241-1/+1
| | | | Thanks JackDanielZ for catching this issue.
* AUTHORS, elm_authors.h: add Youngbok Shin to elementary authors list since ↵Daniel Juyung Seo2013-07-242-0/+2
| | | | he already pushed 6 patches :)
* elementary/dayselector - fix formatting in it's exampleChunEon Park2013-07-231-9/+18
|
* elementary/dayselector - added disabled case exampleChunEon Park2013-07-231-5/+13
|
* elm player: use position swallow, so volume etc. can be done laterCarsten Haitzler (Rasterman)2013-07-231-3/+8
|
* elementary/dayselector - fix test case that the sunday first to be correctly ↵ChunEon Park2013-07-231-8/+9
| | | | shown.
* elm player - fix null icon set - forgot to tag button objectsCarsten Haitzler (Rasterman)2013-07-231-5/+11
|
* elm player - this breaks elm player theme api. it was broken to begin withCarsten Haitzler (Rasterman)2013-07-232-121/+89
| | | | | | now elm player is a much mroe useful widget with nice auto-show/hide controls and can in future be extended to do more. dark theme has full support now.
* actionslider.edc: use group inherit \o/Daniel Juyung Seo2013-07-231-227/+2
|
* slider.edc: remove unnecessary empty lines while reading it.Daniel Juyung Seo2013-07-231-4/+0
|
* Fix the wrong parameter in multibuttonentry.Jaehwan Kim2013-07-231-2/+2
|
* Add elm quit policy to conformant_example_02.Chris Michael2013-07-231-0/+2
| | | | | | | | NB: In the future, can we please add this to any new examples also ? so that we do not have to waste time chasing down stupid phab tickets about apps not closing when the 'X' is pressed... Signed-off-by: Chris Michael <cp.michael@samsung.com>
* elementary: we are using the beta API of EFL.Cedric Bail2013-07-232-0/+6
|
* map: fix header split to actually be a split !Cedric Bail2013-07-233-2062/+18
|
* elementary: fix header inclusion order.Cedric Bail2013-07-2311-11/+28
|
* elc_fileselector.c: check null for part name and set the label for another ↵Daniel Juyung Seo2013-07-231-2/+9
| | | | part as well.
* elm: formatting fix for consistency.Daniel Juyung Seo2013-07-238-14/+15
|
* elm: use more descriptive and consistent local variable name.Daniel Juyung Seo2013-07-234-15/+15
|
* elementary/fileselector - support elm_object_part_text_set() to set the ok, ↵ChunEon Park2013-07-234-0/+33
| | | | cancel button label.
* elementary/diskselector - fix the test case that caused ↵ChunEon Park2013-07-221-19/+18
| | | | _smart_need_recalculate problems.
* elementary/diskselector - removed unnecessary partChunEon Park2013-07-221-15/+0
|
* elementary/diskselector - clean edcChunEon Park2013-07-221-6/+0
|
* elementary/slideshow - removed unnecessary linesChunEon Park2013-07-221-4/+0
|
* ewk changed run_open_panel interface since webkit's r123847Ryuan Choi2013-07-221-5/+6
| | | | | In order to support all of <file> attribute, run_open_panel was changed since r123847. For more information, please see https://bugs.webkit.org/show_bug.cgi?id=91956
* stop fetching invalid window id's even thought ecore handles it fine.Carsten Haitzler (Rasterman)2013-07-191-11/+15
|
* slider - finally actually remove callback feedback loop from slider changes!Carsten Haitzler (Rasterman)2013-07-192-20/+15
|
* fix self-feedback loop between slider and elm player in slider.Carsten Haitzler (Rasterman)2013-07-184-20/+18
|
* work on slider issues like not showing units brought up by player testCarsten Haitzler (Rasterman)2013-07-183-24/+39
|
* remove printf in elm_playerCarsten Haitzler (Rasterman)2013-07-181-2/+4
|