File: ChangeLog

package info (click to toggle)
sysinfo 0.7-8
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 1,832 kB
  • ctags: 1,140
  • sloc: cs: 2,933; sh: 701; makefile: 115; xml: 98
file content (30 lines) | stat: -rw-r--r-- 1,316 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30

2006-06-23  Nil Gradisnik <ghaefb@gmail.com> 

	* SystemInfo.cs: Fixed the Slackware release checking from /etc/slackware-release to /etc/slackware-version (Michal Kwidzinski)
	* NvidiaInfo.cs: Temporary fix in NVIDIA additional info, causing Sysinfo crashing with Eexception thrown. (Michal Kwidzinski)

2006-06-25  Nil Gradisnik <ghaefb@gmail.com> 

	* MemoryInfo.cs: Changed  the format of used/free memory information, to more sane, user friendly format. I'm including cached
	and buffered memory with total free memory. Also replaced MB with MiB and using 1024 division istead of 1000 now.
	* gui.glade, Main.cs: Created a checkbutton for refreshing memory information.
	
2006-06-26  Nil Gradisnik <ghaefb@gmail.com> 

	* Main.cs: Implemented refresh memory information every 3 seconds.
	* gui.glade: Minor widget adjustments in Memory section.
	
2006-08-30  Nil Gradisnik <ghaefb@gmail.com> 

	* Main.cs: Fixed Notebook switch page fromEventArgs to SwitchPageArgs (mono 1.1.7)
	
2006-09-16  Nil Gradisnik <ghaefb@gmail.com> 

	* ChangeLog: Fixed many warnings(exceptions, cairo stuff) - changed mono 1.1.7 API.

2006-11-04  Nil Gradisnik <ghaefb@gmail.com> 

	* Main.cs: Fixed TreeView CursorChanged signal, so it works with the latest GTK+/GTK#.
	* HardwareInfo.cs: Added Audio device detection from lspci