Commit Graph

7414 Commits

Author SHA1 Message Date
Daniel Juyung Seo 5459393b43 elm diskselector: Freeze/thaw evas event on add/item_append. This gave me 150 msec speed up on the low-end device with less than 100 items.
SVN revision: 83071
2013-01-22 10:48:56 +00:00
ChunEon Park aa9033ce19 elementary/conformant - fixed typo
SVN revision: 83056
2013-01-22 06:42:28 +00:00
ChunEon Park 12269ae711 elementary/naviframe - Apply disply mode to all views of a naviframe if the display mode of th e views are changed. Sometimes views are couldn't be recoverved to a previou s status if they are stacked into more depth.
SVN revision: 83055
2013-01-22 05:28:31 +00:00
ChunEon Park 7e85efad5d elementary/po - updated
SVN revision: 83054
2013-01-22 05:28:00 +00:00
ChunEon Park a945ba944e elementary/naviframe - don't do it if the display mode are exactly same.
since the on_obj_size_hints_changed are called in various case(hint changed, display mode changed),

it needs to check.



SVN revision: 83053
2013-01-22 04:46:28 +00:00
Cedric BAIL 5f655fecae efl: deprecate eina_unicode_utf8_get_next, add eina_unicode_utf8_next_get.
SVN revision: 83048
2013-01-22 02:00:55 +00:00
Shinwoo Kim 317920e3e3 [access] do not have to read out type infomation of genlist and list
the user would be visually impaired person or blind, so the type infomation
of genlist or list is not proper. there would be more proper type infomation.


SVN revision: 83005
2013-01-19 08:05:15 +00:00
Shinwoo Kim 650d194463 [access][genlist] read item text at once
SVN revision: 83004
2013-01-19 07:31:42 +00:00
WooHyun Jung a98bec12c1 elementary/entry : When string in entry is changed, access to sd should be forbidden after smart_callback_call is called.
SVN revision: 83001
2013-01-19 06:17:05 +00:00
Shinwoo Kim 3428d24364 [access] unregister genlist item which does not have text and content
SVN revision: 83000
2013-01-19 05:09:34 +00:00
Henrique Dante de Almeida e62cc1b95d Fix main menu test text
Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>



SVN revision: 82990
2013-01-18 17:56:48 +00:00
Henrique Dante de Almeida d35cd1e022 Fix main menu rectangle
Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>



SVN revision: 82986
2013-01-18 15:56:34 +00:00
Henrique Dante de Almeida 5f50803547 Fix main menu coding style
Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>



SVN revision: 82985
2013-01-18 15:56:25 +00:00
Gustavo Sverzut Barbieri 9f1d979545 elm: use edje's provided module arch for externals.
SVN revision: 82978
2013-01-18 14:17:13 +00:00
Daniel Juyung Seo 1202dbcd58 elm test_ctxpopup.c: Removed unnecessary local variable.
SVN revision: 82970
2013-01-18 09:46:33 +00:00
Daniel Juyung Seo f8f878e4a1 elm ChangeLog: Fixed ChangeLog formatting.
SVN revision: 82969
2013-01-18 09:43:13 +00:00
ChunEon Park a21980118b elementary/ctxpopup - [E-devel] [PATCH] [Elementary] Fix memory leak and callback function in ctxpopup
Hello everyone,

There are two issues with ctxpopup:
- Memory leak: Elm_Ctxpopup_Item is used but not deleted.
- Incorrect callback function: returned object and event_info are list object and item
(should be ctxpopup object and item).

I would like to send a patch to fix above issues.
I also provide the patch for backporting.
Please review them.

Best Regards,
Thiep 

Signed-Off-By: Theip Ha<thiep.ha@samsung.com>



SVN revision: 82968
2013-01-18 09:07:03 +00:00
Carsten Haitzler ae7a7afe2e umm.. dont break transparent (alpha) windows... dont have a base
rect... pls!



SVN revision: 82963
2013-01-18 03:38:29 +00:00
Daniel Juyung Seo e1738c875c elm flipselector: Added const for user data. This does not break API.
SVN revision: 82962
2013-01-18 00:48:27 +00:00
Henrique Dante de Almeida aa512d1604 elm: Handle D-Bus menu registration error
If a menu registration results in error, fall back to local menu.

Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>



SVN revision: 82960
2013-01-17 22:11:33 +00:00
Henrique Dante de Almeida 0591cf9cd9 elm: Add local main menu to elm_win
Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>



SVN revision: 82959
2013-01-17 22:11:27 +00:00
Henrique Dante de Almeida ae27a3a62f elm: Place elm_win children inside the layout and remove resize_obj code
Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>



SVN revision: 82958
2013-01-17 22:11:21 +00:00
Henrique Dante de Almeida 5a829baf6b elm: Add an Edje layout for elm_win
The layout has two parts, one for placing a menu bar on the window and
the other for placing the actual window contents. The content part is
an Evas box with a custom layout that mimics the standard widget
placement rules inside the window (adapted from resize_objects_eval
and resize_job)

Note: a custom layout was written here, because it's not possible to
use a common stacking layout, since applications do not follow the
stacking rules (they don't use EVAS_HINT_FILL and
evas_object_size_hint_align_set). Maybe, with time, applications
could be changed to use them, so the custom layout may be removed.

Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>



SVN revision: 82957
2013-01-17 22:11:15 +00:00
Henrique Dante de Almeida b5de2e056e elm: Add support for Elm_Menu to behave as a menu bar
This allows slightly changing behavior of the top level menu entry widgets
for them to work as a menu bar.

Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>



