platform/upstream/elementary.git
11 years agoFrom: Kim Shinwoo <kimcinoo.efl@gmail.com>
Kim Shinwoo [Wed, 29 Aug 2012 09:02:21 +0000 (09:02 +0000)]
From: Kim Shinwoo <kimcinoo.efl@gmail.com>
Subject: [E-devel] [patch][elementary] diskselector - select option,
disabling auto selection. datetime - show even number of items

by default, an diskselector item which is right in the center of
diskselector is selected automatically.
and if the item style emit elm,action,click signal, the item is selected
also.

so there would be a case that item select callback is called by two
ways.
one is clicking the item,
the other is locating item right in the center of diskselector (if
number
of displayed item is odd, then after scrolling the selected callback is
called always).

because of this reason, datetime module always set number of displayed
item
to even number.

to resolve this issue, i add a api to enable or disable default
behavior -
the auto selection - that can be found on the attachment.
moreover the second attachment is for datetime module, now the
datetime can
show even number of items.

SVN revision: 75820

11 years agoElementary: Fix up copy/paste code to work properly with both X11 and
Christopher Michael [Wed, 29 Aug 2012 07:29:21 +0000 (07:29 +0000)]
Elementary: Fix up copy/paste code to work properly with both X11 and
Wayland windows.

Remove x11, wayland, and local bits from cnp init.
Fix up elm_cnp_init to not need an object anymore.
Add missing function prototypes for the wl functions.
Add an init counter for the wl cnp init function so we don't end up
with multiple event handlers.

SVN revision: 75816

11 years agoElementary: Fix selection_has_owner function. Check for valid wl
Christopher Michael [Wed, 29 Aug 2012 07:15:32 +0000 (07:15 +0000)]
Elementary: Fix selection_has_owner function. Check for valid wl
window. Thanks raster ;)

SVN revision: 75813

11 years agofallback for not working strftime for am/pm - based on patch from
Carsten Haitzler [Wed, 29 Aug 2012 07:09:08 +0000 (07:09 +0000)]
fallback for not working strftime for am/pm - based on patch from
rajeev but redone simpler.

SVN revision: 75811

11 years agoElementary: Copy-Paste support for Wayland Engines.
Christopher Michael [Wed, 29 Aug 2012 06:52:48 +0000 (06:52 +0000)]
Elementary: Copy-Paste support for Wayland Engines.

NB: Based on patch from Alex <zhiwen.wu@intel.com>, but cleaned up for
compiler warnings.

SVN revision: 75810

11 years agoelementary/popup,diskselector,naviframe,map - fixed edc to remove warnings
ChunEon Park [Wed, 29 Aug 2012 00:51:09 +0000 (00:51 +0000)]
elementary/popup,diskselector,naviframe,map - fixed edc to remove warnings

SVN revision: 75806

11 years agoelementary/ctxpopup - removed warnings
ChunEon Park [Wed, 29 Aug 2012 00:45:13 +0000 (00:45 +0000)]
elementary/ctxpopup - removed warnings

SVN revision: 75805

11 years agoelementary/hover - added images
ChunEon Park [Wed, 29 Aug 2012 00:42:03 +0000 (00:42 +0000)]
elementary/hover - added images

SVN revision: 75804

11 years agoelementary/naviframe - [E-devel] elc_naviframe: generic parts signals missing bug...
ChunEon Park [Wed, 29 Aug 2012 00:34:13 +0000 (00:34 +0000)]
elementary/naviframe -  [E-devel] elc_naviframe: generic parts signals missing bug fix patch

Hi All,

Please find attached elc_naviframe bug fix patch.
Change description:
Generic text parts and content parts signals not sent hence UI not coming properly issue fixed.

Thanks & Regards
Shilpa Singh

Signed-Off-By: ShilpaOnkar Singh<shilpa.singh@samsung.com>
SVN revision: 75803

