2008-08-26  Eugene Antimirov <turist@gmail.com>

	* Fixed: width/height should be calculated every time before making
	a screenshot. Incorrect image was produced if the screen was rotated.
	* Improvement: system time now also counts when total CPU usage is
	calculated.

2007-07-27  Jakub Pavelek <jpavelek@welho.com>

	* load-applet.c:  moved the low-level screenshot to settings

2007-07-19  Jakub Pavelek <jpavelek@welho.com>

	* load-applet.c: added code for low-level screenshot taking

2007-07-18  Jakub Pavelek <jpavelek@welho.com>

	* icons: changed the graphics for indication to suit Chinook better
	* load_applet.c: updated to hardcoded values to draw the new gfx

2007-06-10 Jakub Pavelek <jpavelek@welho.com>

	* configure.ac: hildon consolidation
	* Makefile.am: hildon consolidation
	* load-applet.c: hildon consolidation
			
2007-02-13   Marius Gedminas <mgedmin@b4net.lt>

	* load-applet.c: Change memory usage formula.

2007-02-13  Jakub Pavelek <jpavelek@welho.com>

	* load-applet.c: do not overwrite existing screenshots fix (not
	buletproof though)
	
2007-02-04  Jakub Pavelek <jpavelek@welho.com>

	* pid_ui.c: updates to process listing

2006-12-07  Jakub Pavelek <jpavelek@welho.com>

	* load-applet.c: destroy the menu (thanks to Moises for patch)

2006-11-23  Jakub Pavelek <jpavelek@welho.com>

	* load-applet.c: got rid of the crazy globals
	* pid_ui.c: some of the per-process load handling

2006-11-19  Jakub Pavelek <jpavelek@welho.com>

	* load-applet.c: renamed g_free_error to g_error_free ;-)

2006-11-19  Jakub Pavelek <jpavelek@welho.com>

	* load-applet.c: globalized few variables
	* pid_ui.c: added more code for load counting, still not functional

2006-11-13  Jakub Pavelek <jpavelek@welho.com>

	* load-applet.c: replaced spinbutton with HildonNumberEditor

2006-10-31  Jakub Pavelek <jpavelek@welho.com>

	* pidinfo.h,c: added the uid field. To be used in future for filtering
	of killable processes

2006-10-31  Jakub Pavelek <jpavelek@welho.com>

	* pidinfo.c: removing the cmdline path from command name

2006-10-27  Jakub Pavelek <jpavelek@welho.com>

	* load-applet.c: load_destroy(): Fixing the off-load crash for good?

2006-10-27  Jakub Pavelek <jpavelek@welho.com>

	* pidinfo.c: read the process name from cmd line whan necessary
	* pid_ui.c: working around the differnece betweem IT-2006 and sardine
	(different entry function names)
	* load-applet.desktop: Removed the comment 
	* pidinfo.c: read the process name from cmd line whan necessary
	* pid_ui.c: working around the differnece betweem IT-2006 and sardine
	(different entry function names)
	* load-applet.desktop: Removed the comment line

2006-10-24  Jakub Pavelek <jpavelek@welho.com>

	* pid_ui.c: activate_list_processes_item(): refresh process list after 
	killing of processes

2006-10-19  Jakub Pavelek <jpavelek@welho.com>

	* pidinfo.*: added sub-process tree printing for debugging
	* load-applet.desktop: Renamed to LoadApplet - seems the new MAD takes
	the name as base for entry functions
	* load-applet.c: rebamed entry functions from load_ to LoadApplet_ to
	get the applet loaded in new MAD

2006-10-19  Jakub Pavelek <jpavelek@welho.com>

	* load-applet.c: load_destroy(): trying to fix the unload crashing

2006-10-17  Jakub Pavelek <jpavelek@welho.com>

	* pidinfo.*: added the parent PID into structures
	* pid_ui.c: added the process killing with TERM or KILL signal

2006-10-13  Jakub Pavelek <jpavelek@welho.com>

	* modified the killing dialogs. Now it picks the proper process 
	to kill. Still no killing and still crashing though.

2006-10-12  Jakub Pavelek <jpavelek@welho.com>

	* pid_ui.c: added the UI for process killing, not functional yet.

2006-10-07  Jakub Pavelek <jpavelek@welho.com>

	* pid_ui.c, pid_ui.h: added files. Moved the pid handling UI from
	load-applet to them. Perhaps the same should be done for the Settings.

