Commit Graph

48 Commits

Author SHA1 Message Date
Gergely Polonkai 22f0302db4 Add missing dependency for cairo
It is required for the chart previews
2014-10-19 01:19:27 +02:00
Gergely Polonkai b725882654 Remove libgd from the dependencies 2014-09-26 22:22:10 +02:00
Gergely Polonkai 13728943d6 Add AgChartRenderer class
It is a subclass of GdkCellRendererPixbuf specialised in displaying
Astrognome chart previews.
2014-09-26 22:21:26 +02:00
Gergely Polonkai 2cf75ede55 Add GDK-PixBuf and librsvg2 as a dependency
They are required for JPEG exporting
2014-09-17 11:25:40 +02:00
Gergely Polonkai 18bdbdceaf Fix GTK version requirement 2014-08-29 12:19:10 +02:00
Gergely Polonkai b4db1998ad Move from emblem-system-symbolic to open-menu-symbolic
...and with this to GTK 3.14
2014-08-29 12:14:24 +02:00
Gergely Polonkai 8aeec229f3 Switch to WebKit 4.0 API 2014-08-20 20:23:14 +02:00
Gergely Polonkai 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
Gergely Polonkai 3ad29b3f2d Moved to gtk_application_set_accels_for_action() API
... and with that, to a GTK+ 3.12 requirement.
2014-08-03 23:32:17 +02:00
Gergely Polonkai 809a1b215f Add libgd as a dependency and git submodule
libgd is required for GdMainView until MainView gets into Gtk (which I hope
will happen)
2014-07-31 01:05:23 +02:00
Gergely Polonkai 4d64e707bc Add AgDb class 2014-07-20 23:18:45 +02:00
Gergely Polonkai 32de0afd67 Bump SWE-GLib version requirement to 2.1.0
gswe_all_house_systems() was added in 2.1.0, which is required for
house system functionality.
2014-07-17 23:12:50 +02:00
Gergely Polonkai 69233be35e Add a dist attribute to XML <body> tags so planet icons won't collide 2014-07-13 22:44:15 +02:00
Gergely Polonkai a312e59020 Merge branch 'master' into webkit2 2014-07-10 14:34:12 +02:00
Gergely Polonkai 4bd8196ea9 Move from AM_GNU_GETTEXT to AM_GLIB_GNU_GETTEXT
This eliminates a rare error when Gettext says that Makefile.in.in is
not generated by intltoolize while it is.
2014-07-08 21:12:28 +02:00
Gergely Polonkai 6724f68dcf Started transitioning to Webkit 2.0
Unfortunately, webkit_web_view_load_string() is not implemented in the
2.0 API, so trying with load_html() for now. Seems not to work with SVG
images without tweaking.
2014-07-08 21:04:45 +02:00
Gergely Polonkai f744cb0150 Upgrade GLib dependency to 2.38 2014-06-30 14:12:27 +02:00
Gergely Polonkai aa339f5863 Remove references and calls to libgd in favour of Gtk 3.10 calls 2014-02-25 22:32:54 +01:00
Gergely Polonkai 096111684e Updated for SWE-GLib 2.0 API 2013-10-04 00:16:55 +02:00
Gergely Polonkai e99a842871 Added (very) basic Yelp documentation. Testing needed! 2013-09-22 12:42:55 +02:00
Gergely Polonkai 88ea89f238 Created desktop icon definition 2013-09-21 22:33:23 +02:00
Gergely Polonkai 32d4f60239 Created GSettings schemas 2013-09-21 18:56:11 +02:00
Gergely Polonkai ddecd4502a Removed unneeded lines from configure.ac 2013-09-21 18:54:59 +02:00
Gergely Polonkai ccaf46241e Now installing XSL and CSS files 2013-09-19 23:08:43 +02:00
Gergely Polonkai e171bdfbbd Added WebKitGtk 3.0 as a build dependency 2013-09-19 20:13:03 +02:00
Gergely Polonkai 4cfa4624e6 Added exslt as a build dependency 2013-09-19 17:26:32 +02:00
Gergely Polonkai 37f3e81343 Added libxml2 as a build dependency 2013-09-17 18:32:56 +02:00
Gergely Polonkai b3d4bed6d3 Changed package name to Astrognome for prettier --version output 2013-09-17 09:01:21 +02:00
Gergely Polonkai b116b58b4a Removed GTK-Doc style documentation
It makes no sense. Some functions may remain having a documentation block, though.
2013-09-16 23:20:05 +02:00
Gergely Polonkai 5ced97c53b Added version information to pkgconfig dependencies 2013-09-12 22:39:12 +02:00
Gergely Polonkai 4d8422dfe7 Added GdStack as a dependency
It is a part of libgd, I have just activated the feature
2013-09-12 22:37: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 8301b6c07e Added icons 2013-09-09 13:51:40 +02:00
Gergely Polonkai 74255d31c6 Added libgd as a submodule, until GTK+ 3.10 comes out
libgd provides some neat widgets, like a header similar to
GTK+ 3.10's GtkHeaderBar, which comes in handy when generating the
window headers.
2013-09-07 23:14:35 +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
Gergely Polonkai 8b661ed04d Changed source to build with external SWE-GLib 2013-09-06 11:34:24 +02:00
Gergely Polonkai f8fb15ac28 Added SWE-Glib sources, which currently wraps Swiss Ephemeris function calls 2013-09-01 13:52:18 +02:00
Gergely Polonkai 2d297610d7 Cherry picked GTK-Doc related commits from swe-glib branch 2013-08-26 01:50:32 +02:00
Gergely Polonkai 33e9bd5d68 Switched to gnome-autogen.sh
It does the job more elegantly
2013-08-22 01:44:01 +02:00
Gergely Polonkai b0b6adb6b7 Renamed project to AstroGnome
With permission of AstroGnome's original author, Jean-André Santoni
which arrived on 22 August, 2013, 00:39 CEST by mail
2013-08-22 00:48:00 +02:00
Gergely Polonkai 0f2f79e0c9 Removed Clutter and GdkPixbuf as a dependency
They are not used at all
2013-07-27 23:26:12 +02:00
Gergely Polonkai 0942290599 Fixed NLS-related things 2013-07-26 14:11:08 +02:00
Gergely Polonkai 3cee870474 Reordered some configure.ac commands to prevent autogen warnings 2013-07-17 17:02:53 +02:00
Gergely Polonkai 9a70178240 Added i18n related files and configuration 2013-07-17 17:02:03 +02:00
Gergely Polonkai 3dcf2c31ee Added functions to experiment with clutter 2013-07-14 14:40:26 +02:00
Gergely Polonkai cd37d04f96 Added libm to dependencies 2013-07-14 14:34:01 +02:00
Gergely Polonkai e302cf6f89 Command reorder to satisfy LibTool needs in configure.ac 2013-07-09 01:31:39 +02:00
Gergely Polonkai 5e1d32bfa6 Initial commit with SWE 1.75 2013-07-09 01:15:13 +02:00