platform/upstream/elementary.git
11 years agoElm: Add signals for mouse movements on the border/frame resizing areas.
Christopher Michael [Mon, 6 Aug 2012 12:06:45 +0000 (12:06 +0000)]
Elm: Add signals for mouse movements on the border/frame resizing areas.

SVN revision: 74926

11 years agoElm: Fix ticket #1245. Mouse cursor does not change before window
Christopher Michael [Mon, 6 Aug 2012 12:05:53 +0000 (12:05 +0000)]
Elm: Fix ticket #1245. Mouse cursor does not change before window
resizing.

Previously, we only changed the mouse cursor when the border frame was
actually clicked. Now we can change it when the mouse moves over the
border/frame areas (like in X11). This adds a callback from the edc to
know when and where the mouse moves (with respect to the frame border
only). (IE: When the user moves the mouse over the bottom portion of
the border, the edc will let us know and we can change pointer
accordingly).

SVN revision: 74925

11 years agoelm elm_win.c: Mark __UNUSED__ for unused parameters.
Daniel Juyung Seo [Mon, 6 Aug 2012 10:30:55 +0000 (10:30 +0000)]
elm elm_win.c: Mark __UNUSED__ for unused parameters.

SVN revision: 74920

11 years agoelementary: Elm_Slider vertical now properly size their widget to.
Cedric BAIL [Mon, 6 Aug 2012 09:48:34 +0000 (09:48 +0000)]
elementary: Elm_Slider vertical now properly size their widget to.

SVN revision: 74918

11 years agoelementary: make Elm_Slider update asynchronously.
Cedric BAIL [Mon, 6 Aug 2012 08:34:39 +0000 (08:34 +0000)]
elementary: make Elm_Slider update asynchronously.

SVN revision: 74909

11 years agoelementary: fix slider theme to init correctly.
Cedric BAIL [Mon, 6 Aug 2012 08:33:03 +0000 (08:33 +0000)]
elementary: fix slider theme to init correctly.

SVN revision: 74908

11 years agobig tooltip (tooltip in window) visibility bug fix! yay! :)
Carsten Haitzler [Mon, 6 Aug 2012 06:43:59 +0000 (06:43 +0000)]
big tooltip (tooltip in window) visibility bug fix! yay! :)

SVN revision: 74897

11 years agoelm bug-- curor set for entry edje obj only, not for scrollbars etc.
Carsten Haitzler [Mon, 6 Aug 2012 04:30:04 +0000 (04:30 +0000)]
elm bug-- curor set for entry edje obj only, not for scrollbars etc.

SVN revision: 74896

11 years agohandl x io errors more gracefully by quitting the mainloop cleanly.
Carsten Haitzler [Mon, 6 Aug 2012 04:09:02 +0000 (04:09 +0000)]
handl x io errors more gracefully by quitting the mainloop cleanly.
also let app woners know via ioerr cb's on windows before we schedule
the quit.

SVN revision: 74893

11 years ago[elm] doc++
Gustavo Lima Chaves [Fri, 3 Aug 2012 16:43:41 +0000 (16:43 +0000)]
[elm] doc++

SVN revision: 74855

11 years ago[elm] Handle focus out on spinner the right way.
Gustavo Lima Chaves [Fri, 3 Aug 2012 16:43:26 +0000 (16:43 +0000)]
[elm] Handle focus out on spinner the right way.

SVN revision: 74854

11 years agoRevert "elementary: add smart callback "focus-in"
Gustavo Lima Chaves [Fri, 3 Aug 2012 16:43:17 +0000 (16:43 +0000)]
Revert "elementary: add smart callback "focus-in"
 and "focus-out"."

This reverts commit 1bb12050b9785d47e102b4a3633210316d408f0d.

Conflicts:
ChangeLog
NEWS

Cedric, this is just wrong. The *on_focus* smart function of the base
widget is now the central place to handle focus in/out events.

I'll fix the spinner in sequence.

SVN revision: 74853

