Commit Graph

6158 Commits

Author SHA1 Message Date
Michael BOUCHAUD d24e7b363d elementary: add elm_progressbar_unit_format_function_set
SVN revision: 72197
2012-06-15 16:32:54 +00:00
Michael BOUCHAUD 4d5405a135 elementary: fix typo in doc
SVN revision: 72196
2012-06-15 16:21:21 +00:00
Stefan Schmidt b65fe02596 elementary/elm_win: No need to define and undef the same macro all over again.
SVN revision: 72194
2012-06-15 14:11:47 +00:00
Vincent Torri bc0efce43a elm: @since. Reviewers, please, review...
SVN revision: 72189
2012-06-15 11:43:02 +00:00
Daniel Juyung Seo ee7efee8b8 elm test_genlist.c: Added more test case for genlist. 'Genlist Decorate Modes'. This test runs 'decorate item mode' and 'decorate all mode' at the same time.
SVN revision: 72174
2012-06-15 07:58:11 +00:00
Daniel Juyung Seo fab4708d34 elm genlist: Unset decorate item mode when decorate mode set is called. Yes that's so confusing. 'Decorate Item Mode' and 'Decorate Mode' are different and exlusive from the implementation.
SVN revision: 72173
2012-06-15 07:58:08 +00:00
Daniel Juyung Seo 854b8960e9 elm test_genlist.c: Add separator for each test case.
SVN revision: 72172
2012-06-15 07:58:05 +00:00
Michael BOUCHAUD d925737952 elementary: changelog and News. I avoid vtorri spanking :P
SVN revision: 72152
2012-06-14 22:54:31 +00:00
Michael BOUCHAUD 3e382200a5 elementary: add an enum for mark repeat type, ELM_CALENDAR_LAST_DAY_OF_MONTH. fix #855
SVN revision: 72145
2012-06-14 17:10:31 +00:00
Stefan Schmidt 9c0f6e7709 elementary/elm_win: Also check for potential NULL in other defines
Thanks to Daniel Willmann pointing them out to me. Actually I wonder
why we need all this define and undef for ENGINE_COMPARE. Will dig a
bit deeper into that and see if we may can go with a single one.

SVN revision: 72144
2012-06-14 15:56:42 +00:00
Stefan Schmidt c6ff40ba13 elementary/elm_win: Check argument for NULL before we pass it to strncmp
strncmp() really does not like that. So we should not be lazy and check for it. Say thanks to
scan-build which reported these to me.

SVN revision: 72142
2012-06-14 15:01:37 +00:00
Daniel Willmann 1e25de9ab3 From: Daniel Willmann <d.willmann@samsung.com>
Subject: [PATCH] elementary: Minor fix to the documentation of ActionSlider
Date: Thu, 14 Jun 2012 15:31:05 +0100

Yeah, the most overhead I could imagine. :-)


SVN revision: 72141
2012-06-14 14:42:34 +00:00
Mike Blumenkrantz e2d63d4c40 massive, massive, MASSIVE spankies to the person that wrote gengrid's sorted insert functions. cannot overstate the size of the spankies that await you if I decide to look through the svn logs.
also fixes ticket #984
--This line
\
, and those below, will be ignored--

M    lib/elm_gengrid.c


SVN revision: 72139
2012-06-14 14:11:04 +00:00
Jaehwan Kim 3f370e5148 Add the reorder feature when the more panel is shown.
After the item is long-pressed, it can be moved.


SVN revision: 72129
2012-06-14 12:59:38 +00:00
Mike Blumenkrantz e4baf0e068 fix doc error as spotted by Daniel Willmann <d.willmann@samsung.com>
SVN revision: 72127
2012-06-14 12:41:18 +00:00
Seunggyun Kim 4f7121cd4a From: Seunggyun Kim <sgyun.kim@samsung.com>
Subject: [E-devel] [Patch] elm_config_font_overlay_apply bug fix

[Current Issue]
 - The API applies the changes with elm_config_font_overlay_set(). 
   But at the first time, application fonts have not been changed after
elm_config_font_overlay_apply api is called.
   The application fonts changed only when the display is updated or
elm_config_font_overlay_apply api is called again.

[Main cause]
 - When the elm_config_font_overlay_apply is called at fist time, it
calls
edje_text_class_del and edje_text_class_set in locally. But
edje_text_class_set just returns without _ejde_reclc() when new text
class
is ceated. 
  So in this case, there is nothing to be changed.
  Since second call the api, edje_text_class_del api calls
_edje_recalc() in
locally. So the application fonts are changed.

[Change Description]
 - There is two method. The first is to enable ejde_test_class_set api
is
can be recalced when the fist calling.
   The second is to add _elm_rescale() function in
elm_config_font_overlay_apply API. This occurs edje_recalc effect
after font
overay set.
   I attached the second method.



SVN revision: 72124
2012-06-14 10:55:16 +00:00
Carsten Haitzler c7fad4ef42 fix discomfitors list scalign thing.. was actually image/icon madness.
:)



SVN revision: 72109
2012-06-14 07:55:55 +00:00
Gustavo Lima Chaves dc83c09247 [elm] Forgotten __UNUSED__.
SVN revision: 72092
2012-06-13 17:21:34 +00:00
Gustavo Lima Chaves c3512bb998 Be clear about gesture layer's usage.
Elm widget as parent, any Evas object as target.



SVN revision: 72091
2012-06-13 17:21:13 +00:00
Jaehwan Kim e828e20bb7 In case of scroll in scroll, the outside scroller shouldn't be scrolled if the inside scroller can be scrolled.
SVN revision: 72064
2012-06-13 07:01:00 +00:00
Cedric BAIL 5ccf4d4d24 elementary: rename VIRTUAL into SPACER.
SVN revision: 72059
2012-06-13 03:23:01 +00:00
Gustavo Lima Chaves 7753347d27 [elm] Sexying up elm_win_icon_object_set()'s doc
string.



