]> Pileus Git - aweather/log
aweather
12 years agoClear Conus radar overlay textures
Andy Spencer [Mon, 2 Jan 2012 00:10:53 +0000 (00:10 +0000)]
Clear Conus radar overlay textures

On Mac OS, the texture are not zeroed by default which causes artifacts
along the edges of the radar overlays.

AWeather relies on the edges of the texture to be zero and uses GL_CLAMP
to merge multiple overlapping textures together.

12 years agoFix toolbar hiding bug
Andy Spencer [Mon, 2 Jan 2012 00:09:08 +0000 (00:09 +0000)]
Fix toolbar hiding bug

On Mac OS, the toolbar is hidden by default because the menus are part
of the OS menu bar. However they were incorrectly re-shown after
toggling fullscreen.

12 years agoAdd gtk mac integration
Andy Spencer [Mon, 2 Jan 2012 00:07:41 +0000 (00:07 +0000)]
Add gtk mac integration

- Move the menu bar to the top of the screen

12 years agoImprove support for relative search paths
Andy Spencer [Mon, 2 Jan 2012 00:02:44 +0000 (00:02 +0000)]
Improve support for relative search paths

12 years agoOSX port
Andy Spencer [Sun, 4 Dec 2011 10:54:10 +0000 (02:54 -0800)]
OSX port

12 years agoFix typo in man page
Andy Spencer [Wed, 28 Dec 2011 08:17:47 +0000 (08:17 +0000)]
Fix typo in man page

12 years agoFix threading bug in Alert plugin
Andy Spencer [Sun, 18 Dec 2011 06:25:35 +0000 (06:25 +0000)]
Fix threading bug in Alert plugin

12 years agoVersion bump for 0.6.1 v0.6.1
Andy Spencer [Fri, 25 Nov 2011 06:56:42 +0000 (06:56 +0000)]
Version bump for 0.6.1

12 years agoFix 64-bit warnings
Andy Spencer [Thu, 24 Nov 2011 10:40:04 +0000 (10:40 +0000)]
Fix 64-bit warnings

12 years agoRemove unused RSL reference from alert-info.h
Andy Spencer [Thu, 24 Nov 2011 10:39:44 +0000 (10:39 +0000)]
Remove unused RSL reference from alert-info.h

12 years agoFix crash when setting the date
Andy Spencer [Thu, 10 Nov 2011 07:17:49 +0000 (07:17 +0000)]
Fix crash when setting the date

If the date was set before the time was set, the call to get the current
time from the tree-view would return a null path and cause a segfault.

12 years agoAdd radar menu to quickly focus on a site
Andy Spencer [Thu, 10 Nov 2011 06:51:39 +0000 (06:51 +0000)]
Add radar menu to quickly focus on a site

12 years agoVersion bump for 0.6 v0.6.x v0.6
Andy Spencer [Mon, 31 Oct 2011 07:23:13 +0000 (07:23 +0000)]
Version bump for 0.6

12 years agoAdd defaults for details messages
Andy Spencer [Thu, 3 Nov 2011 08:36:11 +0000 (08:36 +0000)]
Add defaults for details messages

12 years agoUse external link button handler
Andy Spencer [Thu, 3 Nov 2011 08:31:28 +0000 (08:31 +0000)]
Use external link button handler

This fixes bugs on win32

12 years agoUpdate NSIS installer
Andy Spencer [Thu, 3 Nov 2011 07:38:02 +0000 (07:38 +0000)]
Update NSIS installer

- Improve compression ratio
- Cleanup variable names

12 years agoAdd more icons to dist
Andy Spencer [Wed, 2 Nov 2011 08:25:35 +0000 (08:25 +0000)]
Add more icons to dist

12 years agoFix off-by-one on date
Andy Spencer [Wed, 2 Nov 2011 07:10:47 +0000 (07:10 +0000)]
Fix off-by-one on date

(this is actually a bug in RLS)

12 years agoFix win32 build after removing gnulib
Andy Spencer [Wed, 2 Nov 2011 06:44:53 +0000 (06:44 +0000)]
Fix win32 build after removing gnulib

