psensor.git
12 years ago(no commit message) v0.6.2.10
Jean-Philippe Orsini [Sun, 11 Sep 2011 21:39:29 +0000 (21:39 +0000)]

12 years agorelease GConfClient when quitting
Jean-Philippe Orsini [Fri, 9 Sep 2011 12:40:33 +0000 (12:40 +0000)]
release GConfClient when quitting

12 years agofixed memleak when window not drawable.
Jean-Philippe Orsini [Fri, 9 Sep 2011 11:49:54 +0000 (11:49 +0000)]
fixed memleak when window not drawable.

12 years agono args for gtk_init
Jean-Philippe Orsini [Fri, 9 Sep 2011 11:39:16 +0000 (11:39 +0000)]
no args for gtk_init
 fixed memleak when window not drawable

12 years agoupdate NEWS
Jean-Philippe Orsini [Sun, 24 Jul 2011 10:40:39 +0000 (10:40 +0000)]
update NEWS

12 years agoremoved lua
Jean-Philippe Orsini [Sun, 24 Jul 2011 10:40:28 +0000 (10:40 +0000)]
removed lua

12 years agoregenerated po files
Jean-Philippe Orsini [Sun, 24 Jul 2011 10:33:42 +0000 (10:33 +0000)]
regenerated po files

12 years agoadded -Wall and fixed compilation error
Jean-Philippe Orsini [Sun, 24 Jul 2011 10:33:28 +0000 (10:33 +0000)]
added -Wall and fixed compilation error

12 years agoscript to run psensor with valgrind
Jean-Philippe Orsini [Sun, 24 Jul 2011 09:59:10 +0000 (09:59 +0000)]
script to run psensor with valgrind

12 years agofixed bug: invalid read during psensor termination
Jean-Philippe Orsini [Sat, 23 Jul 2011 22:55:35 +0000 (22:55 +0000)]
fixed bug: invalid read during psensor termination
(while sensors memory structures are unallocated the update measures thread was still running)

12 years agotitle of the graph is the string representation of the type of sensor
Jean-Philippe Orsini [Sat, 23 Jul 2011 00:19:42 +0000 (00:19 +0000)]
title of the graph is the string representation of the type of sensor

12 years agoupdated manpages, added information about ATI/AMD monitoring and description of the...
Jean-Philippe Orsini [Sat, 23 Jul 2011 00:19:16 +0000 (00:19 +0000)]
updated manpages, added information about ATI/AMD monitoring and description of the JSON web service

12 years agoremoved jquery.js doublon
Jean-Philippe Orsini [Fri, 22 Jul 2011 21:51:16 +0000 (21:51 +0000)]
removed jquery.js doublon

12 years agoadded missing files in the archive
Jean-Philippe Orsini [Fri, 22 Jul 2011 21:46:59 +0000 (21:46 +0000)]
added missing files in the archive

12 years agoadded graph of sensors (web server)
Jean-Philippe Orsini [Fri, 22 Jul 2011 21:45:47 +0000 (21:45 +0000)]
added graph of sensors (web server)

12 years agoadded jqplot
Jean-Philippe Orsini [Fri, 22 Jul 2011 21:42:03 +0000 (21:42 +0000)]
added jqplot

12 years agoremoved unused local vars
Jean-Philippe Orsini [Wed, 20 Jul 2011 19:38:38 +0000 (19:38 +0000)]
removed unused local vars

12 years agofixed lmsensor init
Jean-Philippe Orsini [Wed, 20 Jul 2011 19:36:41 +0000 (19:36 +0000)]
fixed lmsensor init

12 years agoadded support of cpu usage monitoring
Jean-Philippe Orsini [Wed, 20 Jul 2011 15:49:55 +0000 (15:49 +0000)]
added support of cpu usage monitoring

12 years agofixed type
Jean-Philippe Orsini [Wed, 20 Jul 2011 11:24:09 +0000 (11:24 +0000)]
fixed type

12 years agofct is internal
Jean-Philippe Orsini [Wed, 20 Jul 2011 08:22:17 +0000 (08:22 +0000)]
fct is internal

12 years agonormalize amd id
Jean-Philippe Orsini [Mon, 18 Jul 2011 22:24:04 +0000 (22:24 +0000)]
normalize amd id

12 years agocode styling
Jean-Philippe Orsini [Mon, 18 Jul 2011 22:21:24 +0000 (22:21 +0000)]
code styling

12 years agonormalize constants naming
Jean-Philippe Orsini [Mon, 18 Jul 2011 21:23:32 +0000 (21:23 +0000)]
normalize constants naming

12 years agocode styling
Jean-Philippe Orsini [Mon, 18 Jul 2011 21:22:40 +0000 (21:22 +0000)]
code styling

