<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mate-applets/invest-applet, branch master</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>ci: migrate from Travis CI to GitHub Actions</title>
<updated>2026-03-12T16:31:29+00:00</updated>
<author>
<name>mbkma</name>
<email>39454100+mbkma@users.noreply.github.com</email>
</author>
<published>2026-03-12T16:31:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=be7ff2b29571a569905a3ea1d65fa213ebbcd406'/>
<id>be7ff2b29571a569905a3ea1d65fa213ebbcd406</id>
<content type='text'>
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</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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</pre>
</div>
</content>
</entry>
<entry>
<title>invest: Migrate from libsoup 2.4 to libsoup 3.0</title>
<updated>2025-10-02T02:58:32+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2025-10-01T18:36:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=d433bbd9aeb7ae3377e59c70f6608c3e29f9ebbc'/>
<id>d433bbd9aeb7ae3377e59c70f6608c3e29f9ebbc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>invest: Add chart with stock price history (#680)</title>
<updated>2025-07-23T20:01:39+00:00</updated>
<author>
<name>Victor Kareh</name>
<email>vkareh@redhat.com</email>
</author>
<published>2025-07-23T20:01:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=c90425a43ed401ce71766ef038e0333269dcee73'/>
<id>c90425a43ed401ce71766ef038e0333269dcee73</id>
<content type='text'>
* 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.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 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.</pre>
</div>
</content>
</entry>
<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>update copyright year to 2018</title>
<updated>2018-01-09T17:53:40+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2018-01-09T17:53:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=55fbad37580a11d2ac539b382f463af2f12e114c'/>
<id>55fbad37580a11d2ac539b382f463af2f12e114c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update copyright year in other applets</title>
<updated>2017-10-05T20:03:47+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2017-10-05T19:53:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=c80edb4c41e96c8cda75b0b66eaf99c399b4cbc5'/>
<id>c80edb4c41e96c8cda75b0b66eaf99c399b4cbc5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move to GTK+3 (&gt;= 3.14), drop GTK+2 code and --with-gtk build option</title>
<updated>2016-11-22T14:47:06+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-11-22T14:47:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=f7acf55db3ab4b97d60faae24555a07b6b08d43c'/>
<id>f7acf55db3ab4b97d60faae24555a07b6b08d43c</id>
<content type='text'>
and require mate-panel &gt;= 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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
and require mate-panel &gt;= 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.
</pre>
</div>
</content>
</entry>
<entry>
<title>invest-applet: update copyright</title>
<updated>2016-08-13T21:33:45+00:00</updated>
<author>
<name>monsta</name>
<email>monsta@inbox.ru</email>
</author>
<published>2016-08-13T21:33:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=f32588c9da598b268f136e6da819a9a9c25ec8aa'/>
<id>f32588c9da598b268f136e6da819a9a9c25ec8aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>help invest: fix legal page  + a link fix</title>
<updated>2015-07-15T18:15:10+00:00</updated>
<author>
<name>raveit65</name>
<email>chat-to-me@raveit.de</email>
</author>
<published>2015-07-15T10:21:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.mate-desktop.org/mate-applets/commit/?id=934541ea4feb492774f929d72ec9c53fa91b2a64'/>
<id>934541ea4feb492774f929d72ec9c53fa91b2a64</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
