platform/upstream/elementary.git
11 years agothis is not my lucky day, right? :-D
Gustavo Sverzut Barbieri [Mon, 3 Dec 2012 21:53:42 +0000 (21:53 +0000)]
this is not my lucky day, right? :-D

on my defense, if I had git I could just merge these 3 and push a
single commit upstream...

SVN revision: 80112

11 years agodamn it, forgot the pkg-config is a different name
Gustavo Sverzut Barbieri [Mon, 3 Dec 2012 21:49:29 +0000 (21:49 +0000)]
damn it, forgot the pkg-config is a different name

SVN revision: 80111

11 years agoelm now supports edbus v2, deprecated v1 function.
Gustavo Sverzut Barbieri [Mon, 3 Dec 2012 21:45:48 +0000 (21:45 +0000)]
elm now supports edbus v2, deprecated v1 function.

v1 is now deprecated (EINA_DEPRECATED) but still there, should still
work and not break any existing app.

v2 is now there as well, all software is being ported to use it
now. Just Enlightenment itself will still ship with v1 and as soon as
we release it will go v2, we have the patches here.

SVN revision: 80110

11 years agoelm test_gengrid.c: Use elm_gengrid_item_class_new/free() APIs.
Daniel Juyung Seo [Mon, 3 Dec 2012 16:27:03 +0000 (16:27 +0000)]
elm test_gengrid.c: Use elm_gengrid_item_class_new/free() APIs.

SVN revision: 80081

11 years agoelm test_hoversel.c: Remove unset icons.
Daniel Juyung Seo [Mon, 3 Dec 2012 16:26:46 +0000 (16:26 +0000)]
elm test_hoversel.c: Remove unset icons.

SVN revision: 80080

11 years agoelementary/naviframe - fix the naviframe crash if naviframe_item_pop and naviframe...
ChunEon Park [Mon, 3 Dec 2012 13:27:57 +0000 (13:27 +0000)]
elementary/naviframe - fix the naviframe crash if naviframe_item_pop and naviframe deletion is performed in serial.

even if the naviframe widget is deleted, the popped item's animator callback can be called.
Now keep the popping item list to handle this.

SVN revision: 80065

11 years ago[access] remove internal APIs
Shinwoo Kim [Mon, 3 Dec 2012 12:53:24 +0000 (12:53 +0000)]
[access] remove internal APIs

  1. _elm_access_item_register(); please use _elm_access_widget_item_register();
  2. _elm_access_item_unregister(); please use _elm_access_widget_item_unregister();
  3. Elm_Access_Info of Elm_Widget_Item, because Elm_Widget_Item uses elm_access object which has Elm_Access_Info.

SVN revision: 80063

11 years agoelm test_entry.c: Added entry emoticon sample.
Daniel Juyung Seo [Mon, 3 Dec 2012 12:49:13 +0000 (12:49 +0000)]
elm test_entry.c: Added entry emoticon sample.

SVN revision: 80062

11 years agoelementary/naviframe - To correct context, item should be passed to animator callback.
ChunEon Park [Mon, 3 Dec 2012 12:10:18 +0000 (12:10 +0000)]
elementary/naviframe - To correct context, item should be passed to animator callback.

SVN revision: 80059

11 years agoelementary/naviframe - -- useless line.
ChunEon Park [Mon, 3 Dec 2012 12:01:34 +0000 (12:01 +0000)]
elementary/naviframe - -- useless line.

SVN revision: 80052

11 years agoelementary/naviframe - useless check
ChunEon Park [Mon, 3 Dec 2012 11:52:21 +0000 (11:52 +0000)]
elementary/naviframe - useless check

SVN revision: 80051

11 years agoelementary/naviframe - remove the pair if new content was swallowed into other part.
ChunEon Park [Mon, 3 Dec 2012 10:21:09 +0000 (10:21 +0000)]
elementary/naviframe - remove the pair if new content was swallowed into other part.

SVN revision: 80036

