Hi lxde'ers,

I have a couple of patches for lxpanel. The output from git request-pull
is below. Please consider pulling.

Some patches change behavior a little. The timeouts on the plugins have
been changed. Resource monitors update once every second, thermal every
3 seconds, and batt every 9 seconds. Also, there is a patch that uses
g_timeout_add_seconds() instead of g_timeout_add(), because the seconds
variant tries to bunch multiple timeouts together. That reduces wake-ups
from idle.

Also, memory buffers don't add to memory usage. I think this provides
more useful information about current memory usage, depending less on
the history of what has been done on the computer.

The rest are fixes, improvements, or additions.

Regards,
Henry


The following changes since commit 2dde9fd074b87de77c31eece87ec606587159c40:

  Bump version to 0.5.9. (2012-04-16 22:18:03 +0200)

are available in the git repository at:
  git://github.com/hsgg/lxpanel.git next-gtk2

Henry Gebhardt (21):
      monitors: Open application when clicked, lxtask by default
      thermal: prepare for multiple sensors
      thermal: Use highest temperature when using automatic sensor location
      thermal: Show all sensors in tooltip
      thermal: Use lxpanel error and log facilities
      menu,taskbar: minor cleanup
      plugins: Use g_timeout_add_seconds() when possible
      plugins: change monitors, thermal, and batt timeouts to my liking :)
      monitors: make redraw_pixmap() readable
      configurator: fix file chooser action
      plugins: fix "Invalid read of size 8"
      volumealsa: fix detection of ALSA error
      monitors: count 'mem_buffers' towards 'mem_free'
      monitors: clean tooltip, and also print memory in MB
      monitors: gettext'ize tooltips
      fix a few compilation warnings
      AUTHORS: credit SuxPanel
      volumealsa: fix unloading and add restart logic
      draw sharply with cairo
      monitors: fix potentially truncated message in translated tooltip
      gtk-run: reload menu cache

Jack Chen (1):
      fix enabling dynamic width and autohide results in 1 pixel panel

galt_gendo (1):
      draw using cairo - ID: 3525879

 AUTHORS                             |    4 +
 src/configurator.c                  |    2 +-
 src/gtk-run.c                       |    3 +-
 src/misc.c                          |   12 +--
 src/panel.c                         |   12 ++-
 src/plugins/batt/batt.c             |  118 ++++++++------------
 src/plugins/cpu/cpu.c               |   43 ++++----
 src/plugins/cpufreq/cpufreq.c       |    2 +-
 src/plugins/image.c                 |   24 +----
 src/plugins/menu.c                  |    2 -
 src/plugins/monitors/monitors.c     |  120 +++++++++++++--------
 src/plugins/pager.c                 |   83 +++++++--------
 src/plugins/taskbar.c               |    1 -
 src/plugins/test.c                  |    2 +-
 src/plugins/thermal/thermal.c       |  200 ++++++++++++++++++++++++-----------
 src/plugins/volumealsa/volumealsa.c |   64 ++++++++++-
 src/plugins/wnckpager/wnckpager.c   |    3 +-
 17 files changed, 412 insertions(+), 283 deletions(-)

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Lxde-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/lxde-list

Reply via email to