Commit Graph

6476 Commits

Author SHA1 Message Date
Carsten Haitzler 6e7897f4f4 and 1.7 not 1.8
SVN revision: 75821
2012-08-29 09:03:15 +00:00
Kim Shinwoo 3550d79869 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
2012-08-29 09:02:21 +00:00
Christopher Michael 31575a5083 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
2012-08-29 07:29:21 +00:00
Christopher Michael f1d483ca36 Elementary: Fix selection_has_owner function. Check for valid wl
window. Thanks raster ;)



SVN revision: 75813
2012-08-29 07:15:32 +00:00
Carsten Haitzler 84bbbea8db fallback for not working strftime for am/pm - based on patch from
rajeev but redone simpler.



SVN revision: 75811
2012-08-29 07:09:08 +00:00
Christopher Michael 6ea2e696ff 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
2012-08-29 06:52:48 +00:00
ChunEon Park fb46a1ad76 elementary/popup,diskselector,naviframe,map - fixed edc to remove warnings
SVN revision: 75806
2012-08-29 00:51:09 +00:00
ChunEon Park c75a1e11c7 elementary/ctxpopup - removed warnings
SVN revision: 75805
2012-08-29 00:45:13 +00:00
ChunEon Park dc004b07f8 elementary/hover - added images
SVN revision: 75804
2012-08-29 00:42:03 +00:00
ChunEon Park f22fb9ee6d 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
2012-08-29 00:34:13 +00:00
Eduardo de Barros Lima ab06389056 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
2012-08-28 20:20:28 +00:00
Carsten Haitzler c4612009a4 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
2012-08-28 10:37:02 +00:00
Mike Blumenkrantz 6d12d3eb8b prevent crash when selected item hasn't been assigned a block
SVN revision: 75771
2012-08-28 09:53:35 +00:00
Carsten Haitzler 0f4a856a7e fix cnp to only init x11 cnp if window was detected to be x11 elm win
too. :) oops.



SVN revision: 75759
2012-08-28 07:49:27 +00:00
Jihoon Kim f6faf3708e [elm/index] fix indentation
SVN revision: 75745
2012-08-28 04:02:14 +00:00
Carsten Haitzler 4a1becc2ba no this isnt release - this is simply me removing the beta tag so when
we release it's ready.



SVN revision: 75740
2012-08-27 10:24:41 +00:00
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