platform/upstream/elementary.git
11 years agoelementary/plug : elm_plug should call elm_widget_can_focus_set after adding parent...
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

11 years agoelementary/map - allocate memory only when it needs
ChunEon Park [Wed, 16 Jan 2013 03:37:32 +0000 (03:37 +0000)]
elementary/map - allocate memory only when it needs

SVN revision: 82850

11 years agoelementary/cnp - do initialize memory to not fill dummy values.
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

11 years agoelm check: Bug fix "changed" signal being sent twice in case of toggle style when...
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

11 years agoElm conform: Fixed cast warnings.
Tom Hacohen [Tue, 15 Jan 2013 17:21:47 +0000 (17:21 +0000)]
Elm conform: Fixed cast warnings.

SVN revision: 82830

11 years agoPrepend svnversion command with LC_ALL=C so the subsequent grep works with non-englis...
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

11 years agoelementary: follow edbus change about unref'ing messages after send
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

11 years agoelementary/config - return if the obj is invalid.
ChunEon Park [Tue, 15 Jan 2013 10:21:20 +0000 (10:21 +0000)]
elementary/config - return if the obj is invalid.

SVN revision: 82796

11 years ago[access] use more proper name elm_access_object_get(); instead of elm_access_object_a...
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

11 years ago[access] follow consistent naming rule in elementary as below.
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

11 years agoelementary/conformant - same as the virtual keyboard, set displaymode whenever clipbo...
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

11 years agoelm/thumb: Make sure we also build without ethumb.
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

11 years agoelm test_genlist.c: Obey scale size for pixels.
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

11 years agoelm test_genlist.c: Fixed a typo.
Daniel Juyung Seo [Mon, 14 Jan 2013 12:01:25 +0000 (12:01 +0000)]
elm test_genlist.c: Fixed a typo.

SVN revision: 82755

11 years agoelm fileselector.edc: Fixed elm.swallow.files size calculation problem. elm.swallow...
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

11 years agoelm po: Updated po files.
Daniel Juyung Seo [Mon, 14 Jan 2013 10:13:04 +0000 (10:13 +0000)]
elm po: Updated po files.

SVN revision: 82751

11 years agoelm list, genlist, gengrid: Added highlighted and unhighlighted signal callbacks.
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

11 years agolet's try handling auto-throttle by counting up
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

11 years agofix elm_thumb usage of edje/elm
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

11 years agofix ethumb test
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

11 years ago[naviframe] rebuild broken accessibility feature on title area.
Shinwoo Kim [Sat, 12 Jan 2013 06:41:21 +0000 (06:41 +0000)]
[naviframe] rebuild broken accessibility feature on title area.

SVN revision: 82685

11 years agoelementary: Fix an unused warning
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

11 years agoRemove redundant code
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

11 years agoFix spelling
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

11 years agoCleanup code
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

11 years agoRemove wayland frame caluclation code
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

11 years agoelementary: fix mistake with ebus linking.
Cedric BAIL [Fri, 11 Jan 2013 00:23:58 +0000 (00:23 +0000)]
elementary: fix mistake with ebus linking.

SVN revision: 82596

11 years agoelm access: Added const for getters.
Daniel Juyung Seo [Thu, 10 Jan 2013 21:11:59 +0000 (21:11 +0000)]
elm access: Added const for getters.

SVN revision: 82588

11 years agoelm elm_access.h: Fixed formatting. No space after *.
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

11 years agoelm access: Code restructuring like other codes.
Daniel Juyung Seo [Thu, 10 Jan 2013 21:11:34 +0000 (21:11 +0000)]
elm access: Code restructuring like other codes.

SVN revision: 82586

11 years agodlopen and friends are now required by elm_need_e_dbus(), remove HAVE_FORK conditiona...
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

11 years agoData is not used in the show_region_hook anyway, so no need to pass it.
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

11 years agoDo not try to get the genlist Smart_Data from the data pointer in
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

11 years ago[access] export some APIs which would improve application side flexibility.
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

11 years agooops printf--
Carsten Haitzler [Thu, 10 Jan 2013 11:55:43 +0000 (11:55 +0000)]
oops printf--

SVN revision: 82560

11 years agoand dont set states until state change cb tells u they changed in
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

11 years agoelm index_example_0x.c: Fixed build command.
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

11 years agoelm elm_index.h: More documentation warning for elm_index_level_go().
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