12 years agofixed styling
Jean-Philippe Orsini [Mon, 18 Jul 2011 17:23:28 +0000 (17:23 +0000)]
fixed styling

12 years agopedantic mode for top dir src
Jean-Philippe Orsini [Mon, 18 Jul 2011 16:32:20 +0000 (16:32 +0000)]
pedantic mode for top dir src

12 years agofixed amd support build
Jean-Philippe Orsini [Mon, 18 Jul 2011 16:31:24 +0000 (16:31 +0000)]
fixed amd support build

12 years agoadded experimental support for ati/amd gpu/fan
Jean-Philippe Orsini [Mon, 18 Jul 2011 16:22:38 +0000 (16:22 +0000)]
added experimental support for ati/amd gpu/fan

12 years agoadded support of the library ATI ADL in the build
Jean-Philippe Orsini [Mon, 18 Jul 2011 15:51:06 +0000 (15:51 +0000)]
added support of the library ATI ADL in the build

12 years agolmsensor init/cleanup moved from main.c to lmsensor.c and called in psensor.c
Jean-Philippe Orsini [Sat, 16 Jul 2011 22:05:23 +0000 (22:05 +0000)]
lmsensor init/cleanup moved from main.c to lmsensor.c and called in psensor.c

12 years agostyling
Jean-Philippe Orsini [Sat, 16 Jul 2011 21:48:18 +0000 (21:48 +0000)]
styling

12 years agoremoved empty line
Jean-Philippe Orsini [Sat, 16 Jul 2011 21:45:20 +0000 (21:45 +0000)]
removed empty line

12 years agomoved lmsensor code to lmsensor.c
Jean-Philippe Orsini [Sat, 16 Jul 2011 21:08:22 +0000 (21:08 +0000)]
moved lmsensor code to lmsensor.c

12 years agocode styling
Jean-Philippe Orsini [Sat, 16 Jul 2011 21:07:27 +0000 (21:07 +0000)]
code styling

12 years agoadded static to fcts
Jean-Philippe Orsini [Sat, 16 Jul 2011 10:11:10 +0000 (10:11 +0000)]
added static to fcts
remove hdd_ prefix to static fcts

12 years agoremoved close_display fct and moved code directly in nvidia_cleanup
Jean-Philippe Orsini [Sat, 16 Jul 2011 10:02:30 +0000 (10:02 +0000)]
removed close_display fct and moved code directly in nvidia_cleanup

12 years agoadded static to fcts
Jean-Philippe Orsini [Fri, 15 Jul 2011 22:39:35 +0000 (22:39 +0000)]
added static to fcts
removed lmsensor_ prefix to static fcts

12 years agoadded missing js file
Jean-Philippe Orsini [Thu, 14 Jul 2011 15:02:42 +0000 (15:02 +0000)]
added missing js file

12 years agomoved some js fcts into a separate js file
Jean-Philippe Orsini [Wed, 13 Jul 2011 22:42:43 +0000 (22:42 +0000)]
moved some js fcts into a separate js file

12 years agoremoved empty line
Jean-Philippe Orsini [Wed, 13 Jul 2011 22:01:10 +0000 (22:01 +0000)]
removed empty line

12 years agonewline at end of file
Jean-Philippe Orsini [Wed, 13 Jul 2011 20:36:40 +0000 (20:36 +0000)]
newline at end of file

12 years agomove to 3.9.2 std
Jean-Philippe Orsini [Wed, 13 Jul 2011 16:07:10 +0000 (16:07 +0000)]
move to 3.9.2 std

12 years agoremoved lua support, monitoring page is now using jquery and json http requests
Jean-Philippe Orsini [Wed, 13 Jul 2011 09:03:58 +0000 (09:03 +0000)]
removed lua support, monitoring page is now using jquery and json http requests

12 years agodefault dir page is now index.html
Jean-Philippe Orsini [Wed, 13 Jul 2011 08:32:25 +0000 (08:32 +0000)]
default dir page is now index.html

12 years agoreplaced lua pages by html pages
Jean-Philippe Orsini [Wed, 13 Jul 2011 08:32:02 +0000 (08:32 +0000)]
replaced lua pages by html pages

12 years agofixed html header
Jean-Philippe Orsini [Wed, 13 Jul 2011 08:22:32 +0000 (08:22 +0000)]
fixed html header

12 years agouse personnal email
Jean-Philippe Orsini [Tue, 12 Jul 2011 20:25:57 +0000 (20:25 +0000)]
use personnal email

12 years agomeasure with value of different types
Jean-Philippe Orsini [Tue, 12 Jul 2011 20:22:32 +0000 (20:22 +0000)]
measure with value of different types

12 years agoprepares 0.6.2.10
Jean-Philippe Orsini [Tue, 12 Jul 2011 20:22:00 +0000 (20:22 +0000)]
prepares 0.6.2.10

