platform/upstream/elementary.git
12 years agoelementary - Updated Changelog
ChunEon Park [Mon, 23 Jul 2012 11:16:42 +0000 (11:16 +0000)]
elementary - Updated Changelog

SVN revision: 74320

12 years agoelementary/win - fixed invalid sd memory access catched by valgrind.
ChunEon Park [Mon, 23 Jul 2012 08:23:01 +0000 (08:23 +0000)]
elementary/win - fixed invalid sd memory access catched by valgrind.

now, more simple and clear!

SVN revision: 74310

12 years agoThe label should be inserted and the visible signal should be emitted, only when...
Jaehwan Kim [Mon, 23 Jul 2012 01:59:41 +0000 (01:59 +0000)]
The label should be inserted and the visible signal should be emitted, only when the text exists.

SVN revision: 74304

12 years ago[elm] Oopsie--.
Gustavo Lima Chaves [Fri, 20 Jul 2012 20:38:18 +0000 (20:38 +0000)]
[elm] Oopsie--.

SVN revision: 74259

12 years ago[elm] Fix changed API call for webkit.
Gustavo Lima Chaves [Fri, 20 Jul 2012 14:58:39 +0000 (14:58 +0000)]
[elm] Fix changed API call for webkit.

SVN revision: 74256

12 years ago[elm] Fix on focus handle on photocam.
Gustavo Lima Chaves [Fri, 20 Jul 2012 14:58:33 +0000 (14:58 +0000)]
[elm] Fix on focus handle on photocam.

SVN revision: 74255

12 years ago[elm] Removing unused var.
Gustavo Lima Chaves [Fri, 20 Jul 2012 14:58:21 +0000 (14:58 +0000)]
[elm] Removing unused var.

SVN revision: 74254

12 years agofix OTHER segv in colorselector! the one cedric didn't find!
Carsten Haitzler [Fri, 20 Jul 2012 10:08:08 +0000 (10:08 +0000)]
fix OTHER segv in colorselector! the one cedric didn't find!

SVN revision: 74228

12 years agolets not have the getsure layer 3 test us ea timer - bad bad bad style
Carsten Haitzler [Fri, 20 Jul 2012 08:42:52 +0000 (08:42 +0000)]
lets not have the getsure layer 3 test us ea timer - bad bad bad style
and jerky anim! :(

SVN revision: 74220

12 years agofix transit to expect elm_icon not icon due to internal type name changes.
Carsten Haitzler [Fri, 20 Jul 2012 08:10:44 +0000 (08:10 +0000)]
fix transit to expect elm_icon not icon due to internal type name changes.

SVN revision: 74216

12 years agofix diskselector if figner size small.
Carsten Haitzler [Fri, 20 Jul 2012 08:01:59 +0000 (08:01 +0000)]
fix diskselector if figner size small.

SVN revision: 74215

12 years agoelementary: fix erroneous memory access.
Cedric BAIL [Fri, 20 Jul 2012 04:20:06 +0000 (04:20 +0000)]
elementary: fix erroneous memory access.

One more pack of beer for the Valgrind developer !

SVN revision: 74202

12 years ago[elm] This file was not meant to exist.
Gustavo Lima Chaves [Thu, 19 Jul 2012 20:26:35 +0000 (20:26 +0000)]
[elm] This file was not meant to exist.

SVN revision: 74195

12 years ago[elm] Map now using the scrollable interface.
Gustavo Lima Chaves [Thu, 19 Jul 2012 20:26:09 +0000 (20:26 +0000)]
[elm] Map now using the scrollable interface.

SVN revision: 74194

12 years agoelementary: prevent the hook to mess with the event object property.
Cedric BAIL [Thu, 19 Jul 2012 09:25:04 +0000 (09:25 +0000)]
elementary: prevent the hook to mess with the event object property.

SVN revision: 74175

12 years agoelementary: call this on the samrt object.
Cedric BAIL [Thu, 19 Jul 2012 09:24:29 +0000 (09:24 +0000)]
elementary: call this on the samrt object.

SVN revision: 74174

12 years agoFrom: Seunggyun Kim <sgyun.kim@samsung.com>
Seunggyun Kim [Thu, 19 Jul 2012 08:10:02 +0000 (08:10 +0000)]
From: Seunggyun Kim <sgyun.kim@samsung.com>
Subject: [E-devel] [PATCH] elm_icon is disappeared when theme hook is
called.

[Current Issue]
 - The elm_icon can be disappeared when theme hook is called.
    You can see the problem in the below situation.
        a) elementary_test -> Layout select
            b) elementary_config -> Fonts(toolbar) -> select some font
