Carsten Haitzler [Mon, 27 Aug 2012 09:51:57 +0000 (09:51 +0000)]
update @version's
SVN revision: 75739
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
ChunEon Park [Mon, 27 Aug 2012 08:22:00 +0000 (08:22 +0000)]
elementary - updated po
SVN revision: 75722
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
Massimo Maiurana [Sat, 25 Aug 2012 20:03:12 +0000 (20:03 +0000)]
updating portuguese and italian translations
SVN revision: 75701
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
Carsten Haitzler [Fri, 24 Aug 2012 13:18:50 +0000 (13:18 +0000)]
oops profile.src had newline! bad! fix!
SVN revision: 75660
Massimo Maiurana [Thu, 23 Aug 2012 18:08:44 +0000 (18:08 +0000)]
updating portuguese and italian translations
SVN revision: 75634
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
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
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
Eduardo de Barros Lima [Wed, 22 Aug 2012 19:55:20 +0000 (19:55 +0000)]
elm_win: Formatting
SVN revision: 75558
Christopher Michael [Wed, 22 Aug 2012 12:48:46 +0000 (12:48 +0000)]
Elm: Remove some dead, commented out old code.
SVN revision: 75547
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
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
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
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
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
Christopher Michael [Wed, 22 Aug 2012 09:31:46 +0000 (09:31 +0000)]
Elm: Better grammar for the Socket test.
SVN revision: 75532
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
Christopher Michael [Wed, 22 Aug 2012 09:05:16 +0000 (09:05 +0000)]
Elm (tests): Fix more insanely sized windows.
SVN revision: 75528
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
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
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
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
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
Gustavo Lima Chaves [Tue, 21 Aug 2012 22:00:28 +0000 (22:00 +0000)]
[elm] Table oopsie.
SVN revision: 75511
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
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
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
Rafael Antognolli [Mon, 20 Aug 2012 21:58:43 +0000 (21:58 +0000)]
[elm} Add missing cflags for building edje externals.
SVN revision: 75470
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
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
Gustavo Lima Chaves [Mon, 20 Aug 2012 14:03:28 +0000 (14:03 +0000)]
[elm] More doc improvements.
SVN revision: 75466
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
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
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
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
Carsten Haitzler [Mon, 20 Aug 2012 07:33:39 +0000 (07:33 +0000)]
printf--
SVN revision: 75447
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
Carsten Haitzler [Mon, 20 Aug 2012 06:25:29 +0000 (06:25 +0000)]
set preferred engine.
SVN revision: 75442
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
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
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
Rui Seabra [Sat, 18 Aug 2012 08:22:34 +0000 (08:22 +0000)]
Update rpm specs
SVN revision: 75404
Vincent Torri [Fri, 17 Aug 2012 08:09:06 +0000 (08:09 +0000)]
Elm: fix compilation on Windows
SVN revision: 75367
Carsten Haitzler [Fri, 17 Aug 2012 03:57:49 +0000 (03:57 +0000)]
tag as beta...
SVN revision: 75344
Carsten Haitzler [Fri, 17 Aug 2012 03:57:07 +0000 (03:57 +0000)]
po updates...
SVN revision: 75341
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
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
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
Daniel Juyung Seo [Thu, 16 Aug 2012 00:20:01 +0000 (00:20 +0000)]
elm elm_object.h: Fixed documentation.
SVN revision: 75296
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
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
Massimo Maiurana [Tue, 14 Aug 2012 21:10:14 +0000 (21:10 +0000)]
updating portuguese and italian translations
SVN revision: 75272
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
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
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
Carsten Haitzler [Tue, 14 Aug 2012 10:13:19 +0000 (10:13 +0000)]
found min width genlist bug. fix.
SVN revision: 75250
Carsten Haitzler [Tue, 14 Aug 2012 09:38:36 +0000 (09:38 +0000)]
genlist tree effect off fix.
SVN revision: 75249
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
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
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
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
Daniel Juyung Seo [Sun, 12 Aug 2012 07:23:51 +0000 (07:23 +0000)]
news: Updated recent news in Korean.
SVN revision: 75161
Mike McCormack [Sat, 11 Aug 2012 11:28:55 +0000 (11:28 +0000)]
Elementary: Ignore base.cfg in git
SVN revision: 75156
Jihoon Kim [Fri, 10 Aug 2012 14:04:46 +0000 (14:04 +0000)]
elementary: fix version in NEWS
SVN revision: 75108
Carsten Haitzler [Fri, 10 Aug 2012 11:03:50 +0000 (11:03 +0000)]
update more po's
SVN revision: 75097
Carsten Haitzler [Fri, 10 Aug 2012 10:51:17 +0000 (10:51 +0000)]
more updates for 1.7.0 alpha.
SVN revision: 75095
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
Carsten Haitzler [Fri, 10 Aug 2012 10:36:23 +0000 (10:36 +0000)]
update pos'
SVN revision: 75088
Gustavo Lima Chaves [Thu, 9 Aug 2012 20:40:27 +0000 (20:40 +0000)]
[elm] Big oopsie--.
SVN revision: 75062
Gustavo Lima Chaves [Thu, 9 Aug 2012 14:46:58 +0000 (14:46 +0000)]
[elm] Remove duplicated code.
SVN revision: 75054
Gustavo Lima Chaves [Thu, 9 Aug 2012 14:46:51 +0000 (14:46 +0000)]
[elm] Remove deprecated info.
SVN revision: 75053
Cedric BAIL [Thu, 9 Aug 2012 12:23:15 +0000 (12:23 +0000)]
elementary: reset main loop after fork.
SVN revision: 75046
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
Carsten Haitzler [Thu, 9 Aug 2012 11:54:37 +0000 (11:54 +0000)]
fix selection handling in list if items disabled.
SVN revision: 75041
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
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
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
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
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
Carsten Haitzler [Wed, 8 Aug 2012 06:07:37 +0000 (06:07 +0000)]
rename illume profile as mobile.
SVN revision: 74990
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
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
Carsten Haitzler [Tue, 7 Aug 2012 07:37:14 +0000 (07:37 +0000)]
fix quicklaunch to properly set appname from argv0 and not empty out
args when setting them on the forked child in quicklaunch.
SVN revision: 74962
Carsten Haitzler [Tue, 7 Aug 2012 06:16:56 +0000 (06:16 +0000)]
fix toolbar 8 ugliness in clipping - also make it bounce... yay! bounce!
SVN revision: 74959
Carsten Haitzler [Tue, 7 Aug 2012 06:02:31 +0000 (06:02 +0000)]
formatting improvements.
SVN revision: 74958
Carsten Haitzler [Tue, 7 Aug 2012 03:59:02 +0000 (03:59 +0000)]
fix 2 flipselector issues.
1. on shutdown it calls lots of selected callbacks as it delets items
- wrong.
2. segv waiting to hapen due to list management (brian wang report).
SVN revision: 74956
Carsten Haitzler [Tue, 7 Aug 2012 03:51:16 +0000 (03:51 +0000)]
fix potential read of garbage data. (brian wang report)
SVN revision: 74955
Daniel Juyung Seo [Tue, 7 Aug 2012 00:57:04 +0000 (00:57 +0000)]
elm elm_genlist.h: Add more description to elm_genlist_reorder_mode_set.
SVN revision: 74951
Jonas M. Gastal [Mon, 6 Aug 2012 20:44:48 +0000 (20:44 +0000)]
elementary: Remove white spaces from doc/examples.dox.
Author: Joao Paulo Fernandes Ventura <ventura@profusion.mobi>
SVN revision: 74950
Jonas M. Gastal [Mon, 6 Aug 2012 20:44:45 +0000 (20:44 +0000)]
elementary: Minimalist Elementary Web widget example.
Author: Joao Paulo Fernandes Ventura <ventura@profusion.mobi>
SVN revision: 74949
Christopher Michael [Mon, 6 Aug 2012 14:34:25 +0000 (14:34 +0000)]
Elm: Fix ticket #1266: "delete,request" callback never gets called on window close
Delete requests where not being called when the frame close button was
pressed. I know this is not the 'ideal' fix (which is why I left
myself a FIXME here), HOWEVER the Ideal fix would mean breaking the
Feature Freeze (and potentially API), so I will wait until freeze is
over for that. For now, this fixes the 'bugger' in a non-instrusive way.
SVN revision: 74946
Christopher Michael [Mon, 6 Aug 2012 12:47:04 +0000 (12:47 +0000)]
Elm: Do not need to get frame x/y values here as we do not need them
anymore.
SVN revision: 74932
Carsten Haitzler [Mon, 6 Aug 2012 12:17:02 +0000 (12:17 +0000)]
fix toolbar srhink problem with a policy chnage. u cant have
homogenous and shrink menu or expand or hide. :)
SVN revision: 74929
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
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
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
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