ChunEon Park [Fri, 4 Mar 2011 23:37:36 +0000 (23:37 +0000)]
elementary/transit - fixed whitespaces
SVN revision: 57523
ChunEon Park [Fri, 4 Mar 2011 21:41:15 +0000 (21:41 +0000)]
elementary/themes revert applying border_scale.
SVN revision: 57519
ChunEon Park [Fri, 4 Mar 2011 00:11:45 +0000 (00:11 +0000)]
elementary/theme - applied border_scale for actionslider, bubble, button
SVN revision: 57515
ChunEon Park [Thu, 3 Mar 2011 23:11:28 +0000 (23:11 +0000)]
elementary/transit - fixed white spaces
SVN revision: 57507
ChunEon Park [Thu, 3 Mar 2011 16:13:07 +0000 (16:13 +0000)]
elementary/transit - added elm_transit_objects_prop_hold_disabled_set/get APIs.
These APIs provide options to user to set the properties of the transit objects will be rest or not when the transition ends.
The properties include geometry, color, evas_map data..
SVN revision: 57498
ChunEon Park [Thu, 3 Mar 2011 13:01:39 +0000 (13:01 +0000)]
elementary/gengrid - fixed a bug by jh0506.yun@samsung.com
Hello.
I attached the modified patch about calc_job problem.
When I tested gengrid, sometimes gengrid renderd two times in different
shape in a moment.
So I checked gengrid code, I found cause in calc_job function.
calc_job added to ecore job after elm_gengrid_item_size_set and
elm_gengrid_item_append(,prepend,insert_before,insert_after) and etc.
Sometimes pan_smart's cvw and cvh is 0 at this time.
I think, No need to calc_job when pan_smart's cvw and cvh is 0.
Please check about this patch.
Thanks.
SVN revision: 57491
Michael BOUCHAUD [Wed, 2 Mar 2011 22:07:01 +0000 (22:07 +0000)]
elementary: don't process event in disabled entry widget (from Jihoon Kim)
SVN revision: 57477
Daniel Juyung Seo [Tue, 1 Mar 2011 13:48:42 +0000 (13:48 +0000)]
Elementary test_notify.c: Removed redundant line.
SVN revision: 57456
ChunEon Park [Tue, 1 Mar 2011 07:32:29 +0000 (07:32 +0000)]
elementary/transit - modified internal variable name
SVN revision: 57445
Daniel Juyung Seo [Mon, 28 Feb 2011 21:23:59 +0000 (21:23 +0000)]
Elementary button: Fixed 'if' statement indentation. Thanks Sebastian.
SVN revision: 57437
Daniel Juyung Seo [Mon, 28 Feb 2011 21:18:21 +0000 (21:18 +0000)]
Elementary Elementary.h.in: Fixed vim indentation setting.
SVN revision: 57436
Cedric BAIL [Mon, 28 Feb 2011 16:33:59 +0000 (16:33 +0000)]
elementary: still fixing DSO...
SVN revision: 57429
Cedric BAIL [Mon, 28 Feb 2011 16:07:36 +0000 (16:07 +0000)]
elementary: still more DSO fix.
SVN revision: 57425
Cedric BAIL [Mon, 28 Feb 2011 15:55:19 +0000 (15:55 +0000)]
elementary: more DSO fix.
SVN revision: 57421
Cedric BAIL [Mon, 28 Feb 2011 15:45:13 +0000 (15:45 +0000)]
elementary: fix another DSO build issue.
SVN revision: 57420
Cedric BAIL [Mon, 28 Feb 2011 14:49:20 +0000 (14:49 +0000)]
elementary: fix DSO build error.
SVN revision: 57414
Tom Hacohen [Mon, 28 Feb 2011 12:55:33 +0000 (12:55 +0000)]
Elementary slider: Fix theme to support disabled state.
SVN revision: 57410
ChunEon Park [Mon, 28 Feb 2011 09:19:47 +0000 (09:19 +0000)]
elementary/transit - modified one minor coding style.
SVN revision: 57406
ChunEon Park [Mon, 28 Feb 2011 07:35:10 +0000 (07:35 +0000)]
elementary/transit - fixed formatting.
SVN revision: 57403
Daniel Juyung Seo [Mon, 28 Feb 2011 00:14:11 +0000 (00:14 +0000)]
Elementary test.c: Fixed some comments.
SVN revision: 57402
ChunEon Park [Sun, 27 Feb 2011 23:00:54 +0000 (23:00 +0000)]
elementary / transit - fixed a wrong word in doxygen.
SVN revision: 57401
Daniel Juyung Seo [Sun, 27 Feb 2011 22:59:12 +0000 (22:59 +0000)]
Elementary elm_button.c: Fix formatting.
SVN revision: 57400
ChunEon Park [Sun, 27 Feb 2011 18:39:21 +0000 (18:39 +0000)]
elementary/transit - makes it do not allow to add/remove the objects while transit is running.
It will provide new apis - elm_transit_object_prop_hold_set/get to give a option for keeping the object property when effect is over.
SVN revision: 57396
Tom Hacohen [Sun, 27 Feb 2011 11:44:01 +0000 (11:44 +0000)]
Elementary entry: Removed const from obj in *_entry_pos_set.
Fix the the previous commit, I can't believe I missed that one.
Patch by Jihoon Kim.
SVN revision: 57376
Seunggyun Kim [Sun, 27 Feb 2011 11:11:05 +0000 (11:11 +0000)]
From: Seunggyun Kim <sgyun.kim@samsung.com>
Subject: [E-devel] elm_genlist - bug fix about del callback
I found one bug in elm_genlist_clear.
In case append lots of items in genlist, some items are still in genlist
item queue before it is processed in _item_queue.
At that time, if application calls elm_genlist_item_del api that has item in
genlist queue and elm_genlist_clear is called at once, "func.del" callback
is called twice.
If application frees some memory in "func.del" callback, It occurs
double free memory problem.
For example, some application has many items. and all items are deleted. but
all items are not proceed in queue. then application is terminated.
In that case, double free problem is occured in application.
So, I fixed elm_genlist_clear code and made a patch.
SVN revision: 57371
Tom Hacohen [Sun, 27 Feb 2011 10:25:45 +0000 (10:25 +0000)]
Elementary entry: Added elm_entry_cursor_pos_set/get (for scrolled as well).
Added elm_scrolled_entry_cursor_pos_set/get and elm_entry_cursor_pos_set/get
Patch by Jihoon Kim.
SVN revision: 57366
Carsten Haitzler [Sun, 27 Feb 2011 09:16:33 +0000 (09:16 +0000)]
and just use eina_hash_set
SVN revision: 57355
sangho park [Sun, 27 Feb 2011 09:00:22 +0000 (09:00 +0000)]
From: sangho park <gouache95@gmail.com>
Subject: Re: [E-devel] [Patch] elm_map_user_agent_set and get
This is a patch for elm_map for setting user-agent.
- Add elm_map_user_agent_set
- Add elm_map_user_agent_get
- modify doxygen
elm_map uses OSM(OpenStreetMap), but we can add custom map provider.
If custom map provider server filters robot out (currently default
user-agent is 'curl'),
we need some APIs to set/get user-agent.
SVN revision: 57353
Massimo Maiurana [Sat, 26 Feb 2011 20:08:21 +0000 (20:08 +0000)]
updating various translations
SVN revision: 57342
Daniel Juyung Seo [Thu, 24 Feb 2011 19:10:46 +0000 (19:10 +0000)]
Elementary elm_actionslider.c: Fixed formatting.
SVN revision: 57307
Tom Hacohen [Thu, 24 Feb 2011 09:24:26 +0000 (09:24 +0000)]
Elementary scrolled_entry: Added *_entry_cnp_textonly_[set/get]
Same as the simple entry textonly mode setting.
Patch by Hyoyoung Chang.
SVN revision: 57298
Tom Hacohen [Thu, 24 Feb 2011 09:24:20 +0000 (09:24 +0000)]
Elementary entry: Fixed documentation of elm_entry_textnoly.
Patch by Hyoyoung Chang.
SVN revision: 57297
ChunEon Park [Wed, 23 Feb 2011 12:14:45 +0000 (12:14 +0000)]
elementary/ctxpopup - fixed white space
SVN revision: 57264
ChunEon Park [Wed, 23 Feb 2011 07:37:39 +0000 (07:37 +0000)]
elementary/ctxpopup - removed unuseful lines.
SVN revision: 57255
Daniel Juyung Seo [Tue, 22 Feb 2011 17:58:22 +0000 (17:58 +0000)]
Elementary: Updated Korean translations.
SVN revision: 57247
Tom Hacohen [Tue, 22 Feb 2011 16:33:43 +0000 (16:33 +0000)]
Elementary bubble-theme: Fixed UI-Mirroring.
UI-mirroring didn't change the arrow of the bubble, fixed that.
SVN revision: 57245
Sohyun Kim [Tue, 22 Feb 2011 16:33:38 +0000 (16:33 +0000)]
Elementary theme-bubble: revert 55839 that introduced bugs with no-icon.
The commit caused bugs when there was no icon, exactly what it claimed
to have fixed. I took a look at the commit and it looked a bit messy,
too messy for me to try to fix. A rewrite makes more sense.
Previous commit message:
From: Sohyun Kim <anna1014.kim@samsung.com>
Subject: [E-devel] [Patch] elm_bubble theme patch
I'm Sohyun Kim. Nice to meet you.
This is a patch for bubble theme.
The bubble has a region for icon, label and info text.
However, it has the region, if icon, label and info text are not set.
I modified theme and added edje signals.
1. add edje signal for label and info text state
2. remove text size for label and info text default state
-> set it on "visible" state
3. add base image state for info text only
SVN revision: 57244
Tom Hacohen [Tue, 22 Feb 2011 16:33:18 +0000 (16:33 +0000)]
Elementary test-bubble: Modified the test to include a 'no-icon' style.
This exposes an issue introduced in a patch I'll revert in a moment.
SVN revision: 57243
Cedric BAIL [Tue, 22 Feb 2011 10:29:28 +0000 (10:29 +0000)]
efl: add back touch on configure time generated file.
SVN revision: 57232
Daniel Juyung Seo [Mon, 21 Feb 2011 16:38:24 +0000 (16:38 +0000)]
Elementary genlist: Blocked "swipe" and "clicked" events for display only and disabled modes.
SVN revision: 57222
Daniel Juyung Seo [Mon, 21 Feb 2011 16:31:32 +0000 (16:31 +0000)]
Elementary test_genlist.c: Added display only property to Group Index.
This compresses Group Index's height and disables touch events.
SVN revision: 57221
Daniel Juyung Seo [Mon, 21 Feb 2011 16:09:05 +0000 (16:09 +0000)]
Elementary genlist: Fixed doxygen typo.
SVN revision: 57219
Daniel Juyung Seo [Mon, 21 Feb 2011 16:08:23 +0000 (16:08 +0000)]
Elementary genlist: Fixed item display only bug.
SVN revision: 57218
Daniel Juyung Seo [Mon, 21 Feb 2011 16:02:45 +0000 (16:02 +0000)]
Elementayr genlist: Fixed item disabled bug.
SVN revision: 57217
Daniel Juyung Seo [Mon, 21 Feb 2011 15:46:23 +0000 (15:46 +0000)]
Elementary test_genlist.c: Fixed indentation.
SVN revision: 57215
Daniel Juyung Seo [Mon, 21 Feb 2011 15:33:40 +0000 (15:33 +0000)]
Elementary test: Fixed window name and window title name.
Unified window name like "genlist2", "genlist-group".
Unified window title name like "Genlist 2", "Genlist Group".
SVN revision: 57214
Cedric BAIL [Mon, 21 Feb 2011 14:56:49 +0000 (14:56 +0000)]
efl: turn on cached result, that will reduce your configure time a lot !
SVN revision: 57213
Tom Hacohen [Sun, 20 Feb 2011 16:00:03 +0000 (16:00 +0000)]
Elementary els_scroller: Fix moving to Wanted X (wx) on child resize.
We should also move the the wanted X when the child resizes. This fixes
scroller position in elementary_test "Icon Desktops" test.
SVN revision: 57195
Tom Hacohen [Sun, 20 Feb 2011 16:00:00 +0000 (16:00 +0000)]
Elementary els_scroller: Fix a bug with ui-mirroring.
Bug happened when child_w < scroller_w and ui-mirroring was on.
The position calculated was smaller than 0 and thus not correct.
SVN revision: 57194
Tom Hacohen [Sun, 20 Feb 2011 09:32:44 +0000 (09:32 +0000)]
Elementary els_scroller: Fixed "Wanted position" when using elm_smart_scroller_region_bring_in.
SVN revision: 57185
Tom Hacohen [Sun, 20 Feb 2011 09:15:16 +0000 (09:15 +0000)]
Elementary els_scroller: Fixed bar-dragging.
[patch] els_scroller - simple bug fix about bar-dragging. by Jae Hwan Kim.
More info:
You can test it in "Scroller" menu of the "elementary_test".
We cannot move the scroller by dragging the bar.
The reason is why the bar-dragging-event and mouse-move-event confict.
When bar is draged, the movement by mouse-move should be freezed.
SVN revision: 57184
Daniel Juyung Seo [Sun, 20 Feb 2011 03:33:32 +0000 (03:33 +0000)]
Elementary toolbar test: Fixed window name and window title name.
SVN revision: 57180
Hyoyoung Chang [Sat, 19 Feb 2011 15:39:19 +0000 (15:39 +0000)]
From: Hyoyoung Chang <hyoyoung.chang@samsung.com>
Subject: [E-devel] [patch] elm_label - bugfix at string manipulation
ear Elementary developers.
It's a elm_label bugfix.
It has two small improvements.
1. Current code can be reference null ptr.
- replocater = curlocater + key_len + 1;
- while ((*replocater != '=') && (replocater))
^^^
-
replocater++;
It should be *replocater, not replocater
2. there are two while loop to find a separate character in
string.
I changed it from loop to strchr.
SVN revision: 57161
Carsten Haitzler [Fri, 18 Feb 2011 12:12:56 +0000 (12:12 +0000)]
fix paginated scrolling so it works again!
SVN revision: 57149
Daniel Kolesa [Thu, 17 Feb 2011 23:52:08 +0000 (23:52 +0000)]
Fix Elementary compilation under FreeBSD.
SVN revision: 57143
titan [Thu, 17 Feb 2011 20:12:43 +0000 (20:12 +0000)]
Elementary gengrid: Pressing the enter(return) key on the selected item now fires the "clicked" callback the same way double clicking does.
SVN revision: 57135
Massimo Maiurana [Thu, 17 Feb 2011 12:15:59 +0000 (12:15 +0000)]
updating russian translations
SVN revision: 57124
Tom Hacohen [Thu, 17 Feb 2011 11:35:37 +0000 (11:35 +0000)]
Elementary els_scroller: Fixed mouse_wheel scrolling.
SVN revision: 57121
Carsten Haitzler [Thu, 17 Feb 2011 10:56:32 +0000 (10:56 +0000)]
make the writing of a softkey much easier - you dont need ecore_x.
it's wrapped and hidden. simpler.
SVN revision: 57120
Tom Hacohen [Thu, 17 Feb 2011 09:21:25 +0000 (09:21 +0000)]
Elementary els_scroller: Fixed a valgrind uinitialised_value error.
Happens when pan_get doesn't set the coords.
SVN revision: 57117
Mike Blumenkrantz [Thu, 17 Feb 2011 09:07:54 +0000 (09:07 +0000)]
fix trailing whitespaces
SVN revision: 57116
Mike Blumenkrantz [Thu, 17 Feb 2011 09:04:53 +0000 (09:04 +0000)]
tabs: not on my watch.
SVN revision: 57115
Massimo Maiurana [Wed, 16 Feb 2011 20:39:52 +0000 (20:39 +0000)]
updating various translations
SVN revision: 57099
Christopher Michael [Tue, 15 Feb 2011 21:29:44 +0000 (21:29 +0000)]
add __UNUSED__ for data paramater as it's not used.
SVN revision: 57070
Massimo Maiurana [Tue, 15 Feb 2011 18:58:02 +0000 (18:58 +0000)]
updating various translations
SVN revision: 57062
Tom Hacohen [Tue, 15 Feb 2011 15:56:59 +0000 (15:56 +0000)]
Elementary els_scroller: Move updating of wx/y/w/h into one function.
And fixed a bug when updating them to wrong values. - Issue reported and solution suggested by Jaehwan Kim.
SVN revision: 57054
Tom Hacohen [Tue, 15 Feb 2011 14:32:38 +0000 (14:32 +0000)]
Elementary: Fixed .po warnings.
SVN revision: 57053
Tom Hacohen [Tue, 15 Feb 2011 14:32:34 +0000 (14:32 +0000)]
Elementary: updated Hebrew translation.
SVN revision: 57052
Tom Hacohen [Tue, 15 Feb 2011 14:32:27 +0000 (14:32 +0000)]
Elementary fileselector: Updated translatable strings and regenerated .pos
SVN revision: 57051
Tom Hacohen [Tue, 15 Feb 2011 13:52:33 +0000 (13:52 +0000)]
Elementary translations: Updated Hebrew translation and regenerated .pos.
SVN revision: 57050
Tom Hacohen [Tue, 15 Feb 2011 13:52:25 +0000 (13:52 +0000)]
Elemenatry entry: Added gettext to some strings.
SVN revision: 57049
Tom Hacohen [Tue, 15 Feb 2011 13:37:28 +0000 (13:37 +0000)]
Elementary calendar: Weekday names are now taken from locale.
SVN revision: 57048
Daniel Juyung Seo [Tue, 15 Feb 2011 13:22:32 +0000 (13:22 +0000)]
Elementary translation: Added Korean po file. (ko_KR.po)
SVN revision: 57047
Tom Hacohen [Tue, 15 Feb 2011 12:40:30 +0000 (12:40 +0000)]
Elementary: Removed a temp change wasn't meant to be pushed.
SVN revision: 57046
Tom Hacohen [Tue, 15 Feb 2011 12:32:39 +0000 (12:32 +0000)]
Elementary translation: Updated POTFILES.in
SVN revision: 57045
sangho park [Tue, 15 Feb 2011 10:28:39 +0000 (10:28 +0000)]
From: sangho park <gouache95@gmail.com>
Subject: [E-devel] [Patch] elm_map_marker_remove test code
Dear all,
This is a patch for elm_map_marker_remove test code.
I added one button for marker_remove to test_map.c
SVN revision: 57044
ChunEon Park [Mon, 14 Feb 2011 17:13:40 +0000 (17:13 +0000)]
elementary / elm_bg - modified minor things.
changed int to Evas_Coord
appended EINA_NONNULL to a API in header.
SVN revision: 57031
ChunEon Park [Mon, 14 Feb 2011 16:38:18 +0000 (16:38 +0000)]
elementary/elm_bg - added new api elm_bg_load_size_set
SVN revision: 57029
Carsten Haitzler [Mon, 14 Feb 2011 08:47:19 +0000 (08:47 +0000)]
and allow rmovable of these funcs if data set to NULL.
SVN revision: 57007
Carsten Haitzler [Mon, 14 Feb 2011 08:45:26 +0000 (08:45 +0000)]
make limit and set accept handy funcs also dup thier data/struct input
- complaints form users that this is painful made me think this is best.
SVN revision: 57006
Daniel Juyung Seo [Mon, 14 Feb 2011 01:47:51 +0000 (01:47 +0000)]
Elementary magic key: Fixed typo.
SVN revision: 57001
ChunEon Park [Sun, 13 Feb 2011 15:19:35 +0000 (15:19 +0000)]
elementary/ctxpopup - just reduces code lines
SVN revision: 56988
Carsten Haitzler [Sun, 13 Feb 2011 14:58:38 +0000 (14:58 +0000)]
annoy people using elm's widget api!
SVN revision: 56987
Tom Hacohen [Sun, 13 Feb 2011 14:37:18 +0000 (14:37 +0000)]
Elementary els_scroller: Fixed updating of wx/wy/ww/wh with momentum and bounce.
Patch by Aharon Hillel.
SVN revision: 56986
Daniel Juyung Seo [Sun, 13 Feb 2011 13:16:59 +0000 (13:16 +0000)]
Elementary: Fixed some NULL pointer reference bug in elementary.
SVN revision: 56985
Daniel Juyung Seo [Sun, 13 Feb 2011 10:28:55 +0000 (10:28 +0000)]
Elementary genlist: Enabling _show_region_hook to handle the genlist item sub
objects hierarchical region show. Scroller pan geometry is included, as scrolelr
is smart object, not in genlist hierarchy.
Patch By Govindaraju SM <govi.sm@samsung.com>
SVN revision: 56981
Tom Hacohen [Sun, 13 Feb 2011 08:22:06 +0000 (08:22 +0000)]
Elementary: define the gettext macro in a place that's visible to all widgets.
Patch by Govindaraju SM
SVN revision: 56980
ChunEon Park [Sun, 13 Feb 2011 04:15:52 +0000 (04:15 +0000)]
elementary/ctxpopup - just moved function position in code line.
SVN revision: 56977
Carsten Haitzler [Fri, 11 Feb 2011 06:16:23 +0000 (06:16 +0000)]
ok - lets set cache to tyhe RIGHT value eh?
SVN revision: 56948
Daniel Juyung Seo [Thu, 10 Feb 2011 16:50:18 +0000 (16:50 +0000)]
dox.in update: elementary,evas,edje,ecore,eio,eet,eeze.
Sync authors in doc with AUTHORS.
Updated date to 2011.
SVN revision: 56926
Tom Hacohen [Thu, 10 Feb 2011 15:13:09 +0000 (15:13 +0000)]
Elementary: Fixed scroller location with on-the-fly UI-mirroring.
By Aharon Hillel.
SVN revision: 56923
Tom Hacohen [Thu, 10 Feb 2011 15:13:05 +0000 (15:13 +0000)]
Elementary: fixed on-the-fly UI-mirroring in elc objects.
All sub-objects have auto-ui-mirroring flag turned off now
By Aharon Hillel.
SVN revision: 56922
Tom Hacohen [Thu, 10 Feb 2011 15:13:02 +0000 (15:13 +0000)]
Elementary box: fixed on-the-fly UI-mirroring.
By Aharon Hillel.
SVN revision: 56921
Tom Hacohen [Thu, 10 Feb 2011 08:29:24 +0000 (08:29 +0000)]
Elementary ui-mirroring: move elm_widget_mirrored_* functions to elm_widget.h.
and created elm_object_mirrored wrappers for them.
SVN revision: 56893
ChunEon Park [Thu, 10 Feb 2011 04:24:57 +0000 (04:24 +0000)]
elementary/gengrid - removed a line unuseful exception handling
this is patched by JungHyun Yoon.
SVN revision: 56889
Jonathan Atton [Wed, 9 Feb 2011 18:07:28 +0000 (18:07 +0000)]
elm: add me in authors
SVN revision: 56867
Jonathan Atton [Wed, 9 Feb 2011 18:04:12 +0000 (18:04 +0000)]
elm map bubble: use specific theme for the scroller
SVN revision: 56864
Daniel Juyung Seo [Wed, 9 Feb 2011 16:56:39 +0000 (16:56 +0000)]
Sync authors in elm doc with AUTHORS.
SVN revision: 56850
Daniel Juyung Seo [Wed, 9 Feb 2011 16:44:47 +0000 (16:44 +0000)]
Elementary map: Bug Fix.
1. the range of marker to remove.
2. after free(marker->groups[i]), reuse the value.
Patch by Sangho Park <gouache95@gmail.com>
Reviewed by Atton Jonathan.
SVN revision: 56849
Tom Hacohen [Wed, 9 Feb 2011 16:14:02 +0000 (16:14 +0000)]
Elementary: Added on-the-fly UI-mirroing support to all of the widgets
SVN revision: 56846