11 years agoelementary/naviframe - items have the title contents pointer to handle them much...
ChunEon Park [Mon, 3 Dec 2012 10:10:17 +0000 (10:10 +0000)]
elementary/naviframe - items have the title contents pointer to handle them much easily.

SVN revision: 80034

11 years agoRemove the warning in toolbar
Jaehwan Kim [Mon, 3 Dec 2012 07:12:38 +0000 (07:12 +0000)]
Remove the warning in toolbar

SVN revision: 80012

11 years agoFix 0 division
Jaehwan Kim [Mon, 3 Dec 2012 07:01:22 +0000 (07:01 +0000)]
Fix 0 division

SVN revision: 80011

11 years agoWhen the toolbar is deleted, there's no need to pass the selection to next item.
Jaehwan Kim [Mon, 3 Dec 2012 06:52:03 +0000 (06:52 +0000)]
When the toolbar is deleted, there's no need to pass the selection to next item.

SVN revision: 80008

11 years agoSet the color of the hit_rect (0, 0, 0, 0), when the image is set the color.
Jaehwan Kim [Mon, 3 Dec 2012 03:53:13 +0000 (03:53 +0000)]
Set the color of the hit_rect (0, 0, 0, 0), when the image is set the color.

SVN revision: 80002

11 years agoelementary: Update ignored files
Mike McCormack [Sun, 2 Dec 2012 20:34:01 +0000 (20:34 +0000)]
elementary: Update ignored files

SVN revision: 79988

11 years agofix tooltips to not go offscreen as often
Mike Blumenkrantz [Sun, 2 Dec 2012 12:41:09 +0000 (12:41 +0000)]
fix tooltips to not go offscreen as often

SVN revision: 79982

11 years agoelemenatry: Fix make distcheck.
Stefan Schmidt [Sat, 1 Dec 2012 13:59:37 +0000 (13:59 +0000)]
elemenatry: Fix make distcheck.

Cleanup files:
ERROR: files left in build directory after distclean:
./doc/widgets/widget_preview_prefs.epb
./data/objects/test_prefs.epb

SVN revision: 79966

11 years agoelementary: Fix shadow and initializer warnings
Mike McCormack [Sat, 1 Dec 2012 01:12:18 +0000 (01:12 +0000)]
elementary: Fix shadow and initializer warnings

Signed-off-by: Mike McCormack <mikem@atratus.org>
SVN revision: 79956

11 years ago[elm] Fix bad placement of type declaration.
Gustavo Lima Chaves [Fri, 30 Nov 2012 19:57:36 +0000 (19:57 +0000)]
[elm] Fix bad placement of type declaration.

SVN revision: 79943

11 years ago[elm] Silent warnings on prefs examples.
Gustavo Lima Chaves [Fri, 30 Nov 2012 19:57:20 +0000 (19:57 +0000)]
[elm] Silent warnings on prefs examples.

SVN revision: 79942

11 years agoelm elm_prefs_cc_handlers.c: Fixed implicit declaration build warnings.
Daniel Juyung Seo [Fri, 30 Nov 2012 18:37:19 +0000 (18:37 +0000)]
elm elm_prefs_cc_handlers.c: Fixed implicit declaration build warnings.

SVN revision: 79938

11 years agocome on guys, run 'make' or (if you get paid to develop, you may consider) distcheck...
Mike Blumenkrantz [Fri, 30 Nov 2012 18:28:55 +0000 (18:28 +0000)]
come on guys, run 'make' or (if you get paid to develop, you may consider) distcheck before committing

SVN revision: 79937

11 years agoBuild issues one more time.
Murilo Belluzzo [Fri, 30 Nov 2012 17:49:37 +0000 (17:49 +0000)]
Build issues one more time.

Patch by: Murilo Belluzzo <murilo.belluzzo@profusion.mobi>

SVN revision: 79921

11 years agoWithout a typo it would have had emotion.
Gustavo Lima Chaves [Fri, 30 Nov 2012 16:57:13 +0000 (16:57 +0000)]
Without a typo it would have had emotion.

