Commit Graph

6414 Commits

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