[Xfce4-commits] <xfce4-weather-plugin:master> Update NEWS and TODO.
Harald Judt
noreply at xfce.org
Mon Aug 20 14:58:02 CEST 2012
Updating branch refs/heads/master
to ded344d92d3d802874ab75d2fb056489fcd6370f (commit)
from 25c92301ede075bc40190dfad7ceebc43e558dac (commit)
commit ded344d92d3d802874ab75d2fb056489fcd6370f
Author: Harald Judt <h.judt at gmx.at>
Date: Mon Aug 20 14:00:42 2012 +0200
Update NEWS and TODO.
NEWS | 15 +++++++++++++++
TODO | 28 +++++++++++++++++-----------
2 files changed, 32 insertions(+), 11 deletions(-)
diff --git a/NEWS b/NEWS
index 35beaa5..8328180 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+0.8.2
+=====
+- More updated translations.
+- Updated README with documentation from Xfce Goodies homepage.
+- Add debugging code and instructions on how to debug in README.
+- Remove code for now unsupported GTK/GLIB versions.
+- Bump minimum requirements to match Xfce-4.8 (yes, they were needed
+ before) and drop some legacy code.
+- Fix ugly GDK_WINDOW assertion when opening the summary window.
+- Clear scrollbox labels before updating conditions (bug #9210).
+- Correct "Astrological data" to "Astronomical data" (bug #9190).
+- Variable name fix for Solaris (bug #9185).
+- Fix crash in summary window when something weird happens (bug #9182).
+- Some more code refactoring, clean up and minor fixes.
+
0.8.1
=====
- Show more information in panel plugin tooltip.
diff --git a/TODO b/TODO
index a696eec..415d62e 100644
--- a/TODO
+++ b/TODO
@@ -1,17 +1,18 @@
Here is a collection of ideas and tasks for future releases, listed in
categories, but not prioritized or mandatory.
-Panel widget
+Panel widgets
======================================================================
* Optionally hide scrollbox
* Use multiple lines in scrollbox
+* Allow choosing a custom text color for the scrollbox widget to
+ prevent unreadable or hardly readable text with some themes
* Use the Xfce hvbox (maybe, need to check)
+* Support custom icon themes
Data
======================================================================
* 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?
* How about a "follow-me" mode: Auto-determine location
based on IP address and adapt to any changes?
* The plugin uses the local time, which results in wrong forecasts
@@ -19,8 +20,15 @@ Data
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?
+ data) for live values, or alternatively maybe cache data for "fake"
+ (e.g. interpolated) live values?
+* Optimize data download update intervals. Current update interval is
+ 3 hours, but in fact data change more often. Updating data currently
+ deletes point data at the beginning of the nearest available
+ interval (because it is not provided by the XML document), so only
+ temperature at the end of the interval could be shown with a higher
+ update frequency. Caching/special treatment could solve this
+ problem.
Forecast tab
======================================================================
@@ -34,12 +42,10 @@ Details tab
Configuration dialog
======================================================================
-* Show longitude and latitude, allow entering them
-* 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
+* Reorganize options, the window's already too large for the small
+ screen size of netbooks
+* Apply options immediately, like in most Xfce apps
+* Allow editing latitude and longitude
New stuff
======================================================================
More information about the Xfce4-commits
mailing list