SVN revision: 79916

11 years ago[elm] Bumping config file as to accomodate for
Gustavo Lima Chaves [Fri, 30 Nov 2012 16:52:13 +0000 (16:52 +0000)]
[elm] Bumping config file as to accomodate for
 prefs module new entry.

SVN revision: 79915

11 years agoHopefully don't bitch about elm_prefs_cc not being
Gustavo Lima Chaves [Fri, 30 Nov 2012 16:52:05 +0000 (16:52 +0000)]
Hopefully don't bitch about elm_prefs_cc not being
 found anymore.

SVN revision: 79914

11 years agoBuild, damn it!
Iván Briano [Fri, 30 Nov 2012 16:37:44 +0000 (16:37 +0000)]
Build, damn it!

SVN revision: 79913

11 years ago[elm] Introducing a new widget, along with its infrastructure -- prefs.
Gustavo Lima Chaves [Fri, 30 Nov 2012 14:41:39 +0000 (14:41 +0000)]
[elm] Introducing a new widget, along with its infrastructure -- prefs.

The prefs widgets aims to aid with the implementation of
preference/configuration windows/UI elements in Elementary-based
applications (think of Enlightenment configuration dialogs,
elementary_config, etc).

Prefs is a widget that populates its view with widgets
bound to data types (following the instructions of a ".epb" file that
describes a set of items) and handles the storage/restoration of such
data on a configuration file automatically.

There's also the prefs_data handle, which is the one dealing with
user saved data for a given epb defaults set.

The documentation on the new widget is rich (we have examples and even
an EPC reference) and there's a new test entry for it.

I'm blogging about it soon, with screeshots and more details.

Enjoy.

ps.: This is a team work by Murilo Belluzzo, Ricardo de Almeida and me.

SVN revision: 79909

11 years agoelementary/naviframe - optimize code
ChunEon Park [Fri, 30 Nov 2012 13:27:56 +0000 (13:27 +0000)]
elementary/naviframe - optimize code

SVN revision: 79893

11 years agoelementary/naviframe - no you can't removed.
ChunEon Park [Fri, 30 Nov 2012 13:25:29 +0000 (13:25 +0000)]
elementary/naviframe - no you can't removed.

SVN revision: 79891

11 years agoelementary/naviframe - fix the naviframe to send the signals one time for content...
ChunEon Park [Fri, 30 Nov 2012 13:16:11 +0000 (13:16 +0000)]
elementary/naviframe - fix the naviframe to send the signals one time for content show/hide, text show/hide

SVN revision: 79890

11 years agoelementary/naviframe - move the animator to item. now animator can be managed by...
ChunEon Park [Fri, 30 Nov 2012 12:17:04 +0000 (12:17 +0000)]
elementary/naviframe - move the animator to item. now animator can be managed by each item properly.

SVN revision: 79888

11 years agoelm ctxpopup.edc: Removed unnecessary ctxgroup, elm/ctxpopup/item_compress/default...
Daniel Juyung Seo [Fri, 30 Nov 2012 11:54:46 +0000 (11:54 +0000)]
elm ctxpopup.edc: Removed unnecessary ctxgroup, elm/ctxpopup/item_compress/default. This is a remained code of old ctxpopup. This style will never be used. So I just remove it. This should not break any applications.

SVN revision: 79886

11 years ago[access] enhance access features
Shinwoo Kim [Fri, 30 Nov 2012 11:50:52 +0000 (11:50 +0000)]
[access] enhance access features

  1. add access lines for ECORE_X_ATOM_E_ILLUME_ACCESS_ACTION_READ
  2. add _elm_access_highlight_cycle(); becase there is a case that
     highlight object would be different with focused object after
     user moves finger to specific object which does not have focus
     currently.

SVN revision: 79884

11 years agoelm: Lets make it compile again.
Stefan Schmidt [Fri, 30 Nov 2012 11:00:01 +0000 (11:00 +0000)]
elm: Lets make it compile again.