11 years agoelm_diskselector: Free r_list in elm_diskselector_clear()
Eduardo de Barros Lima [Tue, 28 Aug 2012 20:20:28 +0000 (20:20 +0000)]
elm_diskselector: Free r_list in elm_diskselector_clear()

List contains garbage at this point and causes SEGV in DiskSelector test

Fixes #1413

SVN revision: 75799

11 years agoYes - i know. Release. Freeze. I put this in as it solves a complaint
Carsten Haitzler [Tue, 28 Aug 2012 10:37:02 +0000 (10:37 +0000)]
Yes - i know. Release. Freeze. I put this in as it solves a complaint
(i guess bug report) about using cpua nd drawing while minimized.

SVN revision: 75776

11 years agoprevent crash when selected item hasn't been assigned a block
Mike Blumenkrantz [Tue, 28 Aug 2012 09:53:35 +0000 (09:53 +0000)]
prevent crash when selected item hasn't been assigned a block

SVN revision: 75771

11 years agofix cnp to only init x11 cnp if window was detected to be x11 elm win
Carsten Haitzler [Tue, 28 Aug 2012 07:49:27 +0000 (07:49 +0000)]
fix cnp to only init x11 cnp if window was detected to be x11 elm win
too. :) oops.

SVN revision: 75759

11 years ago[elm/index] fix indentation
Jihoon Kim [Tue, 28 Aug 2012 04:02:14 +0000 (04:02 +0000)]
[elm/index] fix indentation

SVN revision: 75745

11 years agono this isnt release - this is simply me removing the beta tag so when
Carsten Haitzler [Mon, 27 Aug 2012 10:24:41 +0000 (10:24 +0000)]
no this isnt release - this is simply me removing the beta tag so when
we release it's ready.

SVN revision: 75740

11 years agoupdate @version's
Carsten Haitzler [Mon, 27 Aug 2012 09:51:57 +0000 (09:51 +0000)]
update @version's

SVN revision: 75739

11 years agoelementary/index - [E-devel] [PATCH] elm_index : set it->letter to NULL after eina_st...
ChunEon Park [Mon, 27 Aug 2012 08:23:20 +0000 (08:23 +0000)]
elementary/index - [E-devel] [PATCH] elm_index : set it->letter to NULL after eina_stringshare_del

Hello all,

In elm_index.c, _item_del_pre_hook calls _item_free, where it->letter
is not set to NULL after eina_stringshare_del.
This will cause invalid access later on. The attached patch fixes the
problem, which is reproducible in my code before the fix.
Please check if this makes sense.

I am sorry that I was unable come up with a simple test app to
demonstrate the problem.

Thanks in advance.

Brian

Signed-Off-By:Brian Wang<brian.wang.0721@gmail.com>

SVN revision: 75723

11 years agoelementary - updated po
ChunEon Park [Mon, 27 Aug 2012 08:22:00 +0000 (08:22 +0000)]
elementary - updated po

SVN revision: 75722

11 years agoelementary/segment control - elm_segment_control patch
PRINCE KUMAR DUBEY [Mon, 27 Aug 2012 04:29:31 +0000 (04:29 +0000)]
elementary/segment control - elm_segment_control patch

Hi,

Attachment to the mail is elm_segment_control patch.

Change Log:
1. Generic Text support to segment items.
2. Generic Content support to segment items.

Signed-Off-By: PRINCE KUMAR DUBEY <prince.dubey>@samsung.com>
Thank you,
Prince

SVN revision: 75719

11 years agoupdating portuguese and italian translations
Massimo Maiurana [Sat, 25 Aug 2012 20:03:12 +0000 (20:03 +0000)]
updating portuguese and italian translations

SVN revision: 75701

11 years agoElm: ALIGN is already defined on OpenBSD
Vincent Torri [Fri, 24 Aug 2012 16:23:57 +0000 (16:23 +0000)]
Elm: ALIGN is already defined on OpenBSD

Patch By Maxime Villard

SVN revision: 75684

11 years agooops profile.src had newline! bad! fix!
Carsten Haitzler [Fri, 24 Aug 2012 13:18:50 +0000 (13:18 +0000)]
oops profile.src had newline! bad! fix!

