Commit Graph

709 Commits (master)
 

Author SHA1 Message Date
Gergely Polonkai 2c6fe3f98a Move away from gnome-common 6 years ago
Gergely Polonkai d2781a6eb2 Move menus to ag-header-bar.ui and into menu-model
For some reason it stopped working with 3.16 (I’m not sure if it was OK
in 3.14, though).
8 years ago
Gergely Polonkai 82a22241c9 Merge pull request #103 from gergelypolonkai/refine-ui
Add a selection menu to the header bar’s selection mode
9 years ago
Gergely Polonkai 8fe642fe95 Create a selection menu 9 years ago
Gergely Polonkai c5d27711b5 Move app menu to gtk/menus.ui
This way it gets automatically loaded, and the setup_menu() function can
be removed from AgApp.
9 years ago
Gergely Polonkai 6c00e430cb Merge pull request #102 from gergelypolonkai/refine-ui
Refactor header bar mode changing
9 years ago
Gergely Polonkai 22f0302db4 Add missing dependency for cairo
It is required for the chart previews
9 years ago
Gergely Polonkai 7c01382e81 Refactor header bar mode changing
Fixes #101
9 years ago
Gergely Polonkai a9ab84d8b1 Fix chart web view properties
It became a really narrow stripe in the previous update
9 years ago
Gergely Polonkai bb7df55675 Merge pull request #100 from gergelypolonkai/refine-ui
Refine UI a bit more
9 years ago
Gergely Polonkai dbc898f8a1 Update TODO file 9 years ago
Gergely Polonkai 85ee568c34 Add chart loading progress bar 9 years ago
Gergely Polonkai 7a34010926 Move selection toolbar into tab_list
It is not used anywhere else, there is no need to include it in the main
wrapping grid.
9 years ago
Gergely Polonkai 1c3bbdf6cf Move the chart's web view to the UI definition
Fially! Thanks goes to tristan, KaL and ebassi on #gtk for the
guidance.
9 years ago
Gergely Polonkai fa56eb950e Sanitize variable types
The many type casts were causing a real mess. The new approach seems
to have the same level of error proneness, while the compiler finally
reports warnings about wrong types.
9 years ago
Gergely Polonkai f3f24dd74e Make AgWindow use the new AgHeaderBar 9 years ago
Gergely Polonkai 449775aa43 Add AgHeaderBar class
It extends GtkHeaderBar, adding Astrognome specific buttons.
9 years ago
Gergely Polonkai f88d43972a Fix typo in AG_CHART_EDIT conversion 9 years ago
Gergely Polonkai 66dea95de5 Merge branch 'master' into refine-ui 9 years ago
Gergely Polonkai 4a9bdc2f66 Merge pull request #99 from gergelypolonkai/png-export
Add PNG save support
9 years ago
Gergely Polonkai f4749dea65 Add PNG save support 9 years ago
Gergely Polonkai 52ff709e14 Refactor ag_chart_export_jpg_to_file() as ag_chart_export_to_image()
It is capable of saving in any format (as long as GdkPixbuf supports it)
9 years ago
Gergely Polonkai 85d13ff611 Code beautification 9 years ago
Gergely Polonkai 1de65cb9e0 Move chart edit tab to a composite widget, AgChartEdit 9 years ago
Gergely Polonkai 96221abec6 Merge pull request #98 from gergelypolonkai/bug-97
Remove unneeded chart save notification popups
9 years ago
Gergely Polonkai 32534da807 Move DB ID handling deeper into AgChart
The AgWindow doesn’t have to send a DB ID any more.

Fixes #97
9 years ago
Gergely Polonkai a7afd80235 Add database ID as a property of AgChart 9 years ago
Gergely Polonkai 05be162c03 Make AgChart warn about invalid property IDs 9 years ago
Gergely Polonkai e8d0520d00 Update Hungarian translation 9 years ago
Gergely Polonkai 2c44b8baab Add all translatable files to POTFILES.in 9 years ago
Gergely Polonkai 310cf4034d Fix image export dialog title 9 years ago
Gergely Polonkai bf9328c620 Merge pull request #96 from gergelypolonkai/refine-ui
Refine the UI
9 years ago
Gergely Polonkai 4afb24882e Make the new house system changer work 9 years ago
Gergely Polonkai 4023bc84c5 Unify AgWindow chart setting
It was set differently at different places. Now it is done cleanly by
ag_window_set_chart().
9 years ago
Gergely Polonkai 0e4406c886 Create macro GET_PRIV for AgWindow
It is a shorthand for the instance private variable definition.
9 years ago
Gergely Polonkai fcef96e686 Make AgWindowPrivate->chart a GObject property 9 years ago
Gergely Polonkai c0608379f1 Update the Edit tab UI
* Controls moved to more sane positions
* House system drop down moved to the chart toolbar
9 years ago
Gergely Polonkai d65ae8a504 Remove house system from the save data
This doesn’t really belong here, as it is more a user preference than part
of a chart.
9 years ago
Gergely Polonkai 461c99a8d2 Ignore the house system set on the Edit tab
This is required so we can safely remove it from the save data.
9 years ago
Gergely Polonkai bd16d5c2f6 Add function ag_settings_get_house_system()
It gets the default house system from GSettings and converts it to a
valid GsweHouseSystem.
9 years ago
Gergely Polonkai 1ac0f2779b Updated TODO file 9 years ago
Gergely Polonkai 46af6b48f2 Update TODO file 9 years ago
Gergely Polonkai e3bd75ef0d Clear chart icon view before loading the list
Fixes #94
9 years ago
Gergely Polonkai 078a26dc8f Minor code beautification 9 years ago
Gergely Polonkai fc4cd15d59 Update TODO file 9 years ago
Gergely Polonkai 2fc2133418 Fix Aquarius symbol 9 years ago
Gergely Polonkai 4cd5392858 Update TODO file 9 years ago
Gergely Polonkai fe35c520ea Fix terminology in help file 9 years ago
Gergely Polonkai 96a05a2933 Merge pull request #93 from gergelypolonkai/chart-preview
Generate preview images for the charts in the list view
9 years ago
Gergely Polonkai dfb3e0f8ff Generate preview images of charts for the list view 9 years ago