This set of patches contains 3 different improvements for the 
libeweather that is in svn directory
http://svn.enlightenment.org/svn/e/trunk/PROTO/libeweather

- change libeweather public headers so that they can be used also from 
the c++ code

- modify temperature values to be used internally as doubles instead of 
rounding them always to integers.
   allos also to specify how many digits are showed in screen when 
displaying temperatures.
   (old code did not show any digits)

- Allow the library user/plugin which gives the temperature values to 
specify whether the temperature
values given are in celcius or fahreinheits.
  (Old code expected that values given were always in fahrenheits, but 
many countries are using celcius, which is also ISO standard).

Mika Laitio (3):
   enable libeweather usage from c++ code
   add decimal support for temperatures shown
   Allow specifying whether data given is in celcius or fahrenheit
     format.

  src/bin/eweather_test.c    |    4 +++
  src/lib/EWeather.h         |   45 ++++++++++++++++++++++++++++++++------
  src/lib/EWeather_Plugins.h |   16 +++++++++++--
  src/lib/eweather.c         |   52 
+++++++++++++++++++++++++++++++++++++++----
  src/lib/eweather_smart.c   |   26 +++++++++++-----------
  5 files changed, 115 insertions(+), 28 deletions(-)


------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to