Commit Graph

6944 Commits

Author SHA1 Message Date
Cedric BAIL 8e35c17f40 elementary: fix potential divide by zero in els_scroller.c
SVN revision: 80124
2012-12-04 03:51:18 +00:00
Daniel Juyung Seo ba3a32d45a elm elc_naviframe.c: Fixed naviframe smart theme breakage.
SVN revision: 80123
2012-12-04 02:18:12 +00:00
Daniel Juyung Seo 613c83ad3d elm test_gengrid.c: Consider scale value for pixel in the code.
SVN revision: 80122
2012-12-04 02:18:08 +00:00
Daniel Juyung Seo 358b8c281d elm elc_naviframe.c: get smart data from evas object.
This fixes ticket #1910.

SVN revision: 80114
2012-12-03 23:21:27 +00:00
Bruno Dilly af6059fb63 elementary: yeah, not really your lucky day
More fixes regarding edbus2


SVN revision: 80113
2012-12-03 22:17:53 +00:00
Gustavo Sverzut Barbieri 7222fe5750 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
2012-12-03 21:53:42 +00:00
Gustavo Sverzut Barbieri 3a5e358d9d damn it, forgot the pkg-config is a different name
SVN revision: 80111
2012-12-03 21:49:29 +00:00
Gustavo Sverzut Barbieri b3f157541c 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
2012-12-03 21:45:48 +00:00
Daniel Juyung Seo 5c22cf8b7e elm test_gengrid.c: Use elm_gengrid_item_class_new/free() APIs.
SVN revision: 80081
2012-12-03 16:27:03 +00:00
Daniel Juyung Seo ab4a5c11a8 elm test_hoversel.c: Remove unset icons.
SVN revision: 80080
2012-12-03 16:26:46 +00:00
ChunEon Park a11a5becda 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
2012-12-03 13:27:57 +00:00
Shinwoo Kim 358ffe3b6b [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
2012-12-03 12:53:24 +00:00
Daniel Juyung Seo 50ed3557f2 elm test_entry.c: Added entry emoticon sample.
SVN revision: 80062
2012-12-03 12:49:13 +00:00
ChunEon Park d9180c9658 elementary/naviframe - To correct context, item should be passed to animator callback.
SVN revision: 80059
2012-12-03 12:10:18 +00:00
ChunEon Park 87e650b1de elementary/naviframe - -- useless line.
SVN revision: 80052
2012-12-03 12:01:34 +00:00
ChunEon Park 4deb162774 elementary/naviframe - useless check
SVN revision: 80051
2012-12-03 11:52:21 +00:00
ChunEon Park 226fa8ad54 elementary/naviframe - remove the pair if new content was swallowed into other part.
SVN revision: 80036
2012-12-03 10:21:09 +00:00
ChunEon Park 6f54233bcc elementary/naviframe - items have the title contents pointer to handle them much easily.
SVN revision: 80034
2012-12-03 10:10:17 +00:00
Jaehwan Kim b5c0606180 Remove the warning in toolbar
SVN revision: 80012
2012-12-03 07:12:38 +00:00
Jaehwan Kim af28727f14 Fix 0 division
SVN revision: 80011
2012-12-03 07:01:22 +00:00
Jaehwan Kim db9aec704d When the toolbar is deleted, there's no need to pass the selection to next item.
SVN revision: 80008
2012-12-03 06:52:03 +00:00
Jaehwan Kim 4cf133cf15 Set the color of the hit_rect (0, 0, 0, 0), when the image is set the color.
SVN revision: 80002
2012-12-03 03:53:13 +00:00
Mike McCormack f4ca08bf6e elementary: Update ignored files
SVN revision: 79988
2012-12-02 20:34:01 +00:00
Mike Blumenkrantz 5446cde267 fix tooltips to not go offscreen as often
SVN revision: 79982
2012-12-02 12:41:09 +00:00
Stefan Schmidt feac52abde 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
2012-12-01 13:59:37 +00:00
Mike McCormack 92bf31c896 elementary: Fix shadow and initializer warnings
Signed-off-by: Mike McCormack <mikem@atratus.org>

SVN revision: 79956
2012-12-01 01:12:18 +00:00
Gustavo Lima Chaves 6c638b0279 [elm] Fix bad placement of type declaration.
SVN revision: 79943
2012-11-30 19:57:36 +00:00
Gustavo Lima Chaves 166cf36825 [elm] Silent warnings on prefs examples.
SVN revision: 79942
2012-11-30 19:57:20 +00:00
Daniel Juyung Seo d9263cf820 elm elm_prefs_cc_handlers.c: Fixed implicit declaration build warnings.
SVN revision: 79938
2012-11-30 18:37:19 +00:00
Mike Blumenkrantz 22e3267304 come on guys, run 'make' or (if you get paid to develop, you may consider) distcheck before committing
SVN revision: 79937
2012-11-30 18:28:55 +00:00
Murilo Belluzzo 68ff22e220 Build issues one more time.
Patch by: Murilo Belluzzo <murilo.belluzzo@profusion.mobi>



SVN revision: 79921
2012-11-30 17:49:37 +00:00
Gustavo Lima Chaves a1c641c043 Without a typo it would have had emotion.
SVN revision: 79916
2012-11-30 16:57:13 +00:00
Gustavo Lima Chaves c8c5454d39 [elm] Bumping config file as to accomodate for
prefs module new entry.




SVN revision: 79915
2012-11-30 16:52:13 +00:00
Gustavo Lima Chaves 6063c0dc5d Hopefully don't bitch about elm_prefs_cc not being
found anymore.




SVN revision: 79914
2012-11-30 16:52:05 +00:00
Iván Briano 93b7410613 Build, damn it!
SVN revision: 79913
2012-11-30 16:37:44 +00:00
Gustavo Lima Chaves 87648e9ace [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
2012-11-30 14:41:39 +00:00
ChunEon Park 4029295408 elementary/naviframe - optimize code
SVN revision: 79893
2012-11-30 13:27:56 +00:00
ChunEon Park cd5eac4cc9 elementary/naviframe - no you can't removed.
SVN revision: 79891
2012-11-30 13:25:29 +00:00
ChunEon Park 8776fa93cb elementary/naviframe - fix the naviframe to send the signals one time for content show/hide, text show/hide
SVN revision: 79890
2012-11-30 13:16:11 +00:00
ChunEon Park 552f1b3964 elementary/naviframe - move the animator to item. now animator can be managed by each item properly.
SVN revision: 79888
2012-11-30 12:17:04 +00:00
Daniel Juyung Seo 1fec93a2f4 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
2012-11-30 11:54:46 +00:00
Shinwoo Kim 80d7b56b1f [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
2012-11-30 11:50:52 +00:00
Stefan Schmidt afef01a765 elm: Lets make it compile again.
2683:7: error: expected statement before ')' token

SVN revision: 79881
2012-11-30 11:00:01 +00:00
Carsten Haitzler 83fa4f6868 small change - doesnt fix a bug really... but get if screen is
composited before using argb in elm vs shaped.



SVN revision: 79878
2012-11-30 10:26:18 +00:00
Cedric BAIL 50f95cfcf5 elementary: x and y really need to be initialized in that case.
SVN revision: 79877
2012-11-30 10:08:23 +00:00
Cedric BAIL 91dc461a8d elementary: move code around for better readability.
SVN revision: 79871
2012-11-30 07:55:49 +00:00
ChunEon Park 3447a10e29 elementary/naviframe - make item have pair the compress mode signals
SVN revision: 79870
2012-11-30 07:50:56 +00:00
ChunEon Park c2d99f8d35 elementary/mapbuf - removed white trailing
SVN revision: 79865
2012-11-30 06:29:10 +00:00
WooHyun Jung 7af3114d44 fix a mistake of 79861 :(
SVN revision: 79863
2012-11-30 06:28:38 +00:00
ChunEon Park 0501c64ddd elementary/naviframe - fix the naviframe to resize it's items which are inserted.
SVN revision: 79862
2012-11-30 06:22:48 +00:00