11 years ago1 more bug gone - genlist if scrollbars appear/dissapear. content
Carsten Haitzler [Fri, 3 Aug 2012 12:49:37 +0000 (12:49 +0000)]
1 more bug gone - genlist if scrollbars appear/dissapear. content
doesnt adapt.

SVN revision: 74846

11 years agofix overlapping menu arrow.
Carsten Haitzler [Fri, 3 Aug 2012 12:23:38 +0000 (12:23 +0000)]
fix overlapping menu arrow.

SVN revision: 74845

11 years agofix anchor click in desktop mode.
Carsten Haitzler [Fri, 3 Aug 2012 12:04:08 +0000 (12:04 +0000)]
fix anchor click in desktop mode.

SVN revision: 74844

11 years agoelementary_test : Just fix some warnings
WooHyun Jung [Fri, 3 Aug 2012 08:52:55 +0000 (08:52 +0000)]
elementary_test : Just fix some warnings

SVN revision: 74827

11 years agoelementary: remove dead code.
Cedric BAIL [Fri, 3 Aug 2012 07:43:09 +0000 (07:43 +0000)]
elementary: remove dead code.

SVN revision: 74820

11 years agoelementary: on focus loss actually hide the entry and show label.
Cedric BAIL [Fri, 3 Aug 2012 07:27:02 +0000 (07:27 +0000)]
elementary: on focus loss actually hide the entry and show label.

SVN revision: 74819

11 years agoelementary: add smart callback "focus-in" and "focus-out".
Cedric BAIL [Fri, 3 Aug 2012 07:00:26 +0000 (07:00 +0000)]
elementary: add smart callback "focus-in" and "focus-out".

NOTE: Glima could you review this, I am really not sure I should
have implemented it this way.

SVN revision: 74818

11 years agofix another elm release bug - grab focus if we begin a selection.
Carsten Haitzler [Fri, 3 Aug 2012 05:43:44 +0000 (05:43 +0000)]
fix another elm release bug - grab focus if we begin a selection.

SVN revision: 74816

11 years agofix desktop mode -> right click brings up entry hoversel menu now.
Carsten Haitzler [Fri, 3 Aug 2012 05:33:44 +0000 (05:33 +0000)]
fix desktop mode -> right click brings up entry hoversel menu now.

SVN revision: 74814

11 years agofix interactive flip so it works again! :/
Carsten Haitzler [Thu, 2 Aug 2012 08:42:06 +0000 (08:42 +0000)]
fix interactive flip so it works again! :/

SVN revision: 74796

11 years agoelementary: fix elm_image_orient_get/set and add a test case.
Cedric BAIL [Thu, 2 Aug 2012 08:15:05 +0000 (08:15 +0000)]
elementary: fix elm_image_orient_get/set and add a test case.

SVN revision: 74793

11 years ago[elm] Forgotten inclusion on .am.
Gustavo Lima Chaves [Wed, 1 Aug 2012 21:05:21 +0000 (21:05 +0000)]
[elm] Forgotten inclusion on .am.

SVN revision: 74769

11 years ago[elm] Now those comments make less sense, remove.
Gustavo Lima Chaves [Wed, 1 Aug 2012 21:05:16 +0000 (21:05 +0000)]
[elm] Now those comments make less sense, remove.

SVN revision: 74768

11 years ago[elm] Flip now inheritable.
Gustavo Lima Chaves [Wed, 1 Aug 2012 21:05:08 +0000 (21:05 +0000)]
[elm] Flip now inheritable.

SVN revision: 74767

11 years ago[elm] Panes now inheritable.
Gustavo Lima Chaves [Wed, 1 Aug 2012 21:04:56 +0000 (21:04 +0000)]
[elm] Panes now inheritable.

SVN revision: 74766

11 years ago[elm] Day selector now inheritable.
Gustavo Lima Chaves [Wed, 1 Aug 2012 21:04:47 +0000 (21:04 +0000)]
[elm] Day selector now inheritable.

SVN revision: 74765

