Commit Graph

7567 Commits

Author SHA1 Message Date
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
Shinwoo Kim 82053ab780 [layout][access] access object on a layout could not be a child of the layout eventhough it is a child actually, because the access object could not be swallowed. 2013-03-18 17:55:09 +09:00
Cedric BAIL 965a66fa32 progressbar: wheel need elm_progressbar_pulse_set(pb, EINA_TRUE) to spin. 2013-03-18 15:34:20 +09:00
Carsten Haitzler 3bd16c052b fix elm_cnp free to null out ptr. 2013-03-17 11:41:41 +09:00
Daniel Juyung Seo dbf44f699b elm_app.h: use addtogroup and make a separate doc for elm_app_info_set. 2013-03-16 22:30:35 +09:00
Daniel Juyung Seo 5a74e5a072 elm_app.h: added elm_app into doxygen entry. 2013-03-16 22:16:09 +09:00
Daniel Juyung Seo 1bfede5163 elm_main.c: fixed formatting. 2013-03-16 17:28:10 +09:00
Jaehwan Kim 5f8af66123 Add the smart signals in scroller. "scroll,left", "scroll,right", "scroll,up", "scroll,down". 2013-03-15 18:53:17 +09:00
Carsten Haitzler 568edfcb71 update .po line #'s 2013-03-15 13:10:33 +09:00
Tae-Hwan Kim 6b37331246 "elm,state,reorder,mode_set" and "elm,state,reorder,mode_unset"
is used for changing items' look when elm_genlist_reorder_mode_set() is
called. Also, when decorate mode is enabled/disabled, these signal
should be sent properly.
2013-03-14 19:13:06 +09:00
Tae-Hwan Kim 263ad756ba Fix memory leaks: return value of elm_genlist_realized_items_get
should be freed
2013-03-13 20:25:12 +09:00
Carsten Haitzler d4bc61f941 allow for a special different single line entry scroller - needed for
dark theme fun. it falls back to a normal entry scroller if not found.
2013-03-13 20:24:09 +09:00
WooHyun Jung 2542b16b01 elementary/list : Fixed a bug in elm_list. Focus_next is needed only when access mode is enabled. 2013-03-13 14:05:00 +09:00
Daniel Juyung Seo f612734879 test flip,toolbar,tooltip: use EINA_FALSE for elm_toolbar_homogeneous_set() parameters. 2013-03-12 19:49:19 +09:00
Daniel Juyung Seo 50dbaf616e ChangeLog: finish the sentence. fixed a formatting. 2013-03-12 11:18:47 +09:00
WooHyun Jung 9cf2ef0752 elementary/elm_widget : Modifed the type of parameter to const Evas_Object*. 2013-03-11 22:20:20 +09:00
WooHyun Jung b6bd065d2e elementary/naviframe : Fixed a formatting. 2013-03-11 22:02:24 +09:00
Daniel Juyung Seo 7d0dcd5c12 elm gengrid,list,menu,segment_control,toolbar.h: updated documentation with regarding to elm_xxx_item_object_get().
More informative documentation about the returned actual object by elm_xxx_item_object_get().
2013-03-11 20:52:57 +09:00
Daniel Juyung Seo 554b936d07 elm icon,menu,toolbar.h: updated documentation related with icon path. 2013-03-11 20:44:27 +09:00
Daniel Juyung Seo 4a5f9459fe elm_entry.c: fixed formatting. 2013-03-11 20:11:50 +09:00
WooHyun Jung 2f204dd7ee elementary/naviframe : Don need to check whether current item has content or not. 2013-03-11 20:08:52 +09:00
Tom Hacohen 1eefdc8733 Entry: Fixed a bug with text appending.
The target buffer was not large enough.
2013-03-11 10:21:08 +00:00
WooHyun Jung 2cb1f66c54 elementary/naviframe : Naviframe is now supporting focus_direction. 2013-03-11 17:03:21 +09:00
WooHyun Jung cfe2ab206e elementary/naviframe : Fixed a bug that naviframe's focus_next didn't work after changing evenry item to elm_layout. 2013-03-11 16:38:45 +09:00
Daniel Juyung Seo a35926215d elm_focus.h: more informative documentation. 2013-03-10 00:47:40 +09:00
Carsten Haitzler c8ac271b79 only del cnp drop if removed from list. 2013-03-09 23:05:32 +09:00
Daniel Juyung Seo 78c042cdbe elm *.c: fixed formatting with EINA_LIST_FREE.
EINA_LIST_FREE (xxx) -> EINA_LIST_FREE(xxx)
2013-03-09 13:23:42 +09:00
ChunEon Park ac3ab1c465 elementary/naviframe - added FIXME: 2013-03-08 21:47:07 +09:00