2683:7: error: expected statement before ')' token

SVN revision: 79881

11 years agosmall change - doesnt fix a bug really... but get if screen is
Carsten Haitzler [Fri, 30 Nov 2012 10:26:18 +0000 (10:26 +0000)]
small change - doesnt fix a bug really... but get if screen is
composited before using argb in elm vs shaped.

SVN revision: 79878

11 years agoelementary: x and y really need to be initialized in that case.
Cedric BAIL [Fri, 30 Nov 2012 10:08:23 +0000 (10:08 +0000)]
elementary: x and y really need to be initialized in that case.

SVN revision: 79877

11 years agoelementary: move code around for better readability.
Cedric BAIL [Fri, 30 Nov 2012 07:55:49 +0000 (07:55 +0000)]
elementary: move code around for better readability.

SVN revision: 79871

11 years agoelementary/naviframe - make item have pair the compress mode signals
ChunEon Park [Fri, 30 Nov 2012 07:50:56 +0000 (07:50 +0000)]
elementary/naviframe - make item have pair the compress mode signals

SVN revision: 79870

11 years agoelementary/mapbuf - removed white trailing
ChunEon Park [Fri, 30 Nov 2012 06:29:10 +0000 (06:29 +0000)]
elementary/mapbuf - removed white trailing

SVN revision: 79865