class, font,
style, size
    c) Select "Apply" button
       then two icons in title layout are disappeared.

       [Main cause]
        - when theme hook is called, internally
_elm_image_smart_sizing_eval
function is called.
   The function calculates icon's min, max size.
      But min, max size is calculated  only in case no_scale is true or
      resize_down or resize_up is false.
         If application isn't set no_scale or resize_down/up, minw and
minh value
is just -1.
   So when theme hooks is called then sizing_eval is called, icon's
min size
is -1 and that is disappeared.

[Change Description]
 - I just added evas_object_size_hint_min_get(obj, &minw, minh) in
 _elm_image_smart_sizing_eval.
     Patch is working well, but I don't think this is right solution
because
that would break image(icon) min,max concept

SVN revision: 74163

12 years agocommit patch from:
Carsten Haitzler [Thu, 19 Jul 2012 07:37:48 +0000 (07:37 +0000)]
commit patch from:

http://trac.enlightenment.org/e/ticket/1174

SVN revision: 74161

12 years ago1. datetime font should be sanes, not slp, size 10, and
Carsten Haitzler [Thu, 19 Jul 2012 07:20:06 +0000 (07:20 +0000)]
1. datetime font should be sanes, not slp, size 10, and
2. diskselector belongs in diskselector, not datetime edc.

SVN revision: 74160

12 years agoadd missing bureaucracy.
Gustavo Sverzut Barbieri [Thu, 19 Jul 2012 04:47:20 +0000 (04:47 +0000)]
add missing bureaucracy.

thanks vtorri, our restless monitor of forgotten files, changelog,
news and @since.

SVN revision: 74158

12 years agoelm_win: support trapping ecore_evas calls (aka: e17 support)
Gustavo Sverzut Barbieri [Thu, 19 Jul 2012 04:35:50 +0000 (04:35 +0000)]
elm_win: support trapping ecore_evas calls (aka: e17 support)

Allows setting a trap in elm_win that intercepts calls to
ecore_evas. If there is a trap and the trap returns EINA_FALSE, then
the corresponding call is NOT issued. If it does not exist or returns
EINA_TRUE, then the call is executed.

Enlightenment window manager will set these traps and will call
e_border directly, allowing E17 to use Elementary! A major feature
given e_widgets painful usage.

This should also help integrating into Wayland or even debug.

SVN revision: 74156

12 years ago[elm] Fix bad timer usage on notify.
Gustavo Lima Chaves [Wed, 18 Jul 2012 21:03:58 +0000 (21:03 +0000)]
[elm] Fix bad timer usage on notify.

SVN revision: 74151

12 years ago[elm] Cosmetic.
Gustavo Lima Chaves [Wed, 18 Jul 2012 21:03:51 +0000 (21:03 +0000)]
[elm] Cosmetic.

SVN revision: 74150

12 years ago[elm] Fix bad gengrid porting on a function.
Gustavo Lima Chaves [Wed, 18 Jul 2012 21:03:46 +0000 (21:03 +0000)]
[elm] Fix bad gengrid porting on a function.

SVN revision: 74149

12 years ago[elm] New elm_widget_add() usage spread.
Gustavo Lima Chaves [Wed, 18 Jul 2012 21:03:39 +0000 (21:03 +0000)]
[elm] New elm_widget_add() usage spread.

SVN revision: 74148

12 years ago[elm] New infra to help factorize initting code for
Gustavo Lima Chaves [Wed, 18 Jul 2012 21:03:28 +0000 (21:03 +0000)]
[elm] New infra to help factorize initting code for
 widgets.

Some of them have initting code using the parent ptr for some logic.
Now there's a new idiom on instantiating widgets which adresses
that. It'll be used for all widgets from now on.

SVN revision: 74147