SVN revision: 82956
2013-01-17 22:11:09 +00:00
Henrique Dante de Almeida ad63514411 elm: Add main menu item style
This allows first level menu items to be styled as in a menu bar

Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>



SVN revision: 82955
2013-01-17 22:11:02 +00:00
Henrique Dante de Almeida 4d1b2785e2 elm: Add main menu hover style
This allows the first level of an elm_menu to be styled as a menu bar

Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>



SVN revision: 82954
2013-01-17 22:10:57 +00:00
Henrique Dante de Almeida 9bf0137e9e elm: Fix main menu text widgets
Don't call the window to move the text (the box is already managing them)

Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>



SVN revision: 82953
2013-01-17 22:10:47 +00:00
Shinwoo Kim b7e997b9fb [access] evas_call_smarts_calculate(); makes evas_event_feed_mouse_move();
so new object would be highlighted if there is new object under the previous mouse(cursor) position.
to fix this issue, elm_access is using the mouse_event_enable flag. but it would cause a problem as
following case: 1. create input window in access module, 2. read something, 3. disable access module
this would be resolved by export api to set mouse_event_enable flag the other day.


SVN revision: 82933
2013-01-17 11:32:14 +00:00
Shinwoo Kim 7f91ad4183 [access] read default text for naviframe next, back button which have no label.
SVN revision: 82926
2013-01-17 09:03:23 +00:00
ChunEon Park 20b79f1889 elemenatry/ctxpopup - faulty position.
SVN revision: 82920
2013-01-17 04:51:59 +00:00
ChunEon Park ac04bc7fec elementary - updated po
SVN revision: 82919
2013-01-17 04:51:12 +00:00
ChunEon Park ee37e89a1c elementary/ctxpopup - [E-devel] [Patch] when parent of ctxpopup is resized, call dismissed signal
Before the patch, when window of device which has elementary rotates,
the ctxpopup doesn't emit the "dismissed" signal to application.
For this reason, if an application developer wants to make an event using "dismissed" signal when device rotates,
he/she cannot do anything.

But after add evas_object_smart_callback in the function "_on_parent_resize",
this problem is resolved.
That means, whether a device is rotated or not, when ctxpopup disappears, "dismissed" signal is emitted.
So I want you to check this patch.

Thank you.

Signed-Off-By: Bora Hwang<bora1.hwang@samsung.com>



SVN revision: 82918
2013-01-17 04:44:05 +00:00
Daniel Juyung Seo 1a9f44f993 elm thumb: Fixed thumb theme hook.
SVN revision: 82882
2013-01-16 11:49:31 +00:00
Daniel Juyung Seo ed77fb53d4 elm elm_conform.c: Fixed formatting.
SVN revision: 82881
2013-01-16 11:46:07 +00:00
Daniel Juyung Seo 5fe68a4caa elm conform.c: Fixed build break.
SVN revision: 82880
2013-01-16 11:45:02 +00:00
ChunEon Park 7ec8201a2c elemenatry/label - added since that missed before.
SVN revision: 82879
2013-01-16 11:32:34 +00:00
ChunEon Park b398392dbd elementary/conformant - removed duplicated string data
SVN revision: 82878
2013-01-16 11:31:40 +00:00
ChunEon Park 38ec9b466a elementary/conformant - allocate dummy parts objects in conformant only when their swallow parts are actually exists. these conformant parts are not necessary in most cases since they are closely depenent on the platform feature.
SVN revision: 82877
2013-01-16 11:27:03 +00:00
Daniel Juyung Seo c4f6c36e87 elm elc_ctxpopup.h: More documentation for dismiss callback.
SVN revision: 82875
2013-01-16 11:18:24 +00:00
Jaeun Choi 43a6486eb2 From: Jaeun Choi <jaeun_choi@naver.com>
Subject: [E-devel]  [PATCH] elm_index: removed unnecessary lines

I removed some unnecessary lines from elm_index.c  
 
 1. in _index_box_auto_fill  
 _index_box_clear(line 178) does nothing:  
 if _index_box_clear is called, it means sd-&gt;level_active[level] is
false (line 116).  
if sd-&gt;level_active[level] is false, _index_box_clear returns
immediately (line 60).  
 
 2. in _on_mouse_down  
 3. in _on_mouse_in_access
 4. in _autohide_disabled_set  
 Signal emit is enough.
 Filling the box and displaying the box are separated jobs.
 I think it's logically consistent to fill the box only when  
 1) elm_index_level_go is called  
 2) theme is changed  
  
  5. in _level_go
  Always clear the box before fill the box.



SVN revision: 82864
2013-01-16 08:20:47 +00:00
Shinwoo Kim a9cb727876 [access] use acessibility own part for the naviframe title.
SVN revision: 82857
2013-01-16 06:34:49 +00:00
WooHyun Jung 1e2e63d899 elementary/focus : Now, widget itself is the object which gets mouse_up event for stealing focus from another object.
By this change, a widget with scroller interface can change its focus state before adding parent class.