11 years ago[elm] Bubble now inheritable.
Gustavo Lima Chaves [Wed, 1 Aug 2012 21:04:39 +0000 (21:04 +0000)]
[elm] Bubble now inheritable.

SVN revision: 74764

11 years ago[elm] Color selector now inheratable.
Gustavo Lima Chaves [Wed, 1 Aug 2012 21:04:33 +0000 (21:04 +0000)]
[elm] Color selector now inheratable.

SVN revision: 74763

11 years ago[elm] File selector button now inheritable.
Gustavo Lima Chaves [Wed, 1 Aug 2012 21:04:26 +0000 (21:04 +0000)]
[elm] File selector button now inheritable.

SVN revision: 74762

11 years ago[elm] Hoversel now inheritable.
Gustavo Lima Chaves [Wed, 1 Aug 2012 21:04:20 +0000 (21:04 +0000)]
[elm] Hoversel now inheritable.

SVN revision: 74761

11 years ago[elm] Tweeks on button inheritance.
Gustavo Lima Chaves [Wed, 1 Aug 2012 21:04:14 +0000 (21:04 +0000)]
[elm] Tweeks on button inheritance.

SVN revision: 74760

11 years ago[elm] Spinner now inheritable.
Gustavo Lima Chaves [Wed, 1 Aug 2012 21:03:58 +0000 (21:03 +0000)]
[elm] Spinner now inheritable.

SVN revision: 74759

11 years ago[elm] Label now inheritable.
Gustavo Lima Chaves [Wed, 1 Aug 2012 21:03:51 +0000 (21:03 +0000)]
[elm] Label now inheritable.

SVN revision: 74758

11 years ago[elm] Clock inheritable.
Gustavo Lima Chaves [Wed, 1 Aug 2012 21:03:41 +0000 (21:03 +0000)]
[elm] Clock inheritable.

SVN revision: 74757

11 years ago[elm] File selector now inheritable.
Gustavo Lima Chaves [Wed, 1 Aug 2012 21:03:33 +0000 (21:03 +0000)]
[elm] File selector now inheritable.

SVN revision: 74756

11 years ago[elm] Flipselector inheritable.
Gustavo Lima Chaves [Wed, 1 Aug 2012 21:03:21 +0000 (21:03 +0000)]
[elm] Flipselector inheritable.

SVN revision: 74755

11 years ago[elm] Index now inheritable.
Gustavo Lima Chaves [Wed, 1 Aug 2012 21:03:11 +0000 (21:03 +0000)]
[elm] Index now inheritable.

SVN revision: 74754

11 years ago[elm] Check now inheritable.
Gustavo Lima Chaves [Wed, 1 Aug 2012 21:03:05 +0000 (21:03 +0000)]
[elm] Check now inheritable.

SVN revision: 74753

11 years ago[elm] Segment control inheritable.
Gustavo Lima Chaves [Wed, 1 Aug 2012 21:02:49 +0000 (21:02 +0000)]
[elm] Segment control inheritable.

SVN revision: 74752

11 years ago[elm] Video now inheritable.
Gustavo Lima Chaves [Wed, 1 Aug 2012 21:02:42 +0000 (21:02 +0000)]
[elm] Video now inheritable.

SVN revision: 74751

11 years agoensure indicator is the same scalle as the slider.
Carsten Haitzler [Wed, 1 Aug 2012 03:05:41 +0000 (03:05 +0000)]
ensure indicator is the same scalle as the slider.

SVN revision: 74703

11 years ago[elm] Bg inheritable.
Gustavo Lima Chaves [Tue, 31 Jul 2012 22:07:28 +0000 (22:07 +0000)]
[elm] Bg inheritable.

SVN revision: 74698

11 years ago[elm] Player inheritable.
Gustavo Lima Chaves [Tue, 31 Jul 2012 22:07:23 +0000 (22:07 +0000)]
[elm] Player inheritable.

SVN revision: 74697