12 years ago[elm] Let's not depend on layout calls inside the
Gustavo Lima Chaves [Wed, 18 Jul 2012 17:09:51 +0000 (17:09 +0000)]
[elm] Let's not depend on layout calls inside the
 interface.

SVN revision: 74075

12 years agoelm elm_list.h: Fix typo pointed out by Goffi on irc.
Daniel Juyung Seo [Wed, 18 Jul 2012 13:24:45 +0000 (13:24 +0000)]
elm elm_list.h: Fix typo pointed out by Goffi on irc.

SVN revision: 74069

12 years agoelementary/mapbuf - Fix the mapbuf to resize the contents(smart obj) correctly.
ChunEon Park [Wed, 18 Jul 2012 12:36:09 +0000 (12:36 +0000)]
elementary/mapbuf - Fix the mapbuf to resize the contents(smart obj) correctly.

When smart obj was set as the contents the _configure would be called recursively.
In this process the lastest size could be reverted as the previous one.

SVN revision: 74064

12 years agoelementary/mapbuf - more proper size for test
ChunEon Park [Wed, 18 Jul 2012 11:43:02 +0000 (11:43 +0000)]
elementary/mapbuf - more proper size for test

SVN revision: 74059

12 years agofix flipselector theme to not lose chars. amazing it degraded so
Carsten Haitzler [Wed, 18 Jul 2012 11:06:25 +0000 (11:06 +0000)]
fix flipselector theme to not lose chars. amazing it degraded so
gracefully in the first place! :)

SVN revision: 74056

12 years agoFrom: yan.wang@linux.intel.com
yan.wang [Wed, 18 Jul 2012 08:27:52 +0000 (08:27 +0000)]
From: yan.wang@linux.intel.com
Subject: [E-devel] [PATCH] Add frame size when calculating minimized
elm_win size

Hi,
  I found frame size including width and height isn't counted in
  _elm_win_resize_objects_eval() when calculating minimized elm_window
  size.
    It is OK for X engine because elementary only draw client area and X
    provides widow frame. So both the width and height from
    evas_output_framespace_get are 0.
      But it cause bug for wayland engine because elementary need draw
window
frame by itself. So real client area size is smaller than window size.
If frame size isn't counted into minimized window size, there isn't
enough client area to layout widgets.
  So it is bug for any engine in which elementary draws window frame by
  itself. It is the reason of
http://trac.enlightenment.org/e/ticket/1064.
  Could you please my attached patch for this issue?
    Thanks.

SVN revision: 74049

12 years agoclean up default check/radio sizing.
Carsten Haitzler [Wed, 18 Jul 2012 08:23:15 +0000 (08:23 +0000)]
clean up default check/radio sizing.

SVN revision: 74048

12 years agofix evil scroller self-feeing loop scrollbar sizing issues.
Carsten Haitzler [Wed, 18 Jul 2012 06:59:16 +0000 (06:59 +0000)]
fix evil scroller self-feeing loop scrollbar sizing issues.

SVN revision: 74041

12 years agoclean up desktop scroller theme a bit.
Carsten Haitzler [Wed, 18 Jul 2012 06:57:52 +0000 (06:57 +0000)]
clean up desktop scroller theme a bit.

SVN revision: 74040

12 years agoelm image: Removed existing trailing whitespace while reading the
Daniel Juyung Seo [Wed, 18 Jul 2012 02:25:38 +0000 (02:25 +0000)]
elm image: Removed existing trailing whitespace while reading the
code.

SVN revision: 74031

12 years agoelm image: Renamed internal variable/function name to be less confusing. They could...
Daniel Juyung Seo [Wed, 18 Jul 2012 02:25:34 +0000 (02:25 +0000)]
elm image: Renamed internal variable/function name to be less confusing. They could be confused by no_scale option.

SVN revision: 74030

12 years ago[elm] Updating class images.
Gustavo Lima Chaves [Tue, 17 Jul 2012 22:34:26 +0000 (22:34 +0000)]
[elm] Updating class images.

SVN revision: 74029

12 years ago[elm] Fix image name on a script.
Gustavo Lima Chaves [Tue, 17 Jul 2012 22:27:01 +0000 (22:27 +0000)]
[elm] Fix image name on a script.

SVN revision: 74028