SVN revision: 82853
2013-01-16 04:40:51 +00:00
WooHyun Jung 4ca57974cd elementary/plug : elm_plug should call elm_widget_can_focus_set after adding parent class.
SVN revision: 82851
2013-01-16 04:13:04 +00:00
ChunEon Park 5122a4d821 elementary/map - allocate memory only when it needs
SVN revision: 82850
2013-01-16 03:37:32 +00:00
ChunEon Park 1ed0b739b1 elementary/cnp - do initialize memory to not fill dummy values.
SVN revision: 82849
2013-01-16 03:34:18 +00:00
Daniel Juyung Seo 166364bdec elm check: Bug fix "changed" signal being sent twice in case of toggle style when check is clicked. Patch by Shilpa Singh <shilpa.shing@samsung.com>, Rajeev Ranjan <rajeev.r@samsung.com>
On Tue, Jan 15, 2013 at 6:02 PM, SHILPA ONKAR SINGH <shilpa.singh@samsung.com> wrote:

    Hi All,

    Please find attached bug fix for elm_check - toggle style.
    This patch prevents "changed" signal being sent twice in case of
    toggle style when check is clicked.
    This also fixes few indentation issues in the style.

    Change description:
    elm_check: Bug fix "changed" signal being sent twice in case of toggle style when check is clicked.

    Signed-Off by: Rajeev Ranjan(rajeev.r@samsung.com)
    Signed-Off by: Shilpa Singh(shilpa.singh@samsung.com)

     Thanks & Regards
    Shilpa Singh

SVN revision: 82845
2013-01-16 01:11:02 +00:00
Tom Hacohen 14e2cf5ff5 Elm conform: Fixed cast warnings.
SVN revision: 82830
2013-01-15 17:21:47 +00:00
Leif Middelschulte 37595426fc Prepend svnversion command with LC_ALL=C so the subsequent grep works with non-english locales too.
Anybody who has the entire trunk and branches around is welcome to apply an analogue patches to it.


SVN revision: 82821
2013-01-15 15:53:49 +00:00
Lucas De Marchi a945c290e5 elementary: follow edbus change about unref'ing messages after send
Don't unref the messages after calling edbus_*_send() since edbus
automatically unrefs them.



SVN revision: 82809
2013-01-15 14:35:07 +00:00
ChunEon Park ef329f5065 elementary/config - return if the obj is invalid.
SVN revision: 82796
2013-01-15 10:21:20 +00:00
Shinwoo Kim 47d2e7a701 [access] use more proper name elm_access_object_get(); instead of elm_access_object_access_get();
SVN revision: 82793
2013-01-15 06:31:35 +00:00
Shinwoo Kim fd66920430 [access] follow consistent naming rule in elementary as below.
- elm_access_object_item_register(); -> elm_object_item_access_register();
  - elm_access_content_cb_set(); -> elm_access_info_cb_set(); The content would be considered as an evas object.
  - elm_access_text_set(); -> elm_access_info_set();


SVN revision: 82791
2013-01-15 04:20:37 +00:00
ChunEon Park 92cb1d522d elementary/conformant - same as the virtual keyboard, set displaymode whenever clipboard states are changed.
SVN revision: 82759
2013-01-14 12:44:09 +00:00
Stefan Schmidt 3a650a499b elm/thumb: Make sure we also build without ethumb.
Patch by Tasn.

SVN revision: 82758
2013-01-14 12:20:57 +00:00
Daniel Juyung Seo 0a49002145 elm test_genlist.c: Obey scale size for pixels.
SVN revision: 82756
2013-01-14 12:01:34 +00:00
Daniel Juyung Seo 43f4d4c241 elm test_genlist.c: Fixed a typo.
SVN revision: 82755
2013-01-14 12:01:25 +00:00
Daniel Juyung Seo 724a97f6a1 elm fileselector.edc: Fixed elm.swallow.files size calculation problem. elm.swallow.path could override elm.swallow.files.
SVN revision: 82752
2013-01-14 10:13:07 +00:00
Daniel Juyung Seo d18f5ba5fc elm po: Updated po files.
SVN revision: 82751
2013-01-14 10:13:04 +00:00
Daniel Juyung Seo 84d251acc8 elm list, genlist, gengrid: Added highlighted and unhighlighted signal callbacks.
SVN revision: 82750
2013-01-14 10:12:50 +00:00
Carsten Haitzler dd0d6b153f let's try handling auto-throttle by counting up
shown/withdraw/iconified windows at the time we eval windows and then
use just the shown count to disable throttling. :)



SVN revision: 82748
2013-01-14 09:46:25 +00:00
Gustavo Sverzut Barbieri cf67b17f8b fix elm_thumb usage of edje/elm
really, the problem was not even ethumb, but mixing elm_layout and
evas_object with edje.



SVN revision: 82740
2013-01-14 01:24:53 +00:00
Gustavo Sverzut Barbieri b7cac6c050 fix ethumb test
crazy stuff in there... ouch :-/



SVN revision: 82739
2013-01-14 01:23:54 +00:00
Shinwoo Kim 04d10ab68d [naviframe] rebuild broken accessibility feature on title area.
SVN revision: 82685
2013-01-12 06:41:21 +00:00
Mike McCormack e334e681ec elementary: Fix an unused warning
Signed-off-by: Mike McCormack <mikem@atratus.org>

SVN revision: 82670
2013-01-11 21:41:01 +00:00
Henrique Dante de Almeida 32da7114d6 Remove redundant code
Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>



SVN revision: 82646
2013-01-11 16:43:30 +00:00
Henrique Dante de Almeida 47580df23e Fix spelling
Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>



SVN revision: 82645
2013-01-11 16:43:25 +00:00
Henrique Dante de Almeida c494985603 Cleanup code
Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>



