summaryrefslogtreecommitdiff
path: root/invest-applet/data
AgeCommit message (Collapse)AuthorFilesLines
2026-03-12ci: migrate from Travis CI to GitHub Actionsmbkma1-0/+2
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
2025-07-16invest: Bring back the invest appletVictor Kareh12-0/+1918
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).
2018-01-14drop broken invest-applet and all Python dependenciesmonsta18-3026/+0
closes https://github.com/mate-desktop/mate-applets/issues/297
2014-02-12invest-applet: Expand big_box in prefs-dialoginfirit1-1/+1
2014-02-08Don't explicitly set invisible_char but rely on the gtk+ default.infirit1-1/+0
Gnome commit: 40eac4f023addf9d5c098e16942ab1e8db03d14e Author: Kjartan Maraas <[email protected]> Url: https://git.gnome.org/browse/gnome-applets/commit/?id=40eac4f023addf9d5c098e16942ab1e8db03d14e
2014-02-08invest-applet: fixed chart and prefs window, added chart scale optioninfirit2-493/+338
- 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
2014-02-05Remove all calls gtk_dialog_set_has_separatorinfirit1-1/+0
Also remove the has_separator from the ui files.
2014-01-20invest-applet: Fix data MakefileStefano Karapetsas1-1/+0
2013-10-19Fix make distcheckinfirit1-3/+7
Just use CLEANFILES instead of DISTCLEANFILES Correct name, server -> service Add applet_DATA to CLEANFILES
2013-09-19Correct invest Icon nameinfirit1-1/+1
2012-12-03invest-applet: port to gobject introspectionStefano Karapetsas6-79/+51
there is an issue to fix with self.applet.window.get_origin in applet.py
2012-01-27fix conflict with gnome-appletsStefano Karapetsas6-2/+2
2011-11-14initialPerberos18-0/+3208