SVN revision: 75660

11 years agoupdating portuguese and italian translations
Massimo Maiurana [Thu, 23 Aug 2012 18:08:44 +0000 (18:08 +0000)]
updating portuguese and italian translations

SVN revision: 75634

11 years agoElm: Fix tickets 1375 (Pictures appear with a bottom border in Gesture
Christopher Michael [Thu, 23 Aug 2012 11:55:33 +0000 (11:55 +0000)]
Elm: Fix tickets 1375 (Pictures appear with a bottom border in Gesture
Layer) and 1380(Top of picture is missing in gesture layer 3).

SVN revision: 75622

11 years agoElm: Fix ticket 1376 (gesture layer test allows events on titlebar).
Christopher Michael [Thu, 23 Aug 2012 11:42:51 +0000 (11:42 +0000)]
Elm: Fix ticket 1376 (gesture layer test allows events on titlebar).

SVN revision: 75620

11 years agoElm: Fix ticket 1363 (Cannot change focus with Shift+Tab when using
Christopher Michael [Thu, 23 Aug 2012 11:27:43 +0000 (11:27 +0000)]
Elm: Fix ticket 1363 (Cannot change focus with Shift+Tab when using
the wayland engines).

The focus handler which traps key events needs to listen for
ISO_Left_Tab also (which is what xkb reports for Shift+Tab).

SVN revision: 75618

11 years agoelm_win: Formatting
Eduardo de Barros Lima [Wed, 22 Aug 2012 19:55:20 +0000 (19:55 +0000)]
elm_win: Formatting

SVN revision: 75558

11 years agoElm: Remove some dead, commented out old code.
Christopher Michael [Wed, 22 Aug 2012 12:48:46 +0000 (12:48 +0000)]
Elm: Remove some dead, commented out old code.

SVN revision: 75547

11 years agoElm: Fix slider popup to account for framespace.
Christopher Michael [Wed, 22 Aug 2012 12:45:44 +0000 (12:45 +0000)]
Elm: Fix slider popup to account for framespace.

NB: This is done because of the way slider handles the popup (indicator).
It is not getting trapped in the evas functions (or rather, the popup
falls through the traps there) so framespace is not accounted on the
popup, resulting in improper popup position when run in wayland.

NB: This is the only widget known to need this.

SVN revision: 75546

11 years agoElm: Fix track_resize_cb to actually resize the popup with the proper
Christopher Michael [Wed, 22 Aug 2012 12:37:21 +0000 (12:37 +0000)]
Elm: Fix track_resize_cb to actually resize the popup with the proper
evas_object_resize call.

Not sure if this was a fat-finger c/p issue, or just plain
blindness/stupidity. How this remained in code for so long
without anybody seeing it is beyond me.

SVN revision: 75544

11 years agoand make plug/socket focus and key input work too! :)
Carsten Haitzler [Wed, 22 Aug 2012 10:09:37 +0000 (10:09 +0000)]
and make plug/socket focus and key input work too! :)

SVN revision: 75535

11 years agomake elm inlined window focus in work and thus key events work. :)
Carsten Haitzler [Wed, 22 Aug 2012 10:02:32 +0000 (10:02 +0000)]
make elm inlined window focus in work and thus key events work. :)

SVN revision: 75534

11 years agoclean up x11 impl a bit more and now add a fairly minimal "local" cnp
Carsten Haitzler [Wed, 22 Aug 2012 09:37:00 +0000 (09:37 +0000)]
clean up x11 impl a bit more and now add a fairly minimal "local" cnp
impl that manages copy & paste within a single process... this is an
example of how to implement cnp for another system and as well covers
fb cnp.. so terminology in fb has cnp work now :)

SVN revision: 75533

11 years agoElm: Better grammar for the Socket test.
Christopher Michael [Wed, 22 Aug 2012 09:31:46 +0000 (09:31 +0000)]
Elm: Better grammar for the Socket test.

