Commit Graph

40 Commits

Author SHA1 Message Date
Gergely Polonkai 767d30f231 Changed mirrorpoints to antiscian in the final naming convention 2013-09-16 10:13:25 +02:00
Gergely Polonkai 5c3e05ce56 Added legal headings to all source files. 2013-09-16 09:16:49 +02:00
Gergely Polonkai 3d563f9af2 Added coordinates and house system as properties of GsweMoment 2013-09-14 16:31:22 +02:00
Gergely Polonkai 9247b755f0 Documentation fix: added one missing parameter 2013-09-11 10:38:06 +02:00
Gergely Polonkai 387b65c792 Added gswe_moment_{set,get}_house_system() to the API 2013-09-11 03:41:42 +02:00
Gergely Polonkai 97521c4e7c Made gswe_moment_init() static 2013-09-11 03:37:00 +02:00
Gergely Polonkai 7632b8f155 Documented gswe_moment_get_house() 2013-09-11 03:36:39 +02:00
Gergely Polonkai 0f0b1e230a GSWE_HOUSE_SYSTEM_NONE is now handled at a few points 2013-09-11 03:36:19 +02:00
Gergely Polonkai a58794ca95 Added more GsweMoment documentation 2013-09-11 03:35:45 +02:00
Gergely Polonkai 4136e9452b gswe_moment_set_timestamp() now increases revision, as it should be 2013-09-11 03:34:43 +02:00
Gergely Polonkai 4cd286d83f Added gswe_moment_{get,set}_coordinates() to the API 2013-09-11 03:34:07 +02:00
Gergely Polonkai 615a633c25 Finished documenting GsweMomentPrivate 2013-09-11 03:32:49 +02:00
Gergely Polonkai 9588ed6447 Made GsweCoordinates a boxed type 2013-09-11 03:32:20 +02:00
Gergely Polonkai cfd9c1a983 Fixed up boxed type registration functions
* Removed their *_free functions, as they were only calling g_free
* Made their *_copy functions static
2013-09-11 03:31:35 +02:00
Gergely Polonkai a9b4e0d10f Added gswe_moment_get_timestamp() to the API. 2013-09-11 03:28:15 +02:00
Gergely Polonkai ec82bfc08d Added @err to function documentation 2013-09-11 01:55:10 +02:00
Gergely Polonkai e520c3188b Removed the changed method from GsweMomentClass and GsweTimestampClass 2013-09-11 01:54:36 +02:00
Gergely Polonkai f65f66fd72 Finalized API
From this on, API (and hopefully ABI) change is very unlikely
2013-09-11 01:08:35 +02:00
Gergely Polonkai a1d17fde77 Renamed gswe_moment_get_mirror_mirrorpoints() to gswe_moment_get_mirror_all_aspects()
Just to make the API to seem consistent.
2013-09-11 00:18:31 +02:00
Gergely Polonkai da2aa0c5f0 Renamed gswe_moment_get_aspects() to gswe_moment_get_all_aspects()
Just to make the API to seem consistent.
2013-09-11 00:17:23 +02:00
Gergely Polonkai e4748e5521 Fixed messed up signal handling 2013-09-09 10:51:50 +02:00
Gergely Polonkai bf98f25703 Added some documentation
GTK-Doc stopped complaining at last! \o/
2013-09-06 09:36:09 +02:00
Gergely Polonkai da35567f71 Made GsweMoonPhaseData and GswePlanetData boxed types
This is required for introspection to work correctly
2013-09-06 09:32:52 +02:00
Gergely Polonkai 3195fa266b Added some documentation to stop GObject introspection and GTK-Doc complaining
Still many missing...
2013-09-05 19:50:57 +02:00
Gergely Polonkai 4d5714348a Modified source, so it now compiles separately 2013-09-05 12:25:58 +02:00
Gergely Polonkai a8662b2e7d (split from Astrognome)SWE-GLib can now calculate mirrorpoints (antiscia) 2013-09-03 12:59:32 +02:00
Gergely Polonkai c901d7de53 (split from Astrognome)Added some function documentation 2013-09-03 11:26:53 +02:00
Gergely Polonkai c8ea47fbc0 (split from Astrognome)Finished gswe_moment_get_planet_aspects() 2013-09-03 11:26:37 +02:00
Gergely Polonkai b446037e2f (split from Astrognome)Added planetary distance to GsweAspectData structure 2013-09-03 11:26:09 +02:00
Gergely Polonkai e5a12923fa (split from Astrognome)SWE-GLib can now calculate aspects 2013-09-03 01:11:18 +02:00
Gergely Polonkai 1467ae8b8c (split from Astrognome)Created GsweHouseData struct to hold house data, including starting sign 2013-09-02 23:29:58 +02:00
Gergely Polonkai 4f25ad0bdf (split from Astrognome)SWE-GLib is now calculating Moon's phase 2013-09-02 23:12:56 +02:00
Gergely Polonkai 36aaf36f93 (split from Astrognome)Now also calculating element and quality points 2013-09-02 23:10:35 +02:00
Gergely Polonkai 02c88f4cfe (split from Astrognome)Created planetary calculation functionality 2013-09-02 16:19:45 +02:00
Gergely Polonkai b5e8214825 (split from Astrognome)Added some documentation 2013-09-02 16:17:23 +02:00
Gergely Polonkai dbdb9e90f8 (split from Astrognome)Outsourced house cusp position calculations to SWE-GLib. 2013-09-01 22:30:51 +02:00
Gergely Polonkai c569e2b6a8 (split from Astrognome)Changed GsweMoment.timestamp from GDateTime to GsweTimestamp 2013-09-01 14:31:23 +02:00
Gergely Polonkai 32f7ba9fb1 (split from Astrognome)Removed unnecessary julian_timestamp property of GsweMomentPrivate 2013-09-01 14:21:21 +02:00
Gergely Polonkai e996fa6093 (split from Astrognome)Changed signal name GsweMoment::moment-changed to changed 2013-09-01 14:18:57 +02:00
Gergely Polonkai ee60b67eec (split from Astrognome)Added SWE-Glib sources, which currently wraps Swiss Ephemeris function calls 2013-09-01 13:52:18 +02:00