Commit Graph

22 Commits

Author SHA1 Message Date
Gergely Polonkai e3bd75ef0d Clear chart icon view before loading the list
Fixes #94
2014-09-29 23:40:44 +02:00
Gergely Polonkai 41f054bf6f Add GPL headers to all source files 2014-09-26 15:01:19 +02:00
Gergely Polonkai 6fe03c5a52 Add function ag_window_is_usable()
This function can decide if a given window is usable for opening a
new chart.
2014-09-21 13:13:36 +02:00
Gergely Polonkai 944d623379 Give every web view a separate user content manager 2014-09-13 01:05:08 +02:00
Gergely Polonkai 8aeec229f3 Switch to WebKit 4.0 API 2014-08-20 20:23:14 +02:00
Gergely Polonkai 1628a71f8b Remove URI from AgWindowPrivate 2014-07-31 21:22:44 +02:00
Gergely Polonkai 47fa484875 Add function ag_window_load_chart_list()
It loads all charts from the database and fills the main view’s list
store with it
2014-07-31 01:05:19 +02:00
Gergely Polonkai 9342ea63de Code beautification
Wrap long lines in all files
2014-07-11 10:33:04 +02:00
Gergely Polonkai 4db1ecff96 Code beautification
Truncate long lines. This is not finished yet, though!
2014-07-10 23:47:39 +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 4542f52980 Remove AgWindow’s priv property 2014-07-03 18:08:34 +02:00
Gergely Polonkai 20cc731289 Move view changing functionality from GtkStackSwitcher into a view menu 2014-07-03 14:08:51 +02:00
Gergely Polonkai 0cc6344c37 Change to chart view when opening an existing chart 2014-07-02 19:15:54 +02:00
Gergely Polonkai 754433d884 Window settings are now saved when a window is repositioned or resized 2013-09-21 19:27:14 +02:00
Gergely Polonkai 56a388b86a Uncrustified new code 2013-09-21 18:56:12 +02:00
Gergely Polonkai 9ef2d957ff Now restoring window settings (size and maximized state) from GSettings 2013-09-21 18:56:12 +02:00
Gergely Polonkai ea3b038b57 Uncrustified sources
Also, added astrognome-uncrustify.cfg for later use
2013-09-21 18:37:27 +02:00
Gergely Polonkai 337f5b6656 Created AgWindowError quark for later use 2013-09-20 00:11:03 +02:00
Gergely Polonkai bdf318a2ad Added uri to AgWindow's private structure, for saving purposes 2013-09-18 10:37:48 +02:00
Gergely Polonkai f8c5415789 Created ag_window_update_from_chart() to update form values from the window's chart 2013-09-17 22:25:10 +02:00
Gergely Polonkai 20446a9fb6 Created functions ag_window_{set,get}_chart() 2013-09-17 19:12:25 +02:00
Gergely Polonkai 50fc3f6f70 Created the AgWindow class for the chart window 2013-09-08 23:01:37 +02:00