| 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
|
|
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
|
|
|
|
Gnome commit: 40eac4f023addf9d5c098e16942ab1e8db03d14e
Author: Kjartan Maraas <[email protected]>
Url: https://git.gnome.org/browse/gnome-applets/commit/?id=40eac4f023addf9d5c098e16942ab1e8db03d14e
|
|
- 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
|
|
|
|
there is an issue to fix with self.applet.window.get_origin in applet.py
|
|
|
|
|