d2f0ab2bc6
Move used planets’ list to used_planets global array
...
This makes it easier to add new planets. A way should still be found to
automatically include related files in the default chart.
2014-09-13 01:05:08 +02:00
5c9f88326b
Add CSS class to different aspects
2014-08-29 12:46:58 +02:00
1bdf0ee31b
Add a "retrograde" attribute to <body> tags in the generated XML
2014-08-26 18:51:01 +02:00
3f14387018
Unify AgChart API, so ag_chart_get_*() that return strings are const
2014-08-26 13:19:17 +02:00
512897cfd3
Create a DEFAULT_ALTITUDE macro
...
It is set to 280.0, which is roughly the average altitude of dry land
2014-08-17 09:36:30 +02:00
a44da21306
Refine dist value so icons (hopefully) don’t get too far from the chart
2014-08-12 00:06:44 +02:00
5d028b5e17
Add notification for property setters
2014-08-11 22:19:07 +02:00
6e736c9b87
Add AgChart::note property
2014-08-11 22:19:07 +02:00
88fb58a527
Import Placidus charts
2014-08-10 14:31:38 +02:00
a30d19d1bb
Generalize chart loading functions
...
* ag_app_import_chart() became ag_app_import_file(), and has the potential
to load any file type
* ag_app_import_cb() so it can open multiple file types
* ag_chart_load_from_file() is now called ag_chart_load_from_agc()
2014-08-10 14:31:38 +02:00
e3b109819e
Merge branch 'master' into chart-db
2014-08-03 11:15:29 +02:00
803b0211dd
Using g_clear_object() instead of g_object_unref() in ag_window_set_chart
2014-08-03 11:12:29 +02:00
ab12922d8a
Rework chart save procedure
...
* Fixed some design flows: AgDb should not know about the window
* AgChart now only creates an AgDbSave structure, saving is done through
AgWindow
2014-08-02 01:37:11 +02:00
12e088b452
Add function ag_chart_save_to_db() to save the chart to the db
2014-07-31 21:23:23 +02:00
310caa9292
Add function ag_chart_new_from_db_save()
...
It constructs an AgChart from an AgDbSave struct
2014-07-31 01:00:22 +02:00
cad657c1b1
Move AgChartPrivate to ag-chart.c completely
2014-07-19 10:46:41 +02:00
bd277de1bc
Add house system save functionality
...
This was missing from #37
2014-07-18 18:32:53 +02:00
427f915f62
Use enum nick instead of name in house system saving
...
This is easier to do, and the save file has that value already
2014-07-18 18:31:56 +02:00
74e8373dad
Add missing g_free() call for house_system_enum_name in chart loading
2014-07-18 18:30:11 +02:00
fa6a850331
Add house system loading to chart load code
2014-07-18 00:02:56 +02:00
4e5b649173
Code beautification in ag_chart_load_from_file()
2014-07-17 23:11:24 +02:00
e745312ffe
Remove err when checking for note in save file
...
Note is not required to be present in any save file. However,
get_by_xpath() sets err if it is not, which will never be checked for.
2014-07-17 23:11:24 +02:00
5671a751a9
Fix error messages in AgChart’s get_by_xpath()
2014-07-17 23:08:34 +02:00
2656df25cb
Code beautification in ag_chart_create_svg()
2014-07-13 23:01:23 +02:00
69233be35e
Add a dist attribute to XML <body> tags so planet icons won't collide
2014-07-13 22:44:15 +02:00
a5d76beb23
Move the default xsl file to the resources
2014-07-11 15:03:54 +02:00
4144d6b4ff
Remove CSS from the xsl file and the SVG generating code
2014-07-11 14:32:24 +02:00
9342ea63de
Code beautification
...
Wrap long lines in all files
2014-07-11 10:33:04 +02:00
86e5438807
Add chart note support
...
It is saved under /chartinfo/note, and may be non-existant or an empty
tag.
Fixes #28
2014-07-09 00:38:04 +02:00
70d38a379d
Add function ag_chart_get_planets()
2014-06-30 17:55:00 +02:00
a6a5eff641
Add function ag_chart_add_planets() to add all known planets to the chart
...
This is required for a readable aspect table
2014-06-30 17:55:00 +02:00
f744cb0150
Upgrade GLib dependency to 2.38
2014-06-30 14:12:27 +02:00
172518f472
Uncrustified sources
2014-06-27 21:11:17 +02:00
c34ba055bc
Add SVG export functionality
2014-06-27 17:15:57 +02:00
f6e3f9e033
Change ag_chart_create_svg() to return the length of the SVG document
...
This is needed later for SVG export
2014-06-27 17:11:04 +02:00
306584ff70
Remove unnecessary gswe_planet_data_unref() calls
...
This introduced an ugly bug when changing from the Edit tab to Chart view
for the second time.
2014-03-30 09:32:49 +02:00
f7e4c451b4
Make get_by_xpath() string return value a maybe-string
2013-10-05 03:23:38 +02:00
096111684e
Updated for SWE-GLib 2.0 API
2013-10-04 00:16:55 +02:00
ea3b038b57
Uncrustified sources
...
Also, added astrognome-uncrustify.cfg for later use
2013-09-21 18:37:27 +02:00
7fc700bf4e
Made country and city values optional in save files
...
The <country> and <city> tags are still required, but may be empty
2013-09-21 15:50:16 +02:00
04b281c56b
Added a required parameter to get_by_xpath()
2013-09-21 15:49:13 +02:00
616fc79d11
Made GVariant fetching code simpler
2013-09-21 15:47:48 +02:00
3fea7bf0a8
XSLT stylesheet is now loaded directly from file
...
Reading from memory kind of disabled XInclude possibility. Included
files must have been loaded one by one, which is a bit out of control.
2013-09-20 10:03:08 +02:00
ffb00a00a0
Enabled XInclude for XSLT stylesheets
2013-09-20 09:58:31 +02:00
c11bccc820
Added some cleanup functions
2013-09-19 23:17:58 +02:00
fcb75f672b
Now setting the CSS file path as a parameter
...
This will allow us to use separate CSS and XSLT files (e.g. themes) later
2013-09-19 23:16:52 +02:00
a154118b6f
Temporarily changing locale to C while generating the SVG image
...
With locales that have a character other than dot as a decimal separator,
the generated SVG is messed up (due to a libxml2 bug)
2013-09-19 23:14:37 +02:00
25e5abcbcb
Finished SVG generating code
2013-09-19 19:56:25 +02:00
cda22746ff
Finished base XML generation code
2013-09-18 22:31:14 +02:00
2d93bca140
Started generating chart SVG
2013-09-18 11:41:20 +02:00