11 years ago[elm] Datetime inheritable.
Gustavo Lima Chaves [Tue, 31 Jul 2012 22:07:18 +0000 (22:07 +0000)]
[elm] Datetime inheritable.

SVN revision: 74696

11 years ago[elm] Frame inheritable.
Gustavo Lima Chaves [Tue, 31 Jul 2012 22:07:12 +0000 (22:07 +0000)]
[elm] Frame inheritable.

SVN revision: 74695

11 years ago[elm] Gengrid inheritable.
Gustavo Lima Chaves [Tue, 31 Jul 2012 22:07:07 +0000 (22:07 +0000)]
[elm] Gengrid inheritable.

SVN revision: 74694

11 years ago[elm] Radio now inheritable.
Gustavo Lima Chaves [Tue, 31 Jul 2012 22:07:02 +0000 (22:07 +0000)]
[elm] Radio now inheritable.

SVN revision: 74693

11 years ago[elm] Inwin now inheritable.
Gustavo Lima Chaves [Tue, 31 Jul 2012 22:06:57 +0000 (22:06 +0000)]
[elm] Inwin now inheritable.

SVN revision: 74692

11 years ago[elm] Calendar now inheritable.
Gustavo Lima Chaves [Tue, 31 Jul 2012 22:06:52 +0000 (22:06 +0000)]
[elm] Calendar now inheritable.

SVN revision: 74691

11 years ago[elm] Separator now inheritable.
Gustavo Lima Chaves [Tue, 31 Jul 2012 22:06:47 +0000 (22:06 +0000)]
[elm] Separator now inheritable.

SVN revision: 74690

11 years ago[elm] Progressbar now inheritable.
Gustavo Lima Chaves [Tue, 31 Jul 2012 22:06:41 +0000 (22:06 +0000)]
[elm] Progressbar now inheritable.

SVN revision: 74689

11 years ago[elm] List now inheritable.
Gustavo Lima Chaves [Tue, 31 Jul 2012 22:06:36 +0000 (22:06 +0000)]
[elm] List now inheritable.

SVN revision: 74688

11 years ago[elm] Slider now inheritable.
Gustavo Lima Chaves [Tue, 31 Jul 2012 22:06:31 +0000 (22:06 +0000)]
[elm] Slider now inheritable.

SVN revision: 74687

11 years ago[elm] Naviframe now inheritable.
Gustavo Lima Chaves [Tue, 31 Jul 2012 22:06:26 +0000 (22:06 +0000)]
[elm] Naviframe now inheritable.

SVN revision: 74686

11 years ago[elm] Conformant now inheritable.
Gustavo Lima Chaves [Tue, 31 Jul 2012 22:06:21 +0000 (22:06 +0000)]
[elm] Conformant now inheritable.

SVN revision: 74685

11 years ago[elm] Actionslider now inheritable.
Gustavo Lima Chaves [Tue, 31 Jul 2012 22:06:16 +0000 (22:06 +0000)]
[elm] Actionslider now inheritable.

SVN revision: 74684

11 years ago[elm] Bring header files install rule up to date.
Gustavo Lima Chaves [Tue, 31 Jul 2012 22:06:11 +0000 (22:06 +0000)]
[elm] Bring header files install rule up to date.

SVN revision: 74683

11 years ago[elm] Genlist now inheritable.
Gustavo Lima Chaves [Tue, 31 Jul 2012 22:06:06 +0000 (22:06 +0000)]
[elm] Genlist now inheritable.

Widgets having internal panning objects won't have so fancy inheriting
schemas for those very objects, but they should be fine with
re-defining their own, if they want/need and overwriting it in their
smart_add()s.

SVN revision: 74682

11 years ago[elm] Slideshow now inheritable.
Gustavo Lima Chaves [Tue, 31 Jul 2012 22:06:00 +0000 (22:06 +0000)]
[elm] Slideshow now inheritable.

SVN revision: 74681

11 years ago[elm] Scroller now inheritable.
Gustavo Lima Chaves [Tue, 31 Jul 2012 22:05:55 +0000 (22:05 +0000)]
[elm] Scroller now inheritable.

