<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-xfce/recipes-panel-plugins/systemload, branch whinlatter</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=whinlatter</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=whinlatter'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2025-10-06T18:34:41+00:00</updated>
<entry>
<title>xfce4-systemload-plugin: upgrade 1.3.2 -&gt; 1.4.0</title>
<updated>2025-10-06T18:34:41+00:00</updated>
<author>
<name>Jason Schonberg</name>
<email>schonm@gmail.com</email>
</author>
<published>2025-10-06T15:51:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=8ebc80c7ce8424e824aabb8ce384de106c1840cf'/>
<id>urn:sha1:8ebc80c7ce8424e824aabb8ce384de106c1840cf</id>
<content type='text'>
refresh patch.

Changelog: https://gitlab.xfce.org/panel-plugins/xfce4-systemload-plugin/-/tags/xfce4-systemload-plugin-1.4.0
Changelog: https://gitlab.xfce.org/panel-plugins/xfce4-systemload-plugin/-/tags/xfce4-systemload-plugin-1.3.3

Signed-off-by: Jason Schonberg &lt;schonm@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>xfce4 update HOMEPAGEs</title>
<updated>2025-05-21T14:38:23+00:00</updated>
<author>
<name>Jason Schonberg</name>
<email>schonm@gmail.com</email>
</author>
<published>2025-05-20T12:35:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=8179aa894078b67ab74f83e17602f75a85295b3d'/>
<id>urn:sha1:8179aa894078b67ab74f83e17602f75a85295b3d</id>
<content type='text'>
https://goodies.xfce.org/ states "Starting this month (November 2019), a project is starting
to migrate the goodies.xfce.org documentation to https://docs.xfce.org/start. The goal is to
remove deprecated projects and, eventually, de-commission the goodies.xfce.org URLs. Additional
information will be posted on https://wiki.xfce.org/projects/goodies-decomm/start as the project
proceeds."

This patch updates the URLs being used in the HOMEPAGEs to reflect where the address is actually
resolving.

Signed-off-by: Jason Schonberg &lt;schonm@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>xfce4-systemload-plugin: Fix build on 32bit machines</title>
<updated>2023-11-06T16:49:52+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2023-11-06T04:07:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=cb6c08579e3a717ab58498a312d705e634b53e2b'/>
<id>urn:sha1:cb6c08579e3a717ab58498a312d705e634b53e2b</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>xfce4-systemload-plugin: upgrade 1.3.1 -&gt; 1.3.2</title>
<updated>2023-11-06T16:48:27+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2023-11-04T20:57:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=a13a2a328a1e3817c4a344165dfe1db92aa8a9ab'/>
<id>urn:sha1:a13a2a328a1e3817c4a344165dfe1db92aa8a9ab</id>
<content type='text'>
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>xfce4-systemload-plugin: upgrade 1.3.0 -&gt; 1.3.1 / introduce PACKAGECONFIGs</title>
<updated>2021-05-11T15:27:27+00:00</updated>
<author>
<name>Andreas Müller</name>
<email>schnitzeltony@gmail.com</email>
</author>
<published>2021-05-11T02:07:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=c6574d7ef9a4d9993eaf6b467822d2304799ded4'/>
<id>urn:sha1:c6574d7ef9a4d9993eaf6b467822d2304799ded4</id>
<content type='text'>
* Both dependencies upower/libgtop are optional so add PACKAGECONFIG and enable
  both because they are worth it.
* The term '(uses libgtop as a fallback)' below is a bit misleading: In
  xfce4-systemload-plugin-1.3.1/panel-plugin/network.c we find whole code
  wrapped by #ifdef HAVE_LIBGTOP / #endif. So in case libgtop is not found
  nothing of value is compiled.

