summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* elementary: add test for Elm.Layout model connectdevs/felipealmeida/model_eina_containerVitor Sousa2016-07-051-0/+36
|
* efl: Add Efl.Model.Container and Efl.Model.ItemVitor Sousa2016-07-0515-0/+1124
| | | | | | | | | Add the classes Efl.Model.Container and Efl.Model.Item to efl/interfaces These classes are used to create Efl.Model objects with predefined property values. This is useful to create tests or in any situation where we want an Efl.Model with explicit defined property values.
* examples: added efl_ui_image_factory in layout_model_connect exampleLarry Jr2016-07-051-0/+13
|
* elementary: add efl_ui_image_factoryLarry Jr2016-07-058-0/+77
| | | | | | | new interface efl_ui_factory used to make new widget with model contents efl_ui_model_connect(factory, "part_name", "property") new_canvas = efl_ui_factory_create(factory, model)
* elementary: add model connect in efl_ui_imageLarry Jr2016-07-053-1/+117
|
* elementary: add example layout_model_connectLarry Jr2016-07-052-0/+151
|
* elementary: add model connect in elm_layoutLarry Jr2016-07-058-1/+222
| | | | | | | | add 2 new interfaces efl_ui_view and efl_ui_model_connect now elm_layout can update elements from model connectected efl_ui_view_model_set(layout, model) efl_ui_model_connect(layout, "part_name", "property")
* elm widget - stop segv during shutdown when objects become deletedCarsten Haitzler (Rasterman)2016-07-051-1/+1
| | | | @fix
* evas event handling2 - fix incorrect object reportingCarsten Haitzler (Rasterman)2016-07-053-10/+84
| | | | | | | | this fixes a new bug brought up by 9f0fd66ab818d212fa88faef316ac17625f1a2f5 which fixes event reporting etc. etc. .. this fixes T4017 @fix
* elc_combobox: add/remove item doesn't resize container with genlistVitalii Vorobiov2016-07-051-0/+2
| | | | | | | | | | recalculation of item count is getting only on a first load of combobox. whenever user add more items, size of container with items doesn't getting more place (provoking scroller to appear). but its event more annoying when user delete items, then there are lots of free spaces left that looks ridiculus @fix
* notify: change return value of "theme_apply" function with inner _theme_applyJinyong Park2016-07-051-3/+3
| | | | | | | | | | | | | | | Summary: notify's theme_apply function return value with eo_do_super(... elm_object_widget_theme_apply) but notify's super class is widget, widget_theme_apply return always ELM_THEME_APPLY_SUCCESS. so, notify's theme_apply function always return ELM_THEME_APPLY_SUCCESS, if it couldn't apply style correctly. notify apply style via _notify_theme_apply function, so that function must decide theme_apply function's return value. Reviewers: herb, singh.amitesh, Hermet, cedric, raster, jpeg Reviewed By: jpeg Differential Revision: https://phab.enlightenment.org/D4130
* evas: Fix crash (?) in evas eventsJean-Philippe Andre2016-07-051-0/+1
| | | | | | | Reported by Shuhrat Dehkanov on the ML. See f0fd66ab818d212fa88faef316ac17625f1a2f5. Note: I didn't have a crash myself.
* efl: Remove del_intercept before calling eo_delJean-Philippe Andre2016-07-052-0/+2
| | | | | | | In class destructor. Still not sure if we should do this or just set the pointer to NULL. Ping @TAsn
* eo: Fix crash during eo_shutdownJean-Philippe Andre2016-07-051-2/+2
| | | | | | | | | | | | | I was getting a crash in eo_shutdown, inside _efl_event_pointer_class_destructor as I was calling eo_del from there. But the parent class was already destroyed. Assuming class IDs can only go up, and child classes are only instanciated after all their parents, it is safer to call the class destructors in reverse order. Obviously, still pretty sure eo_del() in a class_destructor is not a good idea...
* tests: ecore_audio: disable stalling audio_obj_pulse testStefan Schmidt2016-07-051-1/+3
| | | | | | | | This test is stalling. Locally as well as on Jenkins. I tried to bisect it without any luck. Even running it from the 1.17 release it does no longer work so i guess it is some change coming from a pulse update on my system. I have version 7.1 here. As we have no-one working actively on ecore_audio I disable the test here and we can track the problem on T4018.
* tests: ecore_audio: remove dead codeStefan Schmidt2016-07-051-6/+0
| | | | These test cases do not exist and the code is commented out for a long time.
* tests: ecore_audio: move _finished_cb behind PULSE guardStefan Schmidt2016-07-051-11/+11
| | | | This callback is only used from the pulse object test.
* efreet - fix mime file path messing with short paths like /Carsten Haitzler (Rasterman)2016-07-054-2/+9
| | | | | | this fixes T4015 @fix
* [efl_ui_image] fix documentationJi-Youn Park2016-07-051-1/+1
|
* evas event handling - fix incorrect object reportingCarsten Haitzler (Rasterman)2016-07-052-31/+39
| | | | | | | | | this fixes event reporting for mouse in/out/move/down/up due to evas just totally getting tese objects wrong. this fixes T3718 @fix
* Evas GL: Fix warning about invalid type (GLES 3.1)Jean-Philippe Andre2016-07-051-2/+2
|
* elementary/fileselector: Fix legacy path set/get of Fileselector.EntryVitor Sousa2016-07-043-8/+25
|
* elementary config: Use SI units.Chidambar Zinnoury2016-07-041-2/+2
|
* efl ui frame: Update the file name for translation purposes.Chidambar Zinnoury2016-07-041-1/+1
| | | | | | This unbreaks build. See 53035f23e6d4d0cfc93356c1776d8a2a58d18f91.
* elc_combobox: fix theme and style set for comboboxVitalii Vorobiov2016-07-041-3/+8
| | | | @fix
* efl - threads and signals - make efl work on "insane" os's with signalsCarsten Haitzler (Rasterman)2016-07-045-7/+70
| | | | | | | | | | | | | | | so. on linux signals are delivered to the main process thread/loop. thats' where signal handlers are set up and always run. this is sane. it's predicatble. but of course this is not the same in bsd land. there "just send the signal to any old thread and call the signal handler there" seems to tbe the order of the day. this explains why wer are losing sigchld signals in edje_cc - it's heavily threaded and bsd is just randombly picking a thread to call it on. this fixes that. in theory. i hope. i can't test, but putting it in to share @fix
* eo: use ref types in eo_baseDaniel Kolesa2016-07-041-13/+12
|
* efl - fix lots of little init/shutdown pairs that are wrongCarsten Haitzler (Rasterman)2016-07-0410-13/+43
| | | | | | | i've fixed almost all the eina init/shutdown pairs to do the right thing now... except one (ecore_shutdown) with comment inline where eo_shutdown is not called. if this is called we are in crash land. this needs further inspection.
* eina btlog - add -n option to not use color escapesCarsten Haitzler (Rasterman)2016-07-041-7/+36
|
* EvasGL: Add support for Evas GL 3.1DaeKwang Ryu2016-07-044-11/+1354
| | | | | | | | | | | | | | | | Summary: 2 wrapper functions are added. (glFramebufferParameteri, glGetFramebufferParameteriv) update gl2ext.h(generated 20160209) in evas_gl.h Test Plan: OpenGL ES Conformance Test Reviewers: jpeg Subscribers: spacegrapher, wonsik, cedric, jpeg Differential Revision: https://phab.enlightenment.org/D3782
* edje: Remove shadow variableJean-Philippe Andre2016-07-041-1/+0
|
* elm_frame: updated the eo prefix and documentationSubhransu Mohanty2016-07-048-52/+55
| | | | | | | | | | Summary: No idea what else can be done with this widget. Reviewers: jpeg, cedric, woohyun Subscribers: raster, cedric, jpeg Differential Revision: https://phab.enlightenment.org/D3930
* spinner: spinner entry reactivate when focus come again.Woochan Lee2016-07-042-1/+18
| | | | | | | | | | | | | | | | | | | | | | | Summary: When user edit spinner value on entry. The user want to back on entry to edit spinner value even swiching view(focus out and focus in). I considered a couple of exception case ( case that entry should not reactivate.) 1. User click spinner button to give focus. 2. User give focus to spinner's object using key action. Test Plan: Add sample in elementary_test. Edit spinner value. Gives focus to other window. Back to spinner view. See the action. Reviewers: Hermet, woohyun, cedric, jpeg Subscribers: cedric, jpeg Differential Revision: https://phab.enlightenment.org/D4120
* test: Fix strange black rectangle in a test caseJean-Philippe Andre2016-07-041-5/+13
| | | | | | | | | | | | | | | | | | | elementary_test -to "Entry on Page Scroll" Click on "Click this and close popup" A weird rectangle would be temporarily visible while the popup is fading in. The rectangle was the block_events rectangle. By default, elm_popup blocks events, and its parent must be the whole blocked input area. This fixes the parent in the example. I think the block_events region should be fading in and out as well, because it looks terrible right now. Note: this changes the position of the popup, but makes the whole "block_events" thing actually work (avoiding other render artifacts).
* theme: Add fade-in/out for block regions (popup & notify)Jean-Philippe Andre2016-07-042-11/+31
| | | | | | Those are a bit faster than the content transitions. I believe the popup transition time should be reduced. 500ms is way too long for such animations.
* elm: test_glview - allow window to closeAmitesh Singh2016-07-041-0/+1
|
* evas: Fix rare issue with recursive proxy src invisibleJean-Philippe Andre2016-07-041-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Scenario: smart { text proxy -> text, src_invisible } proxy -> smart What we should see: smart { (blank) proxy -> text } proxy -> { (blank) proxy -> text } What we saw: smart { (blank) proxy -> text } proxy -> { text proxy -> text } Solution: Check in evas render, when we're inside a proxy render, and the proxy src_invisible flag is on (evas_object_source_visible_set(0), that we're rendering the object itself to its proxy surface. If not, it means we're rendering another proxy surface, ie. a parent smart object's proxy surface. Still loving evas render. Fixes T4006. @fix
* ecore: Fix obvious crash with legacy timersJean-Philippe Andre2016-07-041-0/+2
| | | | | | | | | | | | | ecore_timer_del() checks a flag "inside_call" that can be set before calling the timer cb... but it was never reset to 0. So, all legacy timers would keep on ticking forever and ever, until they return CANCEL. Anyway, I find the distinction between eo_del and ecore_timer_del very troubling. eo_del() should work on a legacy timer. Ping @cedric. Maybe override eo_del()? Fixes T3898
* edje - reduce memory footprint by rearranging structs and typesCarsten Haitzler (Rasterman)2016-07-047-167/+165
| | | | | | | this should cut some memory used by edje by using smaller types like shorts instead of ints where we just dont need a full int range and short will do, and re-ordering in memory data soit packs better when accoutning for alignment
* examples: Fix typo in filenameJean-Philippe Andre2016-07-042-2/+1
|
* Elementary: cnp - check on NULL data in elm_drag_startArtem Popov2016-07-041-2/+7
| | | | | | | | | | | | | | | | Summary: check on NULL add in wayland elm_drag_start API @fix Test Plan: Call elm_grag_start with data = NULL under wayland Reviewers: zmike, NikaWhite, jpeg Reviewed By: NikaWhite, jpeg Subscribers: bu5hm4n, myoungwoon, cedric, jpeg Differential Revision: https://phab.enlightenment.org/D4119
* elm/gengrid: Fix null pointer dereferences.Daniel Juyung Seo2016-07-041-4/+6
| | | | CID: 1357210 and 1357209.
* evas/textblock: Mark unused variable.Daniel Juyung Seo2016-07-041-1/+1
|
* ecore-wl2: Fix error handling for bad fdChris Michael2016-07-031-0/+2
| | | | | | | | | | | If we end up failing to get the fd from ecore_main_fd_handler_fd_get, then we should just bail out of this function and try again later. Fixes Coverity CID1357213 @fix Signed-off-by: Chris Michael <cpmichael@osg.samsung.com>
* elementary: Grab all key presses in elm_code for nowAndy Williams2016-07-031-0/+2
| | | | Working around issues where new key bindings were breaking the editor
* elementary: add test for edje external comboboxJean Guyomarc'h2016-07-033-0/+113
|
* elementary: release genlist item classes when doneJean Guyomarc'h2016-07-031-0/+4
|
* edje_external: add combobox externalJean Guyomarc'h2016-07-033-0/+115
| | | | | The combobox widget can now be used from edje externals. It accepts the "guide" parameter, which is of type string.
* elementary: document elm_table parametersJean Guyomarc'h2016-07-031-6/+6
|
* elementary: Update connman theme for all securityAndy Williams2016-07-031-1/+10
| | | | | | Provide the appropriate lock icon for less common security types. @fix also allow the icons to grow on scaled displays