11 years agofix a mistake of 79861 :(
WooHyun Jung [Fri, 30 Nov 2012 06:28:38 +0000 (06:28 +0000)]
fix a mistake of 79861 :(

SVN revision: 79863

11 years agoelementary/naviframe - fix the naviframe to resize it's items which are inserted.
ChunEon Park [Fri, 30 Nov 2012 06:22:48 +0000 (06:22 +0000)]
elementary/naviframe - fix the naviframe to resize it's items which are inserted.

SVN revision: 79862

11 years ago[elementary/elm_layout] There can be the cases with no aliases and no part name....
WooHyun Jung [Fri, 30 Nov 2012 06:18:48 +0000 (06:18 +0000)]
[elementary/elm_layout] There can be the cases with no aliases and no part name. Then EINA_FALSE should be returned.
Should All widgets(including elm_layout) have default aliases? or Not?.

SVN revision: 79861

11 years agomaybe dont add test_frame... since it isnt there as a file?
Carsten Haitzler [Thu, 29 Nov 2012 22:10:24 +0000 (22:10 +0000)]
maybe dont add test_frame... since it isnt there as a file?

SVN revision: 79857

11 years agoelm panes: Added 'top' and 'bottom' part aliases for vertical panes. I did not change...
Daniel Juyung Seo [Thu, 29 Nov 2012 18:43:39 +0000 (18:43 +0000)]
elm panes: Added 'top' and 'bottom' part aliases for vertical panes. I did not change the swallow part name not to breatk theme api.

SVN revision: 79847

11 years agoelm test.c: Fixed formatting.
Daniel Juyung Seo [Thu, 29 Nov 2012 18:43:28 +0000 (18:43 +0000)]
elm test.c: Fixed formatting.

SVN revision: 79846

11 years agoelementary: add a mode to entry to clear selection when loosing focus.
Cedric BAIL [Thu, 29 Nov 2012 08:58:49 +0000 (08:58 +0000)]
elementary: add a mode to entry to clear selection when loosing focus.

Patch by Thiep Ha <thiep.ha@samsung.com>.

SVN revision: 79821

11 years agoelm test_index.c: Added horizontal index sample.
Daniel Juyung Seo [Thu, 29 Nov 2012 08:39:26 +0000 (08:39 +0000)]
elm test_index.c: Added horizontal index sample.

SVN revision: 79819

11 years agoelementary/mapbuf - fix the mapbuf to update it's contents correctly even if they...
ChunEon Park [Thu, 29 Nov 2012 06:51:30 +0000 (06:51 +0000)]
elementary/mapbuf - fix the mapbuf to update it's contents correctly even if they go outside of the buffer

SVN revision: 79813

11 years agoelm: fix doxygen in calendar widget
Jihoon Kim [Thu, 29 Nov 2012 02:34:12 +0000 (02:34 +0000)]
elm: fix doxygen in calendar widget

SVN revision: 79799

11 years ago[elementary/popup] Add edje_object_message_signal_process after some signal_emitting...
WooHyun Jung [Wed, 28 Nov 2012 14:52:34 +0000 (14:52 +0000)]
[elementary/popup] Add edje_object_message_signal_process after some signal_emitting in smart_add function.

SVN revision: 79783

11 years agoelm panel.edc: Added missing image description.
Daniel Juyung Seo [Wed, 28 Nov 2012 08:04:37 +0000 (08:04 +0000)]
elm panel.edc: Added missing image description.

SVN revision: 79770

11 years agoelm panel.edc: Fixed formatting.
Daniel Juyung Seo [Wed, 28 Nov 2012 07:04:19 +0000 (07:04 +0000)]
elm panel.edc: Fixed formatting.

SVN revision: 79765

11 years agoelm test_gengrid.c: Export _elm_min_set to use this function in other tests.
Daniel Juyung Seo [Wed, 28 Nov 2012 01:09:21 +0000 (01:09 +0000)]
elm test_gengrid.c: Export _elm_min_set to use this function in other tests.

SVN revision: 79761

11 years agoelm test_genlist.c: Added 'Genlist Item Styles' to check more genlist item styles.
Daniel Juyung Seo [Tue, 27 Nov 2012 15:21:27 +0000 (15:21 +0000)]
elm test_genlist.c: Added 'Genlist Item Styles' to check more genlist item styles.

SVN revision: 79746

11 years agoelm test_popup.c: Added popup with normal list sample.
Daniel Juyung Seo [Tue, 27 Nov 2012 15:21:20 +0000 (15:21 +0000)]
elm test_popup.c: Added popup with normal list sample.

SVN revision: 79745

11 years agoAdd the hit_rect in elm_image. When the image is changed, the evas callback cannot...
Jaehwan Kim [Tue, 27 Nov 2012 09:29:16 +0000 (09:29 +0000)]
Add the hit_rect in elm_image. When the image is changed, the evas callback cannot be called.
So hit_rect gets the mouse events in a top of the widget.

SVN revision: 79740

11 years agoelementary/mapbuf - trivial changes
ChunEon Park [Tue, 27 Nov 2012 07:48:16 +0000 (07:48 +0000)]
elementary/mapbuf - trivial changes

SVN revision: 79735

11 years agoFix for Wayland. Sorry, bad merge occurred some time
Daniel Zaoui [Tue, 27 Nov 2012 05:35:48 +0000 (05:35 +0000)]
Fix for Wayland. Sorry, bad merge occurred some time

Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>
SVN revision: 79733

11 years agoAdded missing descriptions for Eo defines whose functions hadn't descriptions at...
Daniel Zaoui [Tue, 27 Nov 2012 05:35:43 +0000 (05:35 +0000)]
Added missing descriptions for Eo defines whose functions hadn't descriptions at all. Needed in language bindings.

Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>
SVN revision: 79732

11 years agoelm: add ingroup GLView for some enums
Jihoon Kim [Mon, 26 Nov 2012 23:58:23 +0000 (23:58 +0000)]
elm: add ingroup GLView for some enums

SVN revision: 79729

11 years agoelm test_clock.c: Fixed a typo.
Daniel Juyung Seo [Mon, 26 Nov 2012 11:51:53 +0000 (11:51 +0000)]
elm test_clock.c: Fixed a typo.

SVN revision: 79700

11 years agoelm test_genlist.c: Corrected the frame title.
Daniel Juyung Seo [Mon, 26 Nov 2012 11:51:49 +0000 (11:51 +0000)]
elm test_genlist.c: Corrected the frame title.

SVN revision: 79699

11 years ago[radio] add smart_activate();
Shinwoo Kim [Mon, 26 Nov 2012 11:18:04 +0000 (11:18 +0000)]
[radio] add smart_activate();

SVN revision: 79696

11 years ago[spinner] enhance access feature
Shinwoo Kim [Mon, 26 Nov 2012 10:59:00 +0000 (10:59 +0000)]
[spinner] enhance access feature

  1. unregister access object from edje part object.
  2. add access acitviate callback to increase, decrease.
  3. remove unnecessary variables from elm_widget_spinner.h

SVN revision: 79694

11 years agoCleaning: removed include Eo.h in widgets because it was indirectly included by Eleme...
Daniel Zaoui [Mon, 26 Nov 2012 09:29:01 +0000 (09:29 +0000)]
Cleaning: removed include Eo.h in widgets because it was indirectly included by Elementary.h

Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>
SVN revision: 79682

11 years agoelm elc_popup.c: Removed _on_content_del cb in smart del not in sub object del.
Daniel Juyung Seo [Mon, 26 Nov 2012 07:09:53 +0000 (07:09 +0000)]
elm elc_popup.c: Removed _on_content_del cb in smart del not in sub object del.

SVN revision: 79672

11 years agoAdd ChangeLog entry for Eo porting
Daniel Zaoui [Mon, 26 Nov 2012 06:54:57 +0000 (06:54 +0000)]
Add ChangeLog entry for Eo porting

Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>
SVN revision: 79671

11 years agoWe have ported to Eo all the widgets of elementary. We didn't change the inheritance...
Yakov Goldberg [Mon, 26 Nov 2012 06:32:53 +0000 (06:32 +0000)]
We have ported to Eo all the widgets of elementary. We didn't change the inheritance itself, only the mechanism, as done previously in Evas, Ecore and Edje. We removed totally the previous inheritance mechanism.

Signed-off-by: Yakov Goldberg <yakov.g@samsung.com>
Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>
SVN revision: 79668

11 years agoelm elc_popup.c: Remove sub object del callback before deleting sub objects.
Daniel Juyung Seo [Mon, 26 Nov 2012 06:10:53 +0000 (06:10 +0000)]
elm elc_popup.c: Remove sub object del callback before deleting sub objects.

SVN revision: 79667

11 years agoelm elm_win.h: Added missing smart callbacks descriptions.
Daniel Juyung Seo [Sun, 25 Nov 2012 17:00:40 +0000 (17:00 +0000)]
elm elm_win.h: Added missing smart callbacks descriptions.

SVN revision: 79655

11 years agoelementary/naviframe - free the text parts when it's item is deleted.x
ChunEon Park [Sat, 24 Nov 2012 12:43:31 +0000 (12:43 +0000)]
elementary/naviframe - free the text parts when it's item is deleted.x

SVN revision: 79633

11 years agoelm naviframe.edc: Fixed name -> alias spotted by Jehoon Park <jehoon.park@h9works...
Daniel Juyung Seo [Sat, 24 Nov 2012 05:39:15 +0000 (05:39 +0000)]
elm naviframe.edc: Fixed name -> alias spotted by Jehoon Park <jehoon.park@h9works.com>

SVN revision: 79624

11 years agono - i meant that expand hint. :)
Carsten Haitzler [Fri, 23 Nov 2012 02:27:35 +0000 (02:27 +0000)]
no - i meant that expand hint. :)

