Christopher Michael [Fri, 8 Jan 2010 17:54:26 +0000 (17:54 +0000)]
Add illume conformant widget and test app.
SVN revision: 44982
Carsten Haitzler [Fri, 8 Jan 2010 02:33:03 +0000 (02:33 +0000)]
handle label resizes and wraps properly - add test for it!
SVN revision: 44964
Tiago Rezende Campos Falcao [Thu, 7 Jan 2010 16:34:19 +0000 (16:34 +0000)]
Elm_List_Item selected getter
SVN revision: 44951
Vincent Torri [Thu, 7 Jan 2010 08:00:49 +0000 (08:00 +0000)]
fix spelling. Patch by 'misc'
SVN revision: 44943
Tiago Rezende Campos Falcao [Tue, 5 Jan 2010 19:42:04 +0000 (19:42 +0000)]
Elm_List multi and horizontal getters
SVN revision: 44913
Carsten Haitzler [Tue, 5 Jan 2010 00:08:03 +0000 (00:08 +0000)]
event -> under list as well as on genlist
SVN revision: 44902
Carsten Haitzler [Wed, 30 Dec 2009 13:10:01 +0000 (13:10 +0000)]
test with animating edje layout obj in flip test too - with child buttons.
SVN revision: 44785
Jonathan Atton [Thu, 24 Dec 2009 10:21:54 +0000 (10:21 +0000)]
Elm map : change PATH_MAX by sizeof(buf) in snprintf
SVN revision: 44713
Jonathan Atton [Wed, 23 Dec 2009 17:10:18 +0000 (17:10 +0000)]
Elm_Slideshow : add item_data_get()
SVN revision: 44696
Jonathan Atton [Wed, 23 Dec 2009 09:53:39 +0000 (09:53 +0000)]
Elm map : add API to set a custom source
SVN revision: 44678
Jonathan Atton [Tue, 22 Dec 2009 22:47:17 +0000 (22:47 +0000)]
Elm_Map : add a source manager and 3 souces
SVN revision: 44665
Gustavo Sverzut Barbieri [Tue, 22 Dec 2009 12:11:21 +0000 (12:11 +0000)]
elm_slider : Add indicator format callback function and drag signals
Hello all,
I just made my first attempt to improve Elementary. The attached
patch adds an indicator format callback function for showing a more
versatile indicator string. It also sends drag start/stop signals
when the dragging starts and ends. This is useful for showing a
music playback progress slider. When the slider indicator is being
dragged, the indicator would show the "seek position" in time.
When the dragging is stopped, the music player can then seek to the
correct position.
I couldn't figure out how to do this with elm_slider, so I just
added these lines.
By: Brian Wang
SVN revision: 44649
Jonathan Atton [Tue, 22 Dec 2009 09:57:35 +0000 (09:57 +0000)]
Elm slideshow : resize the next and previous loaded object because if the size is 0 some widget like photocam will load nothing
SVN revision: 44645
Jonathan Atton [Tue, 22 Dec 2009 09:34:29 +0000 (09:34 +0000)]
Elm slideshow : fix item_del
SVN revision: 44644
Jonathan Atton [Mon, 21 Dec 2009 17:01:19 +0000 (17:01 +0000)]
Elm map : * do not display a bubble if the content is empty
* use a different temp dir for each map
SVN revision: 44634
Carsten Haitzler [Mon, 21 Dec 2009 02:55:31 +0000 (02:55 +0000)]
fix licence on default theme. it is intended to be PD really
SVN revision: 44618
Jonathan Atton [Sun, 20 Dec 2009 20:40:55 +0000 (20:40 +0000)]
Elm map : add a method to hide the markers of a group's class
SVN revision: 44615
Jonathan Atton [Sun, 20 Dec 2009 18:48:31 +0000 (18:48 +0000)]
Elm map : we can tell to a group class to not group the items if the zoom si greater than zoom_grouped
SVN revision: 44613
Jonathan Atton [Sun, 20 Dec 2009 16:34:45 +0000 (16:34 +0000)]
Elm map :
* now we have 2 class : 1 for the marker and 1 for the group. When a marker is "alone", the class of the marker is used, if it is grouped with others markers, the class of the group is used.
* markers with the same class are grouped. If 2 markers do not have the same class they are not grouped.
* an icon can be set by the user for a single marker or a class
* the theme have 3 different markers/groups : radio, radio2 and empty (only the numbers of markers and the icon are displayed)
* we can specify to display a group's class only for a zoom >= to a value. It means a marker of this group is not displayed for a zoom < to this value.
* off course we have new bugs too :)
SVN revision: 44610
Gustavo Sverzut Barbieri [Sun, 20 Dec 2009 00:28:02 +0000 (00:28 +0000)]
Icon parser check if it was successfuly set and if not deletes the icon.
that's the end of that ugly space in editje button.
SVN revision: 44589
Gustavo Sverzut Barbieri [Sun, 20 Dec 2009 00:27:19 +0000 (00:27 +0000)]
change .h.in as well :-(
SVN revision: 44588
Gustavo Sverzut Barbieri [Sun, 20 Dec 2009 00:26:12 +0000 (00:26 +0000)]
Return if standard icon was really set (ie: exists) or not.
SVN revision: 44587
Vincent Torri [Sat, 19 Dec 2009 19:12:08 +0000 (19:12 +0000)]
use ecore_file_remove() instead of remove()
SVN revision: 44579
Vincent Torri [Sat, 19 Dec 2009 13:55:08 +0000 (13:55 +0000)]
fix warnings
SVN revision: 44575
Jonathan Atton [Fri, 18 Dec 2009 21:28:06 +0000 (21:28 +0000)]
Elm map: add poused_markers, if true the markers are not displayed while the zoom animation.
SVN revision: 44555
Iván Briano [Fri, 18 Dec 2009 20:21:39 +0000 (20:21 +0000)]
Allow unbinding radio groups by passing NULL
SVN revision: 44554
Jonathan Atton [Fri, 18 Dec 2009 20:16:37 +0000 (20:16 +0000)]
Elm map : the text no more fit in the marker (this is so sloowww) and some minors improvements
SVN revision: 44553
Jonathan Atton [Fri, 18 Dec 2009 18:30:28 +0000 (18:30 +0000)]
elm map : check if the matrixsparse exits
SVN revision: 44552
Jonathan Atton [Fri, 18 Dec 2009 18:24:56 +0000 (18:24 +0000)]
Elm map : fix elm_map_marker_remove() and when a marker is added in a dispalyed group -> update the bubble
SVN revision: 44551
Jonathan Atton [Fri, 18 Dec 2009 17:45:47 +0000 (17:45 +0000)]
Elm map : increase the speed when marker are updated
SVN revision: 44549
Jonathan Atton [Fri, 18 Dec 2009 17:00:01 +0000 (17:00 +0000)]
Elm map : Put the evas_object which represent a marker in a cache to avoid create/delete the objects when the zoom change.
SVN revision: 44546
Jonathan Atton [Fri, 18 Dec 2009 14:28:36 +0000 (14:28 +0000)]
Elm map : replace the list of markers by a matrixsparse (1 cell per region), this way we can have a lot of markers (10k+)))
SVN revision: 44545
Carsten Haitzler [Fri, 18 Dec 2009 02:30:01 +0000 (02:30 +0000)]
add more bounce controls
SVN revision: 44533
Christopher Michael [Fri, 18 Dec 2009 01:22:22 +0000 (01:22 +0000)]
Fix signal typo
SVN revision: 44532
Carsten Haitzler [Tue, 15 Dec 2009 06:38:32 +0000 (06:38 +0000)]
support more vkbd states in elm
SVN revision: 44471
Iván Briano [Mon, 14 Dec 2009 18:30:32 +0000 (18:30 +0000)]
formatting
SVN revision: 44448
Christopher Michael [Sun, 13 Dec 2009 23:25:31 +0000 (23:25 +0000)]
Fix variables not defined as static. Patch from Nicolas Aguirre
SVN revision: 44435
Vincent Torri [Fri, 11 Dec 2009 10:58:10 +0000 (10:58 +0000)]
improve configure output
SVN revision: 44365
Carsten Haitzler [Fri, 11 Dec 2009 08:12:58 +0000 (08:12 +0000)]
flip widget! first go at it and still primitive. will expand! for flipping
between 2 bits of content (front and back).
SVN revision: 44352
Iván Briano [Fri, 11 Dec 2009 05:57:53 +0000 (05:57 +0000)]
Scrolled entry, first step.
This is a compound widget that puts an entry inside a scroller,
so the user doesn't have to manage that stuff. Still needs some
more exposure of the scroller stuff and probably some automatizations.
SVN revision: 44349
Christopher Michael [Thu, 10 Dec 2009 17:25:04 +0000 (17:25 +0000)]
Remove whitespace.
Make flip dialog have a decent size so at least the window appears.
SVN revision: 44342
Carsten Haitzler [Wed, 9 Dec 2009 21:54:06 +0000 (21:54 +0000)]
patch from luis moraes to fix list deleted macro checks
SVN revision: 44325
Iván Briano [Wed, 9 Dec 2009 06:53:37 +0000 (06:53 +0000)]
use bool type where it makes sense
SVN revision: 44310
Iván Briano [Wed, 9 Dec 2009 05:22:38 +0000 (05:22 +0000)]
reenable parameters
SVN revision: 44304
Iván Briano [Wed, 9 Dec 2009 04:37:48 +0000 (04:37 +0000)]
style, better parsing, some parameter names changed
SVN revision: 44302
Iván Briano [Wed, 9 Dec 2009 02:37:20 +0000 (02:37 +0000)]
use correct types for parameters
SVN revision: 44297
Carsten Haitzler [Tue, 8 Dec 2009 13:53:38 +0000 (13:53 +0000)]
disable - compile errors - NAN for those macros!
SVN revision: 44278
Iván Briano [Tue, 8 Dec 2009 05:53:12 +0000 (05:53 +0000)]
Rename some parametes, use defaults, use info
SVN revision: 44274
Iván Briano [Tue, 8 Dec 2009 04:57:39 +0000 (04:57 +0000)]
State is not a common parameter
patch by Fabiano Fidencio
SVN revision: 44273
Carsten Haitzler [Tue, 8 Dec 2009 04:41:02 +0000 (04:41 +0000)]
layout sizing eval call - plus generic singal
SVN revision: 44272
Iván Briano [Tue, 8 Dec 2009 01:35:15 +0000 (01:35 +0000)]
use right name for the module
SVN revision: 44270
Christopher Michael [Mon, 7 Dec 2009 18:05:04 +0000 (18:05 +0000)]
Fix nasty formatting.
Don't segfault if map cannot be created when launching test_map.
SVN revision: 44253
Carsten Haitzler [Mon, 7 Dec 2009 14:19:20 +0000 (14:19 +0000)]
fix swallows to happen after u added hint change cb
SVN revision: 44245
Tiago Rezende Campos Falcao [Sun, 6 Dec 2009 01:22:54 +0000 (01:22 +0000)]
Elementary edje external modules
Widgets: Button, Check, Radio, Slider, Toggle
SVN revision: 44207
Carsten Haitzler [Thu, 3 Dec 2009 22:26:37 +0000 (22:26 +0000)]
oops - fix. longpress cb always shoudl work. just menu go away.
SVN revision: 44178
Carsten Haitzler [Wed, 2 Dec 2009 22:50:36 +0000 (22:50 +0000)]
baack to normal pre- release name now
SVN revision: 44146
Carsten Haitzler [Wed, 2 Dec 2009 22:19:53 +0000 (22:19 +0000)]
quick make svnrev that has right release names
SVN revision: 44140
Gustavo Sverzut Barbieri [Wed, 2 Dec 2009 18:59:41 +0000 (18:59 +0000)]
fix couple of list issues while deleting during item usage.
now list marks itself as "walking" every time it's usign wd->items,
this way any call to clear or deletion (elm_list_item_del()) will be
postponed using the wd->to_delete list.
please let me know of any bugs you may find.
SVN revision: 44124
Carsten Haitzler [Wed, 2 Dec 2009 08:07:38 +0000 (08:07 +0000)]
and back to a pre-svn sonme after snap
SVN revision: 44118
Carsten Haitzler [Wed, 2 Dec 2009 07:40:59 +0000 (07:40 +0000)]
aaah bah - move to 05 not 04
SVN revision: 44116
Carsten Haitzler [Wed, 2 Dec 2009 07:22:35 +0000 (07:22 +0000)]
asparagus - finally
SVN revision: 44113
Gustavo Sverzut Barbieri [Tue, 1 Dec 2009 13:50:22 +0000 (13:50 +0000)]
oops, edited .h and not .h.in
SVN revision: 44095
Gustavo Sverzut Barbieri [Tue, 1 Dec 2009 13:32:48 +0000 (13:32 +0000)]
elm_policy_set() and friends. easy way to quit app when last window is closed.
SVN revision: 44090
Carsten Haitzler [Tue, 1 Dec 2009 11:03:14 +0000 (11:03 +0000)]
use all dem cursor api's... and module it up bro
SVN revision: 44088
Vincent Torri [Sun, 29 Nov 2009 16:12:00 +0000 (16:12 +0000)]
formatting
SVN revision: 44045
Vincent Torri [Sun, 29 Nov 2009 16:10:40 +0000 (16:10 +0000)]
solaris OSes are UNIX OSes
SVN revision: 44044
Vincent Torri [Sun, 29 Nov 2009 16:02:05 +0000 (16:02 +0000)]
elm_object_scale_set() returns nothing
SVN revision: 44043
Brett Nash [Sun, 29 Nov 2009 00:01:13 +0000 (00:01 +0000)]
elm_list: Call the callbacks _last_. Saves segv when the user deletes stuff.
SVN revision: 44037
Brett Nash [Sat, 28 Nov 2009 23:57:54 +0000 (23:57 +0000)]
elm_list: Delete the timer when deleting an item.
SVN revision: 44036
Carsten Haitzler [Thu, 26 Nov 2009 06:57:28 +0000 (06:57 +0000)]
and build.. if u dont have eweather! test guys... test! be careful!
SVN revision: 43996
Carsten Haitzler [Thu, 26 Nov 2009 06:16:07 +0000 (06:16 +0000)]
comment++
SVN revision: 43995
Christopher Michael [Wed, 25 Nov 2009 21:14:37 +0000 (21:14 +0000)]
Temp fix for genlist horizontal resize lag by commenting out
horizontal_mode_set(ELM_LIST_LIMIT).
SVN revision: 43994
Jonathan Atton [Wed, 25 Nov 2009 21:06:23 +0000 (21:06 +0000)]
Elm menu, slideshow and notify: remove warnings
SVN revision: 43993
Jonathan Atton [Wed, 25 Nov 2009 20:51:28 +0000 (20:51 +0000)]
Elm map: remove warnings
SVN revision: 43990
Jonathan Atton [Wed, 25 Nov 2009 20:37:53 +0000 (20:37 +0000)]
Elm test : add eweather.
SVN revision: 43988
Jonathan Atton [Wed, 25 Nov 2009 13:21:02 +0000 (13:21 +0000)]
Elm map: when we delete a marker, if the group is empty -> delete it
SVN revision: 43972
Jonathan Atton [Sun, 22 Nov 2009 10:15:12 +0000 (10:15 +0000)]
Elm map: close the bubble, do not destroy the marker object.
SVN revision: 43893
Carsten Haitzler [Sun, 22 Nov 2009 06:25:10 +0000 (06:25 +0000)]
fix some freeze issues with scroller.
SVN revision: 43887
Jonathan Atton [Sat, 21 Nov 2009 22:38:07 +0000 (22:38 +0000)]
Elm map : add elm_map_bubbles_close()
SVN revision: 43883
Boris Faure [Sat, 21 Nov 2009 16:21:35 +0000 (16:21 +0000)]
elementary: add del_cb to toolbar items
SVN revision: 43862
Cedric BAIL [Fri, 20 Nov 2009 11:39:55 +0000 (11:39 +0000)]
* elementary: Fix make dist.
SVN revision: 43820
Jonathan Atton [Wed, 18 Nov 2009 21:07:01 +0000 (21:07 +0000)]
Elm map : add new methods like delete a marker, display a list of markers ....
SVN revision: 43791
Carsten Haitzler [Wed, 18 Nov 2009 10:59:17 +0000 (10:59 +0000)]
dont use class -> clas. c++!
SVN revision: 43776
Carsten Haitzler [Wed, 18 Nov 2009 03:09:04 +0000 (03:09 +0000)]
Treviño's patch for genlist compress mode - from tac bug #308
SVN revision: 43766
Jonathan Atton [Tue, 17 Nov 2009 19:05:59 +0000 (19:05 +0000)]
Elm map test : add zoom with the mouse wheel
SVN revision: 43755
Gustavo Sverzut Barbieri [Tue, 17 Nov 2009 16:32:45 +0000 (16:32 +0000)]
elm_layout: deferred sizing_eval to calculate (pre-render) phase.
This plays well with edje's own deferred calculations. Usually size
hints are set on children and edje will flag itself as dirty, but real
calculations are deferred to "calculate" phase before rendering.
For now this unbreaks elm_layout with contents... but other types such
as GROUP, BOX and TABLE remain broken: when they change their internal
state (ie: child object is packed into box or table), this will not
trigger elm_layout.
That said, we need a better solution. Maybe ask edje to emit signals
when one of its children change hints (it already listen to this
anyway), in this case elm_layout should listen to those instead of
connecting directly to objects given through elm_layout_content_set().
SVN revision: 43752
Jonathan Atton [Tue, 17 Nov 2009 15:55:59 +0000 (15:55 +0000)]
Elm Photocam : Fix the zoom.
SVN revision: 43751
Jonathan Atton [Tue, 17 Nov 2009 15:44:11 +0000 (15:44 +0000)]
Elm map : Fix the zoom (need to be fixed in photocam too). Everything seems working fine now
SVN revision: 43750
Jonathan Atton [Mon, 16 Nov 2009 21:32:33 +0000 (21:32 +0000)]
Elm map : the height of the bubble is equals to the height of the content
SVN revision: 43743
Jonathan Atton [Sun, 15 Nov 2009 23:10:31 +0000 (23:10 +0000)]
Elm map: remove curl_easy_error()
SVN revision: 43722
Jonathan Atton [Sun, 15 Nov 2009 21:36:44 +0000 (21:36 +0000)]
Elm map : zoom is centred to the coordinate show/bring in. Focus the zoom on a specific geographic coordinate and a classic coordinate (x,y) is not the same because the zoom increase/decrease the precision.
SVN revision: 43717
Jonathan Atton [Sun, 15 Nov 2009 19:52:07 +0000 (19:52 +0000)]
Elm map: improvements in the theme. Double clic on a marker bring it to the center
SVN revision: 43715
Christopher Michael [Sun, 15 Nov 2009 17:29:22 +0000 (17:29 +0000)]
Panel working nicely now, tho still one issue (content does not initially
show until you resize the window/panel. Not sure why)
SVN revision: 43714
Jonathan Atton [Sun, 15 Nov 2009 16:24:02 +0000 (16:24 +0000)]
Elm map : fix bubble theme
SVN revision: 43713
Christopher Michael [Sun, 15 Nov 2009 16:14:51 +0000 (16:14 +0000)]
Revert back to old panel code for now. This will get fixed someday, time
permitting.
SVN revision: 43712
Christopher Michael [Sun, 15 Nov 2009 16:03:52 +0000 (16:03 +0000)]
Fix variable declarations for naughty compilers.
SVN revision: 43711
Jonathan Atton [Sun, 15 Nov 2009 15:53:37 +0000 (15:53 +0000)]
Elm map : add the markers
SVN revision: 43710
Carsten Haitzler [Sun, 15 Nov 2009 14:10:20 +0000 (14:10 +0000)]
and actually testing your compiling links helps too... before you commit!
SVN revision: 43708
Carsten Haitzler [Sun, 15 Nov 2009 14:06:38 +0000 (14:06 +0000)]
compiling before u commit is a good idea
SVN revision: 43707
Christopher Michael [Sun, 15 Nov 2009 01:54:24 +0000 (01:54 +0000)]
More panel work.
SVN revision: 43700