SVN revision: 74680

11 years ago[elm] Here, better.
Gustavo Lima Chaves [Tue, 31 Jul 2012 22:05:50 +0000 (22:05 +0000)]
[elm] Here, better.

SVN revision: 74679

11 years ago[elm] Hover now inheritable.
Gustavo Lima Chaves [Tue, 31 Jul 2012 22:05:43 +0000 (22:05 +0000)]
[elm] Hover now inheritable.

SVN revision: 74678

11 years ago[elm] Inheritance tweeks on layout.
Gustavo Lima Chaves [Tue, 31 Jul 2012 22:05:38 +0000 (22:05 +0000)]
[elm] Inheritance tweeks on layout.

SVN revision: 74677

11 years ago[elm] Mapbuf now inheritable.
Gustavo Lima Chaves [Tue, 31 Jul 2012 22:05:33 +0000 (22:05 +0000)]
[elm] Mapbuf now inheritable.

SVN revision: 74676

11 years ago[elm] Notify now inheritable.
Gustavo Lima Chaves [Tue, 31 Jul 2012 22:05:27 +0000 (22:05 +0000)]
[elm] Notify now inheritable.

SVN revision: 74675

11 years ago[elm] Elm container a little bit more
Gustavo Lima Chaves [Tue, 31 Jul 2012 22:05:22 +0000 (22:05 +0000)]
[elm] Elm container a little bit more
 future-proof.

SVN revision: 74674

11 years ago[elm] Route now inheritable.
Gustavo Lima Chaves [Tue, 31 Jul 2012 22:05:17 +0000 (22:05 +0000)]
[elm] Route now inheritable.

SVN revision: 74673

11 years ago[elm] Plug now inheritable.
Gustavo Lima Chaves [Tue, 31 Jul 2012 22:05:12 +0000 (22:05 +0000)]
[elm] Plug now inheritable.

SVN revision: 74672

11 years ago[elm] Grid now inheritable.
Gustavo Lima Chaves [Tue, 31 Jul 2012 22:05:06 +0000 (22:05 +0000)]
[elm] Grid now inheritable.

SVN revision: 74671

11 years ago[elm] Diskselector now inheritable.
Gustavo Lima Chaves [Tue, 31 Jul 2012 22:05:00 +0000 (22:05 +0000)]
[elm] Diskselector now inheritable.

SVN revision: 74670

11 years ago[elm] Glview now inheritable.
Gustavo Lima Chaves [Tue, 31 Jul 2012 22:04:54 +0000 (22:04 +0000)]
[elm] Glview now inheritable.

SVN revision: 74669

11 years ago[elm] Web now inheritable.
Gustavo Lima Chaves [Tue, 31 Jul 2012 22:04:45 +0000 (22:04 +0000)]
[elm] Web now inheritable.

We still gotta find a way to use our scrolling infra with it.

SVN revision: 74668

11 years agogenlist: full-cell contents style.
Gustavo Sverzut Barbieri [Tue, 31 Jul 2012 20:07:09 +0000 (20:07 +0000)]
genlist: full-cell contents style.

item style "full" will have a single SWALLOW part that covers the
whole item. This is great when you have more complex visual that do
not fit a standard style yet you don't want to create your own style
for it.

SVN revision: 74665

11 years agochlog++
Carsten Haitzler [Tue, 31 Jul 2012 12:31:31 +0000 (12:31 +0000)]
chlog++

SVN revision: 74651

11 years agoFrom: Kim Shinwoo <kimcinoo.efl@gmail.com>
Kim Shinwoo [Tue, 31 Jul 2012 12:30:48 +0000 (12:30 +0000)]
From: Kim Shinwoo <kimcinoo.efl@gmail.com>
Subject: [E-devel] [patch][elementary] ctxpopup, focus-chain

