ChunEon Park [Mon, 7 Jan 2013 04:38:40 +0000 (04:38 +0000)]
elementary/label - removed data dosen't used anywhere
SVN revision: 82316
ChunEon Park [Mon, 7 Jan 2013 04:33:29 +0000 (04:33 +0000)]
elementary/label - recover ellipsis mode when slide mode is end.
SVN revision: 82315
Daniel Juyung Seo [Sun, 6 Jan 2013 14:15:52 +0000 (14:15 +0000)]
elm naviframe: Fixed omitting signal emission when customized text parts change the text. Patch by Jaehyun Cho <jae_hyun_cho@naver.com>
On Sun, Jan 6, 2013 at 2:23 PM, 조재현 <jae_hyun_cho@naver.com> wrote:
Dear all,
Hello. This is Jaehyun Cho.
Now, naviframe emits state signals (e.g. show or hide) for customized text part (i.e. neither "elm.text.title" nor "elm.text.subtitle") which is going to be appended to the item's text_list.
However, if the customized text parts change the text label when the text parts are in the item's text_list, naviframe does not emit state signals for them.
To resolve this issue, I added additional case in _item_text_set_hook to handle the text part which is in the item's text_list. (elementary/src/lib/elc_naviframe.c)
Please review this.
Thank you,
Jaehyun Cho.
SVN revision: 82300
Massimo Maiurana [Sun, 6 Jan 2013 09:52:45 +0000 (09:52 +0000)]
updating portuguese translation
SVN revision: 82298
Daniel Juyung Seo [Sun, 6 Jan 2013 04:46:53 +0000 (04:46 +0000)]
elm elm_priv.h: Fixed wrong parameter which was spotted by Thiago Henrique <thenrique@gmail.com>
SVN revision: 82297
Leandro Dorileo [Sat, 5 Jan 2013 07:42:34 +0000 (07:42 +0000)]
elementary: fix EDJE_VERSION
The old edje build system considered just maj to MODULE_ARCH, now
it takes in account maj.min.v_mic - so, elm and edje don't
understand each other - resulting in broken things like edje_external
module not being loaded.
SVN revision: 82269
ChunEon Park [Sat, 5 Jan 2013 06:01:56 +0000 (06:01 +0000)]
elementary/label - removed unncessary
SVN revision: 82267
ChunEon Park [Sat, 5 Jan 2013 05:59:18 +0000 (05:59 +0000)]
elementary/label - removed unnecessary
SVN revision: 82266
ChunEon Park [Sat, 5 Jan 2013 05:50:13 +0000 (05:50 +0000)]
elementary/label - removed unnecessary call
SVN revision: 82265
ChunEon Park [Sat, 5 Jan 2013 04:56:06 +0000 (04:56 +0000)]
elementary/label - added a label signal callback "slide,end"
SVN revision: 82263
ChunEon Park [Sat, 5 Jan 2013 04:24:22 +0000 (04:24 +0000)]
elementary/naviframe - removed duplicated string data
SVN revision: 82260
ChunEon Park [Sat, 5 Jan 2013 04:10:33 +0000 (04:10 +0000)]
elementary/label - removed workaround. now it's working slide reset every go is called.
SVN revision: 82259
Carsten Haitzler [Sat, 5 Jan 2013 01:12:27 +0000 (01:12 +0000)]
fix small leak that only happens if elm config needs an update.
SVN revision: 82247
Massimo Maiurana [Fri, 4 Jan 2013 22:18:09 +0000 (22:18 +0000)]
updating spanish and italian translation
SVN revision: 82242
Daniel Juyung Seo [Fri, 4 Jan 2013 19:10:19 +0000 (19:10 +0000)]
elm: Refactoring.
Smart data is already initialized so we do not need to re-initialize them if the value equals to 0, NULL, or EINA_FALSE.
Sometimes re-initializing smart data explicitly is needed for readability. So there are left overs.
SVN revision: 82228
ChunEon Park [Fri, 4 Jan 2013 13:44:08 +0000 (13:44 +0000)]
elementary/label - some missed stuff.
SVN revision: 82176
ChunEon Park [Fri, 4 Jan 2013 13:24:37 +0000 (13:24 +0000)]
elementary/label - added elm_label_slide_go()
SVN revision: 82172
ChunEon Park [Fri, 4 Jan 2013 10:59:41 +0000 (10:59 +0000)]
elementary/label - elm_label_slide_set() -> elm_label_slide_mode_set()
SVN revision: 82170
ChunEon Park [Fri, 4 Jan 2013 10:47:51 +0000 (10:47 +0000)]
elementary/label - support slide effect of the label widget optionally.
now it supports slides the texts if the label area is smaller than the text width length.
deprecated - elm_label_slide_set()/get()
added - elm_label_slide_mode_set()/get()
SVN revision: 82169
ChunEon Park [Fri, 4 Jan 2013 10:34:52 +0000 (10:34 +0000)]
elementary/po - updated
SVN revision: 82167
ChunEon Park [Fri, 4 Jan 2013 08:00:56 +0000 (08:00 +0000)]
elementary/label - more information for users
SVN revision: 82159
ChunEon Park [Fri, 4 Jan 2013 07:43:16 +0000 (07:43 +0000)]
elementary/label - you intended this if it cannot slide because of the text length.
SVN revision: 82158
ChunEon Park [Fri, 4 Jan 2013 07:39:14 +0000 (07:39 +0000)]
elementary/label - sliding -> slide
SVN revision: 82156
ChunEon Park [Fri, 4 Jan 2013 07:38:26 +0000 (07:38 +0000)]
elementary/fileselector - ++ unused
SVN revision: 82155
ChunEon Park [Fri, 4 Jan 2013 07:33:50 +0000 (07:33 +0000)]
elementary/label - removed unncessary set
SVN revision: 82153
ChunEon Park [Fri, 4 Jan 2013 07:32:10 +0000 (07:32 +0000)]
elementary/label - modified internal variable name to be more clear.
SVN revision: 82152
WooHyun Jung [Fri, 4 Jan 2013 04:32:30 +0000 (04:32 +0000)]
elementary/entry : Removing unused codes.
SVN revision: 82144
Flavio Vinicius Alvares Ceolin [Thu, 3 Jan 2013 21:02:25 +0000 (21:02 +0000)]
[elm] Updating the NEWS with the lasts commits
SVN revision: 82109
Flavio Vinicius Alvares Ceolin [Thu, 3 Jan 2013 20:50:10 +0000 (20:50 +0000)]
[elm] calendar: spinners for month and year now
Adding a separated spinner for year.
SVN revision: 82108
Flavio Vinicius Alvares Ceolin [Thu, 3 Jan 2013 20:48:52 +0000 (20:48 +0000)]
[elm] datetime: Adding max and min year to standard
profile
The same values that are in the others profiles.
SVN revision: 82107
Flavio Vinicius Alvares Ceolin [Thu, 3 Jan 2013 20:48:35 +0000 (20:48 +0000)]
[elm] dayselector: making the looking and feel more
consistent with the others widgets
SVN revision: 82106
Flavio Vinicius Alvares Ceolin [Thu, 3 Jan 2013 20:48:14 +0000 (20:48 +0000)]
[elm] file_selector: making the widget more desktop
friend
Allowing select dir/file in the entry box.
SVN revision: 82105
Flavio Vinicius Alvares Ceolin [Thu, 3 Jan 2013 20:44:58 +0000 (20:44 +0000)]
[elm] fileselector_buton test: small fixes
Fixing the usage of the check buttons
SVN revision: 82104
Leandro Dorileo [Thu, 3 Jan 2013 19:10:06 +0000 (19:10 +0000)]
Elementary: remove duplicated slideshow icon
Remove duplicated slideshow icon from icons.edc.
SVN revision: 82096
DUBEYPRINCE KUMAR [Thu, 3 Jan 2013 12:03:55 +0000 (12:03 +0000)]
From: DUBEYPRINCE KUMAR <prince.dubey@samsung.com>
Subject: [E-devel] [BUG] [ELM] [PATCH] Bug fixes for APIs
elm_gengrid_region_show/bring_in
Please review the attached patches.
Attached patch "elm_gengrid.patch" which fix the bug related to
elm_gengrid_region_show/bring_in APIs.
And patch "test_gengrid.patch" in order to test the fix.
Change Description:
1. An internal function _item_show_region() is created which does
the
calculation for item position.
2. This function is called in _calc_job() as soon as pan
object
gets its
size.
3. Test_gengrid code enhancement for testing the fix.
SVN revision: 82063
ChunEon Park [Thu, 3 Jan 2013 11:41:10 +0000 (11:41 +0000)]
elementary/naviframe - fixed some unacceptable stuffs.
SVN revision: 82061
ChunEon Park [Thu, 3 Jan 2013 11:26:57 +0000 (11:26 +0000)]
elementary/naviframe - use the layout intead of the edje_object
SVN revision: 82060
Jaehwan Kim [Thu, 3 Jan 2013 09:52:57 +0000 (09:52 +0000)]
Fix the bug which the callbacks of the sub-object are added even if the sub-object is already added the parent object.
SVN revision: 82053
Shinwoo Kim [Thu, 3 Jan 2013 09:31:33 +0000 (09:31 +0000)]
[access] export elm_access_activate_cb_set(); and add related documentation.
SVN revision: 82052
Daniel Juyung Seo [Thu, 3 Jan 2013 06:23:33 +0000 (06:23 +0000)]
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: 82040
Daniel Juyung Seo [Thu, 3 Jan 2013 06:12:51 +0000 (06:12 +0000)]
elm elm_widget.c: ;; is not sexy.
SVN revision: 82038
Daniel Juyung Seo [Thu, 3 Jan 2013 06:12:38 +0000 (06:12 +0000)]
elm slier: Used a macro for delay changed interval.
SVN revision: 82037
ChunEon Park [Thu, 3 Jan 2013 04:54:10 +0000 (04:54 +0000)]
elementary/po - updated
SVN revision: 82033
ChunEon Park [Thu, 3 Jan 2013 04:20:11 +0000 (04:20 +0000)]
elementary/naviframe - removed unnecessary string buf copy
SVN revision: 82031
JaeHyun Cho [Thu, 3 Jan 2013 04:10:45 +0000 (04:10 +0000)]
elementary/naviframe - [E-devel][Patch] Fix _item_text_set_hook to set part text correctly
Dear all,
Hello. This is Jaehyun Cho.
The current version of _item_text_set_hook sends the part signal name to edje_object_part_text_set. (elementary/src/lib/elc_naviframe.c)
To resolve this issue, I sent different arguments to edje_object_part_text_set for each case.
Please review this patch.
Thank you,
Jaehyun Cho.
Signed-Off-By: JaeHyun Cho <jae_hyun_cho@naver.com>
SVN revision: 82030
Gustavo Lima Chaves [Wed, 2 Jan 2013 19:00:52 +0000 (19:00 +0000)]
[elm] Just fixing the return type documentation of elm_prefs_data_get().
(copy&paste failure) and the "@see" in elm_prefs_data_set() (pointing to
itself).
patch by Murilo Belluzzo.
SVN revision: 82005
Daniel Juyung Seo [Wed, 2 Jan 2013 18:36:22 +0000 (18:36 +0000)]
elm list: Use EINA_FALSE instead of 0 for Eina_Bool type variable.
SVN revision: 82004
Daniel Juyung Seo [Wed, 2 Jan 2013 18:16:03 +0000 (18:16 +0000)]
elm fingersize: Use correct apis instead of deprecated apis. elm_config_finger_size_get/set instead of elm_finger_size_get/set.
SVN revision: 82003
Daniel Juyung Seo [Tue, 1 Jan 2013 08:45:06 +0000 (08:45 +0000)]
elm test_weather.c: Use entry activated callback.
SVN revision: 81949
Daniel Juyung Seo [Tue, 1 Jan 2013 08:45:03 +0000 (08:45 +0000)]
elm test: Use EVAS_HINT_EXPAND and EVAS_HINT_FILL instead of 1.0 and -1.0.
SVN revision: 81948
Daniel Juyung Seo [Tue, 1 Jan 2013 08:44:57 +0000 (08:44 +0000)]
elm test_weather.c: Print more useful information.
SVN revision: 81947
Mike Blumenkrantz [Sat, 29 Dec 2012 16:01:49 +0000 (16:01 +0000)]
update elm todo
SVN revision: 81877
Mike Blumenkrantz [Sat, 29 Dec 2012 15:57:08 +0000 (15:57 +0000)]
same netwm tooltip fix
SVN revision: 81876
Gustavo Sverzut Barbieri [Sat, 29 Dec 2012 14:47:48 +0000 (14:47 +0000)]
elm: edbus (v1) is disabled by default.
SVN revision: 81872
Mike Blumenkrantz [Sat, 29 Dec 2012 13:45:17 +0000 (13:45 +0000)]
same commit for trunk
SVN revision: 81868
Henrique Dante de Almeida [Fri, 28 Dec 2012 15:22:17 +0000 (15:22 +0000)]
[elm] Update ChangeLog
Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>
SVN revision: 81811
Henrique Dante de Almeida [Fri, 28 Dec 2012 15:00:15 +0000 (15:00 +0000)]
[elm] Update test_main_menu with new D-Bus menu features
Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>
SVN revision: 81810
Henrique Dante de Almeida [Fri, 28 Dec 2012 15:00:00 +0000 (15:00 +0000)]
[elm] Support freedesktop icons in D-Bus menu
If Elementary is compiled with Efreet support, D-Bus menu will
export freedesktop icon names.
Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>
SVN revision: 81809
Henrique Dante de Almeida [Fri, 28 Dec 2012 14:59:55 +0000 (14:59 +0000)]
[elm] Use content from menu item to get menu text
Do some extra effort to find out a name for the menu item to send via D-Bus
Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>
SVN revision: 81808
Henrique Dante de Almeida [Fri, 28 Dec 2012 14:59:50 +0000 (14:59 +0000)]
[elm] Support optional properties in D-Bus menu
The D-Bus menu interface description requests that properties with
default values should be optimized out.
Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>
SVN revision: 81807
Henrique Dante de Almeida [Fri, 28 Dec 2012 14:59:46 +0000 (14:59 +0000)]
[elm] Support elementary icon directory in D-Bus menu
Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>
SVN revision: 81806
Henrique Dante de Almeida [Fri, 28 Dec 2012 14:59:40 +0000 (14:59 +0000)]
[elm] Remove "visible" property from D-Bus menu (always true)
Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>
SVN revision: 81805
Henrique Dante de Almeida [Fri, 28 Dec 2012 14:59:33 +0000 (14:59 +0000)]
[elm] Support item separators in D-Bus menu
Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>
SVN revision: 81804
Daniel Juyung Seo [Fri, 28 Dec 2012 12:19:20 +0000 (12:19 +0000)]
elm test_entry.c: Added 'activated' smart callback usage.
SVN revision: 81797
Mike Blumenkrantz [Fri, 28 Dec 2012 09:51:40 +0000 (09:51 +0000)]
forwardport previous commit for genlist fixing
SVN revision: 81790
Jiyoun Park [Fri, 28 Dec 2012 03:59:36 +0000 (03:59 +0000)]
sorry indentation
SVN revision: 81781
Jiyoun Park [Fri, 28 Dec 2012 03:54:24 +0000 (03:54 +0000)]
fix elm_photocam file set's error handle code
SVN revision: 81779
Lucas De Marchi [Thu, 27 Dec 2012 21:35:05 +0000 (21:35 +0000)]
elementary: fix automake options
SVN revision: 81760
Murilo Belluzzo [Thu, 27 Dec 2012 13:38:40 +0000 (13:38 +0000)]
[elm] Add support to D-Bus systray icons
For now, it supports only one system tray icon per application.
Each instance of ELM_OBJ_SYSTRAY_CLASS is a handler for
the same system tray item. But the API is ready to support
multiple system tray items per application.
Also, since this is a new feature, it only provides an EObject API. So,
if the old style API is still required, please do it.
Patch by: Murilo Belluzzo <murilo.belluzzo@profusion.mobi>
SVN revision: 81747
Henrique Dante de Almeida [Thu, 27 Dec 2012 13:38:33 +0000 (13:38 +0000)]
[elm] Add D-Bus external menu support
Patch by: Henrique Dante de Almeida <hdante@profusion.mobi>
SVN revision: 81746
Mike Blumenkrantz [Thu, 27 Dec 2012 05:54:42 +0000 (05:54 +0000)]
probably want eo for elm configure...
SVN revision: 81729
Michael Jennings [Wed, 26 Dec 2012 11:53:38 +0000 (11:53 +0000)]
Spec and build dependency fixes.
SVN revision: 81711
Carsten Haitzler [Mon, 24 Dec 2012 09:47:11 +0000 (09:47 +0000)]
valgrind complain--
SVN revision: 81669
Shinwoo Kim [Sun, 23 Dec 2012 14:50:56 +0000 (14:50 +0000)]
[access] export some APIs,and remove unnecessary lines.
+ elm_access_object_register();
+ elm_access_object_unregister();
+ elm_access_text_set();
+ elm_access_text_get();
+ elm_access_cb_set();
These APIs are to use edje part, evas object as an accessible object.
and do not create access object, because access object would be created at run time.
This is different with internal API _elm_access_object_register();
SVN revision: 81659
Aron Xu [Fri, 21 Dec 2012 19:56:19 +0000 (19:56 +0000)]
Add Simplified Chinese translation for elementary
SVN revision: 81572
Gustavo Lima Chaves [Fri, 21 Dec 2012 19:10:09 +0000 (19:10 +0000)]
[elm] Implement dangling smart cb for prefs widget.
SVN revision: 81567
Jonas M. Gastal [Fri, 21 Dec 2012 17:38:05 +0000 (17:38 +0000)]
elm: Don't try to take screenshot of glview_example since it wont work and isn't used.
SVN revision: 81565
Jihoon Kim [Fri, 21 Dec 2012 11:03:10 +0000 (11:03 +0000)]
elm : fix memory leak in entry
SVN revision: 81538
Massimo Maiurana [Thu, 20 Dec 2012 19:58:56 +0000 (19:58 +0000)]
updating various translations
SVN revision: 81482
Massimo Maiurana [Thu, 20 Dec 2012 13:11:37 +0000 (13:11 +0000)]
updated esperanto and italian translations
SVN revision: 81451
ChunEon Park [Thu, 20 Dec 2012 01:54:57 +0000 (01:54 +0000)]
elementary/image - +FIXME
SVN revision: 81413
Flavio Vinicius Alvares Ceolin [Wed, 19 Dec 2012 18:07:09 +0000 (18:07 +0000)]
elm: using the right ecore_evas engine api
SVN revision: 81396
Christopher Michael [Wed, 19 Dec 2012 14:41:45 +0000 (14:41 +0000)]
If elementary is built with wayland support (and X support), then we
need to run an engine compare before trying to get wayland specific
items (in this case, the ecore_evas window).
NB: Fixes ticket #1992
Signed-off-by: Christopher Michael <cp.michael@samsung.com>
SVN revision: 81369
Stefan Schmidt [Wed, 19 Dec 2012 10:28:20 +0000 (10:28 +0000)]
elm/map: Free buffer on error path
SVN revision: 81342
Carsten Haitzler [Wed, 19 Dec 2012 01:08:13 +0000 (01:08 +0000)]
wake up. fix svn breakages. yay. :)
SVN revision: 81316
Gustavo Sverzut Barbieri [Tue, 18 Dec 2012 22:14:27 +0000 (22:14 +0000)]
elm_plug: fixed signal name.
SVN revision: 81313
Gustavo Sverzut Barbieri [Tue, 18 Dec 2012 22:07:50 +0000 (22:07 +0000)]
elm_plug: callback when server side image changed.
changelog and news will come later.
SVN revision: 81312
Gustavo Lima Chaves [Tue, 18 Dec 2012 19:57:33 +0000 (19:57 +0000)]
elm: Silent a compiler warning.
SVN revision: 81294
Massimo Maiurana [Tue, 18 Dec 2012 16:46:31 +0000 (16:46 +0000)]
updating various translations
SVN revision: 81286
Daniel Zaoui [Tue, 18 Dec 2012 08:22:13 +0000 (08:22 +0000)]
Removed internal macro that was retrieving the widget data
Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>
SVN revision: 81219
Daniel Zaoui [Tue, 18 Dec 2012 08:21:57 +0000 (08:21 +0000)]
Fix docs and wrong Eo API
Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>
SVN revision: 81218
Daniel Juyung Seo [Tue, 18 Dec 2012 08:08:39 +0000 (08:08 +0000)]
elm codegen_example.c: Fixed formatting.
SVN revision: 81216
Daniel Juyung Seo [Tue, 18 Dec 2012 08:07:52 +0000 (08:07 +0000)]
elm codegen_example.c: Use correct command to build examples.
SVN revision: 81215
ChunEon Park [Tue, 18 Dec 2012 07:29:42 +0000 (07:29 +0000)]
elementary - removed white trailing
SVN revision: 81212
ChunEon Park [Tue, 18 Dec 2012 07:09:48 +0000 (07:09 +0000)]
elementary/transit - only update image file if the file idx is changed.
SVN revision: 81208
ChunEon Park [Tue, 18 Dec 2012 07:06:42 +0000 (07:06 +0000)]
elementary/image - fix the image to show the image right away if the image preloading is disabled.
SVN revision: 81207
ChunEon Park [Tue, 18 Dec 2012 07:04:13 +0000 (07:04 +0000)]
elementary/transit - dont' elm_transit image animation use the image preloading
SVN revision: 81206
ChunEon Park [Tue, 18 Dec 2012 06:13:01 +0000 (06:13 +0000)]
elementary/image - removed unnecessary lines.
SVN revision: 81205
ChunEon Park [Tue, 18 Dec 2012 05:47:14 +0000 (05:47 +0000)]
elementary/transit - and no more use of icon.
SVN revision: 81203
ChunEon Park [Tue, 18 Dec 2012 05:23:47 +0000 (05:23 +0000)]
elementary/transit - now elm_transit image animation supports elm_image object type
SVN revision: 81202