Revision 18372,
1.2 KB
checked in by ghudson, 22 years ago
(diff) |
This commit was generated by cvs2svn to compensate for changes in r18371,
which included commits to RCS files with non-trunk default branches.
|
Line | |
---|
1 | Current: |
---|
2 | |
---|
3 | - The width isn't quite right for the font of the text. |
---|
4 | |
---|
5 | - ATS: I removed this code from gweather_update... seems to be used to |
---|
6 | switch the display, probably when prefs changed but we're not |
---|
7 | autoupdate? Put it somewhere else. |
---|
8 | |
---|
9 | } else { |
---|
10 | if (gweather_info) { |
---|
11 | if (gweather_pref.use_metric) |
---|
12 | weather_info_to_metric(gweather_info); |
---|
13 | else |
---|
14 | weather_info_to_imperial(gweather_info); |
---|
15 | } |
---|
16 | update_finish(gweather_info); |
---|
17 | } |
---|
18 | |
---|
19 | - Bug hunting... |
---|
20 | - Code reorganization... at least break up weather.[ch] and gweather-dialog.[ch] |
---|
21 | according to "views" (or aspects) of the weather (ie. conditions, textual |
---|
22 | forecast, graphical forecast, radar map, etc). Do some things more |
---|
23 | properly (eg. use libgnomeui stuff for properties dialog, etc). |
---|
24 | - Detect modem connection/disconnection (still need to find a decent way to |
---|
25 | do this -- ideas? ;-) |
---|
26 | |
---|
27 | Future / Suggestions: |
---|
28 | |
---|
29 | - Parse IWIN forecasts and display them graphically as well. |
---|
30 | - Add plots and history information. |
---|
31 | - More/better icons. |
---|
32 | |
---|
33 | - The Location selection tree could have more information in it, like |
---|
34 | indicating whether a location supports detailed forcasts or not. |
---|
35 | |
---|
36 | ---- |
---|
37 | $Id: TODO,v 1.1.1.1 2003-01-04 21:25:51 ghudson Exp $ |
---|
38 | |
---|
Note: See
TracBrowser
for help on using the repository browser.