<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-applets/invest-applet/data, branch integrate-all-applets</title>
<subtitle>Applets for use with the MATE panel</subtitle>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/'/>
<entry>
<title>invest: Bring back the invest applet</title>
<updated>2025-07-16T17:27:48+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2025-06-18T18:12:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=d65a0b591a11abc110bc8c0a4562082fe0d82b8c'/>
<id>d65a0b591a11abc110bc8c0a4562082fe0d82b8c</id>
<content type='text'>
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).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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).
</pre>
</div>
</content>
</entry>
<entry>
<title>drop broken invest-applet and all Python dependencies</title>
<updated>2018-01-14T15:19:48+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2018-01-13T10:54:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=41f7b7a2a38ca9f3929fcbd88d228b3815034876'/>
<id>41f7b7a2a38ca9f3929fcbd88d228b3815034876</id>
<content type='text'>
closes https://github.com/mate-desktop/mate-applets/issues/297
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
closes https://github.com/mate-desktop/mate-applets/issues/297
</pre>
</div>
</content>
</entry>
<entry>
<title>invest-applet: Expand big_box in prefs-dialog</title>
<updated>2014-02-12T21:09:04+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-02-12T21:09:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=4ddcd8b2ff6d04f77e5581f68c4199f5c61db799'/>
<id>4ddcd8b2ff6d04f77e5581f68c4199f5c61db799</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't explicitly set invisible_char but rely on the gtk+ default.</title>
<updated>2014-02-08T16:26:53+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-02-08T15:34:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=bc75ed06615f2eaaf8cc2846112fd71dcdc5210c'/>
<id>bc75ed06615f2eaaf8cc2846112fd71dcdc5210c</id>
<content type='text'>
Gnome commit: 40eac4f023addf9d5c098e16942ab1e8db03d14e
Author: Kjartan Maraas &lt;kmaraas@gnome.org&gt;
Url: https://git.gnome.org/browse/gnome-applets/commit/?id=40eac4f023addf9d5c098e16942ab1e8db03d14e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Gnome commit: 40eac4f023addf9d5c098e16942ab1e8db03d14e
Author: Kjartan Maraas &lt;kmaraas@gnome.org&gt;
Url: https://git.gnome.org/browse/gnome-applets/commit/?id=40eac4f023addf9d5c098e16942ab1e8db03d14e
</pre>
</div>
</content>
</entry>
<entry>
<title>invest-applet: fixed chart and prefs window, added chart scale option</title>
<updated>2014-02-08T16:26:53+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-02-08T15:11:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=def0518872318b85e1663109323b64be2a7cdb9b'/>
<id>def0518872318b85e1663109323b64be2a7cdb9b</id>
<content type='text'>
- 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 &lt;enrico-minack@gmx.de&gt;
Url: https://git.gnome.org/browse/gnome-applets/commit/?id=766c9e1711330ec2b7109aa39ddd43b6583a30d3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- 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 &lt;enrico-minack@gmx.de&gt;
Url: https://git.gnome.org/browse/gnome-applets/commit/?id=766c9e1711330ec2b7109aa39ddd43b6583a30d3
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove all calls gtk_dialog_set_has_separator</title>
<updated>2014-02-04T23:05:23+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2014-02-04T23:05:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=2176a84cfbc158f21a92c8c2d1c26922c217e0df'/>
<id>2176a84cfbc158f21a92c8c2d1c26922c217e0df</id>
<content type='text'>
Also remove the has_separator from the ui files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also remove the has_separator from the ui files.
</pre>
</div>
</content>
</entry>
<entry>
<title>invest-applet: Fix data Makefile</title>
<updated>2014-01-20T10:42:52+00:00</updated>
<author>
<name>Stefano Karapetsas</name>
<email>stefano@karapetsas.com</email>
</author>
<published>2014-01-20T10:42:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=079978a446d4d98e8a35cc35437d258502fc55ce'/>
<id>079978a446d4d98e8a35cc35437d258502fc55ce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix make distcheck</title>
<updated>2013-10-19T10:51:51+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2013-10-19T10:48:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=4faf1eab8554b0fd8ba0c332d9c1942430c46fbf'/>
<id>4faf1eab8554b0fd8ba0c332d9c1942430c46fbf</id>
<content type='text'>
Just use CLEANFILES instead of DISTCLEANFILES
Correct name, server -&gt; service
Add applet_DATA to CLEANFILES
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Just use CLEANFILES instead of DISTCLEANFILES
Correct name, server -&gt; service
Add applet_DATA to CLEANFILES
</pre>
</div>
</content>
</entry>
<entry>
<title>Correct invest Icon name</title>
<updated>2013-09-19T01:02:06+00:00</updated>
<author>
<name>infirit</name>
<email>infirit@gmail.com</email>
</author>
<published>2013-09-19T01:02:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=d04b955d02bb9aa71b7aa09791bab5c684a5c5c4'/>
<id>d04b955d02bb9aa71b7aa09791bab5c684a5c5c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>invest-applet: port to gobject introspection</title>
<updated>2012-12-03T22:48:48+00:00</updated>
<author>
<name>Stefano Karapetsas</name>
<email>stefano@karapetsas.com</email>
</author>
<published>2012-12-03T22:48:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=540e2e460c8155a22b10c1712eec71c9bf25aea9'/>
<id>540e2e460c8155a22b10c1712eec71c9bf25aea9</id>
<content type='text'>
there is an issue to fix with self.applet.window.get_origin in applet.py
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
there is an issue to fix with self.applet.window.get_origin in applet.py
</pre>
</div>
</content>
</entry>
</feed>