SVN revision: 79554

11 years agoelm test_index.c: Fixed wrong button size.
Daniel Juyung Seo [Fri, 23 Nov 2012 02:19:14 +0000 (02:19 +0000)]
elm test_index.c: Fixed wrong button size.

SVN revision: 79553

11 years agomodify index test to test autohide disable before items added and..
Carsten Haitzler [Thu, 22 Nov 2012 23:59:10 +0000 (23:59 +0000)]
modify index test to test autohide disable before items added and..
make index packed into a table cell that occupies only part of the
screen.

SVN revision: 79551

11 years agoelm NEWS/ChangeLog for r79545.
Daniel Juyung Seo [Thu, 22 Nov 2012 15:37:46 +0000 (15:37 +0000)]
elm NEWS/ChangeLog for r79545.

SVN revision: 79547

11 years agoelm elm_entry.c: Fixed 1. Removed duplicated have_selection check. 2. enable have_sel...
Daniel Juyung Seo [Thu, 22 Nov 2012 15:15:55 +0000 (15:15 +0000)]
elm elm_entry.c: Fixed 1. Removed duplicated have_selection check. 2. enable have_selection only when a text is actually selected. Patch by Thiep Ha <thiep.ha@samsung.com>

On Mon, Nov 19, 2012 at 9:33 PM, thiep ha <thiep.ha@samsung.com> wrote:

    Dear All,

    I have seen that if there is no selection in an entry, the copy/cut menus are still shown in entry.
    (Example: double click at the end of entry or on an empty entry).
    I modified source code to not show copy/cut menus in above scenario.
    I also removed the redundant checking condition for showing copy/cut menus.
    Please review this patch.

    Best Regards,
    Thiep Ha