12 years ago[elm] Diskselector now a scrollable widget.
Gustavo Lima Chaves [Tue, 17 Jul 2012 22:09:07 +0000 (22:09 +0000)]
[elm] Diskselector now a scrollable widget.

Again, all bugs and features kept. Enjoy.

SVN revision: 74027

12 years ago[elm] Style fix.
Gustavo Lima Chaves [Tue, 17 Jul 2012 18:46:18 +0000 (18:46 +0000)]
[elm] Style fix.

SVN revision: 74025

12 years ago[elm] Init fix for frame.
Gustavo Lima Chaves [Tue, 17 Jul 2012 18:46:12 +0000 (18:46 +0000)]
[elm] Init fix for frame.

SVN revision: 74024

12 years ago[elm] Init fixes for slider.
Gustavo Lima Chaves [Tue, 17 Jul 2012 18:46:03 +0000 (18:46 +0000)]
[elm] Init fixes for slider.

SVN revision: 74023

12 years ago[elm] Style fixes.
Gustavo Lima Chaves [Tue, 17 Jul 2012 18:45:57 +0000 (18:45 +0000)]
[elm] Style fixes.

SVN revision: 74022

12 years ago[elm] Init fix for photo.
Gustavo Lima Chaves [Tue, 17 Jul 2012 18:45:51 +0000 (18:45 +0000)]
[elm] Init fix for photo.

SVN revision: 74021

12 years ago[elm] Repeated call now gone.
Gustavo Lima Chaves [Tue, 17 Jul 2012 18:45:39 +0000 (18:45 +0000)]
[elm] Repeated call now gone.

SVN revision: 74020

12 years ago[elm] Init PARTIAL fix for conform.
Gustavo Lima Chaves [Tue, 17 Jul 2012 18:45:33 +0000 (18:45 +0000)]
[elm] Init PARTIAL fix for conform.

Widgets dealing with parent widget on init are on my TODO, yet.
Ideas?

SVN revision: 74019

12 years ago[elm] Init fix for segment control.
Gustavo Lima Chaves [Tue, 17 Jul 2012 18:45:27 +0000 (18:45 +0000)]
[elm] Init fix for segment control.

SVN revision: 74018

12 years ago[elm] Init fix for plug.
Gustavo Lima Chaves [Tue, 17 Jul 2012 18:45:20 +0000 (18:45 +0000)]
[elm] Init fix for plug.

SVN revision: 74017

12 years ago[elm] Init fix for slideshow.
Gustavo Lima Chaves [Tue, 17 Jul 2012 18:45:16 +0000 (18:45 +0000)]
[elm] Init fix for slideshow.

SVN revision: 74016

12 years ago[elm] Fix init on image.
Gustavo Lima Chaves [Tue, 17 Jul 2012 18:45:09 +0000 (18:45 +0000)]
[elm] Fix init on image.

SVN revision: 74015

12 years ago[elm] Init fix for actionslider.
Gustavo Lima Chaves [Tue, 17 Jul 2012 18:45:04 +0000 (18:45 +0000)]
[elm] Init fix for actionslider.

SVN revision: 74014

12 years ago[elm] Init fix for bubble.
Gustavo Lima Chaves [Tue, 17 Jul 2012 18:44:55 +0000 (18:44 +0000)]
[elm] Init fix for bubble.

SVN revision: 74013

12 years ago[elm] Init code fix -- datetime.
Gustavo Lima Chaves [Tue, 17 Jul 2012 18:44:50 +0000 (18:44 +0000)]
[elm] Init code fix -- datetime.

SVN revision: 74012

12 years ago[elm] Init code fix -- glview.
Gustavo Lima Chaves [Tue, 17 Jul 2012 18:44:43 +0000 (18:44 +0000)]
[elm] Init code fix -- glview.

SVN revision: 74011

12 years ago[elm] Init code fix -- check.
Gustavo Lima Chaves [Tue, 17 Jul 2012 18:44:36 +0000 (18:44 +0000)]
[elm] Init code fix -- check.

SVN revision: 74010

12 years ago[elm] Init code fix -- label.
Gustavo Lima Chaves [Tue, 17 Jul 2012 18:44:28 +0000 (18:44 +0000)]
[elm] Init code fix -- label.

SVN revision: 74009

