ChunEon Park [Tue, 22 Jan 2013 06:42:28 +0000 (06:42 +0000)]
elementary/conformant - fixed typo
SVN revision: 83056
ChunEon Park [Tue, 22 Jan 2013 05:28:31 +0000 (05:28 +0000)]
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
ChunEon Park [Tue, 22 Jan 2013 05:28:00 +0000 (05:28 +0000)]
elementary/po - updated
SVN revision: 83054
ChunEon Park [Tue, 22 Jan 2013 04:46:28 +0000 (04:46 +0000)]
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
Cedric BAIL [Tue, 22 Jan 2013 02:00:55 +0000 (02:00 +0000)]
efl: deprecate eina_unicode_utf8_get_next, add eina_unicode_utf8_next_get.
SVN revision: 83048
Shinwoo Kim [Sat, 19 Jan 2013 08:05:15 +0000 (08:05 +0000)]
[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
Shinwoo Kim [Sat, 19 Jan 2013 07:31:42 +0000 (07:31 +0000)]
[access][genlist] read item text at once
SVN revision: 83004
WooHyun Jung [Sat, 19 Jan 2013 06:17:05 +0000 (06:17 +0000)]
elementary/entry : When string in entry is changed, access to sd should be forbidden after smart_callback_call is called.
SVN revision: 83001
Shinwoo Kim [Sat, 19 Jan 2013 05:09:34 +0000 (05:09 +0000)]
[access] unregister genlist item which does not have text and content
SVN revision: 83000
Henrique Dante de Almeida [Fri, 18 Jan 2013 17:56:48 +0000 (17:56 +0000)]
Fix main menu test text
Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>
SVN revision: 82990
Henrique Dante de Almeida [Fri, 18 Jan 2013 15:56:34 +0000 (15:56 +0000)]
Fix main menu rectangle
Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>
SVN revision: 82986
Henrique Dante de Almeida [Fri, 18 Jan 2013 15:56:25 +0000 (15:56 +0000)]
Fix main menu coding style
Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>
SVN revision: 82985
Gustavo Sverzut Barbieri [Fri, 18 Jan 2013 14:17:13 +0000 (14:17 +0000)]
elm: use edje's provided module arch for externals.
SVN revision: 82978
Daniel Juyung Seo [Fri, 18 Jan 2013 09:46:33 +0000 (09:46 +0000)]
elm test_ctxpopup.c: Removed unnecessary local variable.
SVN revision: 82970
Daniel Juyung Seo [Fri, 18 Jan 2013 09:43:13 +0000 (09:43 +0000)]
elm ChangeLog: Fixed ChangeLog formatting.
SVN revision: 82969
ChunEon Park [Fri, 18 Jan 2013 09:07:03 +0000 (09:07 +0000)]
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
Carsten Haitzler [Fri, 18 Jan 2013 03:38:29 +0000 (03:38 +0000)]
umm.. dont break transparent (alpha) windows... dont have a base
rect... pls!
SVN revision: 82963
Daniel Juyung Seo [Fri, 18 Jan 2013 00:48:27 +0000 (00:48 +0000)]
elm flipselector: Added const for user data. This does not break API.
SVN revision: 82962
Henrique Dante de Almeida [Thu, 17 Jan 2013 22:11:33 +0000 (22:11 +0000)]
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
Henrique Dante de Almeida [Thu, 17 Jan 2013 22:11:27 +0000 (22:11 +0000)]
elm: Add local main menu to elm_win
Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>
SVN revision: 82959
Henrique Dante de Almeida [Thu, 17 Jan 2013 22:11:21 +0000 (22:11 +0000)]
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
Henrique Dante de Almeida [Thu, 17 Jan 2013 22:11:15 +0000 (22:11 +0000)]
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
Henrique Dante de Almeida [Thu, 17 Jan 2013 22:11:09 +0000 (22:11 +0000)]
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
Henrique Dante de Almeida [Thu, 17 Jan 2013 22:11:02 +0000 (22:11 +0000)]
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
Henrique Dante de Almeida [Thu, 17 Jan 2013 22:10:57 +0000 (22:10 +0000)]
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
Henrique Dante de Almeida [Thu, 17 Jan 2013 22:10:47 +0000 (22:10 +0000)]
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
Shinwoo Kim [Thu, 17 Jan 2013 11:32:14 +0000 (11:32 +0000)]
[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
Shinwoo Kim [Thu, 17 Jan 2013 09:03:23 +0000 (09:03 +0000)]
[access] read default text for naviframe next, back button which have no label.
SVN revision: 82926
ChunEon Park [Thu, 17 Jan 2013 04:51:59 +0000 (04:51 +0000)]
elemenatry/ctxpopup - faulty position.
SVN revision: 82920
ChunEon Park [Thu, 17 Jan 2013 04:51:12 +0000 (04:51 +0000)]
elementary - updated po
SVN revision: 82919
ChunEon Park [Thu, 17 Jan 2013 04:44:05 +0000 (04:44 +0000)]
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
Daniel Juyung Seo [Wed, 16 Jan 2013 11:49:31 +0000 (11:49 +0000)]
elm thumb: Fixed thumb theme hook.
SVN revision: 82882
Daniel Juyung Seo [Wed, 16 Jan 2013 11:46:07 +0000 (11:46 +0000)]
elm elm_conform.c: Fixed formatting.
SVN revision: 82881
Daniel Juyung Seo [Wed, 16 Jan 2013 11:45:02 +0000 (11:45 +0000)]
elm conform.c: Fixed build break.
SVN revision: 82880
ChunEon Park [Wed, 16 Jan 2013 11:32:34 +0000 (11:32 +0000)]
elemenatry/label - added since that missed before.
SVN revision: 82879
ChunEon Park [Wed, 16 Jan 2013 11:31:40 +0000 (11:31 +0000)]
elementary/conformant - removed duplicated string data
SVN revision: 82878
ChunEon Park [Wed, 16 Jan 2013 11:27:03 +0000 (11:27 +0000)]
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
Daniel Juyung Seo [Wed, 16 Jan 2013 11:18:24 +0000 (11:18 +0000)]
elm elc_ctxpopup.h: More documentation for dismiss callback.
SVN revision: 82875
Jaeun Choi [Wed, 16 Jan 2013 08:20:47 +0000 (08:20 +0000)]
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->level_active[level] is
false (line 116).
if sd->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
Shinwoo Kim [Wed, 16 Jan 2013 06:34:49 +0000 (06:34 +0000)]
[access] use acessibility own part for the naviframe title.
SVN revision: 82857
WooHyun Jung [Wed, 16 Jan 2013 04:40:51 +0000 (04:40 +0000)]
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
WooHyun Jung [Wed, 16 Jan 2013 04:13:04 +0000 (04:13 +0000)]
elementary/plug : elm_plug should call elm_widget_can_focus_set after adding parent class.
SVN revision: 82851
ChunEon Park [Wed, 16 Jan 2013 03:37:32 +0000 (03:37 +0000)]
elementary/map - allocate memory only when it needs
SVN revision: 82850
ChunEon Park [Wed, 16 Jan 2013 03:34:18 +0000 (03:34 +0000)]
elementary/cnp - do initialize memory to not fill dummy values.
SVN revision: 82849
Daniel Juyung Seo [Wed, 16 Jan 2013 01:11:02 +0000 (01:11 +0000)]
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
Tom Hacohen [Tue, 15 Jan 2013 17:21:47 +0000 (17:21 +0000)]
Elm conform: Fixed cast warnings.
SVN revision: 82830
Leif Middelschulte [Tue, 15 Jan 2013 15:53:49 +0000 (15:53 +0000)]
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
Lucas De Marchi [Tue, 15 Jan 2013 14:35:07 +0000 (14:35 +0000)]
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
ChunEon Park [Tue, 15 Jan 2013 10:21:20 +0000 (10:21 +0000)]
elementary/config - return if the obj is invalid.
SVN revision: 82796
Shinwoo Kim [Tue, 15 Jan 2013 06:31:35 +0000 (06:31 +0000)]
[access] use more proper name elm_access_object_get(); instead of elm_access_object_access_get();
SVN revision: 82793
Shinwoo Kim [Tue, 15 Jan 2013 04:20:37 +0000 (04:20 +0000)]
[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
ChunEon Park [Mon, 14 Jan 2013 12:44:09 +0000 (12:44 +0000)]
elementary/conformant - same as the virtual keyboard, set displaymode whenever clipboard states are changed.
SVN revision: 82759
Stefan Schmidt [Mon, 14 Jan 2013 12:20:57 +0000 (12:20 +0000)]
elm/thumb: Make sure we also build without ethumb.
Patch by Tasn.
SVN revision: 82758
Daniel Juyung Seo [Mon, 14 Jan 2013 12:01:34 +0000 (12:01 +0000)]
elm test_genlist.c: Obey scale size for pixels.
SVN revision: 82756
Daniel Juyung Seo [Mon, 14 Jan 2013 12:01:25 +0000 (12:01 +0000)]
elm test_genlist.c: Fixed a typo.
SVN revision: 82755
Daniel Juyung Seo [Mon, 14 Jan 2013 10:13:07 +0000 (10:13 +0000)]
elm fileselector.edc: Fixed elm.swallow.files size calculation problem. elm.swallow.path could override elm.swallow.files.
SVN revision: 82752
Daniel Juyung Seo [Mon, 14 Jan 2013 10:13:04 +0000 (10:13 +0000)]
elm po: Updated po files.
SVN revision: 82751
Daniel Juyung Seo [Mon, 14 Jan 2013 10:12:50 +0000 (10:12 +0000)]
elm list, genlist, gengrid: Added highlighted and unhighlighted signal callbacks.
SVN revision: 82750
Carsten Haitzler [Mon, 14 Jan 2013 09:46:25 +0000 (09:46 +0000)]
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
Gustavo Sverzut Barbieri [Mon, 14 Jan 2013 01:24:53 +0000 (01:24 +0000)]
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
Gustavo Sverzut Barbieri [Mon, 14 Jan 2013 01:23:54 +0000 (01:23 +0000)]
fix ethumb test
crazy stuff in there... ouch :-/
SVN revision: 82739
Shinwoo Kim [Sat, 12 Jan 2013 06:41:21 +0000 (06:41 +0000)]
[naviframe] rebuild broken accessibility feature on title area.
SVN revision: 82685
Mike McCormack [Fri, 11 Jan 2013 21:41:01 +0000 (21:41 +0000)]
elementary: Fix an unused warning
Signed-off-by: Mike McCormack <mikem@atratus.org>
SVN revision: 82670
Henrique Dante de Almeida [Fri, 11 Jan 2013 16:43:30 +0000 (16:43 +0000)]
Remove redundant code
Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>
SVN revision: 82646
Henrique Dante de Almeida [Fri, 11 Jan 2013 16:43:25 +0000 (16:43 +0000)]
Fix spelling
Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>
SVN revision: 82645
Henrique Dante de Almeida [Fri, 11 Jan 2013 16:43:20 +0000 (16:43 +0000)]
Cleanup code
Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>
SVN revision: 82644
Henrique Dante de Almeida [Fri, 11 Jan 2013 16:43:14 +0000 (16:43 +0000)]
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
Cedric BAIL [Fri, 11 Jan 2013 00:23:58 +0000 (00:23 +0000)]
elementary: fix mistake with ebus linking.
SVN revision: 82596
Daniel Juyung Seo [Thu, 10 Jan 2013 21:11:59 +0000 (21:11 +0000)]
elm access: Added const for getters.
SVN revision: 82588
Daniel Juyung Seo [Thu, 10 Jan 2013 21:11:54 +0000 (21:11 +0000)]
elm elm_access.h: Fixed formatting. No space after *.
SVN revision: 82587
Daniel Juyung Seo [Thu, 10 Jan 2013 21:11:34 +0000 (21:11 +0000)]
elm access: Code restructuring like other codes.
SVN revision: 82586
Eduardo de Barros Lima [Thu, 10 Jan 2013 14:27:38 +0000 (14:27 +0000)]
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
Christopher Michael [Thu, 10 Jan 2013 14:06:50 +0000 (14:06 +0000)]
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
Christopher Michael [Thu, 10 Jan 2013 14:06:46 +0000 (14:06 +0000)]
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
Shinwoo Kim [Thu, 10 Jan 2013 12:00:05 +0000 (12:00 +0000)]
[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
Carsten Haitzler [Thu, 10 Jan 2013 11:55:43 +0000 (11:55 +0000)]
oops printf--
SVN revision: 82560
Carsten Haitzler [Thu, 10 Jan 2013 11:53:39 +0000 (11:53 +0000)]
and dont set states until state change cb tells u they changed in
elm_win. more testing needed.
SVN revision: 82559
Daniel Juyung Seo [Thu, 10 Jan 2013 11:49:55 +0000 (11:49 +0000)]
elm index_example_0x.c: Fixed build command.
SVN revision: 82557
Daniel Juyung Seo [Thu, 10 Jan 2013 11:49:51 +0000 (11:49 +0000)]
elm elm_index.h: More documentation warning for elm_index_level_go().
SVN revision: 82556
Daniel Juyung Seo [Thu, 10 Jan 2013 11:46:34 +0000 (11:46 +0000)]
elm index: Call elm_index_level_go(). It's a must.
SVN revision: 82555
Carsten Haitzler [Thu, 10 Jan 2013 11:42:08 +0000 (11:42 +0000)]
fix docs.
SVN revision: 82553
Carsten Haitzler [Thu, 10 Jan 2013 11:24:04 +0000 (11:24 +0000)]
a quick test involving more win state stuff - add test cases for
iconify & withdraw
SVN revision: 82550
Cedric BAIL [Thu, 10 Jan 2013 08:37:56 +0000 (08:37 +0000)]
elementary: hopefully the last one.
SVN revision: 82530
Cedric BAIL [Thu, 10 Jan 2013 08:25:24 +0000 (08:25 +0000)]
elementary: small left over.
SVN revision: 82525
Cedric BAIL [Thu, 10 Jan 2013 08:22:08 +0000 (08:22 +0000)]
elementary: add Ecore_Input.h directly.
SVN revision: 82523
Cedric BAIL [Thu, 10 Jan 2013 07:50:14 +0000 (07:50 +0000)]
elementary: remove build dependencie from old e_dbus.
SVN revision: 82517
Jaehwan Kim [Thu, 10 Jan 2013 04:41:36 +0000 (04:41 +0000)]
Fix max value calculation of els_box. Related to svn 82450.
SVN revision: 82504
Jaehwan Kim [Thu, 10 Jan 2013 02:24:40 +0000 (02:24 +0000)]
Fix Buffer not null terminated
SVN revision: 82500
Daniel Juyung Seo [Wed, 9 Jan 2013 15:54:42 +0000 (15:54 +0000)]
elm index: Fixed formatting.
SVN revision: 82468
Daniel Juyung Seo [Wed, 9 Jan 2013 15:34:59 +0000 (15:34 +0000)]
elm map: Fixed formatting.
SVN revision: 82465
WooHyun Jung [Wed, 9 Jan 2013 12:43:51 +0000 (12:43 +0000)]
elementary/elm_index : Freed pointer should not be returned.
SVN revision: 82458
Shinwoo Kim [Wed, 9 Jan 2013 11:56:57 +0000 (11:56 +0000)]
[colorselector] remove resource leak possibility
SVN revision: 82456
Jaehwan Kim [Wed, 9 Jan 2013 11:47:11 +0000 (11:47 +0000)]
Fix out-of-bounds read
SVN revision: 82455
Jaehwan Kim [Wed, 9 Jan 2013 11:30:10 +0000 (11:30 +0000)]
Fix Dereference after null check
SVN revision: 82453
Shinwoo Kim [Wed, 9 Jan 2013 11:24:11 +0000 (11:24 +0000)]
[conform] use proper condition, again.
SVN revision: 82452
Shinwoo Kim [Wed, 9 Jan 2013 11:17:08 +0000 (11:17 +0000)]
[conform] use proper condition
SVN revision: 82451
Jaehwan Kim [Wed, 9 Jan 2013 10:32:52 +0000 (10:32 +0000)]
Fix Logically dead code
SVN revision: 82450
Jaehwan Kim [Wed, 9 Jan 2013 10:14:18 +0000 (10:14 +0000)]
Fix missing break
SVN revision: 82449
ChunEon Park [Wed, 9 Jan 2013 09:17:33 +0000 (09:17 +0000)]
elementary/mode/access - set file create mode before create temp file.
SVN revision: 82446
Daniel Juyung Seo [Wed, 9 Jan 2013 09:02:22 +0000 (09:02 +0000)]
elm: Restructuring codes to remove dead codes.
SVN revision: 82445