11 years agoelm index: Call elm_index_level_go(). It's a must.
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

11 years agofix docs.
Carsten Haitzler [Thu, 10 Jan 2013 11:42:08 +0000 (11:42 +0000)]
fix docs.

SVN revision: 82553

11 years agoa quick test involving more win state stuff - add test cases for
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

11 years agoelementary: hopefully the last one.
Cedric BAIL [Thu, 10 Jan 2013 08:37:56 +0000 (08:37 +0000)]
elementary: hopefully the last one.

SVN revision: 82530

11 years agoelementary: small left over.
Cedric BAIL [Thu, 10 Jan 2013 08:25:24 +0000 (08:25 +0000)]
elementary: small left over.

SVN revision: 82525

11 years agoelementary: add Ecore_Input.h directly.
Cedric BAIL [Thu, 10 Jan 2013 08:22:08 +0000 (08:22 +0000)]
elementary: add Ecore_Input.h directly.

SVN revision: 82523

11 years agoelementary: remove build dependencie from old e_dbus.
Cedric BAIL [Thu, 10 Jan 2013 07:50:14 +0000 (07:50 +0000)]
elementary: remove build dependencie from old e_dbus.

SVN revision: 82517

11 years agoFix max value calculation of els_box. Related to svn 82450.
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

11 years agoFix Buffer not null terminated
Jaehwan Kim [Thu, 10 Jan 2013 02:24:40 +0000 (02:24 +0000)]
Fix Buffer not null terminated

SVN revision: 82500

11 years agoelm index: Fixed formatting.
Daniel Juyung Seo [Wed, 9 Jan 2013 15:54:42 +0000 (15:54 +0000)]
elm index: Fixed formatting.

SVN revision: 82468

11 years agoelm map: Fixed formatting.
Daniel Juyung Seo [Wed, 9 Jan 2013 15:34:59 +0000 (15:34 +0000)]
elm map: Fixed formatting.

SVN revision: 82465

11 years agoelementary/elm_index : Freed pointer should not be returned.
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

11 years ago[colorselector] remove resource leak possibility
Shinwoo Kim [Wed, 9 Jan 2013 11:56:57 +0000 (11:56 +0000)]
[colorselector] remove resource leak possibility

SVN revision: 82456

11 years agoFix out-of-bounds read
Jaehwan Kim [Wed, 9 Jan 2013 11:47:11 +0000 (11:47 +0000)]
Fix out-of-bounds read

SVN revision: 82455

11 years agoFix Dereference after null check
Jaehwan Kim [Wed, 9 Jan 2013 11:30:10 +0000 (11:30 +0000)]
Fix Dereference after null check

SVN revision: 82453

11 years ago[conform] use proper condition, again.
Shinwoo Kim [Wed, 9 Jan 2013 11:24:11 +0000 (11:24 +0000)]
[conform] use proper condition, again.

SVN revision: 82452

11 years ago[conform] use proper condition
Shinwoo Kim [Wed, 9 Jan 2013 11:17:08 +0000 (11:17 +0000)]
[conform] use proper condition

SVN revision: 82451

11 years agoFix Logically dead code
Jaehwan Kim [Wed, 9 Jan 2013 10:32:52 +0000 (10:32 +0000)]
Fix Logically dead code

SVN revision: 82450

11 years agoFix missing break
Jaehwan Kim [Wed, 9 Jan 2013 10:14:18 +0000 (10:14 +0000)]
Fix missing break

SVN revision: 82449

11 years agoelementary/mode/access - set file create mode before create temp file.
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

11 years agoelm: Restructuring codes to remove dead codes.
Daniel Juyung Seo [Wed, 9 Jan 2013 09:02:22 +0000 (09:02 +0000)]
elm: Restructuring codes to remove dead codes.

SVN revision: 82445

11 years agoelementary/colorselector - SAFETY NULL checking
ChunEon Park [Wed, 9 Jan 2013 09:01:02 +0000 (09:01 +0000)]
elementary/colorselector - SAFETY NULL checking

SVN revision: 82444

11 years agoelementary/map - fixed more insane free in map
ChunEon Park [Wed, 9 Jan 2013 08:49:30 +0000 (08:49 +0000)]
elementary/map - fixed more insane free in map

SVN revision: 82443

11 years agoelementary/map - fixed memory leak
ChunEon Park [Wed, 9 Jan 2013 08:40:56 +0000 (08:40 +0000)]
elementary/map - fixed memory leak

