Update of /cvsroot/gcx/gcx
In directory vz-cvs-2.sog:/tmp/cvs-serv22193
Modified Files:
ChangeLog
Log Message:
Add UCAC3 query and fix frame/star list selection in mbandgui
Index: ChangeLog
===================================================================
RCS file: /cvsroot/gcx/gcx/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -C2 -d -r1.58 -r1.59
*** ChangeLog 20 Mar 2011 02:41:57 -0000 1.58
--- ChangeLog 22 Mar 2011 09:22:18 -0000 1.59
***************
*** 1,4 ****
--- 1,12 ----
2011-03-20 matei conovici <mco...@gm...>
+ * fixed frame selection/star list in mbandgui
+ * added UCAC3 CDS query; UCAC3 has full-sky coverage (unlike
+ UCAC2) but has some annoying issues like fake double stars (less
+ than 1 arcsec apart) and about 1 million stars in UCAC2 are
+ missing. Seems to produce good astrometry, though.
+
+ 2011-03-20 matei conovici <mco...@gm...>
+
* the big change is I've turned -DGDK_DISABLED_DEPRECATED -DGTK_DISABLE_DEPRECATED
on by default. Hey, at least it compiles :-)
***************
*** 10,14 ****
e9ac2ec Finished adding back the main menus
b99f9ac Moved this into source, not needed any more
! 17ffc6c Not there yet. Main app menubar needs Processing and Catalogs back (gui.c).
4223dcd Show correct r magnitude for USNO-B stars
8bf7a2c Update sourcesdraw.c to use cairo instead of low level gdk functions
--- 18,22 ----
e9ac2ec Finished adding back the main menus
b99f9ac Moved this into source, not needed any more
! 17ffc6c Not there yet. Main app menubar needs Processing and Catalogs back (gui.c).
4223dcd Show correct r magnitude for USNO-B stars
8bf7a2c Update sourcesdraw.c to use cairo instead of low level gdk functions
***************
*** 30,38 ****
* removed deprecated GtkList usage for the image_processing dialog
and restored image navigation functionality which was broken
! * changed from gtk_object_* to g_object_*
* remaining deprecated stuff: GtkCombo, GtkList, GtkItemFactory
2009-11-15 riccardo <unr...@em...>
!
* typos in source code
--- 38,46 ----
* removed deprecated GtkList usage for the image_processing dialog
and restored image navigation functionality which was broken
! * changed from gtk_object_* to g_object_*
* remaining deprecated stuff: GtkCombo, GtkList, GtkItemFactory
2009-11-15 riccardo <unr...@em...>
!
* typos in source code
***************
*** 49,53 ****
* INDI client code was reworked to support multiple toolkits and projects
* INDI client code has several new features (parameter storing, logging)
! * INDI client got a slight facelift in how features are displayed
2009-08-02 geoffrey hausheer <gc...@ph...>
--- 57,61 ----
* INDI client code was reworked to support multiple toolkits and projects
* INDI client code has several new features (parameter storing, logging)
! * INDI client got a slight facelift in how features are displayed
2009-08-02 geoffrey hausheer <gc...@ph...>
|