i'd like to raise an issue about focus chain on the ctxpopup. the focus
would go around only in the ctxpopup. (IMHO, raster keep the previous
popup
patch. so definitely!!)
but.. first of all, current ctxpopup does not have focus_next(). even
though there is focus_next(), it is not work properly,
because the parent of ctxpopup would be a widget which does not take
care
of sub objects in the focus_next(); such as elm_list.
(every widget can be a parent of ctxpopup, if the widget is enough
size to
display ctxpopup. thus the elm_list can be a parent of ctxpopup also).
anyhow, to resolve this issue, the patch uses event() of
elm_widget_event_hook_set().

the ctxpopup item is equal to the elm_list item. but the focus chain of
elm_list does not work properly.
generally, we use 'Tab' key to move focus, but elm_list uses the
(up,down)
arrow key moreover it is not a focus.
if you want to check this patch, it would be better to use
ELM_ACCESS_MODE=1.

SVN revision: 74650

11 years agoFrom: Kim Shinwoo <kimcinoo.efl@gmail.com>
Kim Shinwoo [Tue, 31 Jul 2012 12:24:58 +0000 (12:24 +0000)]
From: Kim Shinwoo <kimcinoo.efl@gmail.com>
Subject: [E-devel] [patch][elementary] dayselector - focus chain, and
about accessibility policy.

dayselector does not work in focus cycle because there is no
focus_chain().
because dayselctor is a child of Elm_Layout_Smart_Class, so it is
enough to
use focus_chain() of layout.

and.. very carefully..
i'd like to raise an issue that currently visually impaired person
should
be obliged to click(tap) quickly two times to activate widget such as
button, check.
the implementation to check 2nd click in elm_access is great. but one
single click is enough to activate button or change state of elm_check.
moreover some widgets like dayselector which has customized style for
elm_check does not work properly, because they do something at signal
'mouse,down,1'.

SVN revision: 74649

11 years agofix 1 liner oops in smart member add handler.. yet AGAIN runing the
Carsten Haitzler [Tue, 31 Jul 2012 12:19:15 +0000 (12:19 +0000)]
fix 1 liner oops in smart member add handler.. yet AGAIN runing the
smart member add... :)

SVN revision: 74648

11 years agoFrom: Kim Shinwoo <kimcinoo.efl@gmail.com>
Kim Shinwoo [Tue, 31 Jul 2012 11:12:00 +0000 (11:12 +0000)]
From: Kim Shinwoo <kimcinoo.efl@gmail.com>
Subject: [E-devel] [patch][elementary] naviframe - focus chain, access

i have attached a patch to fix focus chin issue when the item title is not
visible. and to add accessibility feature.

SVN revision: 74646

11 years agoelm test_gengrid.c: Added bring_in/show buttons.
Daniel Juyung Seo [Tue, 31 Jul 2012 11:02:30 +0000 (11:02 +0000)]
elm test_gengrid.c: Added bring_in/show buttons.

SVN revision: 74644

11 years agoelm gengrid: Fixed item_show bug.
Daniel Juyung Seo [Tue, 31 Jul 2012 11:02:27 +0000 (11:02 +0000)]
elm gengrid: Fixed item_show bug.

SVN revision: 74643

11 years agoElm: Update label example to move labels so they do not overlap and
Christopher Michael [Tue, 31 Jul 2012 06:04:52 +0000 (06:04 +0000)]
Elm: Update label example to move labels so they do not overlap and
actually call evas_object_move on one that was missing it.

SVN revision: 74614

11 years ago[elm] Map now inheritable.
Gustavo Lima Chaves [Mon, 30 Jul 2012 22:36:50 +0000 (22:36 +0000)]
[elm] Map now inheritable.

SVN revision: 74610

11 years ago[elm] Icon now inheritable.
Gustavo Lima Chaves [Mon, 30 Jul 2012 22:36:38 +0000 (22:36 +0000)]
[elm] Icon now inheritable.

SVN revision: 74609

11 years ago[elm] Remove unused var.
Gustavo Lima Chaves [Mon, 30 Jul 2012 22:36:29 +0000 (22:36 +0000)]
[elm] Remove unused var.