SVN revision: 75532

11 years agoElm: Fix window inline test on wayland engines.
Christopher Michael [Wed, 22 Aug 2012 09:21:28 +0000 (09:21 +0000)]
Elm: Fix window inline test on wayland engines.

Fix checks for image object when we have a frame.

SVN revision: 75531

11 years agoElm (tests): Fix more insanely sized windows.
Christopher Michael [Wed, 22 Aug 2012 09:05:16 +0000 (09:05 +0000)]
Elm (tests): Fix more insanely sized windows.

SVN revision: 75528

11 years agoElm (tests): Fix window size.
Christopher Michael [Wed, 22 Aug 2012 08:56:54 +0000 (08:56 +0000)]
Elm (tests): Fix window size.

Really ? 800 pixels tall for a list of just a few items ??

SVN revision: 75527

11 years agoElm: Be sure to set a size for the window.
Christopher Michael [Wed, 22 Aug 2012 08:37:08 +0000 (08:37 +0000)]
Elm: Be sure to set a size for the window.

Previously, if you clicked the icon animation test if would appear to
fail as the window was being created with a 0 size (and never
resized). This just makes sure that the window gets resized to
"something" so that it will actually show up (rather than a user just
blindly clicking the test and wondering why nothing is happening).

SVN revision: 75525

11 years agocore fixup of elm cnp to be able to work regardless ofr display
Carsten Haitzler [Wed, 22 Aug 2012 08:33:43 +0000 (08:33 +0000)]
core fixup of elm cnp to be able to work regardless ofr display
backend and isolate x11 specific stuff in its own fat ifdef and
functions/vars.

SVN revision: 75523

11 years agoElm: Remove unused variable in example (I was tired of seeing the
Christopher Michael [Wed, 22 Aug 2012 06:02:17 +0000 (06:02 +0000)]
Elm: Remove unused variable in example (I was tired of seeing the
compiler message about it) ;)

SVN revision: 75516

11 years agofix toolbar icon size property to actually work as expected.
Carsten Haitzler [Wed, 22 Aug 2012 03:11:23 +0000 (03:11 +0000)]
fix toolbar icon size property to actually work as expected.
fix toolbar select cb to only be callled if select always is on or
item WAS unselected before (as per docs).

SVN revision: 75512

11 years ago[elm] Table oopsie.
Gustavo Lima Chaves [Tue, 21 Aug 2012 22:00:28 +0000 (22:00 +0000)]
[elm] Table oopsie.

SVN revision: 75511

11 years agoFrom: Kim Shinwoo <kimcinoo.efl@gmail.com>
Kim Shinwoo [Tue, 21 Aug 2012 10:08:56 +0000 (10:08 +0000)]
From: Kim Shinwoo <kimcinoo.efl@gmail.com>
Subject: [E-devel] [patch][elementary] segment_control, spinner -
accessibility feature

the attached patch provides accessibility features for segment_control
and spinner.

SVN revision: 75497

11 years agospotted a missing feature not matching with trap stuff. fix.
Carsten Haitzler [Tue, 21 Aug 2012 08:48:47 +0000 (08:48 +0000)]
spotted a missing feature not matching with trap stuff. fix.

SVN revision: 75493

11 years agoelm: Fix division by zero in elm_interface_scroller
Leandro Pereira [Tue, 21 Aug 2012 02:46:17 +0000 (02:46 +0000)]
elm: Fix division by zero in elm_interface_scroller

SVN revision: 75483

11 years ago[elm} Add missing cflags for building edje externals.
Rafael Antognolli [Mon, 20 Aug 2012 21:58:43 +0000 (21:58 +0000)]
[elm} Add missing cflags for building edje externals.

SVN revision: 75470

11 years ago[elm] And I forgot this for elm_web.
Gustavo Lima Chaves [Mon, 20 Aug 2012 16:58:23 +0000 (16:58 +0000)]
[elm] And I forgot this for elm_web.

SVN revision: 75469

