summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* elm_map: the widget use efreet cache home to save image files to, so efreet ↵elementary-1.10Tae-Hwan Kim2014-09-031-0/+3
| | | | | | | | | | | | should be initialized. Summary: @fix Reviewers: raster Differential Revision: https://phab.enlightenment.org/D1371 Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
* release: Update NEWS and bump version for 1.10.3 releasev1.10.3Stefan Schmidt2014-08-252-2/+11
|
* Genlist: do not segv if the user clear the list on item double-clickdavemds2014-08-091-9/+14
| | | | | | | @fix moved the user callbacks call at the end of the function, so the user is able to modify the list without making the code below the call to fail miserably.
* Gengrid: fix position calculationdavemds2014-08-091-4/+3
| | | | | | | @fix To calc the position in a table you need to make the modulo of the col/row size, not the modulo on the x/y value This unbreak the elm_gengrid_item_pos_get() function that was reporting wrong values
* elc_naviframe: Fix warning caused by elm_obj_layout_signal_emit override ↵Jaehyun Cho2014-07-311-2/+5
| | | | | | | | | | | | | | function in naviframe Summary: Fix the elm_obj_layout_signal_emit override function in naviframe to prevent warning Reviewers: seoz, Hermet Reviewed By: Hermet Differential Revision: https://phab.enlightenment.org/D1253 @fix
* release: Update NEWS and bump version for 1.10.2 releasev1.10.2Stefan Schmidt2014-07-161-0/+1
|
* transit - fix to adopt the tween_mode factor.ChunEon Park2014-07-161-9/+12
| | | | | | | ACCELERATE, DECELLERATE, SINUSOIDAL modes didn't work with the tween mode factor before. now it works. @fix
* genlist - fix a crash.ChunEon Park2014-07-151-0/+1
| | | | | It allows NULL focused item. let it null check.
* elm_win: added focused and unfocused smart callback descriptions.Daniel Juyung Seo2014-07-152-0/+4
| | | | | | This was removed by a commit b1df32e61c. The removal of redundant smart callback call was good but we need to have these descriptions still.
* Win: Delete "focused" and "unfocused" signals emission because they ↵Kateryna Fesyna2014-07-152-8/+0
| | | | | | | | | | | | | | | | | duplicate Widgets signals Summary: "focused" and "unfocused" signals are emitted from Win and Widget. This causes signals duplication when window is unfocused. To avoid this duplication, emission of these signals is deleted from the Win. @fix Reviewers: cedric, Hermet, seoz, raster, reutskiy.v.v Subscribers: reutskiy.v.v Differential Revision: https://phab.enlightenment.org/D1183
* release: Update NEWS and bump version for 1.10.2 releaseStefan Schmidt2014-07-142-2/+9
|
* edbus: fix dlopening of the right library.Philippe Coval2014-07-071-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Summary: Change-Id: I94e3d39286df830ef07ed2bda0ec87fce34cec4a Bug: T1354 Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org> hotfix: look for versionned edbus lib Without EFL application linked with edbus (deprecated DBUS API) will fail to run and report this log : CRI<12610>:dialer dialer/rc.c:442 \ rc_init() Elementary does not support DBus. CRI<12610>:dialer dialer/main.c:166 \ elm_main() Could not setup remote control via DBus. Bug: T1354 Change-Id: Id05ba2b5282243ccb566fc7b1ffb4b1e114004b1 Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org> Test Plan: Bug-Tizen: TIVI-3234 Reviewers: cedric Reviewed By: cedric CC: cedric Differential Revision: https://phab.enlightenment.org/D1116 Signed-off-by: Cedric BAIL <c.bail@partner.samsung.com>
* fileselector: Make selected_set actually select the fileRyuan Choi2014-07-021-1/+1
| | | | | | This patch comes from Kai Huuhko. @fix
* theme - syscon - power gadget - fix so we have an actual theme for itCarsten Haitzler (Rasterman)2014-06-176-0/+51
| | | | | this fixes a pretty ugly bug where a bodhi power gadget was ported in without the graphics being fixed up. this does that in the theme.
* rename ibar focus signalsMike Blumenkrantz2014-06-171-15/+10
|
* release: Update NEWS and bump version for 1.10.1 releasev1.10.1Stefan Schmidt2014-06-102-2/+12
|
* po: Set all initial values for Language and Language-TeamStefan Schmidt2014-06-1016-16/+16
| | | | | | | Resolves some build failures on our jenkins box. Who did set de for the nl potfile? :) @fix
* config: always create a themes directory for user.Cedric BAIL2014-06-101-0/+22
| | | | | | | This make it more logical as it is part of Elementary config, so it should be elementary duty to create that directory. @fix
* theme - support new ibar icon menu signals for focus, screen etc.Carsten Haitzler (Rasterman)2014-06-051-7/+53
|
* elm win - if no ELM_DISPLAY is set, try more engines before giving upCarsten Haitzler (Rasterman)2014-05-301-15/+23
| | | | this should fix T1294 without needing ELM_DISPLAY set. @fix
* scroller - emits the missed signalsChunEon Park2014-05-271-0/+16
| | | | | | vbar,press, vbar,unpress, hbar,press, hbar,unpress @fix
* Updating galician and adding lithuanian and turkish translationsmaxerba2014-05-264-78/+632
|
* Revert "theme - fix non-fixed size3 complaint in theme buttons"Carsten Haitzler (Rasterman)2014-05-261-5/+0
| | | | | | this fixed button complaints by unexpectedly broke hoversels This reverts commit 9f53154bb216e8998586c2458e5f1c86d5b55011.
* release: v1.10.0v1.10.0Stefan Schmidt2014-05-262-1/+13
|
* fix example to follow namespace correctness in elm themeCarsten Haitzler (Rasterman)2014-05-261-2/+2
| | | | fixes T1024
* elm scroller - fix documentation on gravityCarsten Haitzler (Rasterman)2014-05-261-4/+4
| | | | this fixes T1262
* elm spiner - fix flag read to also use the right fieldCarsten Haitzler (Rasterman)2014-05-261-2/+4
|
* elm spinner - fix invalid struct modification when wheel eventCarsten Haitzler (Rasterman)2014-05-261-1/+3
|
* theme - fix non-fixed size3 complaint in theme buttonsCarsten Haitzler (Rasterman)2014-05-261-0/+5
| | | | this fixes T1278
* Genlist: On focus_on_selection mode, the focus should set on item content ↵chinmaya2014-05-261-0/+11
| | | | | | | | | | | | | | | | | | objects of item type ELM_GENLIST_ITEM_TREE. Summary: On focus_on_selection set, the focus set on genlist item of type ELM_GENLIST_ITEM_TREE rather than on item content objects. Test Plan: elementary_test -to "genlist focus" Reviewers: seoz, eagleeye, SanghyeonLee, raster Reviewed By: raster CC: seoz Differential Revision: https://phab.enlightenment.org/D899
* Genlist: Focus does not move, if it is set on item content objects.chinmaya2014-05-261-0/+15
| | | | | | | | | | | | | | | | | Summary: If focus is set on item content object, it's treated as a different object which results the focus deadlock. So, every time whenever focus sets on item content object, we need to unset and set the focus on genlist object. Thanks to Seoz for the idea. Test Plan: elementary_test -to "genlist focus" Reviewers: seoz, SanghyeonLee, eagleeye CC: seoz Differential Revision: https://phab.enlightenment.org/D891
* test_progressbar: delete timer when progressbar is destroyed.wonguk.jeong2014-05-261-0/+1
| | | | | | | | | | | | | | Summary: elementary_test -> progressbar/progressbar2 -> press start -> close window -> annoying message is shown due to API invoking for already free'd progressbar Test Plan: elementary_test -> progressbar/progressbar2 -> press start -> close progressbar/progressbar2 window Reviewers: raster, seoz CC: seoz Differential Revision: https://phab.enlightenment.org/D888
* entry: update selection handlers' visibility when entry is hidden or shownThiep Ha2014-05-262-4/+31
| | | | | | | | | | | | | | | | | Summary: Selection handlers' visibility should be updated when entry is hidden or shown When entry has selection and hidden, the selection handlers should be hidden also. This fix T1175. @fix Reviewers: seoz, woohyun, raster Reviewed By: raster Maniphest Tasks: T1175 Differential Revision: https://phab.enlightenment.org/D877
* Fix T1269 Issues with the elementary theme if the default text is set to ↵Simon Lees2014-05-261-13/+15
| | | | | | | | | | | | | | | | something other then White Summary: Previously in colorclasses.edc border_frame dialog_base along with other base elements were defined to the default font color "White". This means if you change the default font color there are many unrelated side effects. To fix this issue i have added a new Color define in colorclasses.edc to be used with window related items as opposed to text related items. Reviewers: raster CC: seoz, stefan_schmidt Maniphest Tasks: T1269 Differential Revision: https://phab.enlightenment.org/D879
* Updating czech translationmaxerba2014-05-231-39/+20
|
* win: set NULL to focus_highlight.prev.target when it's deleted.WooHyun Jung2014-05-231-2/+19
|
* Correctly emit the scroll signal when scrolling an entry @fix T1274.Andy Williams2014-05-221-0/+3
| | | | | As the Elm_Entry has replaced the _scroll_cb we need to emit the same signal (that was the only function of elm_scroller's _scroll_cb)
* default theme - make finger size 10Carsten Haitzler (Rasterman)2014-05-222-2/+2
|
* image - null checking.ChunEon Park2014-05-211-0/+5
| | | | If the rotated image exceeds image maximum size, the data would be invalid.
* replace elipsis -> ellipsisChunEon Park2014-05-213-10/+10
| | | | we recommend complete words.
* elm_test: Set PACKAGE_LIB_DIR to fix windows runtimeJean-Philippe Andre2014-05-201-0/+1
|
* fix genlist tree expand/contract bug when switching modeCarsten Haitzler (Rasterman)2014-05-201-1/+1
| | | | this fixes T1157 - this patch comes from yinkair.
* fix 0 size focus regionCarsten Haitzler (Rasterman)2014-05-201-0/+1
| | | | @fix - this fixes T1205 ... or should fix it... in theory.
* elm_cnp: Fix build for windows (ecore_x)Jean-Philippe Andre2014-05-201-2/+4
|
* Updating translationsmaxerba2014-05-195-173/+184
|
* widget: updated internal documentation for elm_widget_item_del.Daniel Juyung Seo2014-05-201-3/+8
|
* [Fileselector] Fix double-call of callback function on clicking "Enter" key.Vorobiov Vitalii2014-05-191-9/+0
| | | | | | | | | | | | | | | | | | | | | Summary: This feature (Clicking on "Enter" key) was previously implemented by using "activate" signal of entry (the one for entering name of the file), so it was looking like "ok" button was clicked by pushing "Enter" key on the keyboard. This little feature was added in commit 4d761f3a63270c88fa516764d9288f8bf0ff4a11. Later the huge feature that adds key binding was implemented (commit 820f3dc907250c0c08ed8431b50567e58d6dab5c for ex). It allows to bind widgets with keys (certain function calls when certain keys is pressed on keyboard). This feature also adds same functionality to fileselecter, doing the same as previous (with "activate" signal) one. Because of that it was looks like "ok" button was clicked twice. This commit fixes this behavior and removes old and outdated method of "ok" button clicking processing. @fix Reviewers: cedric, seoz, raster CC: reutskiy.v.v Differential Revision: https://phab.enlightenment.org/D864
* elm_map: Fix to calculate map size not to be smaller than viewport sizeJaehyun Cho2014-05-191-0/+2
| | | | | | | | | | | | | Summary: Fix to calculator map size not to be smaller than viewport size when zoom mode is either fit or fill. Previously, map size could be either smaller or larger than viewport. @fix Reviewers: Hermet, raster Reviewed By: raster Differential Revision: https://phab.enlightenment.org/D861
* example: added ellipsis: -1 to text parts which have min 1.Daniel Juyung Seo2014-05-173-0/+5
|
* focus: apply the focus API change during the development phase.Daniel Juyung Seo2014-05-172-18/+7
| | | | | This fixes the commit 422b8717 which was pushed to master without considering the API change.