summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* genlist theme uses more target_groups as well as new edje_cc link apidevs/discomfitor/edje110Mike Blumenkrantz2014-04-241-417/+117
|
* genlist theme uses virtual group inheriting more aggressivelyMike Blumenkrantz2014-04-241-200/+195
|
* genlist theme now uses new edje_cc feature group.program_source to set ↵Mike Blumenkrantz2014-04-241-123/+125
| | | | default program sources
* genlist theme uses new edje_cc target_groups feature for program simplificationMike Blumenkrantz2014-04-241-180/+56
|
* genlist theme now uses part inheritance in some placesMike Blumenkrantz2014-04-241-33/+4
|
* genlist theme now uses lazedc visible: shorthandMike Blumenkrantz2014-04-241-272/+272
|
* genlist theme now uses lazedc description shorthandMike Blumenkrantz2014-04-241-710/+710
|
* genlist theme now uses lazedc name: omissionMike Blumenkrantz2014-04-241-287/+287
|
* genlist theme uses lazedc for part typingMike Blumenkrantz2014-04-241-116/+116
|
* genlist theme no longer adds 0.0 in unnecessary placesMike Blumenkrantz2014-04-241-1055/+1055
|
* genlist groups now use group.mouse_events alias "nomouse"Mike Blumenkrantz2014-04-241-147/+147
| | | | free yourselves from the tyranny of mouse_events: 0 on every part!
* slider theme now uses edje 1.10 signal emits with explicit targetsMike Blumenkrantz2014-04-241-4/+8
|
* genlist theme now uses new edje inherit_only feature to reduce macro hellMike Blumenkrantz2014-04-241-200/+187
|
* e theme now sets ellipsis: -1 appropriatelyMike Blumenkrantz2014-04-2420-1/+32
| | | | since we're not changing broken default behavior in edje_cc, all newly-compiled .edj files with min: 1 X are now possibly (almost definitely) broken. update text descriptions in other themes as necessary
* Fix Makefile indentationDaniel Zaoui2014-04-241-64/+64
|
* Eolian: Eo header clean.Yossi Kantor2014-04-243-1677/+1
| | | | | | Elementary Conform Elementary Widget Elementary Widget Container
* Eolian: Eo header clean and legacy integration.Yossi Kantor2014-04-2422-8919/+70
| | | | | | | | | | | | | Elementary Slider Elementary SlideShow Elementary Spinner Elementary Systray Elementary Table Elementary Thumb Elementary Toolbar Elementary Video Elementary Web Elementary Win
* Eolian: Eo header clean and legacy integration.Yossi Kantor2014-04-2427-3493/+55
| | | | | | | | | | | | | | | Elementary Popup Elementary Panes Elementary Photo Elementary Photocam Elementary Plug Elementary Prefs Elementary Progress Bar Elementary Radio Elementary Route Elementary Scroller Elementary Segment Control Elementary Separator
* Eolian: Eo header clean and legacy integration.Yossi Kantor2014-04-2422-5066/+41
| | | | | | | | | | | | | | Elementary Interface File Selector Elementary Multibuttonentry Elementary Naviframe Elementary Inwin Elementary Label Elementary List Elementary Map Elementary Map Buffer Elementary Menu Elementary Notify Elementary Panel
* Eolian: Eo headers clean and legacy integration.Yossi Kantor2014-04-2420-5680/+134
| | | | | | | | | | | | Elementary Hoversel Elementary Gengrid Elementary Genlist Elementary Gesture Layer Elementary GLView Elementary Grid Elementary Icon Elementary Image Elementary Index
* messing with ellipsis in edje broke evrything. instead i'll just fix themeCarsten Haitzler (Rasterman)2014-04-241-0/+1
|
* atspi: AtspiValue interface added.Lukasz Stanislawski2014-04-246-1/+197
| | | | | | | | | | | | Summary: Enables remote value changing on accessible widgets. Added sample interface implementation for elm_slider widget. Test Plan: build&install Reviewers: raster, seoz Differential Revision: https://phab.enlightenment.org/D784
* config: ELM_CONFIG_VERSION updateJaeun Choi2014-04-241-2/+2
| | | | | | | | | | | | Summary: This patch updates ELM_CONFIG_VERSION according to elementary key binding. Test Plan: None Reviewers: raster, Hermet CC: seoz Differential Revision: https://phab.enlightenment.org/D768
* entry: Create selection handles as lazily as possibleRyuan Choi2014-04-241-22/+42
| | | | | | | | | | | | Summary: Moved the construction of selection handles to _update_selection_handler in order to reduce the cost of construction of elm_entry little bit. Reviewers: thiepha, Hermet, seoz, raster CC: seoz, raster Differential Revision: https://phab.enlightenment.org/D756
* FlipSelector: fix callback type.Daniel Zaoui2014-04-243-7/+5
| | | | | Evas_Smart_Cb was used in legacy while flipselector_func_type was used in Eo. That made the compilation failing in E.
* Eolian: Eo headers clean and legacy integration for:Yossi Kantor2014-04-2420-5159/+37
| | | | | | | | | | | | Elc File Selector Elc File Selector Entry Elc File Selector Button Elementary Datetime Elementary Day Selector Elementary Disk Selector Elementary Entry Elementary Flip Elementary Flip Selector
* Eolian: Eo header clean and legacy integration for:Yossi Kantor2014-04-2420-3057/+38
| | | | | | | | | | | | Elementary Background Elementary Box Elementary Bubble Elementary Button Elementary Calendar Elementary Check Elementary Clock Elementary Color Selector Elementary Ctxpopup
* Eolian: Eo header clean and legacy integration for:Yossi Kantor2014-04-2417-3260/+30
| | | | | | | | | | | | | | | Elementary Scrollable Interface Elementary Access Elementary Pan Elementary Client Elementary Client View Elementary Server Elementary Server View Elementary Layout Elementary Frame Elementary Hover Elementary ActionSlider Elementary Atspi Object
* naviframe: Emit visible/invisible signals when view is shown/hiddenJaehyun Cho2014-04-241-0/+5
| | | | | | | | | | | | Summary: Previously, previous view was just shown by evas_object_show and hidden by evas_object_hide. Now, "elm,state,visible" and "elm,state,invisible" signals are emitted to enable application to do in edc what they want when each view is shown/hidden. Reviewers: Hermet CC: raster Differential Revision: https://phab.enlightenment.org/D785
* genlist: Add item loop featureHosang Kim2014-04-244-7/+126
| | | | | | | | | | | | | | | | | | | | | Summary: If item loop feature is enabled, item is moved infinitely. 1. Refactor direction key event handling routine - added internal function _elm_genlist_elm_widget_event_direction. 2. Add looping feature for genlist - added Eolian function _elm_genlist_elm_widget_item_loop_enabled_set/get. 3. Add demo - test_genlist.c / genlist focus Reviewers: seoz, woohyun, jaehwan, Hermet, raster Reviewed By: Hermet Differential Revision: https://phab.enlightenment.org/D778 Conflicts: src/lib/elm_widget_genlist.h
* set expected default ellipsis value for desklock...Mike Blumenkrantz2014-04-231-0/+1
|
* genlist: reordered genlist internal structure members for a better structure ↵Daniel Juyung Seo2014-04-231-1/+1
| | | | packing.
* config/.gitignore: removed unnecessary gitignore rule.Daniel Juyung Seo2014-04-231-1/+0
| | | | There is no illume profile.
* formatting - space++Carsten Haitzler (Rasterman)2014-04-231-1/+1
|
* gengrid: item moving feature with keys.Amitesh Singh2014-04-235-3/+393
| | | | | | | | | | | | | | | | | | | | Summary: - Added two APIs elm_gengrid_reorder_mode_start/stop - Add two smart callbacks - "item,reorder,anim,start" - This is called when a gengrid item movement has just started by keys in reorder mode. - "item,reorder,anim,stop" - This is called when a gengrid item movement just stopped in reorder mode. @feature Test Plan: elementary_test->Gengrid Focus Reviewers: raster, seoz, SanghyeonLee CC: seoz Differential Revision: https://phab.enlightenment.org/D723
* atspi: remove unused variable assignmentLukasz Stanislawski2014-04-231-3/+1
| | | | | | | | | | Summary: CID 1204328 Test Plan: build & install Reviewers: seoz, raster Differential Revision: https://phab.enlightenment.org/D781
* Genlist: fix EO errors.Daniel Zaoui2014-04-231-2/+2
| | | | Elm-Widget function was called on non elm-widget objects.
* Eolian: replace --eo1 option with --eoDaniel Zaoui2014-04-231-2/+2
|
* elm_web: Fixed build warning with ewebkitRyuan Choi2014-04-231-2/+2
|
* genlist/gengrid/list: Fix first on_focus call correctly by checking focus ↵Daniel Juyung Seo2014-04-223-3/+3
| | | | | | | | | | highlight. First on_focus call should consider focus highlight enable status and do the different job according to that. This can be tested in "genlist 7" and "genlist focus" examples in elementary_test.
* Eolian: fix names for elc widgets.Daniel Zaoui2014-04-2224-310/+302
| | | | | Even if the file names are elc_..., the class names are supposed to be elm_...
* atspi: Add header file to build to pass distcheckStefan Schmidt2014-04-221-0/+1
| | | | | | The needed header was not packaged and thus made distcheck fail. I put it into the unstable headers because I'm not sure if they are considered stable yet. If this is the case please let us know so we can move it over.
* tooltips position more accurately in X in xineramazmike2014-04-221-1/+10
| | | | | | elm_win_screen_size_get() is broken for this use case since the tooltip actually needs the full xinerama screen geometry, which is the geometry of the root window and NOT the current screen @fix
* slider: fixed build warningGwanglim Lee2014-04-221-1/+1
| | | | | | | | | | | | Summary: added EINA_UNUSED to fix build warning Test Plan: N/A Reviewers: raster, seoz, Hermet Reviewed By: seoz Differential Revision: https://phab.enlightenment.org/D777
* web2: Implemented alert/confirm/promptRyuan Choi2014-04-222-48/+280
| | | | Added test cases for alert/confirm/prompt
* dnd: Correct drag window positon in drag startThiep Ha2014-04-211-7/+29
| | | | | | | | | | | | | | | | | | Summary: If window is rotated, the drag window position is incorrect. In drag start, the drag window is placed in incorrect position if main window is rotated. Fix: Update drag window according to window rotation. @fix Reviewers: JackDanielZ, raster Reviewed By: raster CC: woohyun, seoz Differential Revision: https://phab.enlightenment.org/D746
* elm_interface_scrollable: fix wanted coordinate calculationwonguk.jeong2014-04-211-11/+10
| | | | | | | | | | | | | | | | | | | | | Summary: boundary check of _elm_scroll_wanted_coordinates_update() is wrong. boundary was checked with assumption that 0, 0 is top, left however, 0, 0 could be different according to usages, in case of gengrid, 0, 0 was center left not top left) Do not assume the min/max value, but use pan min/max value for boundary check Fixes T1092 Test Plan: elementary_test -> grid -> uncheck multi select mode -> select first item -> click bring in -> resize window Reviewers: raster, woohyun, seoz, zmike CC: seoz Maniphest Tasks: T1092 Differential Revision: https://phab.enlightenment.org/D720
* atspi: Atspi_Action interface implementation @featureLukasz Stanislawski2014-04-218-1/+472
| | | | | | | | | | Summary: Enables remote execution of elementary widget actions. Test Plan: build&install, accerrsiser tests on ubuntu 12.04 Reviewers: raster, seoz Differential Revision: https://phab.enlightenment.org/D747
* atspi: separate atspi mode from access mode.Lukasz Stanislawski2014-04-216-2/+106
| | | | | | | Since elm_access provides its own support for screen reader, access mode and atspi mode must be separated. https://phab.enlightenment.org/D726
* elm_interface_scrollable: fix resize after drag bug.wonguk.jeong2014-04-211-0/+5
| | | | | | | | | | | | | | | | Summary: after I drag by using scrollbar, if I resize window, the scroller position was moved to coordication before dragging. invoke _elm_scroll_wanted_coordinates_update() after position setting in _elm_scroll_scroll_bar_read_and_update(); @fix Test Plan: elementary_test -> drag scroller to center -> resize window -> scroller shouldn't go back to top Reviewers: raster, woohyun, seoz CC: seoz, Hermet Differential Revision: https://phab.enlightenment.org/D722