Commit Graph

657 Commits

Author SHA1 Message Date
Jonathan Atton f9104face8 Elm map: when we delete a marker, if the group is empty -> delete it
SVN revision: 43972
2009-11-25 13:21:02 +00:00
Jonathan Atton 914a1d3868 Elm map: close the bubble, do not destroy the marker object.
SVN revision: 43893
2009-11-22 10:15:12 +00:00
Carsten Haitzler 1b7241944d fix some freeze issues with scroller.
SVN revision: 43887
2009-11-22 06:25:10 +00:00
Jonathan Atton e7f6a13ddc Elm map : add elm_map_bubbles_close()
SVN revision: 43883
2009-11-21 22:38:07 +00:00
Boris Faure 158a917bc3 elementary: add del_cb to toolbar items
SVN revision: 43862
2009-11-21 16:21:35 +00:00
Cedric BAIL 3be490ccf1 * elementary: Fix make dist.
SVN revision: 43820
2009-11-20 11:39:55 +00:00
Jonathan Atton c248cece9a Elm map : add new methods like delete a marker, display a list of markers ....
SVN revision: 43791
2009-11-18 21:07:01 +00:00
Carsten Haitzler d4b7bb1351 dont use class -> clas. c++!
SVN revision: 43776
2009-11-18 10:59:17 +00:00
Carsten Haitzler 074b91c5fe Treviño's patch for genlist compress mode - from tac bug #308
SVN revision: 43766
2009-11-18 03:09:04 +00:00
Jonathan Atton 2414a39fd2 Elm map test : add zoom with the mouse wheel
SVN revision: 43755
2009-11-17 19:05:59 +00:00
Gustavo Sverzut Barbieri 818032a68f 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
2009-11-17 16:32:45 +00:00
Jonathan Atton 04242f0952 Elm Photocam : Fix the zoom.
SVN revision: 43751
2009-11-17 15:55:59 +00:00
Jonathan Atton 5374075e65 Elm map : Fix the zoom (need to be fixed in photocam too). Everything seems working fine now
SVN revision: 43750
2009-11-17 15:44:11 +00:00
Jonathan Atton a2bb1b0cbf Elm map : the height of the bubble is equals to the height of the content
SVN revision: 43743
2009-11-16 21:32:33 +00:00
Jonathan Atton 8d73a92e60 Elm map: remove curl_easy_error()
SVN revision: 43722
2009-11-15 23:10:31 +00:00
Jonathan Atton 85a087b648 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
2009-11-15 21:36:44 +00:00
Jonathan Atton 49f51f2bca Elm map: improvements in the theme. Double clic on a marker bring it to the center
SVN revision: 43715
2009-11-15 19:52:07 +00:00
Christopher Michael b5f88e9ace 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
2009-11-15 17:29:22 +00:00
Jonathan Atton f8982352ae Elm map : fix bubble theme
SVN revision: 43713
2009-11-15 16:24:02 +00:00
Christopher Michael 8f270a63e8 Revert back to old panel code for now. This will get fixed someday, time
permitting.



SVN revision: 43712
2009-11-15 16:14:51 +00:00
Christopher Michael 0df0cad61d Fix variable declarations for naughty compilers.
SVN revision: 43711
2009-11-15 16:03:52 +00:00
Jonathan Atton 5601e74460 Elm map : add the markers
SVN revision: 43710
2009-11-15 15:53:37 +00:00
Carsten Haitzler 87a0e23369 and actually testing your compiling links helps too... before you commit!
SVN revision: 43708
2009-11-15 14:10:20 +00:00
Carsten Haitzler 9ee4a90f46 compiling before u commit is a good idea
SVN revision: 43707
2009-11-15 14:06:38 +00:00
Christopher Michael 6c2280b6ff More panel work.
SVN revision: 43700
2009-11-15 01:54:24 +00:00
Christopher Michael 6898d90ca9 Rework panel code to be more like toolbar (not complete yet)
SVN revision: 43699
2009-11-15 01:53:46 +00:00
Christopher Michael 550cb8193a Use EVAS_HINT_EXPAND/FILL.
SVN revision: 43698
2009-11-15 01:53:08 +00:00
Christopher Michael 1978788879 Formatting.
SVN revision: 43697
2009-11-15 01:52:53 +00:00
Christopher Michael 4d62ebac5b Add missing function prototypes.
SVN revision: 43696
2009-11-15 01:52:40 +00:00
Christopher Michael 956b35a669 Set edje frametime once during init
Set edje scale once during init.



