Commit Graph

7261 Commits

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