]> Pileus Git - grits/commit
Splitting GIS into a shared library, and a lot more
authorAndy Spencer <andy753421@gmail.com>
Thu, 6 Aug 2009 00:40:17 +0000 (00:40 +0000)
committerAndy Spencer <andy753421@gmail.com>
Thu, 6 Aug 2009 00:40:17 +0000 (00:40 +0000)
commitca898105ec4018b54ac2f6f1327200624169103e
tree752fa949b55e5760fa34b2af68451d9492ceada6
parentf705ad00b5d94f8ddc59575737b79feed191b404
Splitting GIS into a shared library, and a lot more
35 files changed:
TODO
configure.ac
docs/api/Makefile.am
src/Makefile.am
src/aweather-gui.c
src/aweather-gui.h
src/aweather-location.c [moved from src/location.c with 99% similarity]
src/aweather-location.h [moved from src/location.h with 100% similarity]
src/aweather-plugin.h [deleted file]
src/gis/Makefile.am [new file with mode: 0644]
src/gis/gis-data.c [moved from src/data.c with 99% similarity]
src/gis/gis-data.h [moved from src/data.h with 100% similarity]
src/gis/gis-marshal.c [new file with mode: 0644]
src/gis/gis-marshal.h [new file with mode: 0644]
src/gis/gis-marshal.list [moved from src/marshal.list with 50% similarity]
src/gis/gis-opengl.c [moved from src/gis-opengl.c with 94% similarity]
src/gis/gis-opengl.h [moved from src/gis-opengl.h with 94% similarity]
src/gis/gis-plugin.c [new file with mode: 0644]
src/gis/gis-plugin.h [new file with mode: 0644]
src/gis/gis-prefs.c [new file with mode: 0644]
src/gis/gis-prefs.h [new file with mode: 0644]
src/gis/gis-view.c [moved from src/gis-view.c with 97% similarity]
src/gis/gis-view.h [moved from src/gis-view.h with 100% similarity]
src/gis/gis-world.c [moved from src/gis-world.c with 99% similarity]
src/gis/gis-world.h [moved from src/gis-world.h with 100% similarity]
src/gis/gis.h [moved from src/aweather-plugin.c with 50% similarity]
src/main.c
src/plugins/Makefile.am
src/plugins/example.c
src/plugins/example.h
src/plugins/radar-misc.h [moved from src/misc.h with 91% similarity]
src/plugins/radar.c
src/plugins/radar.h
src/plugins/ridge.c
src/plugins/ridge.h