SVN revision: 79545

11 years agoelementary/naviframe - Clear the title contents when it's naviframe item is deleted.
ChunEon Park [Thu, 22 Nov 2012 15:15:26 +0000 (15:15 +0000)]
elementary/naviframe - Clear the title contents when it's naviframe item is deleted.

Signed-Off-By: Shilpa Singh(shilap.singh@samsung.com)
SVN revision: 79544

11 years agoelm elm_conform.c: Set conformant as an evas object data to elm_win when conformant...
Daniel Juyung Seo [Thu, 22 Nov 2012 14:52:32 +0000 (14:52 +0000)]
elm elm_conform.c: Set conformant as an evas object data to elm_win when conformant is created as a trick. Use a special characters as a key. This can be needed in some special apps.

SVN revision: 79543

11 years agoelementary/naviframe - backport 79541
ChunEon Park [Thu, 22 Nov 2012 14:51:27 +0000 (14:51 +0000)]
elementary/naviframe - backport 79541

SVN revision: 79542

11 years agoelementary/naviframe - let's remove contents which are preserved on set if the navifr...
ChunEon Park [Thu, 22 Nov 2012 14:47:08 +0000 (14:47 +0000)]
elementary/naviframe - let's remove contents which are preserved on set if the naviframe is deleted.

SVN revision: 79541

11 years ago[elementary/elm_layout] When elm_layout(or a widget inherits elm_layout) is deleted,
WooHyun Jung [Thu, 22 Nov 2012 14:46:45 +0000 (14:46 +0000)]
[elementary/elm_layout] When elm_layout(or a widget inherits elm_layout) is deleted,
it doesn't need to call _smart_sizing_eval in itself.
Currently, _smart_sizing_eval is called by _elm_layout_smart_sub_object_del when elm_layout is deleted.
I think this is called unnecessarily.

SVN revision: 79540

11 years agoelementary: fill NEWS and Changelog
Michael BOUCHAUD [Thu, 22 Nov 2012 11:11:05 +0000 (11:11 +0000)]
elementary: fill NEWS and Changelog

SVN revision: 79537

11 years agoelementary: fix flip, who show the two faces at same time
Michael BOUCHAUD [Thu, 22 Nov 2012 11:00:09 +0000 (11:00 +0000)]
elementary: fix flip, who show the two faces at same time

SVN revision: 79535

11 years agoelementary: update the min size hint on elm_label after a text set
Michael BOUCHAUD [Wed, 21 Nov 2012 17:09:44 +0000 (17:09 +0000)]
elementary: update the min size hint on elm_label after a text set

SVN revision: 79517