SVN revision: 82644
2013-01-11 16:43:20 +00:00
Henrique Dante de Almeida ebbc9de6b9 Remove wayland frame caluclation code
Disabling frame calculation for now, because, in the code, a call
for getting the geometry might return the size with the frame
included, so adding it in the resize call would result in doubling
the frame size.

Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>



SVN revision: 82643
2013-01-11 16:43:14 +00:00
Cedric BAIL 80c628daeb elementary: fix mistake with ebus linking.
SVN revision: 82596
2013-01-11 00:23:58 +00:00
Daniel Juyung Seo 5ab9f4b980 elm access: Added const for getters.
SVN revision: 82588
2013-01-10 21:11:59 +00:00
Daniel Juyung Seo a5f8da22e0 elm elm_access.h: Fixed formatting. No space after *.
SVN revision: 82587
2013-01-10 21:11:54 +00:00
Daniel Juyung Seo 26eccbef54 elm access: Code restructuring like other codes.
SVN revision: 82586
2013-01-10 21:11:34 +00:00
Eduardo de Barros Lima 5bb50d9645 dlopen and friends are now required by elm_need_e_dbus(), remove HAVE_FORK conditional to include the header.
Build was broken with the following message:

elm_main.c: In function 'elm_need_e_dbus':
elm_main.c:372:4: warning: implicit declaration of function 'dlopen' [-Wimplicit-function-declaration]
elm_main.c:372:46: error: 'RTLD_LAZY' undeclared (first use in this function)
elm_main.c:372:46: note: each undeclared identifier is reported only once for each function it appears in
elm_main.c:372:58: error: 'RTLD_GLOBAL' undeclared (first use in this function)
elm_main.c:374:4: warning: implicit declaration of function 'dlsym' [-Wimplicit-function-declaration]
elm_main.c:374:14: warning: assignment makes pointer from integer without a cast [enabled by default]
elm_main.c: In function '_elm_unneed_e_dbus':
elm_main.c:387:18: warning: assignment makes pointer from integer without a cast [enabled by default]
elm_main.c:392:4: warning: implicit declaration of function 'dlclose' [-Wimplicit-function-declaration]

I wonder if this is correct for other platforms other than linux??



SVN revision: 82573
2013-01-10 14:27:38 +00:00
Christopher Michael ef44d05696 Data is not used in the show_region_hook anyway, so no need to pass it.
Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 82572
2013-01-10 14:06:50 +00:00
Christopher Michael 90164ddfdf Do not try to get the genlist Smart_Data from the data pointer in
show_region_hook, but rather get it from the actual Object.

Fixes a crash that happens if someone overrides the show_region_hook
(via elm_widget call) and passes an Int or String or something else as
the data parameter.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 82571
2013-01-10 14:06:46 +00:00
Shinwoo Kim 44363b8f19 [access] export some APIs which would improve application side flexibility.
+ elm_access_object_item_register();
  + elm_access_object_item_unregister();
  + elm_access_object_item_access_get();



SVN revision: 82561
2013-01-10 12:00:05 +00:00
Carsten Haitzler d9179d33d7 oops printf--
SVN revision: 82560
2013-01-10 11:55:43 +00:00
Carsten Haitzler 30fdd25972 and dont set states until state change cb tells u they changed in
elm_win. more testing needed.



SVN revision: 82559
2013-01-10 11:53:39 +00:00
Daniel Juyung Seo 01a96dd036 elm index_example_0x.c: Fixed build command.
SVN revision: 82557
2013-01-10 11:49:55 +00:00
Daniel Juyung Seo 18343ceca0 elm elm_index.h: More documentation warning for elm_index_level_go().
SVN revision: 82556
2013-01-10 11:49:51 +00:00
Daniel Juyung Seo e6a6ecfb97 elm index: Call elm_index_level_go(). It's a must.
SVN revision: 82555
2013-01-10 11:46:34 +00:00
Carsten Haitzler f60618ccc8 fix docs.
SVN revision: 82553
2013-01-10 11:42:08 +00:00
Carsten Haitzler 7a5cb57def a quick test involving more win state stuff - add test cases for
iconify & withdraw



