| Age | Commit message (Collapse) | Author | Files | Lines |
|
Replace Travis CI configuration with GitHub Actions workflows.
Add CI build workflow for Debian, Fedora, Ubuntu, and Archlinux.
Add release workflow for automated GitHub releases on tags.
Add dependabot configuration for GHA pin updates.
Remove obsolete .travis.yml.
remove .build.yml
fix invest applet makefile
|
|
|
|
* 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.
|
|
|
|
|
|
|
|
Help: forgotten fix
|
|
This reverts commit 28159eec6c1c804ea5fc6c48c63dbdebc22111d2.
with docbook help we have this page
|
|
|
|
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
|
|
Gnome commit: 40eac4f023addf9d5c098e16942ab1e8db03d14e
Author: Kjartan Maraas <[email protected]>
Url: https://git.gnome.org/browse/gnome-applets/commit/?id=40eac4f023addf9d5c098e16942ab1e8db03d14e
|
|
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
|
|
|
|
|
|
Also remove the has_separator from the ui files.
|
|
|
|
|
|
|
|
Just use CLEANFILES instead of DISTCLEANFILES
Correct name, server -> service
Add applet_DATA to CLEANFILES
|
|
|
|
|
|
http://wiki.mate-desktop.org/docs:devel:mate-panel
|
|
there is an issue to fix with self.applet.window.get_origin in applet.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|