11 years ago[elm] Some emergencial elm_web api changes fixes.
Gustavo Lima Chaves [Mon, 20 Aug 2012 14:05:10 +0000 (14:05 +0000)]
[elm] Some emergencial elm_web api changes fixes.

There's one more to go, but that's internal.

SVN revision: 75467

11 years ago[elm] More doc improvements.
Gustavo Lima Chaves [Mon, 20 Aug 2012 14:03:28 +0000 (14:03 +0000)]
[elm] More doc improvements.

SVN revision: 75466

11 years agoFrom: Kim Shinwoo <kimcinoo.efl@gmail.com>
Kim Shinwoo [Mon, 20 Aug 2012 08:06:43 +0000 (08:06 +0000)]
From: Kim Shinwoo <kimcinoo.efl@gmail.com>
Subject: [E-devel] [patch][elementary] datetime - accessibility feature

the attached patch is to add accessibility feature to datetime.
unfortunately this patch depends on previous patch (
http://sourceforge.net/mailarchive/forum.php?thread_name=CAP-c0nHQ1z5B07Nb6P7dUQhfZ8tkqnoHvj_ZEJHGZUr6Ki4SiA%40mail.gmail.com&forum_name=enlightenment-devel
)
anyhow, it will be great if i can get your feedback. thanks a lot
always.

SVN revision: 75454

11 years agoFrom: Jihyeon Seol <jihyeon.seol@samsung.com>
Jihyeon Seol [Mon, 20 Aug 2012 08:02:47 +0000 (08:02 +0000)]
From: Jihyeon Seol <jihyeon.seol@samsung.com>
Subject: [E-devel] [Patch] elc_multibuttonentry resize patch.

Currently, there is a problem in the logic of getting the size in the
MBE's
box.

For each line, the height of the line is calculated according to the
biggest
item's height
and is applied to the box size, but problem occurs when the newly added
item's height is larger than the one before.

For example, when the entry is located in the front of the last line,
the line's height is determined by the entry.

When the button is added by the user's input at this state,
because button's height is larger than the entry's height
I have modified each line to have the equal height.

SVN revision: 75453

11 years agofix issue gustavo found with enbv vars not overriding x props.
Carsten Haitzler [Mon, 20 Aug 2012 07:53:39 +0000 (07:53 +0000)]
fix issue gustavo found with enbv vars not overriding x props.

SVN revision: 75451

11 years agofix k-s's issue with entry scroll things.
Carsten Haitzler [Mon, 20 Aug 2012 07:35:31 +0000 (07:35 +0000)]
fix k-s's issue with entry scroll things.

SVN revision: 75448

11 years agoprintf--
Carsten Haitzler [Mon, 20 Aug 2012 07:33:39 +0000 (07:33 +0000)]
printf--

SVN revision: 75447

11 years agofix preferred engine/config engine handlign and fb fallback to all
Carsten Haitzler [Mon, 20 Aug 2012 07:09:44 +0000 (07:09 +0000)]
fix preferred engine/config engine handlign and fb fallback to all
work as expected.

SVN revision: 75446

11 years agoset preferred engine.
Carsten Haitzler [Mon, 20 Aug 2012 06:25:29 +0000 (06:25 +0000)]
set preferred engine.

SVN revision: 75442

11 years agoelementary/multibuttonentry - [E-devel] [Patch] elc_multibuttonentry memory leak...
ChunEon Park [Mon, 20 Aug 2012 05:22:06 +0000 (05:22 +0000)]
elementary/multibuttonentry - [E-devel] [Patch] elc_multibuttonentry memory leak patch

Dear, all

I've attached a patch that fixed the memory leak.

There is not a free() in _del_hook().

Please review this patch.

Sincerely yours,

Jihyeon Seol

Signed-Off-By: JiHyeon Seol<jiheyon.seol@samsung.com>
SVN revision: 75439