SVN revision: 74608

11 years ago[elm] Image now (better) inheritable.
Gustavo Lima Chaves [Mon, 30 Jul 2012 22:36:19 +0000 (22:36 +0000)]
[elm] Image now (better) inheritable.

SVN revision: 74607

11 years ago[elm] Photocam now inheritable.
Gustavo Lima Chaves [Mon, 30 Jul 2012 22:36:06 +0000 (22:36 +0000)]
[elm] Photocam now inheritable.

SVN revision: 74606

11 years ago[elm] Menu now inheritable.
Gustavo Lima Chaves [Mon, 30 Jul 2012 22:35:55 +0000 (22:35 +0000)]
[elm] Menu now inheritable.

SVN revision: 74605

11 years ago[elm] Thumb now inheritable.
Gustavo Lima Chaves [Mon, 30 Jul 2012 22:35:44 +0000 (22:35 +0000)]
[elm] Thumb now inheritable.

SVN revision: 74604

11 years ago[elm] Table now inheritable.
Gustavo Lima Chaves [Mon, 30 Jul 2012 22:35:32 +0000 (22:35 +0000)]
[elm] Table now inheritable.

SVN revision: 74603

11 years ago[elm] Making box inheritable.
Gustavo Lima Chaves [Mon, 30 Jul 2012 22:35:22 +0000 (22:35 +0000)]
[elm] Making box inheritable.

SVN revision: 74602

11 years ago[elm] Making photo inheritable.
Gustavo Lima Chaves [Mon, 30 Jul 2012 22:35:11 +0000 (22:35 +0000)]
[elm] Making photo inheritable.

SVN revision: 74601

11 years ago[elm] Permit multipe object
Gustavo Lima Chaves [Mon, 30 Jul 2012 22:34:57 +0000 (22:34 +0000)]
[elm] Permit multipe object
 attachments/detachments from a scrollable iface.

SVN revision: 74600

11 years agoElm: Account for framespace when resizing frame object. Do not need to
Christopher Michael [Mon, 30 Jul 2012 10:06:28 +0000 (10:06 +0000)]
Elm: Account for framespace when resizing frame object. Do not need to
account for it in any other case.

SVN revision: 74569

11 years agoelementary: defert Elm_Calendar generation until needed.
Cedric BAIL [Mon, 30 Jul 2012 09:02:23 +0000 (09:02 +0000)]
elementary: defert Elm_Calendar generation until needed.

NOTE: The new infra is awesome ! That was a piece of cake once
I understand how it work. I love it !

SVN revision: 74562

11 years agoElm: Formatting.
Christopher Michael [Mon, 30 Jul 2012 07:18:16 +0000 (07:18 +0000)]
Elm: Formatting.

SVN revision: 74554

11 years agoelementary: add thaw/freeze to Elm_Layout and use it in Elm_Calendar.
Cedric BAIL [Mon, 30 Jul 2012 07:14:33 +0000 (07:14 +0000)]
elementary: add thaw/freeze to Elm_Layout and use it in Elm_Calendar.

NOTE: This improve calendar performance quite a lot, but a better improvement
would be to populate the object when we really need it. I don't know how to
do that in current Elementary source code. Reason for another expected massive
improvement is that every time you set a property on an Elm_Calendar trigger
a populate and that one is costly (Around 6 populates call per Elm_Calendar in
our code example, meaning doing it could give us a 6 times boost...).

SVN revision: 74553

11 years agoelm_main.c: fix typo
Jihoon Kim [Mon, 30 Jul 2012 06:50:44 +0000 (06:50 +0000)]
elm_main.c: fix typo

SVN revision: 74552

11 years agoelementary: catching double and triple clicks in spinner.
Cedric BAIL [Sat, 28 Jul 2012 13:32:53 +0000 (13:32 +0000)]
elementary: catching double and triple clicks in spinner.

Patch by Jean-Philippe AndrĂ© <jpeg@videolan.org>

SVN revision: 74529