2006-10-07  Jakub Pavelek <jpavelek@welho.com>

	* load-applet.c: added scrollbars for process listing, threshold 10kB
	for process listing, disabled un-implemented buttons

2006-10-05  Jakub Pavelek <jpavelek@welho.com>

	* load-applet.c: populate_store(), load_populate_iter() added.

2006-10-04 Jakub Pavelek <jpavelek@welho.com>

	* pidinfo.c: added process handling code
	* pidinfo.h: added header for process handling
	* debian/load-applet.postinst: postinstall script for both the IT-2006
	and Sardine
	* load-applet.c: added initial code for the process monitoring

2006-08-06 Jakub Pavelek <jpavelek@welho.com>

	* la_26.png: made the icon smaller to fit application installer

2006-07-31 Jakub Pavelek <jpavelek@welho.com>

	* Version 0.5.3
	* load-applet.c: added the help code
	* LoadApplet.xml.en_GB: the help file

2006-07-12 Jakub Pavelek <jpavelek@welho.com>

	* Version 0.5.2
	* load-applet.c: changed sizes of gfx
	* updated the graphics: added mini-shadows for the CPU/MEM/SWAP graphics

2006-07-12 Jakub Pavelek <jpavelek@welho.com>

	* updated the graphics: no transparency where not needed
	* debian/control: added the icon for application installer

2006-07-09 Jakub Pavelek <jpavelek@welho.com>

	* load-applet.c: changed memory level defines to adjust for the Cached
          memory. Somehow with the Chached memory counted it gives rather 
          unstable readings :(

2006-07-09 Jakub Pavelek <jpavelek@welho.com>

	* load-applet.c:check_mem (): check the Cached too and consider it "free" memory
	* load-applet.c: bit of renaming and commenting

2006-07-05 Jakub Pavelek <jpavelek@welho.com>

	* Version 0.5.0
	* load-applet.c: fixed the SWAP/Mem icon redrawing

2006-07-04 Jakub Pavelek <jpavelek@welho.com>
	
	* load-applet.c: fixed more image cropping issues
	* load-applet.c: fixed the SWAP detection (hope)

2006-07-04 Jakub Pavelek <jpavelek@welho.com>

	* load-applet.c: split code to more smaller functions
	* removed extra image, changed the frame image.

2006-07-04 Jakub Pavelek <jpavelek@welho.com>

	* load-applet.c: rewrote the load handling - not working yet though.

2006-07-04 Jakub Pavelek <jpavelek@welho.com>

	* vorking towards version 0.5
	* removed old icons, added new ones

2006-06-15 Jakub Pavelek <jpavelek@welho.com>

	* swap_on.png: added this little icon to indicate when SWAP is on and used
	* load-applet.c: added the handling for SWAP on indication based on /proc/swaps

2006-05-04 Jakub Pavelek <jpavelek@welho.com>

	* load-plugin.c: check_load_cpu(): fixing for other than 64MB 

2006-05-04 Jakub Pavelek <jpavelek@welho.com>

	* load-plugin.c: make_screenshot(): saving to $HOME, not /home/$USER

2006-04-11 Jakub Pavelek <jpavelek@welho.com>

	* IT-2006 version

2006-02-17 Jakub Pavelek <jpavelek@welho.com>

	* Recovering from sources loss.

2005-11-15 Jakub Pavelek <jpavelek@welho.com>

	* load-plugin.c: Added the menu for app killing

2005-11-14 Jakub Pavelek <jpavelek@welho.com>

	* load-plugin.c: Added the screenshot code stolen from the osso-screenshot.tool. This fixes problems users reported on the production images.

2005-11-11 Jakub Pavelek <jpavelek@welho.com>

	* load-plugin.c: Added libosso interaction. Now we stop measuring when idle, and start again when not idle.

2005-11-11 Jakub Pavelek <jpavelek@welho.com>

	* load-plugin.c: Working CPU (sbox and target), working screenshot.

2005-11-10 Jakub Pavelek <jpavelek@welho.com>

	* load-plugin.c: Different CPU load measurement.

2005-09-23 Jakub Pavelek <jpavelek@welho.com>

	* load-plugin.c: Now the icon gets animated. Looks funny on target though

2005-09-23 Jakub Pavelek <jpavelek@welho.com>

	* initial release
