Commit Graph

2394 Commits

Author SHA1 Message Date
Daniel Juyung Seo 84145a320e 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
2011-02-21 15:33:40 +00:00
Cedric BAIL 89faf3c22b efl: turn on cached result, that will reduce your configure time a lot !
SVN revision: 57213
2011-02-21 14:56:49 +00:00
Tom Hacohen bad3371285 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
2011-02-20 16:00:03 +00:00
Tom Hacohen 83d2421b60 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
2011-02-20 16:00:00 +00:00
Tom Hacohen b0d87077a5 Elementary els_scroller: Fixed "Wanted position" when using elm_smart_scroller_region_bring_in.
SVN revision: 57185
2011-02-20 09:32:44 +00:00
Tom Hacohen 57afcfb4ea 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
2011-02-20 09:15:16 +00:00
Daniel Juyung Seo 06d93733d7 Elementary toolbar test: Fixed window name and window title name.
SVN revision: 57180
2011-02-20 03:33:32 +00:00
Hyoyoung Chang 0a58a1d86b 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
2011-02-19 15:39:19 +00:00
Carsten Haitzler c4588a97dc fix paginated scrolling so it works again!
SVN revision: 57149
2011-02-18 12:12:56 +00:00
Daniel Kolesa ec54ccba6d Fix Elementary compilation under FreeBSD.
SVN revision: 57143
2011-02-17 23:52:08 +00:00
titan 0050463206 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
2011-02-17 20:12:43 +00:00
Massimo Maiurana d77a5f3daa updating russian translations
SVN revision: 57124
2011-02-17 12:15:59 +00:00
Tom Hacohen f332616913 Elementary els_scroller: Fixed mouse_wheel scrolling.
SVN revision: 57121
2011-02-17 11:35:37 +00:00
Carsten Haitzler fd4b1a0306 make the writing of a softkey much easier - you dont need ecore_x.
it's wrapped and hidden. simpler.



SVN revision: 57120
2011-02-17 10:56:32 +00:00
Tom Hacohen cc43f2aaba Elementary els_scroller: Fixed a valgrind uinitialised_value error.
Happens when pan_get doesn't set the coords.

SVN revision: 57117
2011-02-17 09:21:25 +00:00
Mike Blumenkrantz 4948a5b315 fix trailing whitespaces
SVN revision: 57116
2011-02-17 09:07:54 +00:00
Mike Blumenkrantz e1310408c5 tabs: not on my watch.
SVN revision: 57115
2011-02-17 09:04:53 +00:00
Massimo Maiurana 12456152b7 updating various translations
SVN revision: 57099
2011-02-16 20:39:52 +00:00
Christopher Michael 95ae8f0624 add __UNUSED__ for data paramater as it's not used.
SVN revision: 57070
2011-02-15 21:29:44 +00:00
Massimo Maiurana 6bedf71874 updating various translations
SVN revision: 57062
2011-02-15 18:58:02 +00:00
Tom Hacohen bc1db16efe 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
2011-02-15 15:56:59 +00:00
Tom Hacohen f219f67db7 Elementary: Fixed .po warnings.
SVN revision: 57053
2011-02-15 14:32:38 +00:00
Tom Hacohen 911d1f9052 Elementary: updated Hebrew translation.
SVN revision: 57052
2011-02-15 14:32:34 +00:00
Tom Hacohen d2d4b44c31 Elementary fileselector: Updated translatable strings and regenerated .pos
SVN revision: 57051
2011-02-15 14:32:27 +00:00
Tom Hacohen d50241e51e Elementary translations: Updated Hebrew translation and regenerated .pos.
SVN revision: 57050
2011-02-15 13:52:33 +00:00
Tom Hacohen 5f506875ba Elemenatry entry: Added gettext to some strings.
SVN revision: 57049
2011-02-15 13:52:25 +00:00
Tom Hacohen 1fb033a591 Elementary calendar: Weekday names are now taken from locale.
SVN revision: 57048
2011-02-15 13:37:28 +00:00
Daniel Juyung Seo 13b7e75a9d Elementary translation: Added Korean po file. (ko_KR.po)
SVN revision: 57047
2011-02-15 13:22:32 +00:00
Tom Hacohen 7594fa1f61 Elementary: Removed a temp change wasn't meant to be pushed.
SVN revision: 57046
2011-02-15 12:40:30 +00:00
Tom Hacohen 59b7281d65 Elementary translation: Updated POTFILES.in
SVN revision: 57045
2011-02-15 12:32:39 +00:00
sangho park ce03c84077 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
2011-02-15 10:28:39 +00:00
ChunEon Park 8bc2330ac2 elementary / elm_bg - modified minor things.
changed int to Evas_Coord
appended EINA_NONNULL to a API in header. 



