add missing .pdb files
adding release/debug files
add theme images (working psd/png files)
re-arrange theme buttons on MainUI
Turn off these defines: (testing is completed) #define TEST_NEXUS_POWER_COMMAND #define DONOT_CLOSE_MAIN_FORM_WHEN_TESTING_NEXUS_POWER_COMMAND
*** implement use of NexusPowerCommand in NexusPowerControl
*** inital commit of NexusPowerCommand ++ commandline tool for executing the various power control operations
*** Fully implement default theme and AeroLowRes theme buttons
update Resources.Designer.cs
add default theme images to resources
add other theme images for buttons
*** fix issues with haveing to click the form once, when trapping the mouse, before the form can recieve mouse clicks
add image themeing for themebuttons
*** implement trapping mouse to form
** set .Net Framework 4 rather than .Net Framework 4 Client Profile Add keyboard hook support from // Obtained From: https://gist.github.com/471698 // Modifications used from: http://stackoverflow.com/questions/3920315/ignore-keyboard-input
*** add desktop blur form / with timer to launch MainUI
*** implement theme button clicks
implement theme button clicking
add buttons to main form and style them
** now have theme images being read from xml file
** initial support for themes (better put this in now, rather than having to do a major re-write later)
** add initial theme images ** add theme image to main form ** set form opacity to 98% ** need to work out transparency for the theme image (beyond setting form opacity) ** need to setup on form: + No borders/control box + Ability to move form by clicking/dragging on inner parts of form + etc, etc
Update: svn:ignores Add: bin/Debug, bin/Release
initial commit