]> Pileus Git - aweather/log
aweather
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

13 years agoVersion bump to -p1
Andy Spencer [Mon, 10 May 2010 05:54:08 +0000 (05:54 +0000)]
Version bump to -p1

13 years agoAdd some files dist tarballs
Andy Spencer [Mon, 10 May 2010 05:53:26 +0000 (05:53 +0000)]
Add some files dist tarballs

13 years agoTurn on -Wunused
Andy Spencer [Mon, 10 May 2010 05:38:18 +0000 (05:38 +0000)]
Turn on -Wunused

13 years agoAdd check when loading Conus pixbuf
Andy Spencer [Thu, 6 May 2010 08:09:09 +0000 (08:09 +0000)]
Add check when loading Conus pixbuf

13 years agoVersion bump to 0.4-p0
Andy Spencer [Thu, 6 May 2010 06:37:36 +0000 (06:37 +0000)]
Version bump to 0.4-p0

13 years agoConvert time selector to GtkTreeView
Andy Spencer [Thu, 6 May 2010 06:33:19 +0000 (06:33 +0000)]
Convert time selector to GtkTreeView

13 years agoFix Win32 threading bug
Andy Spencer [Thu, 6 May 2010 05:49:56 +0000 (05:49 +0000)]
Fix Win32 threading bug

Fix a crash when multiple sites are updated using the same GisHttp (i.e.
SoupSession).

SoupSessionSync is supposed to be thread-safe, so either this is a bug
in libsoup, or something else is going on, but using separate GisHttp
objects appears to fix the problem for now.

13 years agoUse xdg-open for win32
Andy Spencer [Wed, 5 May 2010 07:08:48 +0000 (07:08 +0000)]
Use xdg-open for win32

xdg-open doesn't actually exist, so bundle a fake xdg-open script

13 years agoFix pointer/loading bugs in RadarSite hiding
Andy Spencer [Wed, 5 May 2010 06:40:38 +0000 (06:40 +0000)]
Fix pointer/loading bugs in RadarSite hiding

13 years agoFix Conus double-loading crash
Andy Spencer [Wed, 5 May 2010 05:58:05 +0000 (05:58 +0000)]
Fix Conus double-loading crash

13 years agoToggle radar tabs instead of close
Andy Spencer [Wed, 5 May 2010 05:50:44 +0000 (05:50 +0000)]
Toggle radar tabs instead of close

13 years agoFix default browser
Andy Spencer [Wed, 5 May 2010 05:02:30 +0000 (05:02 +0000)]
Fix default browser

13 years agoAdd user documentations
Andy Spencer [Wed, 5 May 2010 04:25:05 +0000 (04:25 +0000)]
Add user documentations

- Use an AsciiDoc file to generate a man page and a html page.

- Add Help->Contents menu which opens the HTML page in the default
  browser.

13 years agoTODO updates
Andy Spencer [Mon, 3 May 2010 08:58:49 +0000 (08:58 +0000)]
TODO updates

13 years agoUpdate TODO and gitignore
Andy Spencer [Mon, 3 May 2010 08:33:16 +0000 (08:33 +0000)]
Update TODO and gitignore

13 years agoMove radar tab back to left
Andy Spencer [Mon, 3 May 2010 07:46:15 +0000 (07:46 +0000)]
Move radar tab back to left

This works in windows now, not sure why though. I think it has something
to do with Gtk+ 2.20 vs. 2.16. Currently I'm compiling against 2.20 and
running against 2.16 since 2.20 has runtime issues.. it works though.

13 years agoMove gdk_pixbuf calls to main thread
Andy Spencer [Mon, 3 May 2010 07:44:49 +0000 (07:44 +0000)]
Move gdk_pixbuf calls to main thread

Hopefully this will fix some Win32 issues

13 years agoRemove default site
Andy Spencer [Mon, 3 May 2010 06:34:51 +0000 (06:34 +0000)]
Remove default site

13 years agoSplitting textures and using POT
Andy Spencer [Mon, 3 May 2010 04:48:19 +0000 (04:48 +0000)]
Splitting textures and using POT

13 years agoPre-load GObjects for GtkBuilder
Andy Spencer [Mon, 3 May 2010 04:43:24 +0000 (04:43 +0000)]
Pre-load GObjects for GtkBuilder

13 years agoTouch build directory to force updating exes
Andy Spencer [Mon, 3 May 2010 04:42:15 +0000 (04:42 +0000)]
Touch build directory to force updating exes