SVN revision: 82550
2013-01-10 11:24:04 +00:00
Cedric BAIL be61e731aa elementary: hopefully the last one.
SVN revision: 82530
2013-01-10 08:37:56 +00:00
Cedric BAIL 5a5728fb4e elementary: small left over.
SVN revision: 82525
2013-01-10 08:25:24 +00:00
Cedric BAIL 14cacd9575 elementary: add Ecore_Input.h directly.
SVN revision: 82523
2013-01-10 08:22:08 +00:00
Cedric BAIL 951f944737 elementary: remove build dependencie from old e_dbus.
SVN revision: 82517
2013-01-10 07:50:14 +00:00
Jaehwan Kim ae782f4d81 Fix max value calculation of els_box. Related to svn 82450.
SVN revision: 82504
2013-01-10 04:41:36 +00:00
Jaehwan Kim 1a77d92c46 Fix Buffer not null terminated
SVN revision: 82500
2013-01-10 02:24:40 +00:00
Daniel Juyung Seo 869c313eee elm index: Fixed formatting.
SVN revision: 82468
2013-01-09 15:54:42 +00:00
Daniel Juyung Seo c712b3ce57 elm map: Fixed formatting.
SVN revision: 82465
2013-01-09 15:34:59 +00:00
WooHyun Jung f696af78d1 elementary/elm_index : Freed pointer should not be returned.
SVN revision: 82458
2013-01-09 12:43:51 +00:00
Shinwoo Kim a345019094 [colorselector] remove resource leak possibility
SVN revision: 82456
2013-01-09 11:56:57 +00:00
Jaehwan Kim 6f2142abe9 Fix out-of-bounds read
SVN revision: 82455
2013-01-09 11:47:11 +00:00
Jaehwan Kim 7adcc92f18 Fix Dereference after null check
SVN revision: 82453
2013-01-09 11:30:10 +00:00
Shinwoo Kim e301666c65 [conform] use proper condition, again.
SVN revision: 82452
2013-01-09 11:24:11 +00:00
Shinwoo Kim 75c47c7ebb [conform] use proper condition
SVN revision: 82451
2013-01-09 11:17:08 +00:00
Jaehwan Kim fbd2af0ca1 Fix Logically dead code
SVN revision: 82450
2013-01-09 10:32:52 +00:00
Jaehwan Kim ecd584e094 Fix missing break
SVN revision: 82449
2013-01-09 10:14:18 +00:00
ChunEon Park db9cad3932 elementary/mode/access - set file create mode before create temp file.
SVN revision: 82446
2013-01-09 09:17:33 +00:00
Daniel Juyung Seo 081f9f8006 elm: Restructuring codes to remove dead codes.
SVN revision: 82445
2013-01-09 09:02:22 +00:00
ChunEon Park df32ff9669 elementary/colorselector - SAFETY NULL checking
SVN revision: 82444
2013-01-09 09:01:02 +00:00
ChunEon Park 244b790c58 elementary/map - fixed more insane free in map
SVN revision: 82443
2013-01-09 08:49:30 +00:00
ChunEon Park 0b6a6dfc08 elementary/map - fixed memory leak
SVN revision: 82442
2013-01-09 08:40:56 +00:00
ChunEon Park 05b798b1e1 elementary/font - fixed memory leak
SVN revision: 82440
2013-01-09 08:37:48 +00:00
ChunEon Park e68959696d elementary/multibuttonentry - fix memory leak
SVN revision: 82439
2013-01-09 08:28:03 +00:00
Jaehwan Kim 803ff266ac Fix copy-paste error
SVN revision: 82434
2013-01-09 04:57:54 +00:00
Flavio Vinicius Alvares Ceolin 29a9437bef [elm] calendar: small fixes for documentation
SVN revision: 82347
2013-01-07 14:07:31 +00:00
Flavio Vinicius Alvares Ceolin fd30ab1d76 [elm] calendar: Fixing a problem with min/max year
Respecting the years bounds.



SVN revision: 82346
2013-01-07 13:50:19 +00:00
Shinwoo Kim a05fc18d87 [access] return null; not return;
SVN revision: 82345
2013-01-07 13:26:54 +00:00
Massimo Maiurana 8551d5f326 updating portuguese and esperanto translations
SVN revision: 82342
2013-01-07 11:39:56 +00:00
WooHyun Jung 05b4f1fe58 elementary/elm_entry : When limiting the length of text by filter callback, only committed text should be considered. Preediting text can be changed with the shorter one.
SVN revision: 82341
2013-01-07 11:37:53 +00:00
ChunEon Park 7fdc6b90bb elementary/mapbuf - removed workaround code that would cause the performance issue.
Sorry, I have no idea now what to do, even mapbuf has much side effects in rendering.




SVN revision: 82322
2013-01-07 07:07:27 +00:00
ChunEon Park 6dd5d41f85 elementary/label - and cancel the ellipsis before label try to calc the text size.
SVN revision: 82320
2013-01-07 06:06:16 +00:00
Shinwoo Kim 03c859692b [access] _elm_access_add() could return NULL
SVN revision: 82319
2013-01-07 05:56:51 +00:00
ChunEon Park 3d38cd451d elementary/label - removed data dosen't used anywhere
SVN revision: 82316
2013-01-07 04:38:40 +00:00
ChunEon Park 1b2897fa18 elementary/label - recover ellipsis mode when slide mode is end.
SVN revision: 82315
2013-01-07 04:33:29 +00:00
Daniel Juyung Seo 13d9833110 elm naviframe: Fixed omitting signal emission when customized text parts change the text. Patch by Jaehyun Cho <jae_hyun_cho@naver.com>
On Sun, Jan 6, 2013 at 2:23 PM, 조재현 <jae_hyun_cho@naver.com> wrote:
Dear all,

Hello. This is Jaehyun Cho.
Now, naviframe emits state signals (e.g. show or hide) for customized text part (i.e. neither "elm.text.title" nor "elm.text.subtitle") which is going to be appended to the item's text_list.
However, if the customized text parts change the text label when the text parts are in the item's text_list, naviframe does not emit state signals for them.
To resolve this issue, I added additional case in _item_text_set_hook to handle the text part which is in the item's text_list. (elementary/src/lib/elc_naviframe.c)
Please review this.

Thank you,
Jaehyun Cho.

SVN revision: 82300
2013-01-06 14:15:52 +00:00
Massimo Maiurana baa5551039 updating portuguese translation
SVN revision: 82298
2013-01-06 09:52:45 +00:00
Daniel Juyung Seo 363a5a18fa elm elm_priv.h: Fixed wrong parameter which was spotted by Thiago Henrique <thenrique@gmail.com>
SVN revision: 82297
2013-01-06 04:46:53 +00:00
Leandro Dorileo e00d7f5774 elementary: fix EDJE_VERSION
The old edje build system considered just maj to MODULE_ARCH, now
it takes in account maj.min.v_mic - so, elm and edje don't
understand each other - resulting in broken things like edje_external
module not being loaded.


