Commit Graph

7594 Commits

Author SHA1 Message Date
ChunEon Park 1933668ec7 elementary/list - correct line alignment for consistency. 2013-03-29 20:22:41 +09:00
ChunEon Park 2968b362cc elementary - + EINA_DEPRECATED 2013-03-29 18:42:18 +09:00
Carsten Haitzler 17b5442891 update po's 2013-03-28 16:09:05 +09:00
Daniel Juyung Seo 0d1abc0b6c focus_highlight.edc: remove unused elm/focus_highlight/bottom/default group.
This group can never be used in theory so this is not a theme api break.
2013-03-28 02:07:36 +09:00
Daniel Juyung Seo 15c1c2d377 test_flipselector.c: simplified the sample code. 2013-03-27 21:03:21 +09:00
Jihoon Kim 1b8ad509fc Add APIs - elm_entry_input_panel_layout_variation_set/get 2013-03-27 17:34:19 +09:00
Daniel Juyung Seo fc241f5c41 elm_genlist.c: added {} pair for if statement + loop combination.
Special thanks to Tasn.
2013-03-27 02:46:35 +09:00
Daniel Juyung Seo 1a0e1fcbe4 gengrid/genlist/list.h: added more documentation for highlighted and unhighlighted smart callbacks. 2013-03-27 02:41:34 +09:00
Daniel Juyung Seo 4bf4a58461 elm_genlist.c: use macros for timers. 2013-03-27 02:33:01 +09:00
Daniel Juyung Seo 2155bb0fef elm_genlist.c: fixed formatting. 2013-03-27 01:17:29 +09:00
Daniel Juyung Seo 895610f3e6 genlist: more internal documentation. 2013-03-26 09:54:19 +09:00
Gustavo Lima Chaves aa6bac92f6 More code simplifying. 2013-03-25 17:56:22 -03:00
Carsten Haitzler 4df92d9bf3 update doc styling to match e.org colors. 2013-03-25 22:37:14 +09:00
Daniel Juyung Seo 5f63c51241 themes/default-desktop.edc Icon and end part of entry are aligned as default in standard profile. Patch by ruan.choi.
I saw http://trac.enlightenment.org/e/ticket/1616 and it is related to standard profile.
In standard profile, icon and end part of entry are aligned to center so that only half of parts are visible.
It should be aligned like mobile profile.
2013-03-25 21:15:56 +09:00
Lukasz Stanislawski 745b8d63f8 store: fix a crash occuring when elm_store_free function is invoked and a mem leak when genlist object is deleted.
Signed-off-by: Cedric BAIL <cedric.bail@samsung.com>
2013-03-25 12:29:21 +09:00
Carsten Haitzler 3fd2a7ccfa add toolbar to focus test... since it doesnt work. :) 2013-03-25 11:52:07 +09:00
Daniel Juyung Seo ea08079101 COPYING, elm_intro.h: updated copyright Date. 2013-03-23 22:58:45 +09:00
Carsten Haitzler 0e59b04fed fix scrollable to only query pan if there. 2013-03-23 13:27:43 +09:00
WooHyun Jung 0b6a408084 Add a simple example of elm_object_focus_next_set, and fixed wrong codes. 2013-03-23 10:45:44 +09:00
WooHyun Jung 71ec140693 elementary/win : Now elm_object_focus_next supports four more focus directions(up, down, right, and left). 2013-03-23 09:41:34 +09:00
WooHyun Jung 45388e4581 elementary/focus : Add four more focus direftions. ELM_FOCUS_UP, ELM_FOCUS_DOWN, ELM_FOCUS_RIGHT, and ELM_FOCUS_LEFT. These are for supporting elm_object_focus_next with four directions. And I added elm_object_focus_next_object_set(get). By setting focus next object manually, developer can set its own first candidate of focus next. Lastly I added elm_object_focused_object_get, for easy finding of current focused object in one object sub-tree. 2013-03-23 09:36:21 +09:00
Shinwoo Kim e8ab610b57 [access] do not call timer callback directly 2013-03-23 08:45:26 +09:00
Gustavo Lima Chaves 81c4926a0a Yet another giant, useless, if {} block gone. 2013-03-22 18:38:50 -03:00
maxerba e2da1dbdca updating catalan translation 2013-03-22 17:43:18 +01:00
ChunEon Park ddf7f65810 elementary/naviframe - Now item popping can be cancelled if user returns
the EINA_FALSE in the pop_cb().
2013-03-22 19:04:12 +09:00
Stefan Schmidt dc807cf7d4 AUTHORS: Add myself to the list 2013-03-22 08:50:10 +00:00
Stefan Schmidt 9840d67f6a elm: No need for two set of parentheses in a simple comparison.
Seems this got copied around. Better fix it now before it widespreads more.
2013-03-22 08:44:15 +00:00
Carsten Haitzler 5940742342 update po's 2013-03-22 17:41:55 +09:00
Carsten Haitzler 3c64ae1a70 add a COMPLIANCE file for convenience. 2013-03-22 17:41:40 +09:00
Cedric BAIL d7be2e6f55 elementary: make quicklaunch work again. 2013-03-22 14:45:09 +09:00
Cedric BAIL 77581f1c0a elementary: add infrastructure to track startup time.
Set ELM_FIRST_FRAME to :
* D or E: for exit
* A: for abort
* T: to display the time since entering main();
2013-03-22 14:45:09 +09:00
Carsten Haitzler 8111152573 update po's 2013-03-22 14:42:56 +09:00
Gustavo Lima Chaves d26a894a26 Make some scrolling code more readable. 2013-03-21 15:32:36 -03:00
Tom Hacohen 1343040dcf Quicklaunch: Fixed unused and dead code warnings. 2013-03-21 13:35:45 +00:00
Tom Hacohen edd10f0954 Genlist: Fixed off by 1 errors.
Strncat writes at most n+1 chars, not n...
2013-03-21 13:34:15 +00:00
Tom Hacohen 04da23a84b clock: You shouldn't pass extra parameters to a printf function.
This is not good practice.
2013-03-21 13:30:51 +00:00
Jaehwan Kim 9636ed621c Remove warning in toolbar 2013-03-21 15:14:23 +09:00
Gustavo Lima Chaves ecd6ac9f92 Documenting all of scrollers smart callbacks. 2013-03-20 17:42:12 -03:00
Flavio Ceolin 9ea9e13c26 Genlist, gengrid: two new smart callbacks
Adding ones for mouse pressed and mouse released on items. The event
info for both callbacks are the items being pressed/released.
2013-03-20 13:39:51 -03:00
Carsten Haitzler 69dee31e77 update po line #'s 2013-03-20 20:11:07 +09:00
Carsten Haitzler 25721fa062 Fix elm box layout problem with max sizes. 2013-03-20 20:11:07 +09:00
Cedric BAIL 47e280d21b toolbar: fix icon size not being initalized. 2013-03-20 11:57:22 +09:00
Tom Hacohen 6612aa8189 Revert changes that slipped in (to elm_layout) that shouldn't have had. 2013-03-19 15:16:58 +00:00
Tom Hacohen 6a5ef51959 Fixed class called with do_super. 2013-03-19 10:48:43 +00:00
Jaehwan Kim 67bb9078f6 Fix the elm_shutdown bug in _elm_shutdown_config.
When the elm_shutdown is used after elm_config_all_flush, the segment fault occur.
It's why it uses ecore_x in _prop_all_update_cb after removing it.
2013-03-19 19:42:34 +09:00
Carsten Haitzler 7916fc6a88 printf - SHUSH! no debug! 2013-03-19 11:05:43 +09:00
Tom Hacohen d75cb616da Change usage of eo_do_super to the new prototype. 2013-03-18 16:15:12 +00:00
Daniel Willmann c9534bab25 toolbar: Use snprintf for elm,number,item buffer handling
Avoid potential buffer overflow

Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
2013-03-18 12:13:50 +00:00
Daniel Willmann c88d31d027 Free cwd so we don't leak
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
2013-03-18 12:13:50 +00:00
WooHyun Jung c739dbe4f4 elementary/elm_win : Focus highlight should be reconfigured when theme is changed. 2013-03-18 18:44:19 +09:00