13 years agoConvert AWeatherGui to a GtkBuildable
Andy Spencer [Sun, 2 May 2010 08:43:18 +0000 (08:43 +0000)]
Convert AWeatherGui to a GtkBuildable

When editing the glade file, GLADE_CATALOG_PATH should be set to the
`data' directory.

13 years agoWin32 fixes and improvements
Andy Spencer [Sun, 2 May 2010 00:50:18 +0000 (00:50 +0000)]
Win32 fixes and improvements

- Add NSIS installer
- Add icon (and associated resource files)
- Add G_MODULE_EXPORT to symbols
- Set default window size
- Build path fixes

13 years agoMiscellaneous bug fixes
Andy Spencer [Sat, 1 May 2010 08:00:31 +0000 (08:00 +0000)]
Miscellaneous bug fixes

- Lots of plugged memory leaks
- Lots of small improvements

13 years agoUpdate TODO
Andy Spencer [Sat, 1 May 2010 01:14:51 +0000 (01:14 +0000)]
Update TODO

13 years agoWin32 port (and gnulib)
Andy Spencer [Sat, 1 May 2010 01:04:36 +0000 (01:04 +0000)]
Win32 port (and gnulib)

- Add support for Gnulib
  - Used for strptime

- Add "b" to wsr88ddec

13 years agoMinor stylistic fixes
Andy Spencer [Sat, 1 May 2010 00:49:17 +0000 (00:49 +0000)]
Minor stylistic fixes

13 years agoAdd Conus tile to radar plugin
Andy Spencer [Sat, 1 May 2010 00:47:13 +0000 (00:47 +0000)]
Add Conus tile to radar plugin

Conus tile lads a semi-high resolution reflectivity image of the Conus
and overlays it on the surface of the earth when zoomed out.

13 years agoSupport for multiple radar sites
Andy Spencer [Sat, 1 May 2010 00:43:08 +0000 (00:43 +0000)]
Support for multiple radar sites

Refactor GisPluginRadar to use a separate object for radar sites.
Many of the plugin structure's fields are now included in a separate
RadarSite structure. Multiple such structures can (and are) added to the
viewer and automatically load/unload themselves when the view changes.

Also move config generation code to the Level2 object as well as
some slight improvements to it.

13 years agoImprove high-level threading
Andy Spencer [Sat, 1 May 2010 00:30:44 +0000 (00:30 +0000)]
Improve high-level threading

- Make use of gdk_threads_{enter,leave}
- Add thread ID to debug messages
- Improved debugging for Level2

13 years agoImprove date-time support
Andy Spencer [Sat, 1 May 2010 00:26:00 +0000 (00:26 +0000)]
Improve date-time support

- Add a list of times to the time box
- Correct a few callbacks

13 years agoSubjectively adding LODs to cities
Andy Spencer [Sat, 1 May 2010 00:20:27 +0000 (00:20 +0000)]
Subjectively adding LODs to cities

14 years agoRemove deprecated site/time stuff
Andy Spencer [Mon, 15 Feb 2010 19:02:35 +0000 (19:02 +0000)]
Remove deprecated site/time stuff

14 years agoSwitch from imagemagick to rsvg
Andy Spencer [Sat, 13 Feb 2010 00:43:03 +0000 (00:43 +0000)]
Switch from imagemagick to rsvg

14 years agoSet set at startup
Andy Spencer [Fri, 12 Feb 2010 22:56:34 +0000 (22:56 +0000)]
Set set at startup

14 years agoUpdate nexrad url for GisHttp
Andy Spencer [Fri, 12 Feb 2010 22:56:22 +0000 (22:56 +0000)]
Update nexrad url for GisHttp

14 years agoSkip loading radar if one is already loading
Andy Spencer [Fri, 12 Feb 2010 21:54:19 +0000 (21:54 +0000)]
Skip loading radar if one is already loading

14 years agoSave the http object between sites
Andy Spencer [Fri, 12 Feb 2010 21:54:06 +0000 (21:54 +0000)]
Save the http object between sites

14 years agoLibgis updates
Andy Spencer [Mon, 8 Feb 2010 22:42:07 +0000 (22:42 +0000)]
Libgis updates

14 years agoMove RSL file handling to level2 object
Andy Spencer [Sun, 7 Feb 2010 17:33:47 +0000 (17:33 +0000)]
Move RSL file handling to level2 object

This lets us add multiple radars. It also makes things cleaner and will
hopefully make threading easier.

However, it's still buggy and crashes all the time.

14 years agoRefactor radar plugin
Andy Spencer [Sun, 7 Feb 2010 08:14:37 +0000 (08:14 +0000)]
Refactor radar plugin

14 years agoRemove marching code (now in marching branch)
Andy Spencer [Sun, 7 Feb 2010 08:09:54 +0000 (08:09 +0000)]
Remove marching code (now in marching branch)

14 years agoRemove gis_viewer_{begin,end} calls
Andy Spencer [Sat, 6 Feb 2010 15:10:55 +0000 (15:10 +0000)]
Remove gis_viewer_{begin,end} calls

14 years agoUpdate for GisData -> GisHttp
Andy Spencer [Fri, 5 Feb 2010 13:43:45 +0000 (13:43 +0000)]
Update for GisData -> GisHttp

This is currently only single threaded, the fetch function should be run
in a separate thread.

14 years agoUpdate for libgis
Andy Spencer [Wed, 3 Feb 2010 12:50:44 +0000 (12:50 +0000)]
Update for libgis

- Change includes from <gis/gis.h> -> <gis.h>
- Use tiles as objects

14 years agoLeft align plugins checkbox in prefs dialog
Andy Spencer [Wed, 3 Feb 2010 05:42:30 +0000 (05:42 +0000)]
Left align plugins checkbox in prefs dialog

14 years agoUpdate for GIS changes
Andy Spencer [Thu, 28 Jan 2010 09:54:40 +0000 (09:54 +0000)]
Update for GIS changes

14 years agoMake radar more opaque
Andy Spencer [Thu, 28 Jan 2010 09:54:19 +0000 (09:54 +0000)]
Make radar more opaque

14 years agoUpdate copyright and email address
Andy Spencer [Wed, 27 Jan 2010 23:29:57 +0000 (23:29 +0000)]
Update copyright and email address

14 years agoUse autoconf for about dialog
Andy Spencer [Wed, 27 Jan 2010 23:28:44 +0000 (23:28 +0000)]
Use autoconf for about dialog

14 years agoMake radar semi-transparent
Andy Spencer [Tue, 26 Jan 2010 08:59:07 +0000 (08:59 +0000)]
Make radar semi-transparent

14 years agoMisc updates to radar plugin
Andy Spencer [Mon, 25 Jan 2010 08:57:09 +0000 (08:57 +0000)]
Misc updates to radar plugin

14 years agoAdd markers for WSR88D locations
Andy Spencer [Mon, 25 Jan 2010 08:55:29 +0000 (08:55 +0000)]
Add markers for WSR88D locations

14 years agoDetermine site based on lat-lon location
Andy Spencer [Mon, 25 Jan 2010 08:49:52 +0000 (08:49 +0000)]
Determine site based on lat-lon location

Finally!

14 years agoUpdate Radar plugin to use callback objects
Andy Spencer [Mon, 25 Jan 2010 08:40:41 +0000 (08:40 +0000)]
Update Radar plugin to use callback objects

14 years agoUse NEVER when updating radar files
Andy Spencer [Mon, 25 Jan 2010 08:27:15 +0000 (08:27 +0000)]
Use NEVER when updating radar files

14 years agoUpdate for Gis{World,OpenGL,View,Viewer} refactoring
Andy Spencer [Sat, 14 Nov 2009 13:58:20 +0000 (13:58 +0000)]
Update for Gis{World,OpenGL,View,Viewer} refactoring

14 years agoFix win32 compile issues
Andy Spencer [Wed, 11 Nov 2009 09:20:38 +0000 (09:20 +0000)]
Fix win32 compile issues

14 years agoUpdate conventions in GisPluginRadar
Andy Spencer [Tue, 10 Nov 2009 02:59:18 +0000 (02:59 +0000)]
Update conventions in GisPluginRadar

14 years agoDisplay GUI error message when wsr88dec fails
Andy Spencer [Tue, 10 Nov 2009 02:41:55 +0000 (02:41 +0000)]
Display GUI error message when wsr88dec fails

14 years agoEnable unknown plugins by default
Andy Spencer [Tue, 10 Nov 2009 00:48:56 +0000 (00:48 +0000)]
Enable unknown plugins by default

14 years agoFix misc bugs and bump version to 0.3 v0.3.x v0.3
Andy Spencer [Mon, 9 Nov 2009 15:01:20 +0000 (15:01 +0000)]
Fix misc bugs and bump version to 0.3

14 years agoVersion bump
Andy Spencer [Mon, 26 Oct 2009 17:01:56 +0000 (17:01 +0000)]
Version bump

14 years agoUse own pluginsdir
Andy Spencer [Sun, 25 Oct 2009 20:36:34 +0000 (20:36 +0000)]
Use own pluginsdir

14 years agoadd symlinks for in-place running
Andy Spencer [Sun, 25 Oct 2009 17:15:57 +0000 (17:15 +0000)]
add symlinks for in-place running

14 years agoFix gen.sh and related things for stand-alone libgis
Andy Spencer [Sun, 25 Oct 2009 17:12:14 +0000 (17:12 +0000)]
Fix gen.sh and related things for stand-alone libgis

This make aweather run without needing to be installed.
gen.sh the libgis source to be installed in ../libgis and configured
with ./gen.sh

14 years agoSplitting out libgis
Andy Spencer [Sat, 24 Oct 2009 21:47:44 +0000 (21:47 +0000)]
Splitting out libgis

14 years agoFix compiling plugins
Andy Spencer [Sat, 24 Oct 2009 19:52:01 +0000 (19:52 +0000)]
Fix compiling plugins

14 years agoAdding -Wl,-z,defs to gen.sh
Andy Spencer [Sat, 24 Oct 2009 18:53:45 +0000 (18:53 +0000)]
Adding -Wl,-z,defs to gen.sh

14 years agoAdd desktop files and pixmaps
Andy Spencer [Sat, 24 Oct 2009 18:21:15 +0000 (18:21 +0000)]
Add desktop files and pixmaps

14 years agoUpdating make release for git
Andy Spencer [Sat, 24 Oct 2009 16:36:21 +0000 (16:36 +0000)]
Updating make release for git

14 years agoRewrite Glade ids using prefixes
Andy Spencer [Sat, 24 Oct 2009 15:55:04 +0000 (15:55 +0000)]
Rewrite Glade ids using prefixes

- id=/foo_\d/ is a layout container
- Prefix ids with their parents (e.g. main_menu_offline)

14 years agoold stuff
Andy Spencer [Fri, 23 Oct 2009 03:09:51 +0000 (03:09 +0000)]
old stuff

14 years agoMaking the sky (glClearColor) bluer gis-v0.1
Andy Spencer [Wed, 9 Sep 2009 03:59:46 +0000 (03:59 +0000)]
Making the sky (glClearColor) bluer

14 years agoCheck for RSL in configure.ac
Andy Spencer [Wed, 9 Sep 2009 02:54:57 +0000 (02:54 +0000)]
Check for RSL in configure.ac

14 years agoRoam and Wms optimizations
Andy Spencer [Wed, 9 Sep 2009 01:25:35 +0000 (01:25 +0000)]
Roam and Wms optimizations

- Store WmsCacheNode's in RoamTriangle and RoamPoint and shortcut the
  fetch operation when they do not change.

- Added RoamView that stores GL_{MODELVIEW,PROJECTION,VIEWPORT_MATRIX}s
  between calls to gluProject.

- Cache heights (via height_func calls) and screen coordinates in
  RoamPoint to avoid excess gluProject calls.

14 years agoMoving examples out of src to make gtk-doc happy
Andy Spencer [Wed, 2 Sep 2009 18:02:28 +0000 (18:02 +0000)]
Moving examples out of src to make gtk-doc happy

14 years agoRemoving ridge plugin and moving exmaple plugin
Andy Spencer [Wed, 2 Sep 2009 14:42:02 +0000 (14:42 +0000)]
Removing ridge plugin and moving exmaple plugin

Ridge plugin is deprecated due to libGIS. The example plugin has been
moved out of the autoconf source tree into the stand-alone examples
folder. Wms, Roam, and GPQueue headers now included in the install.

14 years agoMoving -Werror to gen.sh, improving wms_test
Andy Spencer [Wed, 2 Sep 2009 13:27:59 +0000 (13:27 +0000)]
Moving -Werror to gen.sh, improving wms_test

14 years agoAutomake and GCC fixes
Andy Spencer [Wed, 2 Sep 2009 12:36:55 +0000 (12:36 +0000)]
Automake and GCC fixes