Commit Graph

51 Commits

Author SHA1 Message Date
687bc2e1c7 Adding display theming possibility to the chart display 2014-09-13 01:13:26 +02:00
4ecef146c2 Update chart XSL
• Move planet group (<g>) creation to a template
• Add planet-X class to all aspect and antiscia lines so they can be hidden
  later one by one
• Move houses to their separate group
• Chart base is now a separate group, as it was intended
• Move from value_name to value_nick. It's shorter and makes using the
  substring function obsolete
• Antiscion lines got their own class
• Move away from visibility to display attribute. visibility in SVG can
  can be overridden, thus switching between aspects and antiscia cannot
  be done if the future display themes tamper with the lines’ visibility
  style
2014-09-13 01:05:08 +02:00
3445830a6d Minor bug fix for house system combo box
In case of a (theoretically impossible) negative value, the ID field
would have crashed the application
2014-09-13 01:04:57 +02:00
480a0ef223 Add icon for Chariklo 2014-09-06 10:19:19 +02:00
624c7358b3 Add icon for Nessus 2014-09-06 10:11:47 +02:00
0f1001de8d Add icon for Pholus 2014-09-06 10:02:47 +02:00
73763f04c8 Add house numbers to the default chart template
Fixes #54
2014-09-03 09:54:57 +02:00
6b8bceda5f Add point table to the UI definition 2014-09-02 15:30:41 +02:00
462ea99cc7 Unify accels for the view changer menu 2014-09-02 15:30:41 +02:00
de36a9fbe6 Merge pull request #70 from gergelypolonkai/city-chooser
Implement country/city chooser
2014-09-01 00:07:06 +02:00
5fec76d4a1 Modify default chart XSL so its size can be set dynamically 2014-08-31 22:37:33 +02:00
204baa0e04 Move planet symbols to xi:include files 2014-08-30 23:07:22 +02:00
b290dbc3f1 Add aspect type classes to CSS 2014-08-30 18:25:50 +02:00
5c9f88326b Add CSS class to different aspects 2014-08-29 12:46:58 +02:00
7d55580bce Move aspect styles to a CSS class 2014-08-29 12:26:01 +02:00
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
0c251bc445 Merge branch 'master' into city-chooser 2014-08-27 23:08:10 +02:00
0a49ce6a30 Fix antiscia/aspect change buttons
The javascript code ran by Astrognome is changing the visibility
attribute instead of style attribute, but style has precedence.
2014-08-27 21:56:17 +02:00
0c327ddba6 Merge branch 'master' into city-chooser 2014-08-27 00:00:22 +02:00
09efcfeeb6 Fix retrograde mark location 2014-08-26 23:55:29 +02:00
12e3514ce2 Update chart-default.xsl to show retrograde mark 2014-08-26 19:16:36 +02:00
9c96e61308 Country selection is now saved, so city list can be filtered 2014-08-23 13:40:29 +02:00
1a8c778d31 Merge branch 'master' into city-chooser
Conflicts:
	src/ag-db.c
	src/ag-window.c
2014-08-21 00:00:41 +02:00
59ac56ba8f Add connection view changer buttons (aspects/antiscia) 2014-08-20 23:42:59 +02:00
6070dc9cc0 Add an empty toolbar to the chart tab 2014-08-20 23:36:29 +02:00
86414b37df Update UI to use country/city chooser 2014-08-19 00:40:26 +02:00
f44c5b8c86 Add selection mode button and selection toolbar 2014-08-11 01:01:04 +02:00
fee23777f6 Add Placidus import to the app menu 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
5e97af76ea Fix tab_edit widget’s name in .ui file 2014-08-06 00:04:34 +02:00
c871246d58 Add refresh button to chart list 2014-08-02 21:55:17 +02:00
1c84845fa2 Add delete-event handler to AgWindow 2014-08-02 19:53:50 +02:00
377a2e1e8a Rename Open functionality to Import 2014-08-02 01:41:33 +02:00
c2241e622a Add New/Back buttons to the header bar
New opens the Edit tab immediately, back goes back to the chart list
2014-08-01 23:55:26 +02:00
d30b31ce7e Merge branch 'master' into chart-db
Conflicts:
        src/ag-chart.h
        src/ag-window.c

Conflicts fixed without problems.
2014-08-01 18:03:27 +02:00
c22c81cc61 Move away from popover
GtkPopover cannot display accels, which is not ideal for the gear/view
menu. Switching to normal menus instead.
2014-08-01 01:09:12 +02:00
41098fd2c0 Rename Save as function to Export 2014-07-31 18:12:23 +02:00
e2606ea5eb Add list store model for the GdMainView 2014-07-31 01:03:49 +02:00
bc81187e8b Set month and day to 1, so warnings disappear
This is somewhat cosmetic, a better approach should be found.
Fixes #23
2014-07-18 23:05:40 +02:00
46cb2b24a5 Add default house system to preferences dialog 2014-07-18 22:27:00 +02:00
09d1fe352a Add the house system configuration widgets to the Edit tab
It is already filled with data, but it is not functional yet!
2014-07-18 00:02:56 +02:00
183c0a00dc Remove unnecessary upper bound for year_adjust 2014-07-16 22:20:34 +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
5ac17cd8be Move default sign symbols to the resource list 2014-07-12 10:45:38 +02:00
a5d76beb23 Move the default xsl file to the resources 2014-07-11 15:03:54 +02:00
2af46ece40 Remove WebKitWebView creation from Glade
The Glade template cannot assign an already created WebKitWebViewGroup
to the WebKitWebView it creates. Thus we need to create it manuallp
2014-07-10 23:33:22 +02:00
3efb358a4f Copy the default chart CSS to the resource database 2014-07-10 23:22:16 +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
7c745e51a7 Reorder Edit GtkGrid’s children to be a bit more logical 2014-07-08 23:55:54 +02:00
582c7e02b9 Add new settings planets-char and aspects-char to the preferences dialog
They are only effective upon chart redraw. A callback must be utilised
to automatically redraw the aspect table upon change.
2014-07-04 13:13:38 +02:00