SVN revision: 43695
2009-11-15 01:52:25 +00:00
Christopher Michael f2bc714d81 Formatting.
Reduce potential register usage.
No need to always set edje frametime when creating a window (NB: This was
getting done for every window)
No need to always set edje scale when creating a window (NB: This was
getting done for every window)
Don't need to get the Widget_Data in changed_size_hints as it's not used.
Use EVAS_HINT_EXPAND/FILL



SVN revision: 43694
2009-11-15 01:51:39 +00:00
Jonathan Atton 93e8a448ce Elm map : some fixs
SVN revision: 43692
2009-11-14 15:30:03 +00:00
Jonathan Atton 59d8a34755 Elm Map : some fix. "Show paris" wich is a zoom to 18 segv.
SVN revision: 43690
2009-11-14 13:58:22 +00:00
Andreas Volz 7e06a33c56 sorry, forgot to add
SVN revision: 43684
2009-11-13 22:37:34 +00:00
Andreas Volz b9b190cb4c document spinner style vertical
SVN revision: 43683
2009-11-13 22:27:06 +00:00
Gustavo Sverzut Barbieri 24d6072ecc fix valgrind reported problems.
GENERAL WARNING:

do NOT delete sub-objects (elm_widget_sub_object_add) or resize object
(elm_widget_resize_object_set) from del_hook()!! These are deleted
automatically before this function is called, thus you might double
free.

Fixed all occurrences I've spotted with valgrind. Please do not add more :-)




SVN revision: 43682
2009-11-13 22:22:05 +00:00
Gustavo Sverzut Barbieri 16fec09332 nasty bug, die die dieeeeeeeeeeeeee
took me some time to spot the problem was in the nasty typo... :-(



SVN revision: 43681
2009-11-13 22:18:43 +00:00
Gustavo Sverzut Barbieri 7424d452f8 let's save some function calls.
Actually those should not be multiple calls on GCC that supports
functions attributes, but it does not hurt and code is a bit smaller
and easier to read.



SVN revision: 43680
2009-11-13 22:18:01 +00:00
Andreas Volz dfcccd356d add example for spinner vertical style
SVN revision: 43679
2009-11-13 22:03:38 +00:00
Andreas Volz c7b5cd5aa3 also add files to makefile
SVN revision: 43678
2009-11-13 22:03:09 +00:00
Andreas Volz 4bb8b38418 added new vertical spinner style
SVN revision: 43677
2009-11-13 22:01:58 +00:00
Gustavo Sverzut Barbieri 7485ad2742 elm_box: fix move to evas_object_box and avoid double-deletion.
We must clear the box before, otherwise on delete it will
automatically delete all existing children, which would be deleted
right after with sub-objects.



SVN revision: 43675
2009-11-13 18:54:55 +00:00
Gustavo Sverzut Barbieri a60ce4e74f elm_entry: play nice with stringshare.
This avoids removing entries from cache to just add them later if it
was the last reference count.



SVN revision: 43674
2009-11-13 18:53:34 +00:00
Jonathan Atton f2362de07c Elm map: test if http is supported by ecore. Fix a bug in thedownload destination path. Frequently the downloads are never finished, I investigate
SVN revision: 43673
2009-11-13 18:42:58 +00:00
Jonathan Atton 5b36d0ceeb Elm: add the zoom with the mouse wheel in the photocam test.
SVN revision: 43666
2009-11-13 17:34:20 +00:00
Jonathan Atton bf12a8e8e1 Elementary : add Elm_Map. 2 bugs are known : ecore become crazy after a time (I think ecore_download bug somewhere) and "Show Paris" does not work well because we can't zoom and immediately after move (an idler somewhere in the sroller move the scroller ?)
SVN revision: 43664
2009-11-13 15:22:23 +00:00
Jonathan Atton 28e2b8664c Photocam: set the type of the widget
SVN revision: 43633
2009-11-12 19:23:44 +00:00
Christopher Michael f719ff7119 Formatting.
SVN revision: 43599
2009-11-10 04:26:51 +00:00
Christopher Michael eb489c6809 Formatting.
Use EVAS_HINT_EXPAND/FILL.
Remove unused variables.
Reduce duplicated code.



SVN revision: 43598
2009-11-10 02:03:52 +00:00
Jonathan Atton 43ffe878b5 Elementary: add the patch from Dave Andreoli to remove the <br> at the end of the entry. This break a lot of applications but every new applications implement their own fix, it is time to fix it in elm.
SVN revision: 43593
2009-11-09 22:15:26 +00:00