12 years agoRemove gnulib, it's a huge pain
Andy Spencer [Wed, 2 Nov 2011 06:11:21 +0000 (06:11 +0000)]
Remove gnulib, it's a huge pain

12 years agoAdd dolt to speed up build
Andy Spencer [Wed, 2 Nov 2011 06:25:44 +0000 (06:25 +0000)]
Add dolt to speed up build

12 years agoRemove out-dated build scripts
Andy Spencer [Wed, 2 Nov 2011 06:21:21 +0000 (06:21 +0000)]
Remove out-dated build scripts

12 years agoBuild data first
Andy Spencer [Wed, 2 Nov 2011 05:40:35 +0000 (05:40 +0000)]
Build data first

Some generated data files are used by the build, for example the .ico
used by windres on the win32 build

12 years agoUpdate copyright notices
Andy Spencer [Mon, 31 Oct 2011 07:21:21 +0000 (07:21 +0000)]
Update copyright notices

12 years agoAdd warning/watch/alert plugin
Andy Spencer [Mon, 31 Oct 2011 06:59:22 +0000 (06:59 +0000)]
Add warning/watch/alert plugin

Alert information is shown similar to what is shown on the main
weather.gov page. Alerts are retrieved in real time using the NWS CAP
feed [1] which includes most, but not all, of the information from
weather.gov. More details about the CAP feed can be found on the NWS CAP
Wiki [2].

Both county based warnings and polygon based warnings are support. In
addition, when zoomed in close enough county outlines will be drawn for
each state.

Additional information can be retrieved about a particular alert by
clicking on the highlighted area in the viewer.

Alerts can be hidden by toggling the alert type in the alert plugin's
configuration tab.

If you are developing from Git, you will need to download a FIPS county
polygons file [2]. This should be done automatically on the first build.
If it is not successful, the polygons are also included in the >= 0.6
tarballs.

There are currently several drawbacks to this plugin:

  - NWS warning zones are not use, only FIPS counties are used.

  - The county polygons have been simplified for performance reasons.

  - The NWS CAP feed does not include all the text products showed on
    the main weather.gov page. For example, hazardous weather outlooks
    are not included. This may be improved slightly by the NWS in future
    revision of the CAP feed.

  - Historic data is not available but previously downloaded alerts are
    cached and can be viewed.

[1] http://alerts.weather.gov/cap/us.php?x=0
[2] http://wiki.citizen.apps.gov/nws_developers/
[3] http://lug.rose-hulman.edu/proj/aweather/files/fips/

12 years agoFix memory leaks
Andy Spencer [Thu, 27 Oct 2011 07:22:23 +0000 (07:22 +0000)]
Fix memory leaks

12 years agoPass objects to grits_viewer_remove instead of refs
Andy Spencer [Thu, 27 Oct 2011 05:11:47 +0000 (05:11 +0000)]
Pass objects to grits_viewer_remove instead of refs

(finally)

12 years agoLeave nop sites out of the preference dialog
Andy Spencer [Sun, 25 Sep 2011 19:47:11 +0000 (19:47 +0000)]
Leave nop sites out of the preference dialog

12 years agoUpdate San Juan site
Andy Spencer [Sun, 25 Sep 2011 19:39:29 +0000 (19:39 +0000)]
Update San Juan site

12 years agoFix icons on win32
Andy Spencer [Mon, 12 Sep 2011 07:03:29 +0000 (07:03 +0000)]
Fix icons on win32

- Logo in help page remains broken because we haven't bundled svg
  libraries

12 years agoAdd icons to dist v0.5.2
Andy Spencer [Mon, 12 Sep 2011 01:46:30 +0000 (01:46 +0000)]
Add icons to dist

12 years agoDon't update icon cache if installing to DESTDIR
Andy Spencer [Mon, 12 Sep 2011 01:33:18 +0000 (01:33 +0000)]
Don't update icon cache if installing to DESTDIR

12 years agoVersion bump for 0.5.2
Andy Spencer [Mon, 12 Sep 2011 00:30:40 +0000 (00:30 +0000)]
Version bump for 0.5.2