11 years agouse same includes/cflags for building everything in elm. should fix
Carsten Haitzler [Sun, 19 Aug 2012 23:52:31 +0000 (23:52 +0000)]
use same includes/cflags for building everything in elm. should fix
http://trac.enlightenment.org/e/ticket/1360

SVN revision: 75438

11 years agoFrom: Kim Shinwoo <kimcinoo.efl@gmail.com>
Kim Shinwoo [Sat, 18 Aug 2012 13:52:03 +0000 (13:52 +0000)]
From: Kim Shinwoo <kimcinoo.efl@gmail.com>
Subject: [E-devel] [patch][elementary] *  access *

Series of of pathes from kim shinwoo. looked good to me - so in they
go, finishing off some more access mode to be more complete.

SVN revision: 75415

11 years agoUpdate rpm specs
Rui Seabra [Sat, 18 Aug 2012 08:22:34 +0000 (08:22 +0000)]
Update rpm specs

SVN revision: 75404

11 years agoElm: fix compilation on Windows
Vincent Torri [Fri, 17 Aug 2012 08:09:06 +0000 (08:09 +0000)]
Elm: fix compilation on Windows

SVN revision: 75367

11 years agotag as beta...
Carsten Haitzler [Fri, 17 Aug 2012 03:57:49 +0000 (03:57 +0000)]
tag as beta...

SVN revision: 75344

11 years agopo updates...
Carsten Haitzler [Fri, 17 Aug 2012 03:57:07 +0000 (03:57 +0000)]
po updates...

SVN revision: 75341

11 years agofix layout signal emission.
Gustavo Sverzut Barbieri [Thu, 16 Aug 2012 21:41:24 +0000 (21:41 +0000)]
fix layout signal emission.

 - swallow: do not use magic constant '12' and assume it was prefixed
   with 'elm.swallow.';
 - text: use part name and now always 'text'

SVN revision: 75338

11 years agoElementary: avoid unneeded second check for test_win_only
Bruno Dilly [Thu, 16 Aug 2012 21:34:11 +0000 (21:34 +0000)]
Elementary: avoid unneeded second check for test_win_only

SVN revision: 75324

11 years agoElm: Add a mouse,out event (when we have a wayland frame) to handle
Christopher Michael [Thu, 16 Aug 2012 09:40:02 +0000 (09:40 +0000)]
Elm: Add a mouse,out event (when we have a wayland frame) to handle
the case of resetting the wayland cursor image. Fixes ticket #1293.
Increase the size of the event rects on the border theme to allow for
easier resizing.

SVN revision: 75313

11 years agoelm elm_object.h: Fixed documentation.
Daniel Juyung Seo [Thu, 16 Aug 2012 00:20:01 +0000 (00:20 +0000)]
elm elm_object.h: Fixed documentation.

SVN revision: 75296

11 years agoElm: Add fullscreen handling :)
Christopher Michael [Wed, 15 Aug 2012 10:57:31 +0000 (10:57 +0000)]
Elm: Add fullscreen handling :)

Basically, we will remove the frame when going into fullscreen, and
readd when we leave fullscreen. When we remove the frame, then during
window redraw the appropriate fullscreen size will be calculated.
This allows proper fullscreening.

SVN revision: 75294

11 years agoelm genlist.c: Fixed genlist horizontal scrolling issue. This needs to be enalbed...
Daniel Juyung Seo [Wed, 15 Aug 2012 09:52:26 +0000 (09:52 +0000)]
elm genlist.c: Fixed genlist horizontal scrolling issue. This needs to be enalbed only in compress mode.

SVN revision: 75289

11 years agoupdating portuguese and italian translations
Massimo Maiurana [Tue, 14 Aug 2012 21:10:14 +0000 (21:10 +0000)]
updating portuguese and italian translations

SVN revision: 75272

11 years agoElm: Remove mixed_wrap line. Ooopsie, that one should not have gone
Christopher Michael [Tue, 14 Aug 2012 13:08:16 +0000 (13:08 +0000)]
Elm: Remove mixed_wrap line. Ooopsie, that one should not have gone
in. Was a left over from some testing here.