SVN revision: 72045
2012-06-12 16:40:57 +00:00
Carsten Haitzler 0babab585e bitch--
SVN revision: 72044
2012-06-12 16:31:02 +00:00
Carsten Haitzler 9e0801e8ea debug bitch--
SVN revision: 72042
2012-06-12 16:27:15 +00:00
Carsten Haitzler 5ef9fe3db7 complaint--
SVN revision: 72040
2012-06-12 16:21:56 +00:00
Mike Blumenkrantz 1913c99bc1 ticket #902: elementary saves map data into /tmp
now we use XDG_CACHE_HOME


SVN revision: 72035
2012-06-12 14:50:15 +00:00
Rafael Antognolli 13767c7624 elm/docs: Fix typo: no releted pages.
SVN revision: 72027
2012-06-12 13:08:51 +00:00
Carsten Haitzler 36c8762a9b fix date in chlog
SVN revision: 72016
2012-06-12 10:58:20 +00:00
Carsten Haitzler 2165089e21 add docs for new win funcs.
SVN revision: 72012
2012-06-12 10:21:41 +00:00
Carsten Haitzler 312ccfd855 changelog for added api's to elm
SVN revision: 72011
2012-06-12 10:16:46 +00:00
Carsten Haitzler 78b003d5ea new api's for hinting base+step sizes for a window.
SVN revision: 72009
2012-06-12 10:15:19 +00:00
ChunEon Park 979bb7ba2b elementary/transit - updated changelog
SVN revision: 71981
2012-06-12 06:46:54 +00:00
ChunEon Park e9022240c9 elementary/po - updated
SVN revision: 71980
2012-06-12 06:46:38 +00:00
ChunEon Park a9b4b5cd4a elementary/transit - fixed wipe effect flickering.
evas_map_point_coord APIs have the int values but evas_map_point_image_uv_set have the double parameters on the other hand.
This inconsistency causes the inexact result(flickering). 

It's not good APIs for users.



SVN revision: 71979
2012-06-12 06:39:25 +00:00
WooHyun Jung 9425a89305 elementary/module : Modified 71929 with better way. Thanks ShinWoo.
But I recommend to remove all callbacks with elm_widget_top_get(obj).


SVN revision: 71975
2012-06-12 01:52:31 +00:00
Davide Andreoli 9b72ec0dea another non premul color
SVN revision: 71970
2012-06-11 23:56:01 +00:00
Davide Andreoli 8babe97704 whops, this file wasnt mean to be committed
SVN revision: 71968
2012-06-11 23:35:05 +00:00
Davide Andreoli 5a1213ec8c evas only handle premul colors (note: not making any news or bp)
SVN revision: 71965
2012-06-11 23:25:43 +00:00
Mike Blumenkrantz ea5e907bb6 should probably return these values instead of just copy/pasting code around
SVN revision: 71935
2012-06-11 08:19:04 +00:00
ChunEon Park 8829228d22 elementary/datetime - [E-devel] [Patch][elementary] datetime module, delete callback
Dear all, hello.

There is a case, in the _ctxpopup_parent_resize_cb() is called even
though the datetime is removed.
It makes a crash, so the callback should be deleted before removing
datetime. That's it.

Sincerely,
Shinwoo Kim.

Submitted-By-Off: Kim Shinwoo <kimcinoo.efl@gmail.com>



SVN revision: 71929
2012-06-11 07:09:48 +00:00
Tom Hacohen e34eed9c11 Elm ctxpopup: Fixed ctxpopup test.
Patch by Daniel Zaoui.

SVN revision: 71889
2012-06-10 07:50:27 +00:00
Gustavo Lima Chaves 9ec740624f [elm] Just cosmetical, but since it's here on my
changes...



SVN revision: 71869
2012-06-08 21:05:51 +00:00
Gustavo Lima Chaves b15d43ef71 [elm] Oops, forgotten class smart cbs setting
paths.
This will also unb0rk Edje externals signal proxying.



SVN revision: 71868
2012-06-08 21:05:45 +00:00
Gustavo Lima Chaves 727f4692b3 [elm] Fix elm_shutdown via Edje externals.
An EVAS_CALLBACK_DEL event cb will take place before the smart del
function, so there'll be more action taking place after that, and Elm
has be on.



SVN revision: 71867
2012-06-08 21:05:37 +00:00
Jonas M. Gastal b06f7aa8e6 Fixing win_example (Win - General API Overview) doc, includes were broken.
Author:    Guilherme Iscaro <iscaro@profusion.mobi>

SVN revision: 71864
2012-06-08 19:56:51 +00:00
Jonas M. Gastal 2ec5f9cfb1 Adding related pages link.
Author:    Guilherme Iscaro <iscaro@profusion.mobi>

SVN revision: 71849
2012-06-08 13:21:47 +00:00
Jaehwan Kim b55c923034 Add elm_object_scroll_hold/freeze_get
SVN revision: 71836
2012-06-08 08:59:07 +00:00
Mike Blumenkrantz f18b904b2a elm notify can now have the timeout set before it becomes visible
SVN revision: 71832
2012-06-08 07:20:39 +00:00
Cedric BAIL cf2c7ac35a elementary: randomly testing elementary let me come to this completly broken widget.
SVN revision: 71828
2012-06-08 02:16:19 +00:00
Jaehwan Kim bf92dfb943 Change the comment.
SVN revision: 71826
2012-06-08 01:35:05 +00:00