12 years agoCheck for error conditions
Andy Spencer [Sat, 10 Sep 2011 19:11:20 +0000 (19:11 +0000)]
Check for error conditions

12 years agoGive NWS more time to update their servers
Andy Spencer [Sat, 10 Sep 2011 18:44:35 +0000 (18:44 +0000)]
Give NWS more time to update their servers

For onthe8 image fetching:
  12:48 -> 12:38
  12:49 -> 12:48

12 years agoChange size request to default size
Andy Spencer [Fri, 9 Sep 2011 06:33:52 +0000 (06:33 +0000)]
Change size request to default size

Default size can be overridden by the user, e.g. on netbooks

12 years agoRemove no-undefined-symbols from gen.sh
Andy Spencer [Fri, 9 Sep 2011 06:22:30 +0000 (06:22 +0000)]
Remove no-undefined-symbols from gen.sh

This should be done properly in the Makefiles now.

12 years agoUpdate command line arguments
Andy Spencer [Wed, 7 Sep 2011 06:10:04 +0000 (06:10 +0000)]
Update command line arguments

Fix bug in debug argument where the debug levels of 0 are ignored
because they were assumed to be unset.

Implement autoupdate command line flag.

Add fullscreen command line flag.

Change log levels from 1-7 to 0-5 for clarity.

Misc code cleanups to main.c

12 years agoAdd new application icons
Andy Spencer [Tue, 6 Sep 2011 05:07:35 +0000 (05:07 +0000)]
Add new application icons

The new icon is works better with different background colors, it also
avoids using flat background colors or borders.

The small icons (less than 32) pixels do not includes the sun in the
background because it is difficult to see at such small sizes and just
add clutter.

The old icon is kept as logo.svg and is used in the about dialog. It may
be converted to use the new icon eventually as well.

12 years agoUpdate GtkBuilder UI
Andy Spencer [Tue, 6 Sep 2011 04:57:19 +0000 (04:57 +0000)]
Update GtkBuilder UI

- Update copyright, description, and url

12 years agoAdd outline to logo
Andy Spencer [Mon, 5 Sep 2011 20:47:34 +0000 (20:47 +0000)]
Add outline to logo

12 years agoFix bug with plugins in preferences dialog
Andy Spencer [Mon, 29 Aug 2011 00:31:54 +0000 (00:31 +0000)]
Fix bug with plugins in preferences dialog

Moving plugins loading caused the tree view model to get set to an
uninitialized value (actually initialized to NULL).

12 years agoAdd -no-undefined for win32 build
Andy Spencer [Thu, 25 Aug 2011 06:59:22 +0000 (06:59 +0000)]
Add -no-undefined for win32 build

12 years agoFix comment position in logo
Andy Spencer [Thu, 25 Aug 2011 05:18:53 +0000 (05:18 +0000)]
Fix comment position in logo

12 years agoDon't depend no exact version of grits v0.5.1
Andy Spencer [Wed, 24 Aug 2011 17:40:52 +0000 (17:40 +0000)]
Don't depend no exact version of grits

12 years agoVersion bump for 0.5.1
Andy Spencer [Wed, 24 Aug 2011 16:11:29 +0000 (16:11 +0000)]
Version bump for 0.5.1

12 years agoFix linker flags
Andy Spencer [Wed, 24 Aug 2011 15:54:52 +0000 (15:54 +0000)]
Fix linker flags

12 years agoMove plugin loading to viewer realize callback
Andy Spencer [Wed, 24 Aug 2011 15:01:09 +0000 (15:01 +0000)]
Move plugin loading to viewer realize callback

This prevents plugins from being loaded until after the widget has a
valid OpenGL context.

Fixes Debian Bug #638939.

12 years agoMisc logo updates
Andy Spencer [Fri, 19 Aug 2011 07:28:06 +0000 (07:28 +0000)]
Misc logo updates

12 years agoUpdate RSL patches
Andy Spencer [Thu, 7 Jul 2011 02:53:18 +0000 (02:53 +0000)]
Update RSL patches