12 years agoremoved useless empty line
Jean-Philippe Orsini [Tue, 12 Jul 2011 09:47:55 +0000 (09:47 +0000)]
removed useless empty line

12 years agouse memcpy instead of copying field by field
Jean-Philippe Orsini [Tue, 12 Jul 2011 09:34:47 +0000 (09:34 +0000)]
use memcpy instead of copying field by field

12 years ago added network, cpu load and memory information in
Jean-Philippe Orsini [Sun, 10 Jul 2011 21:34:52 +0000 (21:34 +0000)]
 added network, cpu load and memory information in
   JSON web interface.

added monitor.html using jquery and retrieving
   monitoring data from the JSON web interface.

12 years agoremoved useless empty line
Jean-Philippe Orsini [Sun, 10 Jul 2011 21:33:18 +0000 (21:33 +0000)]
removed useless empty line

12 years agominor html clean
Jean-Philippe Orsini [Sun, 10 Jul 2011 21:32:14 +0000 (21:32 +0000)]
minor html clean

12 years agoremoved empty lines
Jean-Philippe Orsini [Sat, 9 Jul 2011 09:50:32 +0000 (09:50 +0000)]
removed empty lines

12 years agofixe trailing space and empty lines
Jean-Philippe Orsini [Fri, 8 Jul 2011 20:37:30 +0000 (20:37 +0000)]
fixe trailing space and empty lines

12 years agofixed overlapping constants
Jean-Philippe Orsini [Fri, 8 Jul 2011 20:18:15 +0000 (20:18 +0000)]
fixed overlapping constants

12 years agoadded application/json mime type for json http response
Jean-Philippe Orsini [Thu, 7 Jul 2011 21:54:58 +0000 (21:54 +0000)]
added application/json mime type for json http response

12 years agoregenerated translation files
Jean-Philippe Orsini [Sun, 26 Jun 2011 15:40:10 +0000 (15:40 +0000)]
regenerated translation files

12 years agofixed code style
Jean-Philippe Orsini [Sun, 26 Jun 2011 15:39:05 +0000 (15:39 +0000)]
fixed code style

12 years agoadded last news
Jean-Philippe Orsini [Sun, 26 Jun 2011 10:02:53 +0000 (10:02 +0000)]
added last news

12 years ago if appindicator not supported by wm:
Jean-Philippe Orsini [Sun, 26 Jun 2011 09:57:29 +0000 (09:57 +0000)]
 if appindicator not supported by wm:
 - quit psensor on window close
 - show psensor even if hide on startup is enabled

12 years agoadded /usr/share/applications desktop file
Jean-Philippe Orsini [Wed, 15 Jun 2011 14:39:40 +0000 (14:39 +0000)]
added /usr/share/applications desktop file

12 years agodesktop files in desktop dir in addition to autostart dir
Jean-Philippe Orsini [Wed, 15 Jun 2011 11:49:17 +0000 (11:49 +0000)]
desktop files in desktop dir in addition to autostart dir

12 years agodestroy main window before breaking gtk main loop
Jean-Philippe Orsini [Tue, 14 Jun 2011 21:07:42 +0000 (21:07 +0000)]
destroy main window before breaking gtk main loop

12 years agoremoved useless whitespace
Jean-Philippe Orsini [Tue, 14 Jun 2011 21:07:16 +0000 (21:07 +0000)]
removed useless whitespace

12 years agofixed wrong memory release
Jean-Philippe Orsini [Tue, 14 Jun 2011 20:42:56 +0000 (20:42 +0000)]
fixed wrong memory release

12 years agorelease x11 connection for nvidia when quitting psensor
Jean-Philippe Orsini [Mon, 13 Jun 2011 07:34:31 +0000 (07:34 +0000)]
release x11 connection for nvidia when quitting psensor

12 years agoadded news entry about last nvidia code changes
Jean-Philippe Orsini [Sun, 12 Jun 2011 21:23:33 +0000 (21:23 +0000)]
added news entry about last nvidia code changes

12 years agocode cleanup
Jean-Philippe Orsini [Sun, 12 Jun 2011 20:51:35 +0000 (20:51 +0000)]
code cleanup

12 years agopsensor autostarted by default
Jean-Philippe Orsini [Wed, 8 Jun 2011 05:13:08 +0000 (05:13 +0000)]
psensor autostarted by default

12 years agostart psensor during desktop startup
Jean-Philippe Orsini [Tue, 7 Jun 2011 21:37:29 +0000 (21:37 +0000)]
start psensor during desktop startup

12 years agomerged Chinese Simplified translation from royclarck
Jean-Philippe Orsini [Mon, 6 Jun 2011 18:59:13 +0000 (18:59 +0000)]
merged Chinese Simplified translation from royclarck

12 years agoadded about dialog
Jean-Philippe Orsini [Mon, 6 Jun 2011 08:53:18 +0000 (08:53 +0000)]
added about dialog