SVN revision: 82269
2013-01-05 07:42:34 +00:00
ChunEon Park a9ff2c4093 elementary/label - removed unncessary
SVN revision: 82267
2013-01-05 06:01:56 +00:00
ChunEon Park 1612543daf elementary/label - removed unnecessary
SVN revision: 82266
2013-01-05 05:59:18 +00:00
ChunEon Park e1c165366a elementary/label - removed unnecessary call
SVN revision: 82265
2013-01-05 05:50:13 +00:00
ChunEon Park 5ab4c3ce0b elementary/label - added a label signal callback "slide,end"
SVN revision: 82263
2013-01-05 04:56:06 +00:00
ChunEon Park 6302d12079 elementary/naviframe - removed duplicated string data
SVN revision: 82260
2013-01-05 04:24:22 +00:00
ChunEon Park 2e70ef8124 elementary/label - removed workaround. now it's working slide reset every go is called.
SVN revision: 82259
2013-01-05 04:10:33 +00:00
Carsten Haitzler f33321a0ca fix small leak that only happens if elm config needs an update.
SVN revision: 82247
2013-01-05 01:12:27 +00:00
Massimo Maiurana 0ff35eb80d updating spanish and italian translation
SVN revision: 82242
2013-01-04 22:18:09 +00:00
Daniel Juyung Seo ffa9c1e793 elm: Refactoring.
Smart data is already initialized so we do not need to re-initialize them if the value equals to 0, NULL, or EINA_FALSE.
Sometimes re-initializing smart data explicitly is needed for readability. So there are left overs.

SVN revision: 82228
2013-01-04 19:10:19 +00:00
ChunEon Park cf3b781b13 elementary/label - some missed stuff.
SVN revision: 82176
2013-01-04 13:44:08 +00:00
ChunEon Park 7746c70173 elementary/label - added elm_label_slide_go()
SVN revision: 82172
2013-01-04 13:24:37 +00:00
ChunEon Park 63e0a42a38 elementary/label - elm_label_slide_set() -> elm_label_slide_mode_set()
SVN revision: 82170
2013-01-04 10:59:41 +00:00
ChunEon Park 724a0b0f2d elementary/label - support slide effect of the label widget optionally.
now it supports slides the texts if the label area is smaller than the text width length.

deprecated - elm_label_slide_set()/get()
added - elm_label_slide_mode_set()/get()



SVN revision: 82169
2013-01-04 10:47:51 +00:00
ChunEon Park 103d2e27ad elementary/po - updated
SVN revision: 82167
2013-01-04 10:34:52 +00:00
ChunEon Park 0471757de8 elementary/label - more information for users
SVN revision: 82159
2013-01-04 08:00:56 +00:00
ChunEon Park 3d0e9dcfb6 elementary/label - you intended this if it cannot slide because of the text length.
SVN revision: 82158
2013-01-04 07:43:16 +00:00
ChunEon Park 4f6ed249a2 elementary/label - sliding -> slide
SVN revision: 82156
2013-01-04 07:39:14 +00:00
ChunEon Park dacd0c80c1 elementary/fileselector - ++ unused
SVN revision: 82155
2013-01-04 07:38:26 +00:00
ChunEon Park fa34a04d32 elementary/label - removed unncessary set
SVN revision: 82153
2013-01-04 07:33:50 +00:00
ChunEon Park 1019226cc5 elementary/label - modified internal variable name to be more clear.
SVN revision: 82152
2013-01-04 07:32:10 +00:00
WooHyun Jung 733e98473d elementary/entry : Removing unused codes.
SVN revision: 82144
2013-01-04 04:32:30 +00:00
Flavio Vinicius Alvares Ceolin 3fcc4797a7 [elm] Updating the NEWS with the lasts commits
SVN revision: 82109
2013-01-03 21:02:25 +00:00
Flavio Vinicius Alvares Ceolin a8719f824d [elm] calendar: spinners for month and year now
Adding a separated spinner for year.



SVN revision: 82108
2013-01-03 20:50:10 +00:00
Flavio Vinicius Alvares Ceolin e8996b459d [elm] datetime: Adding max and min year to standard
profile

The same values that are in the others profiles.



SVN revision: 82107
2013-01-03 20:48:52 +00:00
Flavio Vinicius Alvares Ceolin 29044a7624 [elm] dayselector: making the looking and feel more
consistent with the others widgets



SVN revision: 82106
2013-01-03 20:48:35 +00:00
Flavio Vinicius Alvares Ceolin 06414efc47 [elm] file_selector: making the widget more desktop
friend

Allowing select dir/file in the entry box.



SVN revision: 82105
2013-01-03 20:48:14 +00:00
Flavio Vinicius Alvares Ceolin 94b4a8535a [elm] fileselector_buton test: small fixes
Fixing the usage of the check buttons



SVN revision: 82104
2013-01-03 20:44:58 +00:00
Leandro Dorileo 85472a116a Elementary: remove duplicated slideshow icon
Remove duplicated slideshow icon from icons.edc.


SVN revision: 82096
2013-01-03 19:10:06 +00:00
DUBEYPRINCE KUMAR ac8e33ea76 From: DUBEYPRINCE KUMAR <prince.dubey@samsung.com>
Subject: [E-devel] [BUG] [ELM] [PATCH] Bug fixes for APIs
elm_gengrid_region_show/bring_in