12 years ago[elm] Init code fix -- clock.
Gustavo Lima Chaves [Tue, 17 Jul 2012 18:44:23 +0000 (18:44 +0000)]
[elm] Init code fix -- clock.

SVN revision: 74008

12 years ago[elm] Init code fix -- calendar.
Gustavo Lima Chaves [Tue, 17 Jul 2012 18:44:16 +0000 (18:44 +0000)]
[elm] Init code fix -- calendar.

SVN revision: 74007

12 years ago[elm] Update class images.
Gustavo Lima Chaves [Tue, 17 Jul 2012 18:44:10 +0000 (18:44 +0000)]
[elm] Update class images.

SVN revision: 74006

12 years ago[elm] Init code fix - thumb.
Gustavo Lima Chaves [Tue, 17 Jul 2012 18:43:53 +0000 (18:43 +0000)]
[elm] Init code fix - thumb.

SVN revision: 74005

12 years ago[elm] Init code placement fix -- gengrid.
Gustavo Lima Chaves [Tue, 17 Jul 2012 16:42:20 +0000 (16:42 +0000)]
[elm] Init code placement fix -- gengrid.

SVN revision: 74002

12 years ago[elm] More initting code placement fix -- photocam.
Gustavo Lima Chaves [Tue, 17 Jul 2012 16:38:07 +0000 (16:38 +0000)]
[elm] More initting code placement fix -- photocam.

SVN revision: 74001

12 years ago[elm] No initting code out of smart_add() -- list.
Gustavo Lima Chaves [Tue, 17 Jul 2012 15:02:22 +0000 (15:02 +0000)]
[elm] No initting code out of smart_add() -- list.

SVN revision: 73997

12 years ago[elm] Cosmetic.
Gustavo Lima Chaves [Tue, 17 Jul 2012 14:56:51 +0000 (14:56 +0000)]
[elm] Cosmetic.

SVN revision: 73996

12 years ago[elm] No init code out of smart_add() -- scroller.
Gustavo Lima Chaves [Tue, 17 Jul 2012 14:56:44 +0000 (14:56 +0000)]
[elm] No init code out of smart_add() -- scroller.

SVN revision: 73995

12 years ago[elm] More cosmetic.
Gustavo Lima Chaves [Tue, 17 Jul 2012 14:56:38 +0000 (14:56 +0000)]
[elm] More cosmetic.

SVN revision: 73994

12 years ago[elm] Old cosmetical diff flush.
Gustavo Lima Chaves [Tue, 17 Jul 2012 14:56:32 +0000 (14:56 +0000)]
[elm] Old cosmetical diff flush.

SVN revision: 73993

12 years ago[elm] Old cosmetical diff flush.
Gustavo Lima Chaves [Tue, 17 Jul 2012 14:56:23 +0000 (14:56 +0000)]
[elm] Old cosmetical diff flush.

SVN revision: 73992

12 years agobetter fix for elm_test logging debacle
Mike Blumenkrantz [Tue, 17 Jul 2012 11:49:19 +0000 (11:49 +0000)]
better fix for elm_test logging debacle

SVN revision: 73974

12 years agoscrollbars got too small in desktop mode. adjust to be bigger.
Carsten Haitzler [Tue, 17 Jul 2012 09:03:08 +0000 (09:03 +0000)]
scrollbars got too small in desktop mode. adjust to be bigger.

SVN revision: 73962

12 years agohell no. printf. not eina-log. this is test exampels, not debug from
Carsten Haitzler [Tue, 17 Jul 2012 08:42:25 +0000 (08:42 +0000)]
hell no. printf. not eina-log. this is test exampels, not debug from
an app. they printf as OUTPUT. alkso u broke build:

/home/raster/C/elm/src/bin/test_genlist.c:2862: undefined reference to
_elm_log_dom'

of course there is no symbol exposed that is an INTERNAL LOG DOMAIN to
elm! it's for elm not for outside.

SVN revision: 73957

12 years ago[elm] Fix an old bad "fix" for bad code.
Gustavo Lima Chaves [Mon, 16 Jul 2012 21:56:48 +0000 (21:56 +0000)]
[elm] Fix an old bad "fix" for bad code.

This was a PITA to find, fuck.

SVN revision: 73943