SVN revision: 82442

11 years agoelementary/font - fixed memory leak
ChunEon Park [Wed, 9 Jan 2013 08:37:48 +0000 (08:37 +0000)]
elementary/font - fixed memory leak

SVN revision: 82440

11 years agoelementary/multibuttonentry - fix memory leak
ChunEon Park [Wed, 9 Jan 2013 08:28:03 +0000 (08:28 +0000)]
elementary/multibuttonentry - fix memory leak

SVN revision: 82439

11 years agoFix copy-paste error
Jaehwan Kim [Wed, 9 Jan 2013 04:57:54 +0000 (04:57 +0000)]
Fix copy-paste error

SVN revision: 82434

11 years ago[elm] calendar: small fixes for documentation
Flavio Vinicius Alvares Ceolin [Mon, 7 Jan 2013 14:07:31 +0000 (14:07 +0000)]
[elm] calendar: small fixes for documentation

SVN revision: 82347

11 years ago[elm] calendar: Fixing a problem with min/max year
Flavio Vinicius Alvares Ceolin [Mon, 7 Jan 2013 13:50:19 +0000 (13:50 +0000)]
[elm] calendar: Fixing a problem with min/max year

Respecting the years bounds.

SVN revision: 82346

11 years ago[access] return null; not return;
Shinwoo Kim [Mon, 7 Jan 2013 13:26:54 +0000 (13:26 +0000)]
[access] return null; not return;

SVN revision: 82345

11 years agoupdating portuguese and esperanto translations
Massimo Maiurana [Mon, 7 Jan 2013 11:39:56 +0000 (11:39 +0000)]
updating portuguese and esperanto translations

SVN revision: 82342

11 years agoelementary/elm_entry : When limiting the length of text by filter callback, only...
WooHyun Jung [Mon, 7 Jan 2013 11:37:53 +0000 (11:37 +0000)]
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

11 years agoelementary/mapbuf - removed workaround code that would cause the performance issue.
ChunEon Park [Mon, 7 Jan 2013 07:07:27 +0000 (07:07 +0000)]
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

11 years agoelementary/label - and cancel the ellipsis before label try to calc the text size.
ChunEon Park [Mon, 7 Jan 2013 06:06:16 +0000 (06:06 +0000)]
elementary/label - and cancel the ellipsis before label try to calc the text size.

SVN revision: 82320

11 years ago[access] _elm_access_add() could return NULL
Shinwoo Kim [Mon, 7 Jan 2013 05:56:51 +0000 (05:56 +0000)]
[access] _elm_access_add() could return NULL

SVN revision: 82319

11 years agoelementary/label - removed data dosen't used anywhere
ChunEon Park [Mon, 7 Jan 2013 04:38:40 +0000 (04:38 +0000)]
elementary/label - removed data dosen't used anywhere

SVN revision: 82316

11 years agoelementary/label - recover ellipsis mode when slide mode is end.
ChunEon Park [Mon, 7 Jan 2013 04:33:29 +0000 (04:33 +0000)]
elementary/label - recover ellipsis mode when slide mode is end.

SVN revision: 82315

11 years agoelm naviframe: Fixed omitting signal emission when customized text parts change the...
Daniel Juyung Seo [Sun, 6 Jan 2013 14:15:52 +0000 (14:15 +0000)]
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

11 years agoupdating portuguese translation
Massimo Maiurana [Sun, 6 Jan 2013 09:52:45 +0000 (09:52 +0000)]
updating portuguese translation

SVN revision: 82298

11 years agoelm elm_priv.h: Fixed wrong parameter which was spotted by Thiago Henrique <thenrique...
Daniel Juyung Seo [Sun, 6 Jan 2013 04:46:53 +0000 (04:46 +0000)]
elm elm_priv.h: Fixed wrong parameter which was spotted by Thiago Henrique <thenrique@gmail.com>

SVN revision: 82297

11 years agoelementary: fix EDJE_VERSION
Leandro Dorileo [Sat, 5 Jan 2013 07:42:34 +0000 (07:42 +0000)]
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

11 years agoelementary/label - removed unncessary
ChunEon Park [Sat, 5 Jan 2013 06:01:56 +0000 (06:01 +0000)]
elementary/label - removed unncessary

SVN revision: 82267

11 years agoelementary/label - removed unnecessary
ChunEon Park [Sat, 5 Jan 2013 05:59:18 +0000 (05:59 +0000)]
elementary/label - removed unnecessary