Please review the attached patches.

Attached patch "elm_gengrid.patch" which fix the bug related to
elm_gengrid_region_show/bring_in APIs.

And patch "test_gengrid.patch" in order to test the fix.



 Change Description:
 
      1. An internal function _item_show_region() is created which does
      the
      calculation for item position.
      
          2. This function is called in _calc_job() as soon as pan
object
gets its
size.

    3. Test_gengrid code enhancement for testing the fix.



SVN revision: 82063
2013-01-03 12:03:55 +00:00
ChunEon Park dcc29483af elementary/naviframe - fixed some unacceptable stuffs.
SVN revision: 82061
2013-01-03 11:41:10 +00:00
ChunEon Park 1dd2144a7c elementary/naviframe - use the layout intead of the edje_object
SVN revision: 82060
2013-01-03 11:26:57 +00:00
Jaehwan Kim a36ec132c7 Fix the bug which the callbacks of the sub-object are added even if the sub-object is already added the parent object.
SVN revision: 82053
2013-01-03 09:52:57 +00:00
Shinwoo Kim 88dac18cf7 [access] export elm_access_activate_cb_set(); and add related documentation.
SVN revision: 82052
2013-01-03 09:31:33 +00:00
Daniel Juyung Seo f4e8c92f0d elm list: Fixed list separator size bug. Patch by Thiep Ha <thiep.ha@samsung.com>
On Sun, Dec 9, 2012 at 11:11 AM, thiep ha <thiep.ha@samsung.com> wrote:

    Dear All,

    In elementary list, the separator is not correctly set.
    I would like to send a patch to correct the list with separator.
    I also add an example named "List Separator" to test it.

    Please review this patch.

    Best Regards,
    Thiep Ha

SVN revision: 82040
2013-01-03 06:23:33 +00:00
Daniel Juyung Seo 443d838758 elm elm_widget.c: ;; is not sexy.
SVN revision: 82038
2013-01-03 06:12:51 +00:00
Daniel Juyung Seo a45bf9e5db elm slier: Used a macro for delay changed interval.
SVN revision: 82037
2013-01-03 06:12:38 +00:00
ChunEon Park 3b715ae4af elementary/po - updated
SVN revision: 82033
2013-01-03 04:54:10 +00:00
ChunEon Park fc6a4a4db7 elementary/naviframe - removed unnecessary string buf copy
SVN revision: 82031
2013-01-03 04:20:11 +00:00
JaeHyun Cho 6282ede9d3 elementary/naviframe - [E-devel][Patch] Fix _item_text_set_hook to set part text correctly
Dear all,

Hello. This is Jaehyun Cho.
The current version of _item_text_set_hook sends the part signal name to edje_object_part_text_set. (elementary/src/lib/elc_naviframe.c)
To resolve this issue, I sent different arguments to edje_object_part_text_set for each case.
Please review this patch.

Thank you,
Jaehyun Cho.

Signed-Off-By: JaeHyun Cho <jae_hyun_cho@naver.com>



SVN revision: 82030
2013-01-03 04:10:45 +00:00
Gustavo Lima Chaves 3484f83bf8 [elm] Just fixing the return type documentation of elm_prefs_data_get().
(copy&paste failure) and the "@see" in elm_prefs_data_set() (pointing to
itself).

patch by Murilo Belluzzo.



SVN revision: 82005
2013-01-02 19:00:52 +00:00
Daniel Juyung Seo cf682c4214 elm list: Use EINA_FALSE instead of 0 for Eina_Bool type variable.
SVN revision: 82004
2013-01-02 18:36:22 +00:00
Daniel Juyung Seo efb5d3f995 elm fingersize: Use correct apis instead of deprecated apis. elm_config_finger_size_get/set instead of elm_finger_size_get/set.
SVN revision: 82003
2013-01-02 18:16:03 +00:00
Daniel Juyung Seo ffb23d5f80 elm test_weather.c: Use entry activated callback.
SVN revision: 81949
2013-01-01 08:45:06 +00:00
Daniel Juyung Seo 5953de5f2a elm test: Use EVAS_HINT_EXPAND and EVAS_HINT_FILL instead of 1.0 and -1.0.
SVN revision: 81948
2013-01-01 08:45:03 +00:00
Daniel Juyung Seo 1ccac38ac1 elm test_weather.c: Print more useful information.
SVN revision: 81947
2013-01-01 08:44:57 +00:00
Mike Blumenkrantz 9d12c4d900 update elm todo
SVN revision: 81877
2012-12-29 16:01:49 +00:00
Mike Blumenkrantz 86727a6b8b same netwm tooltip fix
SVN revision: 81876
2012-12-29 15:57:08 +00:00
Gustavo Sverzut Barbieri c8e20e4f7b elm: edbus (v1) is disabled by default.
SVN revision: 81872
2012-12-29 14:47:48 +00:00
Mike Blumenkrantz 41a5d834cf same commit for trunk
SVN revision: 81868
2012-12-29 13:45:17 +00:00
Henrique Dante de Almeida 92f1d5c283 [elm] Update ChangeLog
Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>



SVN revision: 81811
2012-12-28 15:22:17 +00:00
Henrique Dante de Almeida c522a60698 [elm] Update test_main_menu with new D-Bus menu features
Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>