12 years ago[elm] Eina log for tests, starting with genlist.
Gustavo Lima Chaves [Mon, 16 Jul 2012 21:56:38 +0000 (21:56 +0000)]
[elm] Eina log for tests, starting with genlist.

SVN revision: 73942

12 years ago[elm] Genlist now a scrollable layout.
Gustavo Lima Chaves [Mon, 16 Jul 2012 21:56:30 +0000 (21:56 +0000)]
[elm] Genlist now a scrollable layout.

The ERRs thrown on the terminal while exiting some tests were already
there -- check that those decorate and stuff modes add lots of NULL
children on lists.

Genlist work exactly as before. All the bugs and feature were kept :)

SVN revision: 73941

12 years ago[elm] Forgotten cleanups and comments on gengrid.
Gustavo Lima Chaves [Mon, 16 Jul 2012 21:56:18 +0000 (21:56 +0000)]
[elm] Forgotten cleanups and comments on gengrid.

SVN revision: 73940

12 years agochlog to match.
Carsten Haitzler [Mon, 16 Jul 2012 09:17:15 +0000 (09:17 +0000)]
chlog to match.

SVN revision: 73914

12 years agoalas por yorrick... umm errr... alas por html mode copy & paste, we
Carsten Haitzler [Mon, 16 Jul 2012 09:16:30 +0000 (09:16 +0000)]
alas por yorrick... umm errr... alas por html mode copy & paste, we
knew him well. disable because it seems nothing i try requests it
except thunderbird, and thunderbird seems to sumarrily ignore the text
we provide. why - don't know. would have to now dig into thunderbir
src, but suffice to say plaintext is working a charmer, so let's stick
to that.

SVN revision: 73913

12 years agofix gesture layer if config happens to have 0 timeouts which causes
Carsten Haitzler [Sat, 14 Jul 2012 09:17:04 +0000 (09:17 +0000)]
fix gesture layer if config happens to have 0 timeouts which causes
misbehavior.

SVN revision: 73842

12 years agoelm test_ctxpopup.c: obj is used. So not __UNUSED__.
Daniel Juyung Seo [Thu, 12 Jul 2012 23:22:22 +0000 (23:22 +0000)]
elm test_ctxpopup.c: obj is used. So not __UNUSED__.

SVN revision: 73781

12 years agofix Ticket #1122
Carsten Haitzler [Thu, 12 Jul 2012 11:11:21 +0000 (11:11 +0000)]
fix Ticket #1122

SVN revision: 73614

12 years agoelementary/toolbar -- removed white space
ChunEon Park [Thu, 12 Jul 2012 06:19:16 +0000 (06:19 +0000)]
elementary/toolbar -- removed white space

SVN revision: 73598

12 years agoelementary/toolbar - --white trailing
ChunEon Park [Thu, 12 Jul 2012 06:18:29 +0000 (06:18 +0000)]
elementary/toolbar - --white trailing

SVN revision: 73597

12 years agoelm genlist: Vertical bounce enable value can be changed by
Daniel Juyung Seo [Thu, 12 Jul 2012 04:46:46 +0000 (04:46 +0000)]
elm genlist: Vertical bounce enable value can be changed by
elementary configuration environment. Patch by Bluezery
<ohpowel@gmail.com>

On Thu, Jul 12, 2012 at 1:00 AM, Bluezery <ohpowel@gmail.com> wrote:
> Hello,
>
> Vertical bounce enable value can be changed by elementary
> configuration environment.
> But currently It was always EINA_FALSE.  I fix that this value can be
> got from elm_config value.
>
> Please review this patch.
> Thanks

SVN revision: 73596

12 years agoelementary/scroller - update exmaple
ChunEon Park [Thu, 12 Jul 2012 04:31:27 +0000 (04:31 +0000)]
elementary/scroller - update exmaple

SVN revision: 73595

12 years agopkgconfig now says the pkgdatadir and themes directory.
Gustavo Sverzut Barbieri [Wed, 11 Jul 2012 14:26:49 +0000 (14:26 +0000)]
pkgconfig now says the pkgdatadir and themes directory.

SVN revision: 73579