12 years agohide on startup only when compiled with appindicator support
Jean-Philippe Orsini [Wed, 1 Jun 2011 05:59:16 +0000 (05:59 +0000)]
hide on startup only when compiled with appindicator support

12 years agohide window on startup (UI)
Jean-Philippe Orsini [Wed, 1 Jun 2011 05:52:50 +0000 (05:52 +0000)]
hide window on startup (UI)

12 years agohide on startup
Jean-Philippe Orsini [Wed, 1 Jun 2011 05:43:35 +0000 (05:43 +0000)]
hide on startup
fct in ui.c flagged static when needed

12 years agoappindicator displays unit of sensor values
Jean-Philippe Orsini [Thu, 26 May 2011 10:02:12 +0000 (10:02 +0000)]
appindicator displays unit of sensor values

12 years agoadded missing src/description.txt file into source archive
Jean-Philippe Orsini [Wed, 25 May 2011 20:42:35 +0000 (20:42 +0000)]
added missing src/description.txt file into source archive

12 years agofixed UI freeze on Ubuntu Lucid when 'sensor preferences' is selected with applicatio...
Jean-Philippe Orsini [Wed, 25 May 2011 17:36:58 +0000 (17:36 +0000)]
fixed UI freeze on Ubuntu Lucid when 'sensor preferences' is selected with application indicator.

12 years agoprepares future release 0.6.2.9
Jean-Philippe Orsini [Fri, 20 May 2011 09:15:15 +0000 (09:15 +0000)]
prepares future release 0.6.2.9

12 years agonext release will be 0.6.2.9
Jean-Philippe Orsini [Fri, 20 May 2011 09:06:02 +0000 (09:06 +0000)]
next release will be 0.6.2.9

12 years agopsensor-server package installs all files in www directory
Jean-Philippe Orsini [Thu, 19 May 2011 07:37:33 +0000 (07:37 +0000)]
psensor-server package installs all files in www directory

12 years agotranslation support
Jean-Philippe Orsini [Mon, 9 May 2011 23:53:14 +0000 (23:53 +0000)]
translation support

12 years agoadded files containing strings to translate
Jean-Philippe Orsini [Mon, 9 May 2011 23:38:08 +0000 (23:38 +0000)]
added files containing strings to translate

12 years agodisplay sensors information in the application indicator
Jean-Philippe Orsini [Mon, 9 May 2011 23:36:41 +0000 (23:36 +0000)]
display sensors information in the application indicator

13 years agosupport of gtk3
Jean-Philippe Orsini [Mon, 9 May 2011 15:07:35 +0000 (15:07 +0000)]
support of gtk3

13 years agoadded sensor preferences menu item to appindicator menu
Jean-Philippe Orsini [Sun, 8 May 2011 22:15:18 +0000 (22:15 +0000)]
added sensor preferences menu item to appindicator menu

13 years agostandard prefix...
Jean-Philippe Orsini [Sun, 8 May 2011 22:07:25 +0000 (22:07 +0000)]
standard prefix...

13 years agoremoved trailing space
Jean-Philippe Orsini [Sun, 8 May 2011 21:57:47 +0000 (21:57 +0000)]
removed trailing space

13 years agoadded 'sensor preferences' in the popup menu
Jean-Philippe Orsini [Sun, 8 May 2011 21:57:25 +0000 (21:57 +0000)]
added 'sensor preferences' in the popup menu

13 years agoadded static to fcts
Jean-Philippe Orsini [Sun, 8 May 2011 21:51:32 +0000 (21:51 +0000)]
added static to fcts

13 years agofixed crash when glade files cannot be read.
Jean-Philippe Orsini [Sun, 8 May 2011 21:40:08 +0000 (21:40 +0000)]
fixed crash when glade files cannot be read.

13 years agogtk3 support
Jean-Philippe Orsini [Sun, 8 May 2011 15:34:36 +0000 (15:34 +0000)]
gtk3 support

13 years agogtk3 support
Jean-Philippe Orsini [Sun, 8 May 2011 14:54:04 +0000 (14:54 +0000)]
gtk3 support

13 years agogtk3 support
Jean-Philippe Orsini [Sun, 8 May 2011 14:43:07 +0000 (14:43 +0000)]
gtk3 support

13 years agosupport of GTK3
Jean-Philippe Orsini [Sun, 8 May 2011 11:51:34 +0000 (11:51 +0000)]
support of GTK3

13 years agosupport of gtk3
Jean-Philippe Orsini [Sun, 8 May 2011 11:40:46 +0000 (11:40 +0000)]
support of gtk3

13 years agorenamed cb
Jean-Philippe Orsini [Sun, 8 May 2011 08:40:08 +0000 (08:40 +0000)]
renamed cb