Jerome Pinot [Tue, 14 Jan 2014 06:27:44 +0000 (15:27 +0900)]
doxygen: add missing pictures for 'icon' and 'check' tutorials
Eduardo Lima (Etrunko) [Wed, 4 Dec 2013 18:18:39 +0000 (16:18 -0200)]
1.7.10 Release
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
Eduardo Lima (Etrunko) [Tue, 10 Sep 2013 18:30:39 +0000 (15:30 -0300)]
1.7.9 Release
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
maxerba [Sat, 5 Oct 2013 09:36:14 +0000 (11:36 +0200)]
Removing blank entries from desktop files
Mike Blumenkrantz [Thu, 3 Oct 2013 12:17:44 +0000 (13:17 +0100)]
remove more invalid Name[]= entries
T346
Mike Blumenkrantz [Thu, 3 Oct 2013 08:05:35 +0000 (09:05 +0100)]
fix blank Name[$locale]= values in .desktops
T346
Tom Hacohen [Wed, 18 Sep 2013 13:22:43 +0000 (14:22 +0100)]
Gesture layer: Updated changelog according to
935d7b24d041.
Tom Hacohen [Wed, 18 Sep 2013 13:21:24 +0000 (14:21 +0100)]
Revert "elm_gesture_layer: Fix potential NULL pointer dereference."
This reverts commit
04ad875c1f4568489dcd58d75178d29580f0ba07.
This commit breaks many gestures that are not "pointer" based.
For example, zooming with Ctrl+Wheel. But not only.
Rafael Antognolli [Thu, 5 Sep 2013 15:06:00 +0000 (12:06 -0300)]
elm/examples: Autodetect engine on the glview example too.
Rafael Antognolli [Thu, 5 Sep 2013 14:52:46 +0000 (11:52 -0300)]
elm/tests: Autodetect engine, instead of hardcode it.
Tom 'TAsn' Hacohen [Fri, 30 Aug 2013 15:39:51 +0000 (16:39 +0100)]
Added clouseau integration.
You need to make sure the clouseau daemon is running (clouseaud), and then
you can just run applications by setting the env var ELM_CLOUSEAU to 1.
This is very useful for platforms that do not have LD_PRELOAD, or block
them for any reason.
Most people should just stick to using clouseau_start or clouseau.
Rafael Antognolli [Tue, 27 Aug 2013 21:04:53 +0000 (18:04 -0300)]
elm/index: Fix example, must call elm_index_level_go().
Rafael Antognolli [Sat, 24 Aug 2013 20:02:01 +0000 (17:02 -0300)]
list: Fix list_example_03 - call elm_list_go().
Eduardo Lima (Etrunko) [Mon, 29 Jul 2013 14:59:43 +0000 (11:59 -0300)]
1.7.8 release
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
maxerba [Wed, 31 Jul 2013 11:19:30 +0000 (13:19 +0200)]
updating desktop files
Nicolas Aguirre [Fri, 26 Jul 2013 09:47:20 +0000 (11:47 +0200)]
elementary-1.7: Fix build of elm_map when ecore_con support is not present
Daniel Juyung Seo [Sat, 13 Jul 2013 06:45:44 +0000 (15:45 +0900)]
elm_list.c: fixed elm_object_item_part_content_set bug with 'end' part in elm_list.
backport of
936a48c158ad1375ae7dd74236c1793c95393084.
maxerba [Thu, 4 Jul 2013 17:35:49 +0000 (19:35 +0200)]
Fixed sorting of desktop files
maxerba [Tue, 2 Jul 2013 12:03:47 +0000 (14:03 +0200)]
updating desktop files with new translations
maxerba [Thu, 20 Jun 2013 19:15:46 +0000 (21:15 +0200)]
updating esperanto translation
Rafael Antognolli [Tue, 21 May 2013 19:43:09 +0000 (16:43 -0300)]
Backport: elm/framespace: Get the framespace from the theme.
Additionally, if the frame object can't be created (no theme group
available), do not use it. This will enable us to have a borderless
elm theme.
Gustavo Lima Chaves [Thu, 13 Jun 2013 21:52:55 +0000 (18:52 -0300)]
It seems someone ditched the NO_RETURN-less version of a macro.
Gustavo Lima Chaves [Thu, 13 Jun 2013 21:12:53 +0000 (18:12 -0300)]
Backporting
b2e044a3c249eac461446cafe4a18f29cc75e835
"Fix elm_scroller_child_size_get() to work all scrollables.
My bad on this one, it was never made to act like so since my
new widget schema."
Stefan Schmidt [Thu, 13 Jun 2013 15:25:14 +0000 (16:25 +0100)]
elm_gesture_layer: Fix potential NULL pointer dereference.
If _pointer_even_make is false pe stays NULL and might get dereferenced
later. Instead we return now if _pointer_event_make fails.
Thanks to Tom for consulting with the gesture layer code.
Stefan Schmidt [Thu, 13 Jun 2013 10:09:12 +0000 (11:09 +0100)]
elc_fileselector: Backport
d713271bec8a24efdcfaa94191101e3c16108f0f
Cherry-pick failed so going with a manual backport.
elc_fileselector: Fix memory leak in _selected_set.
Using ecore_file_dir_get() like this will leak the returned string as we
have no way to control its free'ing. Better use a separate variable for it.
Stefan Schmidt [Mon, 10 Jun 2013 13:53:11 +0000 (14:53 +0100)]
elm_cnp: Fix memory leak in error path.
We allocate info->filename in all cases but missed a free in the error path.
Daniel Willmann [Tue, 11 Jun 2013 13:32:54 +0000 (14:32 +0100)]
News and ChangeLog for previous elc_tooltop backports
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
Daniel Willmann [Tue, 11 Jun 2013 11:48:52 +0000 (12:48 +0100)]
els_tooltip: Only call ecore_x_pointer_xy_get() if we're in X
We don't want to call X functions (and segfault) if X is not actually
running.
Backport
83dc18bf0c601a89c71f3183b735c1b7b9a34014
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
Daniel Willmann [Tue, 11 Jun 2013 11:46:04 +0000 (12:46 +0100)]
els_tooltip.c: Initialize px and py to zero
px and py might not be set if X support is not compiled in and
ecore_x_pointer_xy_get() is not called. In that case make sure they are
not used uninitialized.
Backport
ec06d04b29454e1d1008525812bc43c4aa4c08ed
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
Daniel Willmann [Tue, 11 Jun 2013 10:18:25 +0000 (11:18 +0100)]
els_tooltip: Don't expect to have X running if support is compiled in
Refactor the code so common code is not duplicated inside the
if (transparent) and else blocks
Backport
3112de826b33ffb847c8df827f172772f2f0ef96
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
Stefan Schmidt [Thu, 13 Dec 2012 14:17:29 +0000 (14:17 +0000)]
elm/naviframe: Fix potential deref of freed memory.
We should not free it and then access the same data again on line below.
SVN revision: 80862
Rafael Antognolli [Sat, 11 May 2013 18:58:25 +0000 (15:58 -0300)]
Bump stable efl to 1.7.7.
Rafael Antognolli [Sat, 11 May 2013 18:04:18 +0000 (15:04 -0300)]
Fix NEWS file for 1.7.7 release.
Rafael Antognolli [Mon, 29 Apr 2013 18:07:36 +0000 (15:07 -0300)]
elm/win: Backport
191b71fa86bd56b9d213b538ce8d92d9c23fc59f.
and dont set states until state change cb tells u they changed in
elm_win. more testing needed.
WooHyun Jung [Tue, 9 Apr 2013 13:38:47 +0000 (22:38 +0900)]
When ctxpopup includes elm_list, elm_list should get focus when ctxpopup is shown.
Rafael Antognolli [Mon, 8 Apr 2013 20:08:52 +0000 (17:08 -0300)]
Backport
bcd7c27bcdbfed227c6d482a3b602d2c26323369.
elm/examples: Fix hoversel example to don't check for expanded mode.
Checking if the hoversel is not expanded does not make sense, since it
will be always expanded when one is clicking on its visible items.
Rafael Antognolli [Mon, 8 Apr 2013 19:17:13 +0000 (16:17 -0300)]
elm/examples: Fix layout_example_02.
Remove segfault and correctly cycle through the icons.
maxerba [Mon, 8 Apr 2013 16:58:49 +0000 (18:58 +0200)]
updating esperanto translation
Jaehwan Kim [Mon, 8 Apr 2013 04:39:24 +0000 (13:39 +0900)]
Fix the scroller show by a page if the page size is set and the region_bring_in or region_show is called.
Jaehwan Kim [Mon, 8 Apr 2013 02:25:09 +0000 (11:25 +0900)]
Remove the unnecessary files.
Jaehwan Kim [Sun, 7 Apr 2013 23:55:51 +0000 (08:55 +0900)]
Quit the scroll animator if the scroller don't have a bounce and reach a edge.
Rafael Antognolli [Thu, 4 Apr 2013 20:50:55 +0000 (17:50 -0300)]
Update changelog for 1.7.6 release.
Rafael Antognolli [Thu, 4 Apr 2013 19:53:49 +0000 (16:53 -0300)]
Bump stable efl to 1.7.6.
Rafael Antognolli [Wed, 3 Apr 2013 22:03:16 +0000 (19:03 -0300)]
Fix ChangeLog for 1.7.6 release.
discomfitor [Wed, 27 Mar 2013 18:47:35 +0000 (18:47 +0000)]
fix ctxpopup geom when parent is elm_win
Jaehwan Kim [Tue, 19 Mar 2013 10:53:53 +0000 (19:53 +0900)]
Fix the elm_shutdown bug in _elm_shutdown_config.
When the elm_shutdown is used after elm_config_all_flush, the segment fault occur.
It's why it uses ecore_x in _prop_all_update_cb after removing it.
WooHyun Jung [Mon, 18 Mar 2013 09:52:07 +0000 (18:52 +0900)]
elm_win : Focus highlight should be reconfigured when theme is changed.
Tae-Hwan Kim [Wed, 13 Mar 2013 11:54:19 +0000 (20:54 +0900)]
genlist: Fix memory leaks.
Return value of elm_genlist_realized_items_get should be freed
WooHyun Jung [Wed, 13 Mar 2013 05:47:31 +0000 (14:47 +0900)]
List : Focus_next should be executed only when access mode is enabled.
Tom Hacohen [Mon, 11 Mar 2013 10:34:32 +0000 (10:34 +0000)]
Fixed compilation.
Tom Hacohen [Mon, 11 Mar 2013 10:19:29 +0000 (10:19 +0000)]
Entry: Fixed a bug with text appending.
The target buffer was not large enough.
Daniel Juyung Seo [Mon, 4 Mar 2013 15:10:09 +0000 (00:10 +0900)]
Backport ChangeLog and NEWS.
Rafael Antognolli [Fri, 1 Mar 2013 18:24:05 +0000 (15:24 -0300)]
Backport
0d6443dfaeb4612196e87ec6445a20d0328e2336.
spinner: Fix initial value of the spinner.
The size should remain the same after the first mouse move and then be
adjusted accordingly.
Fixes #1403.
Patch by: "Brian J. Lovin" <brian.j.lovin@intel.com>
Daniel Juyung Seo [Fri, 22 Feb 2013 02:09:38 +0000 (02:09 +0000)]
elementary, elementary-1.7 ChangeLog/NEWS: Updated Change and NEWS for jaehwan's scroller bug fix commit.
SVN revision: 84294
Jaehwan Kim [Fri, 22 Feb 2013 01:55:16 +0000 (01:55 +0000)]
Fix the acceleration bug in paged scroller. It was scrolled acceleratedly always. Backport 84277.
SVN revision: 84293
Carsten Haitzler [Wed, 20 Feb 2013 03:08:44 +0000 (03:08 +0000)]
backport pulse fix.
SVN revision: 84250
Carsten Haitzler [Wed, 20 Feb 2013 02:53:46 +0000 (02:53 +0000)]
backport fix.
SVN revision: 84248
Stefan Schmidt [Tue, 19 Feb 2013 10:03:09 +0000 (10:03 +0000)]
elementary-1.7/map: Fix memory leaks like in 84087.
The code was a bit different here but we still had leaks. Fix the code
to free the buffer we allocated in all cases.
SVN revision: 84100
Mike Blumenkrantz [Sun, 17 Feb 2013 14:31:52 +0000 (14:31 +0000)]
no longer shall the masses waste away under the continued oppression of blank hoversels when right clicking on an entry anchor! nay! the time has time for us to rise up and crush these vacuous oppressors as they so justly deserve! THIS IS ELEMENTARRYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY in branches
SVN revision: 84022
Mike Blumenkrantz [Sun, 17 Feb 2013 14:11:36 +0000 (14:11 +0000)]
ignore tab key focus changes in elm_win if ctrl/alt is pressed
SVN revision: 84020
Cedric BAIL [Sun, 17 Feb 2013 03:54:35 +0000 (03:54 +0000)]
elementary: backport r84014.
SVN revision: 84015
WooHyun Jung [Thu, 7 Feb 2013 07:17:07 +0000 (07:17 +0000)]
elementary : Backport 83702.
SVN revision: 83706
Jiyoun Park [Wed, 6 Feb 2013 07:02:54 +0000 (07:02 +0000)]
backport 83651(rever scroll algorithm)
SVN revision: 83653
Massimo Maiurana [Tue, 5 Feb 2013 21:31:22 +0000 (21:31 +0000)]
updating catalan and esperanto translations
SVN revision: 83648
ChunEon Park [Tue, 29 Jan 2013 07:49:01 +0000 (07:49 +0000)]
elementary/transit - backport 83413
SVN revision: 83416
Jaehwan Kim [Tue, 29 Jan 2013 05:03:26 +0000 (05:03 +0000)]
Fix build error.
SVN revision: 83406
Jaehwan Kim [Tue, 29 Jan 2013 04:59:40 +0000 (04:59 +0000)]
Fix the scroll position is calculated by the size of pan object, not the size of scroller.
SVN revision: 83405
Massimo Maiurana [Wed, 23 Jan 2013 16:57:59 +0000 (16:57 +0000)]
updating portuguese and italian translations
SVN revision: 83184
Massimo Maiurana [Wed, 23 Jan 2013 11:53:53 +0000 (11:53 +0000)]
updating esperanto and italian translations
SVN revision: 83166
WooHyun Jung [Wed, 23 Jan 2013 05:51:26 +0000 (05:51 +0000)]
elementary : Backport 83121.
SVN revision: 83123
ChunEon Park [Mon, 21 Jan 2013 04:51:59 +0000 (04:51 +0000)]
elementary - backport 82968
SVN revision: 83032
ChunEon Park [Mon, 21 Jan 2013 04:49:32 +0000 (04:49 +0000)]
elementary - name should be one in one time.
SVN revision: 83031
WooHyun Jung [Sat, 19 Jan 2013 06:38:25 +0000 (06:38 +0000)]
elementary : Backport 83001.
SVN revision: 83003
ChunEon Park [Thu, 17 Jan 2013 04:53:04 +0000 (04:53 +0000)]
elemenatry - backport 82918
SVN revision: 82921
Carsten Haitzler [Wed, 16 Jan 2013 08:21:09 +0000 (08:21 +0000)]
backport jaeun's fix.
SVN revision: 82865
WooHyun Jung [Wed, 16 Jan 2013 04:54:58 +0000 (04:54 +0000)]
elementary : Backport 82853.
SVN revision: 82854
WooHyun Jung [Wed, 16 Jan 2013 04:18:21 +0000 (04:18 +0000)]
elementary : Backport r82851.
SVN revision: 82852
Daniel Juyung Seo [Wed, 16 Jan 2013 01:15:09 +0000 (01:15 +0000)]
elm check: Backport r82845. Bug fix "changed" signal being sent twice in case of toggle style when check is clicked. Patch by Shilpa Singh <shilpa.shing@samsung.com>, Rajeev Ranjan <rajeev.r@samsung.com>
SVN revision: 82847
Shinwoo Kim [Thu, 10 Jan 2013 11:29:20 +0000 (11:29 +0000)]
[colorselector] backport r82456: Fix potential problem which would cause resource leak.
SVN revision: 82551
Leandro Dorileo [Tue, 8 Jan 2013 20:30:45 +0000 (20:30 +0000)]
elementary-1.7: fix broken backport
Fix broken backport of rev 82053 on rev 82382.
SVN revision: 82422
Jaehwan Kim [Tue, 8 Jan 2013 06:36:40 +0000 (06:36 +0000)]
Fix the bug which the callbacks of the sub-object are added even if the sub-object is added the parent object.
SVN revision: 82382
Daniel Juyung Seo [Sun, 6 Jan 2013 14:19:23 +0000 (14:19 +0000)]
elementary-1.7: backport r82300. elm naviframe: Fixed omitting signal emission when customized text parts change the text. Patch by Jaehyun Cho <jae_hyun_cho@naver.com>
SVN revision: 82301
Luis Felipe Strano Moraes [Fri, 4 Jan 2013 14:54:07 +0000 (14:54 +0000)]
Bumping stable efl to 1.7.5.
SVN revision: 82180
Daniel Juyung Seo [Thu, 3 Jan 2013 06:53:34 +0000 (06:53 +0000)]
backport for r82040.
elm list: Fixed list separator size bug. Patch by Thiep Ha <thiep.ha@samsung.com>
On Sun, Dec 9, 2012 at 11:11 AM, thiep ha <thiep.ha@samsung.com> wrote:
Dear All,
In elementary list, the separator is not correctly set.
I would like to send a patch to correct the list with separator.
I also add an example named "List Separator" to test it.
Please review this patch.
Best Regards,
Thiep Ha
SVN revision: 82041
ChunEon Park [Thu, 3 Jan 2013 04:53:54 +0000 (04:53 +0000)]
elementary/naviframe - backport 82030
SVN revision: 82032
Mike Blumenkrantz [Sat, 29 Dec 2012 15:56:06 +0000 (15:56 +0000)]
fix tooltip netwm window type
SVN revision: 81875
Mike Blumenkrantz [Sat, 29 Dec 2012 13:44:25 +0000 (13:44 +0000)]
ensure item queue is freed before genlist delete, followup to recent genlist fix
SVN revision: 81867
Mike Blumenkrantz [Fri, 28 Dec 2012 09:48:55 +0000 (09:48 +0000)]
fix genlist bug where queued items would be cleared before being realized if added during item select callback while a clear was queued
SVN revision: 81789
Jiyoun Park [Fri, 28 Dec 2012 04:00:36 +0000 (04:00 +0000)]
fix indentation
SVN revision: 81782
Jiyoun Park [Fri, 28 Dec 2012 03:57:50 +0000 (03:57 +0000)]
fix photocam file set's error handle code
SVN revision: 81780
Aron Xu [Fri, 21 Dec 2012 21:55:38 +0000 (21:55 +0000)]
Add Simplified Chinese translation for elementary-1.7
SVN revision: 81599
Jonas M. Gastal [Fri, 21 Dec 2012 15:48:56 +0000 (15:48 +0000)]
elm: Don't try to take screenshot of glview_example since it wont work and isn't used.
SVN revision: 81556
Luis Felipe Strano Moraes [Fri, 21 Dec 2012 12:52:22 +0000 (12:52 +0000)]
Updating README files for 1.7.4 release and including missing city.h headers for eina tests
SVN revision: 81544
Luis Felipe Strano Moraes [Fri, 21 Dec 2012 12:19:03 +0000 (12:19 +0000)]
EFL 1.7.4 release.
SVN revision: 81543
Jihoon Kim [Fri, 21 Dec 2012 11:09:57 +0000 (11:09 +0000)]
elm: Backport 81538
SVN revision: 81539
Stefan Schmidt [Fri, 21 Dec 2012 10:20:25 +0000 (10:20 +0000)]
elementray1-7: Backport 81342
SVN revision: 81534
ChunEon Park [Tue, 18 Dec 2012 07:16:33 +0000 (07:16 +0000)]
elementary - backport 81207 & 81206
SVN revision: 81210
Stefan Schmidt [Mon, 17 Dec 2012 15:07:21 +0000 (15:07 +0000)]
elm: Backport rev 81144
SVN revision: 81152
ChunEon Park [Mon, 17 Dec 2012 14:10:18 +0000 (14:10 +0000)]
elementary - backport 81141
SVN revision: 81143
ChunEon Park [Mon, 17 Dec 2012 11:59:56 +0000 (11:59 +0000)]
elementary - backport 81117
SVN revision: 81126