[Xfce4-commits] <xfce4-weather-plugin:master> Update NEWS, README, TODO.

Harald Judt noreply at xfce.org
Mon Aug 6 13:20:05 CEST 2012


Updating branch refs/heads/master
         to faa70d9a28b6157f6557404bd8f7f70e9b0101bb (commit)
       from 68dff4a4fba6446e0c385aa27fc87954722e6c63 (commit)

commit faa70d9a28b6157f6557404bd8f7f70e9b0101bb
Author: Harald Judt <h.judt at gmx.at>
Date:   Mon Aug 6 13:09:36 2012 +0200

    Update NEWS, README, TODO.

 NEWS   |   17 +++++++++++++++++
 README |    1 +
 TODO   |   23 ++++++++++++-----------
 3 files changed, 30 insertions(+), 11 deletions(-)

diff --git a/NEWS b/NEWS
index 0f5bae6..35beaa5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+0.8.1
+=====
+- Show more information in panel plugin tooltip.
+- Tooltip for location name in config dialog now shows latitude and
+  longitude, or clearer instructions what to do.
+- Fetch sunrise/sunset times via met.no webservice; This way we get
+  moon phase, moonrise and moonset for free.
+- Better handling of sanitizing location name.
+- Correct texts in search dialog.
+- Set text color on alternate cells in forecast table (bug #9150).
+- Translation updates.
+- Bump minimum requirements to XFCE-4.6.
+- Build the plugin as a module (bug #9152).
+- Get the plugin working on OpenBSD (bug #9152).
+- Fix many smaller bugs like uninitialized, unused variables etc.
+- Reformat and cleanup source code, improve code quality.
+
 0.8.0
 =====
 - Migrate to libxfce4ui (bug #7956).
diff --git a/README b/README
index 17bba2f..bcda783 100644
--- a/README
+++ b/README
@@ -2,6 +2,7 @@ DOCUMENTATION
 ==========================================================================
 http://api.yr.no/weatherapi/documentation
 http://api.met.no/weatherapi/locationforecastlts/1.1/documentation
+see http://api.yr.no/weatherapi/sunrise/1.0/documentation
 http://api.met.no/license_data.html
 
 Especially for information about the different types of data, please
diff --git a/TODO b/TODO
index b25c9cd..a696eec 100644
--- a/TODO
+++ b/TODO
@@ -1,18 +1,14 @@
 Here is a collection of ideas and tasks for future releases, listed in
-categories, but not prioritized.
+categories, but not prioritized or mandatory.
 
 Panel widget
 ======================================================================
-* More information in tooltip
-  - currently only location and description are shown
-  - could optionally replace scrollbox
+* Optionally hide scrollbox
 * Use multiple lines in scrollbox
 * Use the Xfce hvbox (maybe, need to check)
 
 Data
 ======================================================================
-* Get sunrise/sunset times via met.no webservice
-  - see http://api.yr.no/weatherapi/sunrise/1.0/documentation
 * Use HTTP status codes to warn in time about API changes
 * Further reduce HTTP requests fetching data
   - maybe use data in XML to schedule downloads?
@@ -22,24 +18,29 @@ Data
   when the user chooses a location in a different timezone. It should
   be possible to find the timezone of the chosen location and do some
   math to correct this.
+* Find acceptable provider (regarding availability and license of
+  data) for live values or maybe cache data for "fake" (interpolated)
+  live values?
 
 Forecast tab
 ======================================================================
-* More details in forecast window
+* Show more details for daytime forecasts
   - maybe tooltips for each entry?
-  - somehow indicate amount of precipitation
+  - find a good way to indicate amount of precipitation
 
 Details tab
 ======================================================================
-* Show sunrise and sunset times
+
 
 Configuration dialog
 ======================================================================
 * Show longitude and latitude, allow entering them
-* Add tooltips where necessary and make the existing ones more
-  descriptive
 * Reorganize options, the window's already to large
   for the small screen size of netbooks
 * Apply options immediately, like in most xfce apps
 * Don't complain about proxy settings on closing the dialog window
   when none are entered
+
+New stuff
+======================================================================
+* Graph tab showing hourly break-down of forecast data


More information about the Xfce4-commits mailing list