Commit Graph

6460 Commits

Author SHA1 Message Date
Carsten Haitzler 342edc4f1c update @version's
SVN revision: 75739
2012-08-27 09:51:57 +00:00
ChunEon Park 4b6636bdd1 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
2012-08-27 08:23:20 +00:00
ChunEon Park 4f0909db06 elementary - updated po
SVN revision: 75722
2012-08-27 08:22:00 +00:00
PRINCE KUMAR DUBEY a42b50a495 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
2012-08-27 04:29:31 +00:00
Massimo Maiurana 69ad586105 updating portuguese and italian translations
SVN revision: 75701
2012-08-25 20:03:12 +00:00
Vincent Torri d6a76e5c89 Elm: ALIGN is already defined on OpenBSD
Patch By Maxime Villard

SVN revision: 75684
2012-08-24 16:23:57 +00:00
Carsten Haitzler 9fbfd63c33 oops profile.src had newline! bad! fix!
SVN revision: 75660
2012-08-24 13:18:50 +00:00
Massimo Maiurana 216656097a updating portuguese and italian translations
SVN revision: 75634
2012-08-23 18:08:44 +00:00
Christopher Michael 8ee87f0688 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
2012-08-23 11:55:33 +00:00
Christopher Michael 754c499fff Elm: Fix ticket 1376 (gesture layer test allows events on titlebar).
SVN revision: 75620
2012-08-23 11:42:51 +00:00
Christopher Michael b2456af159 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
2012-08-23 11:27:43 +00:00
Eduardo de Barros Lima 45dbb295aa elm_win: Formatting
SVN revision: 75558
2012-08-22 19:55:20 +00:00
Christopher Michael 8f4fc356f7 Elm: Remove some dead, commented out old code.
SVN revision: 75547
2012-08-22 12:48:46 +00:00
Christopher Michael e143475151 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
2012-08-22 12:45:44 +00:00
Christopher Michael f2ff49a5b0 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
2012-08-22 12:37:21 +00:00
Carsten Haitzler 5371af96a5 and make plug/socket focus and key input work too! :)
SVN revision: 75535
2012-08-22 10:09:37 +00:00
Carsten Haitzler 6faa1f83da make elm inlined window focus in work and thus key events work. :)
SVN revision: 75534
2012-08-22 10:02:32 +00:00
Carsten Haitzler 782444ca1a 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
2012-08-22 09:37:00 +00:00
Christopher Michael fe37824748 Elm: Better grammar for the Socket test.
SVN revision: 75532
2012-08-22 09:31:46 +00:00
Christopher Michael b3344b337a Elm: Fix window inline test on wayland engines.
Fix checks for image object when we have a frame.



SVN revision: 75531
2012-08-22 09:21:28 +00:00
Christopher Michael 1c57c825a8 Elm (tests): Fix more insanely sized windows.
SVN revision: 75528
2012-08-22 09:05:16 +00:00
Christopher Michael af6044be09 Elm (tests): Fix window size.
Really ? 800 pixels tall for a list of just a few items ??



SVN revision: 75527
2012-08-22 08:56:54 +00:00
Christopher Michael 526c871182 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
2012-08-22 08:37:08 +00:00
Carsten Haitzler 2e83d89fc8 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
2012-08-22 08:33:43 +00:00
Christopher Michael a0a78332cd Elm: Remove unused variable in example (I was tired of seeing the
compiler message about it) ;)



SVN revision: 75516
2012-08-22 06:02:17 +00:00
Carsten Haitzler a4175ba928 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
2012-08-22 03:11:23 +00:00
Gustavo Lima Chaves a538ef86f0 [elm] Table oopsie.
SVN revision: 75511
2012-08-21 22:00:28 +00:00
Kim Shinwoo ff071585ac 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
2012-08-21 10:08:56 +00:00
Carsten Haitzler faa6d2e91f spotted a missing feature not matching with trap stuff. fix.
SVN revision: 75493
2012-08-21 08:48:47 +00:00
Leandro Pereira 379a494a87 elm: Fix division by zero in elm_interface_scroller
SVN revision: 75483
2012-08-21 02:46:17 +00:00
Rafael Antognolli f6b7b459fa [elm} Add missing cflags for building edje externals.
SVN revision: 75470
2012-08-20 21:58:43 +00:00
Gustavo Lima Chaves 867372285b [elm] And I forgot this for elm_web.
SVN revision: 75469
2012-08-20 16:58:23 +00:00
Gustavo Lima Chaves 111b4e4d12 [elm] Some emergencial elm_web api changes fixes.
There's one more to go, but that's internal.



SVN revision: 75467
2012-08-20 14:05:10 +00:00
Gustavo Lima Chaves 0195932cb3 [elm] More doc improvements.
SVN revision: 75466
2012-08-20 14:03:28 +00:00
Kim Shinwoo 8db6193871 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
2012-08-20 08:06:43 +00:00
Jihyeon Seol de77d3aa99 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
2012-08-20 08:02:47 +00:00
Carsten Haitzler e0552bb3eb fix issue gustavo found with enbv vars not overriding x props.
SVN revision: 75451
2012-08-20 07:53:39 +00:00
Carsten Haitzler 3894dcf37f fix k-s's issue with entry scroll things.
SVN revision: 75448
2012-08-20 07:35:31 +00:00
Carsten Haitzler f6c1032582 printf--
SVN revision: 75447
2012-08-20 07:33:39 +00:00
Carsten Haitzler 3aa9c19663 fix preferred engine/config engine handlign and fb fallback to all
work as expected.



SVN revision: 75446
2012-08-20 07:09:44 +00:00
Carsten Haitzler d00f76d831 set preferred engine.
SVN revision: 75442
2012-08-20 06:25:29 +00:00
ChunEon Park 11e03b096f 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
2012-08-20 05:22:06 +00:00
Carsten Haitzler 68764ea4ad use same includes/cflags for building everything in elm. should fix
http://trac.enlightenment.org/e/ticket/1360



SVN revision: 75438
2012-08-19 23:52:31 +00:00
Kim Shinwoo 4de57c2cb9 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
2012-08-18 13:52:03 +00:00
Rui Seabra cc2c9bdf14 Update rpm specs
SVN revision: 75404
2012-08-18 08:22:34 +00:00
Vincent Torri f248a9f730 Elm: fix compilation on Windows
SVN revision: 75367
2012-08-17 08:09:06 +00:00
Carsten Haitzler 7cdfb7365f tag as beta...
SVN revision: 75344
2012-08-17 03:57:49 +00:00
Carsten Haitzler 1f5c3dd6c7 po updates...
SVN revision: 75341
2012-08-17 03:57:07 +00:00
Gustavo Sverzut Barbieri dc718ff3ff 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
2012-08-16 21:41:24 +00:00
Bruno Dilly 042bea068c Elementary: avoid unneeded second check for test_win_only
SVN revision: 75324
2012-08-16 21:34:11 +00:00