Philippe Coval [Thu, 17 Apr 2014 14:36:17 +0000 (16:36 +0200)]
packaging: Bump to 1.10.0+tech+preview
Change-Id: Ia7076a2b168213b5f0af2ce05399654beb4e9033
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
Philippe Coval [Tue, 15 Apr 2014 12:34:56 +0000 (14:34 +0200)]
packaging: Bump to 1.9.2
Change-Id: I1acdb46a7a6d9f3b88ec279ed86bdc0719cc9e18
Bug-Tizen: PTREL-737
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
Philippe Coval [Fri, 21 Mar 2014 16:28:20 +0000 (17:28 +0100)]
packaging: Bump to 1.9.1
Change-Id: Ia3fd3c143f2212de9ae1752354dd08583b3753bf
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
Philippe Coval [Mon, 10 Mar 2014 15:13:58 +0000 (16:13 +0100)]
packaging: Bump to 1.9.0
Change-Id: Ia8cef5c11a3b8f209a3e08acf056ddc91700e226
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
Philippe Coval [Thu, 6 Mar 2014 13:35:36 +0000 (14:35 +0100)]
packaging: depends on ecore-wayland
Change-Id: I984cf41b42652510171ac58a2e98187a2def3c97
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
Philippe Coval [Mon, 17 Feb 2014 17:45:03 +0000 (18:45 +0100)]
packaging: add locale subpackage
Change-Id: I3c22a485c62d68f3e048b3ff4a9909c3d8001d8a
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
Rafael Antognolli [Thu, 6 Feb 2014 16:04:35 +0000 (14:04 -0200)]
fix edbus
Change-Id: I94e3d39286df830ef07ed2bda0ec87fce34cec4a
Rafael Antognolli [Fri, 31 Jan 2014 14:56:56 +0000 (12:56 -0200)]
elementary/examples: Fix theme path search for tizen.
Change-Id: I5bca70a71ae9f1dfff5281ede037d3b990e1fdfb
Rafael Antognolli [Thu, 30 Jan 2014 21:00:46 +0000 (19:00 -0200)]
Fix typo on macro.
Change-Id: I3e3350e4fcef83e158ed27fb73e85157b0dfd88a
Philippe Coval [Wed, 22 Jan 2014 12:42:31 +0000 (13:42 +0100)]
packaging: support wayland
Change-Id: I6c97863afbf35d4c15e2e481bf9720a9c66f7a0a
Philippe Coval [Wed, 22 Jan 2014 10:58:48 +0000 (11:58 +0100)]
packaging: add .gbs.conf to use upstream tags
Change-Id: Ibd06cddc26fc01fcd33a2746ab62de2f9672c408
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
Philippe Coval [Wed, 29 Jan 2014 14:11:19 +0000 (15:11 +0100)]
Bump to 1.8.4
Change-Id: Icf572a88342884ab88e41007dc63531da2259076
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
Philippe Coval [Wed, 22 Jan 2014 12:42:31 +0000 (13:42 +0100)]
packaging: support wayland
Change-Id: I6c97863afbf35d4c15e2e481bf9720a9c66f7a0a
Philippe Coval [Wed, 22 Jan 2014 10:57:53 +0000 (11:57 +0100)]
Bump to 1.8.3
Change-Id: Icd1b8aea48668df57be1f45161304be32cf48a8f
Signed-off-by: Philippe Coval <philippe.coval@open.eurogiciel.org>
Juan Zhao [Tue, 17 Dec 2013 09:33:38 +0000 (17:33 +0800)]
PTREL-546 fix: enable wayland build
The display server based on X or Wayland, is now a choice of different profile in Tizen 3.0.
Basically and consistently, two macros were used "with wayland" and "with x".
Below summarize the combination of the macros:
| wayland | x | meaning
|---------------------------
| 0 | 1 | pure X11 platform(no wayland)
| 1 | 0 | pure wayland platform (no X11)
| 1 | 1 | wayland but X compatibility
| 0 | 0 | no X and no wayland
This method unifies the meaning and usage. Deploy this method to elementary package.
Change-Id: I761ef5a9b03493fe7e867282d4d3cd2a812d7482
Rafael Antognolli [Sat, 24 Aug 2013 21:02:33 +0000 (18:02 -0300)]
elementary: do not install examples on main package.
If the directory is wildcarded like that, it will install both modules
and examples, although they should be installed only in the
elementary-examples package.
Eduardo Lima (Etrunko) [Fri, 9 Aug 2013 17:10:01 +0000 (14:10 -0300)]
Updated to release 1.7.8
Adrian Negreanu [Wed, 7 Aug 2013 20:06:12 +0000 (23:06 +0300)]
fix wrong rpmspec description
error: line 47: Package does not exist: %description config
error: RPM error while parsing spec: can't parse specfile
Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
Xavier Roche [Tue, 23 Jul 2013 12:39:33 +0000 (14:39 +0200)]
Split elementary config and test app into separate tools package.
They are developer/power user tools rather than user tools and clutter the Applications screen.
Don't need to be part of the default image.
Alexandru Cornea [Fri, 28 Jun 2013 20:12:10 +0000 (23:12 +0300)]
resetting manifest requested domain to floor
Yanshuang Zheng [Tue, 2 Jul 2013 06:21:10 +0000 (02:21 -0400)]
Fix TIVI-1068 enable build examples
Change-Id: I4516333843ea143ee95604aa6f4fd21aa9993141
Graydon, Tracy [Tue, 18 Jun 2013 20:50:50 +0000 (13:50 -0700)]
TIVI-1046: Add eet-tools dep to fix Tizen:IVI linkbuild
Rusty Lynch [Sun, 16 Jun 2013 09:10:11 +0000 (02:10 -0700)]
Add BuildRequires for eet-bin
Adjust build requirements for a refactoring of the eet project
Rusty Lynch [Wed, 5 Jun 2013 22:00:06 +0000 (15:00 -0700)]
Update to release 1.7.7
Rusty Lynch [Wed, 22 May 2013 18:04:10 +0000 (11:04 -0700)]
Update changelog for release
Rusty Lynch [Sun, 19 May 2013 18:28:37 +0000 (11:28 -0700)]
update changelog for new release
Rusty Lynch [Fri, 10 May 2013 15:22:47 +0000 (08:22 -0700)]
Update changelog for release
Rusty Lynch [Fri, 10 May 2013 15:19:27 +0000 (08:19 -0700)]
Fix elm_tickernoti.h install
Since we are modifying Makefile.am files then autogen needs to be
run instead of just configure
Mikko Ylinen [Thu, 10 Jan 2013 12:30:37 +0000 (14:30 +0200)]
Force ELM_WAYLAND_EGL if engine set called when DISPLAY not set
Some applications are directly calling elm_config_preferred_engine_set.
To avoid patching all apps to work with Wayland, always set
ELM_WAYLAND_EGL if elm_config_preferred_engine_set is called with
EGL_OPENGL_X11 or EGL_SOFTWARE_X11 when DISPLAY is not set.
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
Rusty Lynch [Tue, 18 Dec 2012 02:07:32 +0000 (18:07 -0800)]
Adding elm_finger_size_get and elm_finger_size_set
Adding the previously removed elm_finger_size_[get|set] functions
to work past breakage in the Tizen 2.0 alpha middleware
Rusty Lynch [Wed, 21 Nov 2012 22:17:50 +0000 (14:17 -0800)]
Add elm_scale_get and elm_scale_set
In order to run unmodified Tizen 2.0 applications on a newer elementary
library then we need to add back the elm_scale_get and set methods.
Rusty Lynch [Thu, 18 Apr 2013 20:45:48 +0000 (13:45 -0700)]
Cut release for wayland fix
This release pulls in a patch from upstream master branch to
enable the elementary_test to successfully execute the gl window
examples.
Anas Nashif [Wed, 20 Mar 2013 00:42:57 +0000 (17:42 -0700)]
Update to 1.7.5
Anas Nashif [Sat, 22 Dec 2012 00:51:55 +0000 (16:51 -0800)]
Update tp 1.7.4
Anas Nashif [Sun, 9 Dec 2012 16:55:49 +0000 (08:55 -0800)]
Update to 1.7.3
Anas Nashif [Fri, 23 Nov 2012 19:48:08 +0000 (11:48 -0800)]
update tar compression
Anas Nashif [Fri, 23 Nov 2012 19:39:59 +0000 (11:39 -0800)]
update to 1.7.2
Anas Nashif [Wed, 24 Oct 2012 16:31:15 +0000 (09:31 -0700)]
add packaging files
Jaeun Choi [Fri, 18 Apr 2014 04:39:08 +0000 (13:39 +0900)]
slider: apply key binding
Summary: This patch applies key binding to elm_slider.
Test Plan: None
Reviewers: Hermet, raster
Differential Revision: https://phab.enlightenment.org/D761
Jaeun Choi [Fri, 18 Apr 2014 03:07:07 +0000 (12:07 +0900)]
multibuttonentry: add key binding in config files
Summary:
This patch adds multibuttonentry key binding info into config files.
Multibuttonentry has some issues in event handling so not suitable for key binding yet.
So, added key binding info first to upgrade config version.
Test Plan: None
Reviewers: Hermet, raster
Differential Revision: https://phab.enlightenment.org/D767
ChunEon Park [Fri, 18 Apr 2014 03:00:32 +0000 (12:00 +0900)]
slider - don't send signals multiple times if the multiple key is pressed/up.
since slider popup has the interval for hide animation(may have, may have not)
just checking visible is not enough but this flag is correct.
ChunEon Park [Fri, 18 Apr 2014 02:55:54 +0000 (11:55 +0900)]
slider: fix comment for readability.
Jaeun Choi [Fri, 18 Apr 2014 02:53:27 +0000 (11:53 +0900)]
slider: removed unnecessary key value check in case of key up event
Summary:
This patch removes unnecessary codes.
There is no need to check key value in case of key up event,
since any other key down event except direction keys will cancel sliding.
Instead, hide popup if the popup is visible at that point.
Test Plan: None
Reviewers: Hermet, raster
Reviewed By: Hermet
Differential Revision: https://phab.enlightenment.org/D760
Jaeun Choi [Fri, 18 Apr 2014 02:45:13 +0000 (11:45 +0900)]
slider: code refactoring in widget_event func
Summary:
This patch improves maintainability and readability through code refactoring.
- complete branch statement instead of goto statement
- removed unnecessary codes
Test Plan: None
Reviewers: Hermet, raster
Reviewed By: Hermet
Differential Revision: https://phab.enlightenment.org/D758
Jaeun Choi [Fri, 18 Apr 2014 02:33:43 +0000 (11:33 +0900)]
multibuttonentry: change key up callback into key down callback for consistency
Summary:
Every elementary widget's action is triggered by key down event except multibuttonentry.
There's no reason why focus move and deletion should happen on key up in multibuttonentry.
This patch modifies _layout_key_up_cb into _layout_key_down_cb.
Test Plan: None
Reviewers: raster, Hermet, seoz, jpeg
Reviewed By: Hermet
Differential Revision: https://phab.enlightenment.org/D755
Daniel Juyung Seo [Thu, 17 Apr 2014 19:17:44 +0000 (04:17 +0900)]
spinner: Fixed broken focus movement by direction key.
This was broken by
c9755bd3c828bcd2453a50542331b201089a7160.
Lukasz Stanislawski [Thu, 17 Apr 2014 17:46:15 +0000 (19:46 +0200)]
config: fix crash when finding key bidings
Summary: Crash occured when config was reloaded and hash data become invalid.
Reviewers: raster, seoz, Hermet
Differential Revision: https://phab.enlightenment.org/D750
Signed-off-by: Cedric Bail <cedric.bail@free.fr>
Daniel Juyung Seo [Sun, 13 Apr 2014 03:43:41 +0000 (12:43 +0900)]
button: Renamed internal variable of button smart data to match with
actual API.
Jaeun Choi [Thu, 17 Apr 2014 07:03:48 +0000 (16:03 +0900)]
spinner: apply key binding
Summary: This patch applies key binding to elm_spinner.
Test Plan: None
Reviewers: Hermet, raster
Differential Revision: https://phab.enlightenment.org/D752
ChunEon Park [Thu, 17 Apr 2014 06:51:37 +0000 (15:51 +0900)]
ctxpopup: dimiss ctxpopup if escape key is pressed.
rahter than just hide of the ctxpopup, dimiss will be much better for usability.
because press "Escape" is closed to "Cancel" meaning conceptually.
Jaeun Choi [Thu, 17 Apr 2014 06:41:50 +0000 (15:41 +0900)]
ctxpopup: apply key binding
Summary: This patch applies key binding to elc_ctxpopup.
Test Plan: None
Reviewers: Hermet, raster
Differential Revision: https://phab.enlightenment.org/D754
Jaeun Choi [Thu, 17 Apr 2014 06:23:00 +0000 (15:23 +0900)]
ctxpopup: sd->box null check and event_flag set for previous and next focus move.
Summary:
The original code was missing
- null check of sd->box
- event_flag value set
for previous and next focus move.
@fix
Test Plan: None
Reviewers: raster, seoz, Hermet
Differential Revision: https://phab.enlightenment.org/D753
Jaeun Choi [Thu, 17 Apr 2014 02:51:47 +0000 (11:51 +0900)]
spinner: fixed odd behavior of the spinner
Summary:
when multiple key down is coming while increase/decrease the spinner values,
the speed acceleration will be reset by the new key down.
Instead, it stops the increase/decrease the spinner values behavior.
@fix
Test Plan: None
Reviewers: Hermet, raster
CC: seoz
Differential Revision: https://phab.enlightenment.org/D749
Ryuan Choi [Wed, 16 Apr 2014 15:32:18 +0000 (00:32 +0900)]
elm_web2: Implement select popup interfaces
Ryuan Choi [Tue, 15 Apr 2014 16:55:22 +0000 (01:55 +0900)]
elm_web2: Implement several interfaces
- elm_web_bg_color_{get|set}
- elm_web_zoom_{get|set}
Jaeun Choi [Wed, 16 Apr 2014 11:58:37 +0000 (20:58 +0900)]
spinner: unified two functions with different name and same functionality
Summary:
This patch unifies two functions with different name and same functionality:
_val_inc_stop and _val_dec_stop into _spin_stop.
Test Plan: None
Reviewers: Hermet
Differential Revision: https://phab.enlightenment.org/D748
Jaeun Choi [Wed, 16 Apr 2014 08:19:33 +0000 (17:19 +0900)]
flipselector: apply key binding
Summary: This patch applies key binding to elm_flipselector.
Test Plan: None
Reviewers: Hermet, raster
Reviewed By: raster
Differential Revision: https://phab.enlightenment.org/D745
Jaeun Choi [Wed, 16 Apr 2014 08:19:23 +0000 (17:19 +0900)]
gengrid: apply key binidng
Summary: This patch applies key binding to elm_gengrid.
Test Plan: None
Reviewers: Hermet, raster
Reviewed By: raster
Differential Revision: https://phab.enlightenment.org/D744
Jaeun Choi [Wed, 16 Apr 2014 08:18:22 +0000 (17:18 +0900)]
genlist: apply key binding
Summary: This patch applies key binding to elm_genlist.
Test Plan: None
Reviewers: Hermet, raster
Reviewed By: raster
Differential Revision: https://phab.enlightenment.org/D743
Stefan Schmidt [Wed, 16 Apr 2014 08:01:34 +0000 (10:01 +0200)]
theme: Add new image files to EXTRA_DIST to fix distcheck
This was broken in
995c0c0257605d857c907aab98fb8f942e4be411
ChunEon Park [Wed, 16 Apr 2014 02:04:25 +0000 (11:04 +0900)]
flipselector - don't say warning.
set EINA_UNUSED for unused argument.
Jaeun Choi [Wed, 16 Apr 2014 02:03:14 +0000 (11:03 +0900)]
web: apply key binding
Summary: This patch applies key binding to elm_web.
Test Plan: None
Reviewers: Hermet
Reviewed By: Hermet
Differential Revision: https://phab.enlightenment.org/D740
ChunEon Park [Wed, 16 Apr 2014 01:59:43 +0000 (10:59 +0900)]
widgets - don't handle the events(key,mouse) if the object is disabled.
we can prevent to handle the widget events from the widget infra,
if the object is disabled.
conceptually, disabled object should not be interacted to user input(key, mouse)
Jaeun Choi [Wed, 16 Apr 2014 01:38:34 +0000 (10:38 +0900)]
win: apply key binding
Summary: This patch applies key binding to elm_win.
Test Plan: None
Reviewers: Hermet
Reviewed By: Hermet
Differential Revision: https://phab.enlightenment.org/D741
Carsten Haitzler (Rasterman) [Tue, 15 Apr 2014 09:42:29 +0000 (18:42 +0900)]
theme - improve efm icons provided by ApB
this fixes T575 wishlist item and improved the icons in default
@feature
Carsten Haitzler (Rasterman) [Tue, 15 Apr 2014 09:41:39 +0000 (18:41 +0900)]
win - add ELM_ACCEL env var to set acel method that is preferred
@feature
Jaeun Choi [Tue, 15 Apr 2014 07:41:16 +0000 (16:41 +0900)]
config: bug fix in popup key binding
Summary: This patch changes 'Tap' into 'Tab'.
Test Plan: None
Reviewers: Hermet
Differential Revision: https://phab.enlightenment.org/D739
Jaeun Choi [Tue, 15 Apr 2014 07:09:12 +0000 (16:09 +0900)]
video: apply key binding
Summary: This patch applies key binding to elm_video.
Test Plan: None
Reviewers: Hermet, raster
Differential Revision: https://phab.enlightenment.org/D738
Jaeun Choi [Tue, 15 Apr 2014 07:07:52 +0000 (16:07 +0900)]
toolbar: apply key binding
Summary: This patch applies key binding to elm_toolbar.
Test Plan: None
Reviewers: Hermet, raster
Differential Revision: https://phab.enlightenment.org/D737
Jaeun Choi [Tue, 15 Apr 2014 07:07:41 +0000 (16:07 +0900)]
slideshow: apply key binding
Summary: This patch applies key binding to elm_slideshow.
Test Plan: None
Reviewers: Hermet, raster
Differential Revision: https://phab.enlightenment.org/D736
Jaeun Choi [Tue, 15 Apr 2014 07:07:17 +0000 (16:07 +0900)]
photocam: apply key binding
Summary: This patch applies key binding to elm_photocam.
Test Plan: None
Reviewers: Hermet, raster
Differential Revision: https://phab.enlightenment.org/D735
Jaeun Choi [Tue, 15 Apr 2014 05:54:58 +0000 (14:54 +0900)]
radio: apply key binding
Summary: This patch applies key binding to elm_radio.
Test Plan: None
Reviewers: Hermet, raster
Differential Revision: https://phab.enlightenment.org/D734
Jaeun Choi [Tue, 15 Apr 2014 05:52:06 +0000 (14:52 +0900)]
map: apply key binding
Summary: This patch applies key binding to elm_map.
Test Plan: None
Reviewers: Hermet, raster
Reviewed By: Hermet
Differential Revision: https://phab.enlightenment.org/D733
Jaeun Choi [Tue, 15 Apr 2014 05:49:35 +0000 (14:49 +0900)]
image: apply key binding
Summary: This patch applies key binding to elm_image.
Test Plan: None
Reviewers: Hermet, raster
Reviewed By: Hermet
Differential Revision: https://phab.enlightenment.org/D732
Jaeun Choi [Tue, 15 Apr 2014 05:47:19 +0000 (14:47 +0900)]
popup: apply key binding
Summary: This patch applies key binding to elc_popup.
Test Plan: None
Reviewers: Hermet, raster
Reviewed By: Hermet
Differential Revision: https://phab.enlightenment.org/D731
Jaeun Choi [Tue, 15 Apr 2014 05:46:39 +0000 (14:46 +0900)]
player: apply key binding
Summary: This patch applies key binding to elm_player.
Test Plan: None
Reviewers: Hermet, raster
Reviewed By: Hermet
Differential Revision: https://phab.enlightenment.org/D730
Jaeun Choi [Tue, 15 Apr 2014 05:40:38 +0000 (14:40 +0900)]
hoversel: apply key binding
Summary: This patch applied key bindiing to elc_hoversel.
Test Plan: None
Reviewers: Hermet, raster
Reviewed By: Hermet
Differential Revision: https://phab.enlightenment.org/D729
Jaeun Choi [Tue, 15 Apr 2014 04:58:01 +0000 (13:58 +0900)]
fileselector: apply key binding
Summary: This patch applies key binding to elm_fileselector.
Test Plan: elementary_test > fileselector > check key events
Reviewers: Hermet, raster
Differential Revision: https://phab.enlightenment.org/D728
Jaeun Choi [Tue, 15 Apr 2014 04:13:57 +0000 (13:13 +0900)]
list: apply key binding
Summary: This patch applies key binding to elm_list.
Test Plan: elementary_test > list > check key events
Reviewers: Hermet, raster, seoz
Differential Revision: https://phab.enlightenment.org/D727
Jaeun Choi [Mon, 14 Apr 2014 10:47:52 +0000 (19:47 +0900)]
key binding infra change for modifiers
Summary: This patch makes key binding support multiple and inverse modifier set.
Test Plan: None
Reviewers: raster, Hermet
Differential Revision: https://phab.enlightenment.org/D717
Ryuan Choi [Mon, 14 Apr 2014 05:00:33 +0000 (14:00 +0900)]
elm_web2: Fix build break with latest EFL
Followes Eo2 changes.
Daniel Juyung Seo [Sat, 12 Apr 2014 17:00:33 +0000 (02:00 +0900)]
toolbar: Initialized some internal variables.
This fixes coverity CID
1199658,
1199659.
Daniel Juyung Seo [Sat, 12 Apr 2014 16:58:43 +0000 (01:58 +0900)]
scroller: Initialized some internal variables.
This fixes coverity CID
1199657,
1199622,
1199621,
1199620.
@fix
Daniel Juyung Seo [Sat, 12 Apr 2014 16:44:22 +0000 (01:44 +0900)]
widget: Initialized internal variables.
This fixes coverity CID
1199625 and
1199626.
@fix
Daniel Juyung Seo [Sat, 12 Apr 2014 16:40:27 +0000 (01:40 +0900)]
test_genlist: Initialize internal variable.
This fixes coverity CID
1193249.
Daniel Juyung Seo [Sat, 12 Apr 2014 16:37:38 +0000 (01:37 +0900)]
test_gengrid: Refactor gengrid test code.
- Added 'unselected' callback to reveal multiselect bug.
- Passed 'gengrid' directly instead of passing 'api' structure and using it indirectly.
- Added more box to make the GUI cleaner.
- Removed unnecessary comments and added more important comment.
Ryuan Choi [Fri, 11 Apr 2014 20:20:23 +0000 (05:20 +0900)]
elm_web2: Fix build break.
There are some missing implementations whith elm_web implements
but elm_web2 didn't yet.
This patch just added dummy implementations to fix build break.
Daniel Zaoui [Fri, 11 Apr 2014 06:39:48 +0000 (09:39 +0300)]
Menu: Fix warnings.
Jaeun Choi [Thu, 10 Apr 2014 10:29:37 +0000 (19:29 +0900)]
removed unnecessary field in key binding
Summary: No need to check ev->string if use ev->key instead of ev->keyname.
Test Plan: None
Reviewers: raster
Reviewed By: raster
Differential Revision: https://phab.enlightenment.org/D714
Carsten Haitzler (Rasterman) [Thu, 10 Apr 2014 09:18:21 +0000 (18:18 +0900)]
FIX TOMS BREAKING OF ELEMENTARY!
Tom Hacohen [Thu, 10 Apr 2014 08:49:22 +0000 (09:49 +0100)]
Adjust code to use the slightly different Eo2 API.
With Eo2 you can return values directly without the need to use a pointer
(use the C return).
For example:
eo_do(obj, elm_object_text_get(&text));
becomes:
eo_do(obj, text = elm_object_text_get());
@feature
Tom Hacohen [Thu, 3 Apr 2014 14:21:28 +0000 (15:21 +0100)]
atspi: Made some protected functions protected.
They should be protected and they break compilation if they are not. I'm
pretty sure much more functions should be protected, but this one
definitely.
Tom Hacohen [Thu, 3 Apr 2014 16:30:04 +0000 (17:30 +0100)]
test task switcher: Adjusted to Eo2.
Tom Hacohen [Thu, 3 Apr 2014 16:26:23 +0000 (17:26 +0100)]
test systray: Adjusted to Eo2.
Tom Hacohen [Thu, 3 Apr 2014 16:25:38 +0000 (17:25 +0100)]
test application server: Adjusted to Eo2.
Tom Hacohen [Thu, 3 Apr 2014 16:23:03 +0000 (17:23 +0100)]
win: Adjusted to Eo2.
Tom Hacohen [Thu, 3 Apr 2014 16:21:05 +0000 (17:21 +0100)]
widget: Adjusted to Eo2.
Tom Hacohen [Thu, 3 Apr 2014 16:13:49 +0000 (17:13 +0100)]
web: Adjusted to Eo2.
Tom Hacohen [Thu, 3 Apr 2014 16:13:10 +0000 (17:13 +0100)]
video: Adjusted to Eo2.
Tom Hacohen [Thu, 3 Apr 2014 16:12:41 +0000 (17:12 +0100)]
toolbar: Adjusted to Eo2.