Commit Graph

20 Commits

Author SHA1 Message Date
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
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
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
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
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
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
5da0699607 Move resource files to resources/ directory
This is to make them more managable
2014-07-03 23:13:52 +02:00