SVN revision: 75259

11 years agoElm: Fix test_entry 8 to not shrink the entry when you start entering
Christopher Michael [Tue, 14 Aug 2012 13:01:02 +0000 (13:01 +0000)]
Elm: Fix test_entry 8 to not shrink the entry when you start entering
text into it. Not sure who the brain surgeon was that thought using a
box here was a good idea, but their surgery license should be revoked ;)

SVN revision: 75258

11 years agowe had enter being handled but not escape. FIX!
Carsten Haitzler [Tue, 14 Aug 2012 10:47:26 +0000 (10:47 +0000)]
we had enter being handled but not escape. FIX!

SVN revision: 75251

11 years agofound min width genlist bug. fix.
Carsten Haitzler [Tue, 14 Aug 2012 10:13:19 +0000 (10:13 +0000)]
found min width genlist bug. fix.

SVN revision: 75250

11 years agogenlist tree effect off fix.
Carsten Haitzler [Tue, 14 Aug 2012 09:38:36 +0000 (09:38 +0000)]
genlist tree effect off fix.

SVN revision: 75249

11 years agoquick fix to test bug - using null/freed itc1. :)
Carsten Haitzler [Tue, 14 Aug 2012 09:17:47 +0000 (09:17 +0000)]
quick fix to test bug - using null/freed itc1. :)

SVN revision: 75247

11 years agoElementary: use more descriptive label for flip test button
Bruno Dilly [Mon, 13 Aug 2012 22:23:41 +0000 (22:23 +0000)]
Elementary: use more descriptive label for flip test button

Since effect is hardcoded as page, instead of using the selected
for interaction (using radiobuttons), it is better to make it clear.

SVN revision: 75227

11 years agoElm: We should also add the wayland cflags and libs here (if support
Christopher Michael [Mon, 13 Aug 2012 14:37:23 +0000 (14:37 +0000)]
Elm: We should also add the wayland cflags and libs here (if support
is built for that).

SVN revision: 75216

11 years agoelm genlist: Partial revert of my wrong commit r75161.
Daniel Juyung Seo [Sun, 12 Aug 2012 23:56:37 +0000 (23:56 +0000)]
elm genlist: Partial revert of my wrong commit r75161.

SVN revision: 75180

11 years agonews: Updated recent news in Korean.
Daniel Juyung Seo [Sun, 12 Aug 2012 07:23:51 +0000 (07:23 +0000)]
news: Updated recent news in Korean.

SVN revision: 75161

11 years agoElementary: Ignore base.cfg in git
Mike McCormack [Sat, 11 Aug 2012 11:28:55 +0000 (11:28 +0000)]
Elementary: Ignore base.cfg in git

SVN revision: 75156

11 years agoelementary: fix version in NEWS
Jihoon Kim [Fri, 10 Aug 2012 14:04:46 +0000 (14:04 +0000)]
elementary: fix version in NEWS

SVN revision: 75108

11 years agoupdate more po's
Carsten Haitzler [Fri, 10 Aug 2012 11:03:50 +0000 (11:03 +0000)]
update more po's

SVN revision: 75097

11 years agomore updates for 1.7.0 alpha.
Carsten Haitzler [Fri, 10 Aug 2012 10:51:17 +0000 (10:51 +0000)]
more updates for 1.7.0 alpha.

SVN revision: 75095

11 years agoalpha release of 1.7 - let's roll. ALPHA!
Carsten Haitzler [Fri, 10 Aug 2012 10:37:05 +0000 (10:37 +0000)]
alpha release of 1.7 - let's roll. ALPHA!

SVN revision: 75091

11 years agoupdate pos'
Carsten Haitzler [Fri, 10 Aug 2012 10:36:23 +0000 (10:36 +0000)]
update pos'

SVN revision: 75088

11 years ago[elm] Big oopsie--.
Gustavo Lima Chaves [Thu, 9 Aug 2012 20:40:27 +0000 (20:40 +0000)]
[elm] Big oopsie--.

SVN revision: 75062

11 years ago[elm] Remove duplicated code.
Gustavo Lima Chaves [Thu, 9 Aug 2012 14:46:58 +0000 (14:46 +0000)]
[elm] Remove duplicated code.

SVN revision: 75054

11 years ago[elm] Remove deprecated info.
Gustavo Lima Chaves [Thu, 9 Aug 2012 14:46:51 +0000 (14:46 +0000)]
[elm] Remove deprecated info.

SVN revision: 75053

11 years agoelementary: reset main loop after fork.
Cedric BAIL [Thu, 9 Aug 2012 12:23:15 +0000 (12:23 +0000)]
elementary: reset main loop after fork.

SVN revision: 75046

11 years agosorry yoz - u cant use min size set from outside the widget as wisgets
Carsten Haitzler [Thu, 9 Aug 2012 12:12:29 +0000 (12:12 +0000)]
sorry yoz - u cant use min size set from outside the widget as wisgets
set it all the time themselves for read-only use outside. :) if uw ant
this u have to accomplish this another way. eg table with genlist PLUS
invisible rect obj at the same cell spot (0, 0, 1x1). and make the
invisible rect have a min size hint. table takes care of using the
"constraints" of both rect and gnelist then for sizing. :)

