Commit Graph

32 Commits

Author SHA1 Message Date
Gergely Polonkai c0608379f1 Update the Edit tab UI
* Controls moved to more sane positions
* House system drop down moved to the chart toolbar
2014-09-30 17:01:42 +02:00
Gergely Polonkai 76f249aaf2 Fix AgWindow’s selection mode cancel button 2014-09-26 23:52:11 +02:00
Gergely Polonkai a8170b90fd Replace GdMainView with AgIconView in the main window 2014-09-26 22:22:10 +02:00
Gergely Polonkai 8e60f5611c Refactor SVG save action/dialog to be a general image saving function 2014-09-17 11:25:40 +02:00
Gergely Polonkai 93ef0d2263 Rename action export to export-agc
This is to unambiguate action and function names
2014-09-17 11:25:40 +02:00
Gergely Polonkai 687bc2e1c7 Adding display theming possibility to the chart display 2014-09-13 01:13:26 +02:00
Gergely Polonkai 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
Gergely Polonkai 6b8bceda5f Add point table to the UI definition 2014-09-02 15:30:41 +02:00
Gergely Polonkai 462ea99cc7 Unify accels for the view changer menu 2014-09-02 15:30:41 +02:00
Gergely Polonkai de36a9fbe6 Merge pull request #70 from gergelypolonkai/city-chooser
Implement country/city chooser
2014-09-01 00:07:06 +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 9c96e61308 Country selection is now saved, so city list can be filtered 2014-08-23 13:40:29 +02:00
Gergely Polonkai 1a8c778d31 Merge branch 'master' into city-chooser
Conflicts:
	src/ag-db.c
	src/ag-window.c
2014-08-21 00:00:41 +02:00
Gergely Polonkai 59ac56ba8f Add connection view changer buttons (aspects/antiscia) 2014-08-20 23:42:59 +02:00
Gergely Polonkai 6070dc9cc0 Add an empty toolbar to the chart tab 2014-08-20 23:36:29 +02:00
Gergely Polonkai 86414b37df Update UI to use country/city chooser 2014-08-19 00:40:26 +02:00
Gergely Polonkai f44c5b8c86 Add selection mode button and selection toolbar 2014-08-11 01:01:04 +02:00
Gergely Polonkai 5e97af76ea Fix tab_edit widget’s name in .ui file 2014-08-06 00:04:34 +02:00
Gergely Polonkai c871246d58 Add refresh button to chart list 2014-08-02 21:55:17 +02:00
Gergely Polonkai 1c84845fa2 Add delete-event handler to AgWindow 2014-08-02 19:53:50 +02:00
Gergely Polonkai 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
Gergely Polonkai 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
Gergely Polonkai 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
Gergely Polonkai 41098fd2c0 Rename Save as function to Export 2014-07-31 18:12:23 +02:00
Gergely Polonkai e2606ea5eb Add list store model for the GdMainView 2014-07-31 01:03:49 +02:00
Gergely Polonkai 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
Gergely Polonkai 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
Gergely Polonkai 183c0a00dc Remove unnecessary upper bound for year_adjust 2014-07-16 22:20:34 +02:00
Gergely Polonkai 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
Gergely Polonkai 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
Gergely Polonkai 7c745e51a7 Reorder Edit GtkGrid’s children to be a bit more logical 2014-07-08 23:55:54 +02:00
Gergely Polonkai 5da0699607 Move resource files to resources/ directory
This is to make them more managable
2014-07-03 23:13:52 +02:00