Commit Graph

7236 Commits

Author SHA1 Message Date
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