11 years ago[naviframe] enhance access feature
Shinwoo Kim [Wed, 21 Nov 2012 13:41:03 +0000 (13:41 +0000)]
[naviframe] enhance access feature

  1. add title icon to focus chain, title icon would be an widget
     such as segment control which is able to get focus.
  2. add smart_access(); to register, unregister access object.
  3. call _item_text_set_hook(); if item_new() has title_label,
     previously the _item_text_set_hook() is called even though
     the title_label is NULL.
  4. remove unnecessary variables from elm_widget_naviframe.h
  5. add _access_focus_set() to give focus propery.

SVN revision: 79511

11 years agoelementary/win - Dont be allow under -320 to be passed thorough.
ChunEon Park [Wed, 21 Nov 2012 12:50:17 +0000 (12:50 +0000)]
elementary/win - Dont be allow under -320 to be passed thorough.

babieri, you still read the commits!

Anyway thanks for reporting.

SVN revision: 79510

11 years agoelementary/win - ahh. there are 2 APIs to set rotation.
ChunEon Park [Wed, 21 Nov 2012 11:48:02 +0000 (11:48 +0000)]
elementary/win - ahh. there are 2 APIs to set rotation.

SVN revision: 79509

11 years agoelementary/win - more reasonable exception handling
ChunEon Park [Wed, 21 Nov 2012 11:42:52 +0000 (11:42 +0000)]
elementary/win - more reasonable exception handling

Thanks GArik__ for reporting

SVN revision: 79508

11 years agoelm test_gengrid.c: Added a 'GenGrid Item Styles' sample to check all the gengrid...
Daniel Juyung Seo [Wed, 21 Nov 2012 07:16:51 +0000 (07:16 +0000)]
elm test_gengrid.c: Added a 'GenGrid Item Styles' sample to check all the gengrid item styles.

SVN revision: 79502

11 years agoelm elm_gengrid.h: Added more description to gengrid documentation.
Daniel Juyung Seo [Wed, 21 Nov 2012 07:16:48 +0000 (07:16 +0000)]
elm elm_gengrid.h: Added more description to gengrid documentation.

SVN revision: 79501

11 years agoelm test_gengrid.c: Refactoring. Removed unnecessary box.
Daniel Juyung Seo [Wed, 21 Nov 2012 07:16:45 +0000 (07:16 +0000)]
elm test_gengrid.c: Refactoring. Removed unnecessary box.

SVN revision: 79500

11 years agoelm gengrid.edc: Added comments to gengrid item styles.
Daniel Juyung Seo [Wed, 21 Nov 2012 07:16:39 +0000 (07:16 +0000)]
elm gengrid.edc: Added comments to gengrid item styles.

SVN revision: 79498

11 years agoelm gengrid.edc: Now gengrid 'default_style' item style supports reorder effect.
Daniel Juyung Seo [Wed, 21 Nov 2012 07:16:25 +0000 (07:16 +0000)]
elm gengrid.edc: Now gengrid 'default_style' item style supports reorder effect.

SVN revision: 79497

11 years agoelementary/naviframe - unnecessary job stuff.
ChunEon Park [Wed, 21 Nov 2012 05:55:25 +0000 (05:55 +0000)]
elementary/naviframe - unnecessary job stuff.

I don't know why this code are here. But these are definetly removed.

I guess this job stuff was in at shilpa's patch.

SVN revision: 79496

11 years agoelm/wayland: Let elementary handle the frame by itself.
Rafael Antognolli [Wed, 21 Nov 2012 04:21:24 +0000 (04:21 +0000)]
elm/wayland: Let elementary handle the frame by itself.

Elementary based programs composed of widgets and containers. This means
that every widget will be inside a container, or will be the base
container, usually set as a resize object of the window.

Taking advantage of this structure, we can leave the frame area
calculation be done by elementary, not relying anymore on the framespace
available from Evas.

This commit fixes the problems related to the wayland framespace on
Elementary, while the final implementation of the said framespace is not
done yet on Ecore and Evas. Later it can be easily changed to use the
available infrastructure.

SVN revision: 79491