SVN revision: 57031
2011-02-14 17:13:40 +00:00
ChunEon Park 878bef7fa7 elementary/elm_bg - added new api elm_bg_load_size_set
SVN revision: 57029
2011-02-14 16:38:18 +00:00
Carsten Haitzler 26e44a3b3e and allow rmovable of these funcs if data set to NULL.
SVN revision: 57007
2011-02-14 08:47:19 +00:00
Carsten Haitzler d7761b0c99 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
2011-02-14 08:45:26 +00:00
Daniel Juyung Seo 32778a770a Elementary magic key: Fixed typo.
SVN revision: 57001
2011-02-14 01:47:51 +00:00
ChunEon Park d1877609ad elementary/ctxpopup - just reduces code lines
SVN revision: 56988
2011-02-13 15:19:35 +00:00
Carsten Haitzler 66dbccf4c9 annoy people using elm's widget api!
SVN revision: 56987
2011-02-13 14:58:38 +00:00
Tom Hacohen eb7a0308c3 Elementary els_scroller: Fixed updating of wx/wy/ww/wh with momentum and bounce.
Patch by Aharon Hillel.

SVN revision: 56986
2011-02-13 14:37:18 +00:00
Daniel Juyung Seo b658e5d4c6 Elementary: Fixed some NULL pointer reference bug in elementary.
SVN revision: 56985
2011-02-13 13:16:59 +00:00
Daniel Juyung Seo 9802915d85 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
2011-02-13 10:28:55 +00:00
Tom Hacohen 5028537bc3 Elementary: define the gettext macro in a place that's visible to all widgets.
Patch by Govindaraju SM

SVN revision: 56980
2011-02-13 08:22:06 +00:00
ChunEon Park 01999d43f6 elementary/ctxpopup - just moved function position in code line.
SVN revision: 56977
2011-02-13 04:15:52 +00:00
Carsten Haitzler 6eabf29744 ok - lets set cache to tyhe RIGHT value eh?
SVN revision: 56948
2011-02-11 06:16:23 +00:00
Daniel Juyung Seo b1761a3b90 dox.in update: elementary,evas,edje,ecore,eio,eet,eeze.
Sync authors in doc with AUTHORS.
Updated date to 2011.


SVN revision: 56926
2011-02-10 16:50:18 +00:00
Tom Hacohen a71e41cf11 Elementary: Fixed scroller location with on-the-fly UI-mirroring.
By Aharon Hillel.

SVN revision: 56923
2011-02-10 15:13:09 +00:00
Tom Hacohen f55a3f4cfc 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
2011-02-10 15:13:05 +00:00
Tom Hacohen 62afe7cc3c Elementary box: fixed on-the-fly UI-mirroring.
By Aharon Hillel.

SVN revision: 56921
2011-02-10 15:13:02 +00:00
Tom Hacohen 04c2eda677 Elementary ui-mirroring: move elm_widget_mirrored_* functions to elm_widget.h.
and created elm_object_mirrored wrappers for them.

SVN revision: 56893
2011-02-10 08:29:24 +00:00
ChunEon Park 402ad63d3a elementary/gengrid - removed a line unuseful exception handling
this is patched by JungHyun Yoon.



SVN revision: 56889
2011-02-10 04:24:57 +00:00