Age | Commit message (Collapse) | Author | Files | Lines |
|
* invest: Add chart with stock price history
Adds a chart window that shows stock price history over a configurable
time scale.
* invest: Use array index for x-axis
This gives all data points equal spacing and so gaps between market
closures are not shown.
* invest: Clean up chart pointers on applet removal
Running in-process mode, when the applet was removed from the panel, it
would try to call gtk_widget_get_visible on a destroyed widget, causing
a NULL pointer error. We fix it by properly cleaning up pointers on
applet destroy.
|
|
The original invest applet was dropped in
https://github.com/mate-desktop/mate-applets/commit/41f7b7a2a38ca9f3929fcbd88d228b3815034876
due to a broken API. This brings it back using the modern JSON version
of the Yahoo Finance API, a rewrite from Python to C, and a simplified
interface (i.e. instead of the full portfolio management app,
I simplified it into a stock ticker price tracker).
|
|
closes https://github.com/mate-desktop/mate-applets/issues/297
|
|
|
|
|
|
and require mate-panel >= 1.17
WARNING: use GTK+3 build of libmateweather for this build.
that lib is not migrated to GTK+3 only as we will possibly
use libgweather instead of it.
|
|
|
|
Closes https://github.com/mate-desktop/mate-applets/pull/135
|
|
We can not assume the config dir is ~/.config so we use GLib to handle this.
|
|
fixes #119
|
|
Rather than talking to NetworkManager over D-Bus, use GNetworkMonitor
to monitor the network state.
Taken from gnome-applets commit: 9b53c7156b61d51777dbe2f60c55125c86b3409c
From: Dan Winship <[email protected]>
|
|
|
|
|
|
|
|
Author: Enrico Minack <[email protected]>
Commit: 9be66818e7b75df4db86b88154c7df47afda9a79
Url: https://git.gnome.org/browse/gnome-applets/commit/?id=9be66818e7b75df4db86b88154c7df47afda9a79
gnome-bug: http://bugzilla.gnome.org/show_bug.cgi?id=608842
|
|
- this allows to show most recently retrieved quotes on next start up in case the system is offline by that time
Author: Enrico Minack <[email protected]>
Gnome commit: 65212e8cd3a101e69fc9f7877450ab5198af9681
Url: https://git.gnome.org/browse/gnome-applets/commit/?id=65212e8cd3a101e69fc9f7877450ab5198af9681
|
|
Based on gnome's invest applet.
|
|
- combo boxes printed their content twice
- preferences dialog threw warning
- added plot scale option to charts window
- Replace GtkComboBox with GtkComboBoxText
Based on gnome commit 766c9e1711330ec2b7109aa39ddd43b6583a30d3
Authot: Enrico Minack <[email protected]>
Url: https://git.gnome.org/browse/gnome-applets/commit/?id=766c9e1711330ec2b7109aa39ddd43b6583a30d3
|
|
|
|
|
|
|
|
|
|
|
|
there is an issue to fix with self.applet.window.get_origin in applet.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|