Commit Graph

27 Commits

Author SHA1 Message Date
Gergely Polonkai 00ea28b870 Add note to example chart 2014-07-21 23:39:04 +02:00
Gergely Polonkai de4e2f54ef Add default house system to settings schema
It is taken from an enum list, which is hand made. There must be a way
to generate it programatically at compile time…
2014-07-18 18:35:39 +02:00
Gergely Polonkai 1ae2db0232 Add house system node to example chart 2014-07-17 23:12:50 +02:00
Gergely Polonkai 84cab9b910 Clean up data directory
Remove old sign icons
2014-07-12 10:50:36 +02:00
Gergely Polonkai 4144d6b4ff Remove CSS from the xsl file and the SVG generating code 2014-07-11 14:32:24 +02:00
Gergely Polonkai d8aadc4ffa Add planets-char and aspects-char settings to GSettings schema 2014-07-04 13:02:45 +02:00
Gergely Polonkai dda57dff57 Fix typo in chart XSL 2014-03-09 00:24:47 +01:00
Gergely Polonkai 88ea89f238 Created desktop icon definition 2013-09-21 22:33:23 +02:00
Gergely Polonkai 269ba3510e data/ subdirs are now moved to data/Makefile.am 2013-09-21 21:59:28 +02:00
Gergely Polonkai 32d4f60239 Created GSettings schemas 2013-09-21 18:56:11 +02:00
Gergely Polonkai 5beb08b500 Changet chart.xsl to use xinclude instead of built-in sign symbols 2013-09-20 10:03:43 +02:00
Gergely Polonkai 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
Gergely Polonkai 0432dcceb9 Fixed up XSL file, so it displays aspects instead of antiscia 2013-09-19 23:09:39 +02:00
Gergely Polonkai ccaf46241e Now installing XSL and CSS files 2013-09-19 23:08:43 +02:00
Gergely Polonkai b67afa4987 Added CSS and XSL file for later use 2013-09-19 15:18:38 +02:00
Gergely Polonkai 86382faf6b Fixed example chart data
Longitude and latitude were exchanged
2013-09-19 15:18:09 +02:00
Gergely Polonkai 0b5b2abac1 Added an example chart that was already generated by Astrognome. 2013-09-18 11:11:03 +02:00
Gergely Polonkai ff6285ef94 Added time zone to example save file 2013-09-17 21:49:33 +02:00
Gergely Polonkai 062683dc13 Added altitude to the saved chart example 2013-09-17 18:32:36 +02:00
Gergely Polonkai 428101219e Renamed example chart to comply with later save extension 2013-09-17 14:53:37 +02:00
Gergely Polonkai c407023bc9 Started implementing load/save functionality 2013-09-16 23:20:42 +02:00
Gergely Polonkai 12d2e57c55 geodata.xml is now generated correctly
Data is downloaded from geonames.org, and processed with an AWK and a Perl
script. The result is the part of the distribution, so the average user
(or a packager) doesn't have to download that much of data.
2013-09-09 22:56:09 +02:00
Gergely Polonkai 45e4308692 Fixed error messages in geonames_process.pl 2013-09-09 22:51:36 +02:00
Gergely Polonkai 4405bb0bce Fixed geonames_process.pl to issue an error if required files are not found 2013-09-09 14:11:17 +02:00
Gergely Polonkai d8fdb2c083 Icons Makefile typo fix 2013-09-09 13:54:15 +02:00
Gergely Polonkai 8301b6c07e Added icons 2013-09-09 13:51:40 +02:00
Gergely Polonkai 6595f0f961 Created geonames_process.pl Perl script to download and process geonames.org data
It is *NOT* ready for distribution yet! The script must be finished with
downloading real data, or separate rules must be added to create
(download) dependency files like timeZones.txt, allCountries.zip and
countryInfo.txt.
2013-09-06 16:37:36 +02:00