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

Harald Judt noreply at xfce.org
Wed Jul 18 17:58:01 CEST 2012


Updating branch refs/heads/master
         to e8baded4d157ff03fa8c9ca0c0f7065445e11644 (commit)
       from 6aa63e39e0945dff27297843bcec2ee2dd14da01 (commit)

commit e8baded4d157ff03fa8c9ca0c0f7065445e11644
Author: Harald Judt <h.judt at gmx.at>
Date:   Wed Jul 18 17:56:03 2012 +0200

    Update NEWS and TODO.

 NEWS |    4 ++++
 TODO |   48 +++++++++++++++++++++++++++++++++++-------------
 2 files changed, 39 insertions(+), 13 deletions(-)

diff --git a/NEWS b/NEWS
index dcdf911..0f5bae6 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,10 @@
   Forecasts for up to 10 days are provided, depending on the location.
   The location is defined by latitude and longitude, the actual name
   is only used for presentation.
+- Switch to the new GeoIP service at geoip.xfce.org, the old one has
+  stopped working correctly quite some time ago.
+- Automatically set system of measurement depending on the GeoIP
+  country code.
 - Fix wrong location search results (bug #8832).
 - Enlarge the search dialog. It's now capable of showing 10 or more
   results instead of only 2 or 3.
diff --git a/TODO b/TODO
index b175955..4cb954e 100644
--- a/TODO
+++ b/TODO
@@ -1,20 +1,42 @@
-* Get sunrise/sunset times via webservice
-  - get rid of the hardcoded values
-* Fetch logo from website (code is still there)
+Here is a collection of ideas and tasks for future releases, listed in
+categories, but not prioritized.
+
+Panel widget
+======================================================================
 * More information in tooltip
   - currently only location and description are shown
   - could optionally replace scrollbox
-* Better tooltips in config dialog
-* Better organisation of options in config dialog
-  - it's already too large for netbooks
-* Apply options immediately, like in most xfce apps
-* Don't complain about proxy settings on closing the config
-  dialog when none are entered
-* Further reduce calls to download data
+* Use multiple lines in scrollbox
+* Use the Xfce hvbox (maybe, need to check)
+
+Data
+======================================================================
+* Get sunrise/sunset times via webservice
+  - get rid of the hardcoded values
+  - maybe met.no provides an API for it too
+* Use met.no RSS feed to warn in time about API changes
+* Further reduce HTTP requests fetching data
   - maybe use data in XML to schedule downloads?
+* How about a "follow-me" mode: Auto-determine location
+  based on IP address and adapt to any changes?
+
+Forecast tab
+======================================================================
 * More details in forecast window
   - maybe tooltips for each entry?
   - somehow indicate amount of precipitation
-* Use the Xfce hvbox (maybe, need to check)
-* Use multiple lines in scrollbox
-* Use met.no RSS feed to warn in time about API changes
+
+Details tab
+======================================================================
+* Fetch logo from website (code is still there)
+
+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


More information about the Xfce4-commits mailing list