12 years agoSlight update to logo
Andy Spencer [Sat, 25 Jun 2011 05:43:36 +0000 (05:43 +0000)]
Slight update to logo

- Make the bolt outline slightly darker and start slightly lower

12 years agoVersion bump for 0.5 v0.5.x v0.5
Andy Spencer [Sat, 18 Jun 2011 23:11:32 +0000 (23:11 +0000)]
Version bump for 0.5

12 years agoRemove colors/*~ files from dist
Andy Spencer [Sun, 19 Jun 2011 01:35:19 +0000 (01:35 +0000)]
Remove colors/*~ files from dist

12 years agoAdd auto-hide to fullscreen mode
Andy Spencer [Sun, 12 Jun 2011 08:03:42 +0000 (08:03 +0000)]
Add auto-hide to fullscreen mode

All the widget (including toolbar) are hidden by default, moving the
mouse to the edge of the screen temporarily shows the widgets for that
side.

12 years agoSupport offline mode for Conus overlay
Andy Spencer [Sun, 12 Jun 2011 05:02:24 +0000 (05:02 +0000)]
Support offline mode for Conus overlay

12 years agoChange int to float for colormap mapping
Andy Spencer [Sun, 12 Jun 2011 04:50:56 +0000 (04:50 +0000)]
Change int to float for colormap mapping

This fixes a bug when using correlation coefficient

12 years agoIgnore website directory
Andy Spencer [Sun, 12 Jun 2011 00:29:31 +0000 (00:29 +0000)]
Ignore website directory

12 years agoImprove desktop icon and make web version
Andy Spencer [Sun, 12 Jun 2011 00:24:31 +0000 (00:24 +0000)]
Improve desktop icon and make web version

12 years agoAdd support for auto-update
Andy Spencer [Thu, 9 Jun 2011 07:24:26 +0000 (07:24 +0000)]
Add support for auto-update

Preference and UI changes:
  - Add a timeout interval to the preferences dialog, timeout in minutes.
  - Add a auto-update toggle in the toolbar and menus.

Auto-update is reset on init, refresh, and when any auto-update related
preferences change.

When auto-update timeout is triggered, the viewer's time is
automatically set to the current time.

12 years agoUpdate UI file using using glade 3.8
Andy Spencer [Thu, 9 Jun 2011 07:22:36 +0000 (07:22 +0000)]
Update UI file using using glade 3.8

No content changes to the UI, but needed to fix the focus on the Viewer.

12 years agoTighten up win32 installer size
Andy Spencer [Wed, 8 Jun 2011 16:10:16 +0000 (16:10 +0000)]
Tighten up win32 installer size

- Use shared libs only

12 years agoVersion bump to 0.5-p0
Andy Spencer [Tue, 7 Jun 2011 09:50:13 +0000 (09:50 +0000)]
Version bump to 0.5-p0

12 years agoRemove references to GtkGLExt
Andy Spencer [Tue, 7 Jun 2011 09:46:54 +0000 (09:46 +0000)]
Remove references to GtkGLExt

12 years agoWork around for broken radar.weather.gov server
Andy Spencer [Wed, 25 May 2011 04:10:54 +0000 (04:10 +0000)]
Work around for broken radar.weather.gov server

12 years agoAdd fullscreen view
Andy Spencer [Tue, 24 May 2011 06:51:16 +0000 (06:51 +0000)]
Add fullscreen view

12 years agoMisc win32 fixes
Andy Spencer [Tue, 24 May 2011 06:11:28 +0000 (06:11 +0000)]
Misc win32 fixes

12 years agoRename self -> level2
Andy Spencer [Tue, 24 May 2011 05:21:58 +0000 (05:21 +0000)]
Rename self -> level2

12 years agoFix hiding and freeing volumes
Andy Spencer [Tue, 24 May 2011 05:18:50 +0000 (05:18 +0000)]
Fix hiding and freeing volumes

Also switch to using the builtin grits references for removing objects.

12 years agoIncrease volume size and fix colormap bugs
Andy Spencer [Tue, 24 May 2011 03:32:41 +0000 (03:32 +0000)]
Increase volume size and fix colormap bugs

13 years agoAdd iso-surface rendering to level 2 radars
Andy Spencer [Mon, 24 Jan 2011 04:49:34 +0000 (04:49 +0000)]
Add iso-surface rendering to level 2 radars

13 years agoSwitch back to only showing one radar at a time
Andy Spencer [Tue, 15 Feb 2011 13:07:26 +0000 (13:07 +0000)]
Switch back to only showing one radar at a time

Radars are still loaded automatically but only show the radar in the
foreground tab of the configuration pane. With multiple radars (and
checkboxes) it becomes a hassle to switch between them because it
requires checking one box, unchecking another, and switching the tab.

Also, showing multiple radars didn't really work because of how the
depth test was done.

13 years agoAdd dual-pole support and improve colormap handling
Andy Spencer [Sun, 13 Feb 2011 11:00:42 +0000 (11:00 +0000)]
Add dual-pole support and improve colormap handling

Add support for dual-pole (KOUN). This should work for the most part.
Some of the dual-pole colormaps are still broken. For KOUN to work, a
recent (unreleased) version of the RSL wsr88d_locations.dat file is
needed.

Use non builtin colormaps. This should make updating colormaps easier.
The colormaps are written in simple flat files, the format is:

  - line 1: Parameter name,  - Reflectivity
  - line 2: Data scale,      - 2
  - line 3: Data shift,      - 31
  - line 4: RGBA color data, - 255 207 0 255
  - line n: Same as line 4 for however many lines are needed

The scale and shift parameters map the parameter values to a colortable
index. The index is clamped to the number of color data lines.

13 years agoRename aweather-colormap.[ch] to radar-info.[ch]
Andy Spencer [Sun, 13 Feb 2011 10:44:38 +0000 (10:44 +0000)]
Rename aweather-colormap.[ch] to radar-info.[ch]

The colormap is specific to the radar data. plugin-info.[ch] can be
common name for plugin-specific data.

13 years agoUse default colormap missing the correct one
Andy Spencer [Sun, 13 Feb 2011 08:10:31 +0000 (08:10 +0000)]
Use default colormap missing the correct one

13 years agoPrevent double loading radar files
Andy Spencer [Sun, 13 Feb 2011 08:09:14 +0000 (08:09 +0000)]
Prevent double loading radar files

The callback is normally called twice,
once for the up and once for down.

13 years agoDecrease distance to needed load radar
Andy Spencer [Mon, 7 Feb 2011 09:45:30 +0000 (09:45 +0000)]
Decrease distance to needed load radar

This helps prevent excess radars from being loaded.

13 years agoUpdate locations file
Andy Spencer [Mon, 7 Feb 2011 08:54:53 +0000 (08:54 +0000)]
Update locations file

- Add additional sites (e.g. Hawaii)
- Add supported for disabled sites. Used mostly for non-public sites.

13 years agoLimit calendar widget size
Andy Spencer [Mon, 7 Feb 2011 03:36:41 +0000 (03:36 +0000)]
Limit calendar widget size

Not a hard limit, but prevent it from automatically expanding when the
window changes size.

13 years agoUpdate sanity checks in wsr88d for dual-pole files
Andy Spencer [Mon, 7 Feb 2011 03:33:27 +0000 (03:33 +0000)]
Update sanity checks in wsr88d for dual-pole files

Dual pole has larger data sizes (>1MB) which previously failed.

13 years agoRemove newlines from wsr88ddec.c
Andy Spencer [Mon, 7 Feb 2011 03:29:55 +0000 (03:29 +0000)]
Remove newlines from wsr88ddec.c

13 years agoMisc Grits/formatting updates
Andy Spencer [Mon, 24 Jan 2011 04:47:01 +0000 (04:47 +0000)]
Misc Grits/formatting updates

- Use viewer from GritsObject instead of storing twice

13 years agoUse correct datatype for elev
Andy Spencer [Mon, 24 Jan 2011 04:39:03 +0000 (04:39 +0000)]
Use correct datatype for elev

13 years agoFix off-by-one-half calculating ray distances
Andy Spencer [Mon, 24 Jan 2011 04:35:40 +0000 (04:35 +0000)]
Fix off-by-one-half calculating ray distances

13 years agoCenter level2 objects via GritsObject instead of manually
Andy Spencer [Mon, 24 Jan 2011 04:33:55 +0000 (04:33 +0000)]
Center level2 objects via GritsObject instead of manually

13 years agoSupport setting an initial time with -t
Andy Spencer [Mon, 24 Jan 2011 04:28:50 +0000 (04:28 +0000)]
Support setting an initial time with -t

Time must be in %Y-%m-%d %H:%M (ISO 8601) format.

This is mostly useful when testing with a specific dataset.

Note, the data box is not yet updated properly.

13 years agoFix bug setting xalign in preferences
Andy Spencer [Mon, 24 Jan 2011 04:25:08 +0000 (04:25 +0000)]
Fix bug setting xalign in preferences

g_object_set takes untyped parameters so passing an int when it expects
a float can led to a segfault.

13 years agoAdd manpage for wsr88ddec
Andy Spencer [Fri, 26 Nov 2010 04:03:47 +0000 (04:03 +0000)]
Add manpage for wsr88ddec

13 years agolibgis -> grits: Update everything
Andy Spencer [Fri, 26 Nov 2010 02:53:37 +0000 (02:53 +0000)]
libgis -> grits: Update everything

Also some minor formatting changes,
line wrapping, debug messages, etc

13 years agoUse/update reflectivity colormap
Andy Spencer [Mon, 1 Nov 2010 04:38:25 +0000 (04:38 +0000)]
Use/update reflectivity colormap

- Use reflectivity regardless, should really determine which radar the
  user is looking at.
- _Finally_ interpolate the reflectivity colormap..

13 years agoUpdate for libgis changes
Andy Spencer [Mon, 1 Nov 2010 04:19:21 +0000 (04:19 +0000)]
Update for libgis changes

- Use draw method instead of callback for level

13 years agoUpdate TODO
Andy Spencer [Wed, 26 May 2010 01:59:06 +0000 (01:59 +0000)]
Update TODO

13 years agoProperly set DST flag when using mktime v0.4.1
Andy Spencer [Tue, 18 May 2010 05:43:48 +0000 (22:43 -0700)]
Properly set DST flag when using mktime

13 years agoAdd "Clean Cache" feature
Andy Spencer [Tue, 18 May 2010 05:42:43 +0000 (22:42 -0700)]
Add "Clean Cache" feature

This deletes any cached files that are more than a day old, based on
their mtime.

It might be useful to touch files when they are used in order to keep
them from being deleted.

13 years agoGo back to depending on libgis-$VERSION
Andy Spencer [Sun, 16 May 2010 23:42:35 +0000 (23:42 +0000)]
Go back to depending on libgis-$VERSION

13 years ago(Re)Add a workaround for tab positions on Win32
Andy Spencer [Sun, 16 May 2010 23:05:48 +0000 (23:05 +0000)]
(Re)Add a workaround for tab positions on Win32

For some reason some installations of Windows cannot set the radar tabs
to be on th left. This appeared to be fixed with Gtk 2.20, but
apparently it only fixed the issue on some Windows version.

13 years agoAdd better debugging support on Windows
Andy Spencer [Sun, 16 May 2010 23:05:36 +0000 (23:05 +0000)]
Add better debugging support on Windows

13 years agoAdd shebangs to build scripts
Andy Spencer [Sun, 16 May 2010 04:25:21 +0000 (04:25 +0000)]
Add shebangs to build scripts

13 years agoAdded ubuntu build scripts
Kevin Risden [Sun, 16 May 2010 04:20:55 +0000 (00:20 -0400)]
Added ubuntu build scripts

13 years agoVersion 0.4 v0.4
Andy Spencer [Wed, 12 May 2010 03:42:40 +0000 (03:42 +0000)]
Version 0.4

13 years agoUse power of two textures for level2 sweeps
Andy Spencer [Wed, 12 May 2010 03:40:24 +0000 (03:40 +0000)]
Use power of two textures for level2 sweeps