SVN revision: 81810
2012-12-28 15:00:15 +00:00
Henrique Dante de Almeida 742440f3aa [elm] Support freedesktop icons in D-Bus menu
If Elementary is compiled with Efreet support, D-Bus menu will
export freedesktop icon names.

Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>



SVN revision: 81809
2012-12-28 15:00:00 +00:00
Henrique Dante de Almeida 6b67520b48 [elm] Use content from menu item to get menu text
Do some extra effort to find out a name for the menu item to send via D-Bus

Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>



SVN revision: 81808
2012-12-28 14:59:55 +00:00
Henrique Dante de Almeida 849567e4e7 [elm] Support optional properties in D-Bus menu
The D-Bus menu interface description requests that properties with
default values should be optimized out.

Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>



SVN revision: 81807
2012-12-28 14:59:50 +00:00
Henrique Dante de Almeida cdfe5155f8 [elm] Support elementary icon directory in D-Bus menu
Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>



SVN revision: 81806
2012-12-28 14:59:46 +00:00
Henrique Dante de Almeida 895d038885 [elm] Remove "visible" property from D-Bus menu (always true)
Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>



SVN revision: 81805
2012-12-28 14:59:40 +00:00
Henrique Dante de Almeida b8d09d3690 [elm] Support item separators in D-Bus menu
Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>



SVN revision: 81804
2012-12-28 14:59:33 +00:00
Daniel Juyung Seo 22fe887792 elm test_entry.c: Added 'activated' smart callback usage.
SVN revision: 81797
2012-12-28 12:19:20 +00:00
Mike Blumenkrantz 3abf0ce65a forwardport previous commit for genlist fixing
SVN revision: 81790
2012-12-28 09:51:40 +00:00
Jiyoun Park 2b6e8f8384 sorry indentation
SVN revision: 81781
2012-12-28 03:59:36 +00:00
Jiyoun Park 831f70a845 fix elm_photocam file set's error handle code
SVN revision: 81779
2012-12-28 03:54:24 +00:00
Lucas De Marchi cea4dd84f1 elementary: fix automake options
SVN revision: 81760
2012-12-27 21:35:05 +00:00
Murilo Belluzzo abcc99fcd1 [elm] Add support to D-Bus systray icons
For now, it supports only one system tray icon per application.

Each instance of ELM_OBJ_SYSTRAY_CLASS is a handler for
the same system tray item. But the API is ready to support
multiple system tray items per application.

Also, since this is a new feature, it only provides an EObject API. So,
if the old style API is still required, please do it.

Patch by: Murilo Belluzzo <murilo.belluzzo@profusion.mobi>



SVN revision: 81747
2012-12-27 13:38:40 +00:00
Henrique Dante de Almeida 58b2fc2cd2 [elm] Add D-Bus external menu support
Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>



SVN revision: 81746
2012-12-27 13:38:33 +00:00
Mike Blumenkrantz 762586961d probably want eo for elm configure...
SVN revision: 81729
2012-12-27 05:54:42 +00:00
Michael Jennings 640021a53f Spec and build dependency fixes.
SVN revision: 81711
2012-12-26 11:53:38 +00:00
Carsten Haitzler d063cc067e valgrind complain--
SVN revision: 81669
2012-12-24 09:47:11 +00:00
Shinwoo Kim f10fb3e115 [access] export some APIs,and remove unnecessary lines.
+ elm_access_object_register();
  + elm_access_object_unregister();
  + elm_access_text_set();
  + elm_access_text_get();
  + elm_access_cb_set();

These APIs are to use edje part, evas object as an accessible object.
and do not create access object, because access object would be created at run time.
This is different with internal API _elm_access_object_register();


SVN revision: 81659
2012-12-23 14:50:56 +00:00
Aron Xu 56de89a84d Add Simplified Chinese translation for elementary
SVN revision: 81572
2012-12-21 19:56:19 +00:00
Gustavo Lima Chaves ed0519a582 [elm] Implement dangling smart cb for prefs widget.
SVN revision: 81567
2012-12-21 19:10:09 +00:00
Jonas M. Gastal 24e2e9d2e7 elm: Don't try to take screenshot of glview_example since it wont work and isn't used.
SVN revision: 81565
2012-12-21 17:38:05 +00:00
Jihoon Kim 19f51743f4 elm : fix memory leak in entry
SVN revision: 81538
2012-12-21 11:03:10 +00:00
Massimo Maiurana 8f56edcf3b updating various translations
SVN revision: 81482
2012-12-20 19:58:56 +00:00
Massimo Maiurana 30a66339ac updated esperanto and italian translations
SVN revision: 81451
2012-12-20 13:11:37 +00:00
ChunEon Park a4c735c632 elementary/image - +FIXME
SVN revision: 81413
2012-12-20 01:54:57 +00:00
Flavio Vinicius Alvares Ceolin 68d67520f1 elm: using the right ecore_evas engine api
SVN revision: 81396
2012-12-19 18:07:09 +00:00
Christopher Michael aae9891a64 If elementary is built with wayland support (and X support), then we
need to run an engine compare before trying to get wayland specific
items (in this case, the ecore_evas window).

NB: Fixes ticket #1992

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 81369
2012-12-19 14:41:45 +00:00
Stefan Schmidt d0793194b5 elm/map: Free buffer on error path
SVN revision: 81342
2012-12-19 10:28:20 +00:00
Carsten Haitzler 457848df53 wake up. fix svn breakages. yay. :)
SVN revision: 81316
2012-12-19 01:08:13 +00:00