1.3.1 (2021-03-22)
=====
- Update README.md
- Update and sort the list of authors
- Add a simple network bandwidth monitor (uses libgtop as a fallback)
- Remove 4-valued history
- Fix initial progress bar value
- Fix system-monitor-command setting (Fixes #15)
- Distinguish uptime from the appearance of a digital real-time clock
- Replace "Options" with "Label" in the properties dialog
- Finish porting to xfconf
- Update docs URL
- Code cleanups
- Translation Updates

Signed-off-by: Andreas Müller &lt;schnitzeltony@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>xfce4-systemload-plugin: 1.2.4 -&gt; 1.3.0</title>
<updated>2021-03-17T04:37:15+00:00</updated>
<author>
<name>Kai Kang</name>
<email>kai.kang@windriver.com</email>
</author>
<published>2021-03-16T03:42:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=f09036c462c24f90346d60a2368634d287c17cc0'/>
<id>urn:sha1:f09036c462c24f90346d60a2368634d287c17cc0</id>
<content type='text'>
Release notes for 1.3.0
=======================
- Port to xfconf
- Add new icons and switch to rDNS naming
- Add Help button to properties dialog
- Fix compilation warnings
- autoconf: Some updates
- Update `.gitignore`
- configure.ac: use AC_PROG_CC_C99
- Translation Updates:
  Belarusian, Bulgarian, English (Canada), Hungarian, Russian, Turkish,
  Ukrainian

Signed-off-by: Kai Kang &lt;kai.kang@windriver.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>xfce4-systemload-plugin: upgrade 1.2.3 -&gt; 1.2.4</title>
<updated>2021-01-05T17:16:26+00:00</updated>
<author>
<name>Andreas Müller</name>
<email>schnitzeltony@gmail.com</email>
</author>
<published>2021-01-03T14:12:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=6b31bac115781d80cc7e1ba49518601016800fde'/>
<id>urn:sha1:6b31bac115781d80cc7e1ba49518601016800fde</id>
<content type='text'>
Release notes for 1.2.4
=======================
- Allow compilation with panel 4.15+
- Fix missing-prototypes
- Remove GSourceFunc casts
- Fix the properties dialog and a hidden memory corruption
- Avoid repainting bars if there are no visual changes
- Update copyright year
- Update URLs
- Create README.md and update configure.ac.in
- Add basic GitLab pipeline
- Update URLs from goodies.x.o to docs.x.o (Bug #16178)
- Translation Updates:
  Albanian, Arabic, Basque, Belarusian, Bulgarian, Catalan, Chinese
  (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern
  Armenian, English (Australia), English (Canada), English (United
  Kingdom), Estonian, Finnish, French, Galician, German, Greek, Hebrew,
  Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese,
  Korean, Latvian, Lithuanian, Malay, Norwegian Bokmål, Occitan (post
  1500), Polish, Portuguese, Portuguese (Brazil), Russian, Serbian,
  Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Urdu,
  Urdu (Pakistan), Uyghur

Signed-off-by: Andreas Müller &lt;schnitzeltony@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>xfce4-systemload-plugin: upgrade 1.2.2 -&gt; 1.2.3</title>
<updated>2019-08-20T06:09:05+00:00</updated>
<author>
<name>Andreas Müller</name>
<email>schnitzeltony@gmail.com</email>
</author>
<published>2019-08-18T22:33:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=8a46dcbe4cba0820f9c16d7ea9855457a11adb86'/>
<id>urn:sha1:8a46dcbe4cba0820f9c16d7ea9855457a11adb86</id>
<content type='text'>
This release fixes possible leak, crasher in properties dialog and updates
translations.

Signed-off-by: Andreas Müller &lt;schnitzeltony@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>xfce4-systemload-plugin: upgrade 1.2.1 -&gt; 1.2.2</title>
<updated>2019-01-05T02:29:39+00:00</updated>
<author>
<name>Andreas Müller</name>
<email>schnitzeltony@gmail.com</email>
</author>
<published>2019-01-03T01:12:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=0a3ba66c15c0aaa1bdbba56ef017dd31147a631e'/>
<id>urn:sha1:0a3ba66c15c0aaa1bdbba56ef017dd31147a631e</id>
<content type='text'>
Signed-off-by: Andreas Müller &lt;schnitzeltony@gmail.com&gt;
Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
</content>
</entry>
<entry>
<title>xfce4-systemload-plugin: update 1.2.0 -&gt; 1.2.1</title>
<updated>2017-04-18T12:21:46+00:00</updated>
<author>
<name>Andreas Müller</name>
<email>schnitzeltony@googlemail.com</email>
</author>
<published>2017-03-27T21:15:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=27944f97b5fe17f3ddf166152eb16288acb3e549'/>
<id>urn:sha1:27944f97b5fe17f3ddf166152eb16288acb3e549</id>
<content type='text'>
Signed-off-by: Andreas Müller &lt;schnitzeltony@googlemail.com&gt;
</content>
</entry>
</feed>