SVN revision: 82266

11 years agoelementary/label - removed unnecessary call
ChunEon Park [Sat, 5 Jan 2013 05:50:13 +0000 (05:50 +0000)]
elementary/label - removed unnecessary call

SVN revision: 82265

11 years agoelementary/label - added a label signal callback "slide,end"
ChunEon Park [Sat, 5 Jan 2013 04:56:06 +0000 (04:56 +0000)]
elementary/label - added a label signal callback "slide,end"

SVN revision: 82263

11 years agoelementary/naviframe - removed duplicated string data
ChunEon Park [Sat, 5 Jan 2013 04:24:22 +0000 (04:24 +0000)]
elementary/naviframe - removed duplicated string data

SVN revision: 82260

11 years agoelementary/label - removed workaround. now it's working slide reset every go is called.
ChunEon Park [Sat, 5 Jan 2013 04:10:33 +0000 (04:10 +0000)]
elementary/label - removed workaround. now it's working slide reset every go is called.

SVN revision: 82259

11 years agofix small leak that only happens if elm config needs an update.
Carsten Haitzler [Sat, 5 Jan 2013 01:12:27 +0000 (01:12 +0000)]
fix small leak that only happens if elm config needs an update.

SVN revision: 82247

11 years agoupdating spanish and italian translation
Massimo Maiurana [Fri, 4 Jan 2013 22:18:09 +0000 (22:18 +0000)]
updating spanish and italian translation

SVN revision: 82242

11 years agoelm: Refactoring.
Daniel Juyung Seo [Fri, 4 Jan 2013 19:10:19 +0000 (19:10 +0000)]
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

11 years agoelementary/label - some missed stuff.
ChunEon Park [Fri, 4 Jan 2013 13:44:08 +0000 (13:44 +0000)]
elementary/label - some missed stuff.

SVN revision: 82176

11 years agoelementary/label - added elm_label_slide_go()
ChunEon Park [Fri, 4 Jan 2013 13:24:37 +0000 (13:24 +0000)]
elementary/label - added elm_label_slide_go()

SVN revision: 82172

11 years agoelementary/label - elm_label_slide_set() -> elm_label_slide_mode_set()
ChunEon Park [Fri, 4 Jan 2013 10:59:41 +0000 (10:59 +0000)]
elementary/label - elm_label_slide_set() -> elm_label_slide_mode_set()

SVN revision: 82170

11 years agoelementary/label - support slide effect of the label widget optionally.
ChunEon Park [Fri, 4 Jan 2013 10:47:51 +0000 (10:47 +0000)]
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

11 years agoelementary/po - updated
ChunEon Park [Fri, 4 Jan 2013 10:34:52 +0000 (10:34 +0000)]
elementary/po - updated

SVN revision: 82167

11 years agoelementary/label - more information for users
ChunEon Park [Fri, 4 Jan 2013 08:00:56 +0000 (08:00 +0000)]
elementary/label - more information for users

SVN revision: 82159

11 years agoelementary/label - you intended this if it cannot slide because of the text length.
ChunEon Park [Fri, 4 Jan 2013 07:43:16 +0000 (07:43 +0000)]
elementary/label - you intended this if it cannot slide because of the text length.

SVN revision: 82158

11 years agoelementary/label - sliding -> slide
ChunEon Park [Fri, 4 Jan 2013 07:39:14 +0000 (07:39 +0000)]
elementary/label - sliding -> slide

SVN revision: 82156

11 years agoelementary/fileselector - ++ unused
ChunEon Park [Fri, 4 Jan 2013 07:38:26 +0000 (07:38 +0000)]
elementary/fileselector - ++ unused

SVN revision: 82155

11 years agoelementary/label - removed unncessary set
ChunEon Park [Fri, 4 Jan 2013 07:33:50 +0000 (07:33 +0000)]
elementary/label - removed unncessary set

SVN revision: 82153

11 years agoelementary/label - modified internal variable name to be more clear.
ChunEon Park [Fri, 4 Jan 2013 07:32:10 +0000 (07:32 +0000)]
elementary/label - modified internal variable name to be more clear.

SVN revision: 82152

11 years agoelementary/entry : Removing unused codes.
WooHyun Jung [Fri, 4 Jan 2013 04:32:30 +0000 (04:32 +0000)]
elementary/entry : Removing unused codes.

SVN revision: 82144