12 years agoElm: Commit roberts patch which fixes the unsafe call to
Christopher Michael [Wed, 11 Jul 2012 11:53:29 +0000 (11:53 +0000)]
Elm: Commit roberts patch which fixes the unsafe call to
ecore_evas_window_get with a replacement function that checks the
currently used engine first. This fixes a segfault when running elm
with the wayland engines.

SVN revision: 73568

12 years agoElm: Patch from Robert Bradford <robert.bradford@intel.com> to fix
Christopher Michael [Wed, 11 Jul 2012 11:50:44 +0000 (11:50 +0000)]
Elm: Patch from Robert Bradford <robert.bradford@intel.com> to fix
trying to use an invalid X window when running under the Wayland
backend. Replaces the non-safe call to ecore_evas_window_get, with an
_elm_ee_xwin_get function that checks the used engine first. Replace
call to ecore_evas_window_get inside elm_cnp.

SVN revision: 73567

12 years agoelementary: fix vcard cnp, patch from Guillaume PROUVOT. thx!
Michael BOUCHAUD [Wed, 11 Jul 2012 10:08:46 +0000 (10:08 +0000)]
elementary: fix vcard cnp, patch from Guillaume PROUVOT. thx!

SVN revision: 73561

12 years ago[elm] Missing @sinces and stuff, sorry.
Gustavo Lima Chaves [Wed, 11 Jul 2012 01:38:34 +0000 (01:38 +0000)]
[elm] Missing @sinces and stuff, sorry.

SVN revision: 73547

12 years ago[elm] New class images for gengrid.
Gustavo Lima Chaves [Tue, 10 Jul 2012 22:16:56 +0000 (22:16 +0000)]
[elm] New class images for gengrid.

SVN revision: 73544

12 years agoElementary: fix external icon set using standard icons
Bruno Dilly [Tue, 10 Jul 2012 21:56:02 +0000 (21:56 +0000)]
Elementary: fix external icon set using standard icons

Everytime a icon not on edje file is used (an standard icon),
an error was printed because it was trying to set it from
edje first.

Now it checks if the group exists on edje first.

SVN revision: 73543

12 years ago[elm] Gotta hate this list.
Gustavo Lima Chaves [Tue, 10 Jul 2012 21:47:18 +0000 (21:47 +0000)]
[elm] Gotta hate this list.

SVN revision: 73542

12 years ago[elm] Gengrid now a scrollable layout.
Gustavo Lima Chaves [Tue, 10 Jul 2012 21:40:38 +0000 (21:40 +0000)]
[elm] Gengrid now a scrollable layout.

SVN revision: 73541

12 years ago[elm] Bug fixing on scroller.
Gustavo Lima Chaves [Tue, 10 Jul 2012 21:40:30 +0000 (21:40 +0000)]
[elm] Bug fixing on scroller.

We had an inconsistency of two missing getters, that would "leak" API
deprecation on specialized scrollers (scrollables). Putting them in
for good now.

SVN revision: 73540

12 years agoupdate all versions in @sincs, README's and configure.ac's etc. to
Carsten Haitzler [Mon, 9 Jul 2012 10:20:21 +0000 (10:20 +0000)]
update all versions in @sincs, README's and configure.ac's etc. to
reflect a unified release version, for now 1.6.99.

SVN revision: 73498

12 years agoupdate elm po's
Carsten Haitzler [Mon, 9 Jul 2012 10:18:46 +0000 (10:18 +0000)]
update elm po's

SVN revision: 73496

12 years agoThe more panel should be changed when the theme is changed.
Jaehwan Kim [Mon, 9 Jul 2012 05:22:25 +0000 (05:22 +0000)]
The more panel should be changed when the theme is changed.

SVN revision: 73483

12 years agoThe visible signal should be called when it is reloaded in _theme_hook_item.
Jaehwan Kim [Mon, 9 Jul 2012 05:11:05 +0000 (05:11 +0000)]
The visible signal should be called when it is reloaded in _theme_hook_item.

SVN revision: 73482

12 years agoElm smart/pan: Check obj != NULL before fetching smart data.
Tom Hacohen [Sun, 8 Jul 2012 10:31:34 +0000 (10:31 +0000)]
Elm smart/pan: Check obj != NULL before fetching smart data.

Patch by Daniel Zaoui.

SVN revision: 73464