Commit Graph

301 Commits

Author SHA1 Message Date
Gergely Polonkai 3d563f9af2 Added coordinates and house system as properties of GsweMoment 2013-09-14 16:31:22 +02:00
Gergely Polonkai da56fa5469 Added some known limitations to README.md 2013-09-11 10:20:52 +00:00
Gergely Polonkai 54b4c8863d Made text of README.md a bit more straight; minor typo fixes, too 2013-09-11 10:20:11 +00: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 32d3a26ee6 Documented gswe_timestamp_new() 2013-09-11 03:33:14 +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 a2f7154c15 Typo fix for GSWE_TYPE_PLANET_DATA 2013-09-11 03:28:47 +02:00
Gergely Polonkai a9b4e0d10f Added gswe_moment_get_timestamp() to the API. 2013-09-11 03:28:15 +02:00
Gergely Polonkai a57ce7cd2f Finished documenting GsweMomentError and GsweTimestampError 2013-09-11 01:55:35 +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 eedea7a884 Updated .gitignore, as swe-glib.pc.in is moved to data/ 2013-09-11 01:50:10 +02:00
Gergely Polonkai c5294a3155 Marked reserved GObject class slots as private
This stops GTK-Doc from complaining
2013-09-11 01:48:19 +02:00
Gergely Polonkai 50a6e604f4 Modified README to reflect API stability 2013-09-11 01:10:49 +02:00
Gergely Polonkai e11eca2bb0 Merge branch 'master' of github.com:gergelypolonkai/swe-glib 2013-09-11 01:08:55 +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 2fe9e524e9 Added some padding members to both GsweMoment and GsweTimestamp
I'd like to keep the ABI as stable as possible. With all the possible
additions in my mind, it is still possible I won't be able to keep it,
even with this much reserved slots.
2013-09-11 00:20:54 +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 fc0b767581 Merge branch 'master' of github.com:gergelypolonkai/swe-glib 2013-09-10 19:39:44 +02:00
Gergely Polonkai c413810e64 Removed unneeded variable from src/Makefile.am 2013-09-10 19:39:39 +02:00
Gergely Polonkai a43dc653e5 Moved header install target to src/Makefile.am for consistency 2013-09-10 19:33:35 +02:00
Gergely Polonkai a8aa5ea029 Moved pkgconfig data file to data/ 2013-09-10 19:31:45 +02:00
Gergely Polonkai 59eb8fd306 Added RPM .spec file 2013-09-10 13:30:15 +02:00
Gergely Polonkai a9fcd9afa4 Added ChangeLog to .gitignore 2013-09-10 02:55:21 +02:00
Gergely Polonkai 18b5390a33 Made some more tweaks so `make dist` generates a working distribution 2013-09-10 02:52:03 +02:00
Gergely Polonkai 64ef4d5608 Added po to toplevel Makefile.am SUBDIRS 2013-09-10 02:21:02 +02:00
Gergely Polonkai 268dd739bc Changed version number to a bit more dynamic one
src/Makefile.am still needs to be modified upon API version change :S
2013-09-10 02:00:04 +02:00
Gergely Polonkai 200cc8af48 Created Hungarian translation 2013-09-10 01:06:40 +02:00
Gergely Polonkai e4748e5521 Fixed messed up signal handling 2013-09-09 10:51:50 +02:00
Gergely Polonkai 5a997cb61d Added method gswe_timestamp_set_gregorian_full() 2013-09-09 10:10:57 +02:00
Gergely Polonkai 8c0fb42d4a Documentation fix for gswe_init() 2013-09-09 10:10:22 +02:00
Gergely Polonkai 1d2bccf71f Updated README.md 2013-09-06 12:39:36 +02:00
Gergely Polonkai ab6ee208e1 Added a README.md file 2013-09-06 12:12:43 +02:00
Gergely Polonkai 1a45ae0b27 Fixed swe-glib.pc dependencies 2013-09-06 11:32:54 +02:00
Gergely Polonkai 910acdbe1e Fixed minor issues for complete and perfect installation 2013-09-06 11:16:42 +02:00
Gergely Polonkai 565b4cca40 Added files generated by GObject Introspection to .gitignore 2013-09-06 11:11:01 +02:00
Gergely Polonkai 006c8ae137 gswe_init() requires no parameters from now on
SwEph path is automatically initialized to $(pkgdatadir)
2013-09-06 11:09:45 +02:00
Gergely Polonkai c89d08d04e Fixed datafiles installation problems 2013-09-06 11:08:48 +02:00
Gergely Polonkai fa9afca13f Fixed enumtypes.[ch] problems due to renaming 2013-09-06 11:08:22 +02:00
Gergely Polonkai c764a2dc01 Renamed project from 0.1 to 1.0 2013-09-06 11:07:17 +02:00