SVN revision: 75044

11 years agofix selection handling in list if items disabled.
Carsten Haitzler [Thu, 9 Aug 2012 11:54:37 +0000 (11:54 +0000)]
fix selection handling in list if items disabled.

SVN revision: 75041

11 years agoelementary: elm_genlist take account of min vertical size hint
Michael BOUCHAUD [Wed, 8 Aug 2012 19:47:26 +0000 (19:47 +0000)]
elementary: elm_genlist take account of min vertical size hint

SVN revision: 75021

11 years agofix panel so it doesnt use a scroller anymore - probably never should
Carsten Haitzler [Wed, 8 Aug 2012 10:40:00 +0000 (10:40 +0000)]
fix panel so it doesnt use a scroller anymore - probably never should
have had one as you can plance a scrolelr inside one, but also fix up
theme layout to allow for styles to work at all.

SVN revision: 75008

11 years agofix flip bug where clippers get messed. add a "leaveme" take.
Carsten Haitzler [Wed, 8 Aug 2012 10:12:19 +0000 (10:12 +0000)]
fix flip bug where clippers get messed. add a "leaveme" take.

SVN revision: 75006

11 years agolets just be good and make button icons size based on text size.
Carsten Haitzler [Wed, 8 Aug 2012 08:56:10 +0000 (08:56 +0000)]
lets just be good and make button icons size based on text size.
shoudl do this theme-wide, but will do that on a theme revamp.

SVN revision: 74999

11 years agoelm elm_win.c: Removed warning while compiling without HAVE_ELEMENTARY_WAYLAND option.
Daniel Juyung Seo [Wed, 8 Aug 2012 08:10:22 +0000 (08:10 +0000)]
elm elm_win.c: Removed warning while compiling without HAVE_ELEMENTARY_WAYLAND option.

SVN revision: 74997

11 years agorename illume profile as mobile.
Carsten Haitzler [Wed, 8 Aug 2012 06:07:37 +0000 (06:07 +0000)]
rename illume profile as mobile.

SVN revision: 74990

11 years ago[elm] Fix entry apply on unfocus for spinner.
Gustavo Lima Chaves [Tue, 7 Aug 2012 18:49:39 +0000 (18:49 +0000)]
[elm] Fix entry apply on unfocus for spinner.

SVN revision: 74988

11 years agofix another elm bug where arrows are not "clickable" for scrolling to
Carsten Haitzler [Tue, 7 Aug 2012 10:20:30 +0000 (10:20 +0000)]
fix another elm bug where arrows are not "clickable" for scrolling to
next/prev item - needed to add a feature to scrolelr (and accidentally
also to scrolled interface too :)) to make this work. now works.

SVN revision: 74969