RosTE/GUI
2007-06-28 20:10:56 +00:00
..
Properties add a wizard control and start to build up a 'new virtual machine wizard' dialog 2007-06-05 12:26:53 +00:00
Resources Add a 'new harddisk' dialog for creating additional harddisk images for each virtual machine 2007-06-28 19:03:52 +00:00
Wizard add a wizard control and start to build up a 'new virtual machine wizard' dialog 2007-06-05 12:26:53 +00:00
.gitignore a bit of rearranging 2007-05-15 17:54:35 +00:00
AboutForm.cs start of a new GUI for the ROS Test Environment 2007-05-15 19:09:52 +00:00
AboutForm.Designer.cs start of a new GUI for the ROS Test Environment 2007-05-15 19:09:52 +00:00
AboutForm.resx start of a new GUI for the ROS Test Environment 2007-05-15 19:09:52 +00:00
AssemblyInfo.cs start of a new GUI for the ROS Test Environment 2007-05-15 19:09:52 +00:00
DeleteVM.cs fix deleting rows from the data table 2007-06-22 10:47:24 +00:00
DeleteVM.Designer.cs add some random code before I loose it. for example: 2007-06-21 21:30:34 +00:00
DeleteVM.resx add some random code before I loose it. for example: 2007-06-21 21:30:34 +00:00
ErrorForm.cs - add an populate harddrives and netcards to the DB 2007-06-27 15:59:51 +00:00
ErrorForm.Designer.cs - add an populate harddrives and netcards to the DB 2007-06-27 15:59:51 +00:00
ErrorForm.resx - populate the memory and cdrom property pages 2007-06-27 11:56:09 +00:00
MainConfig.cs add basic code for saving and reloading individual image config files via the ADO database 2007-06-25 20:10:19 +00:00
MainConfig.xsd add some random code before I loose it. for example: 2007-06-21 21:30:34 +00:00
MainConfig.xsx add some random code before I loose it. for example: 2007-06-21 21:30:34 +00:00
MainForm.cs - add an populate harddrives and netcards to the DB 2007-06-27 15:59:51 +00:00
MainForm.Designer.cs - Give each VM it's own DataSet instead of maintaining separate DataRows. Fixes a bug where by VM config files were loading up multiple images 2007-06-26 15:15:33 +00:00
MainForm.resx - Give each VM it's own DataSet instead of maintaining separate DataRows. Fixes a bug where by VM config files were loading up multiple images 2007-06-26 15:15:33 +00:00
native.cs populate the memory page in relation to system ram 2007-06-03 14:30:55 +00:00
NewHardDiskForm.cs only allow the user to select qemu harddisks which are not already being used 2007-06-28 20:10:56 +00:00
NewHardDiskForm.Designer.cs Add a 'new harddisk' dialog for creating additional harddisk images for each virtual machine 2007-06-28 19:03:52 +00:00
NewHardDiskForm.resx Add a 'new harddisk' dialog for creating additional harddisk images for each virtual machine 2007-06-28 19:03:52 +00:00
NewVMWizard.cs - fix a few wizard bugs 2007-06-25 10:36:42 +00:00
NewVMWizard.Designer.cs - fix a few wizard bugs 2007-06-25 10:36:42 +00:00
NewVMWizard.resx - fix a few wizard bugs 2007-06-25 10:36:42 +00:00
OptListBox.cs - call DrawPath after FillPath to stop pixel overwrite. (if you ask me, FillPath and DrawPath conflict) 2007-06-01 14:50:23 +00:00
OptListBox.resx rewrite the list box as a custom control and add some images to it 2007-05-30 22:47:23 +00:00
program.cs add a wizard control and start to build up a 'new virtual machine wizard' dialog 2007-06-05 12:26:53 +00:00
ros.ico start of a new GUI for the ROS Test Environment 2007-05-15 19:09:52 +00:00
RosTE GUI.sln start of a new GUI for the ROS Test Environment 2007-05-15 19:09:52 +00:00
RosTEGUI.csproj Add a 'new harddisk' dialog for creating additional harddisk images for each virtual machine 2007-06-28 19:03:52 +00:00
SettingsForm.cs only allow the user to select qemu harddisks which are not already being used 2007-06-28 20:10:56 +00:00
SettingsForm.Designer.cs implement manual adding / deleting of harddisks via the buttons. Just missing an 'add dialog' for initial customizability 2007-06-28 15:37:01 +00:00
SettingsForm.resx implement manual adding / deleting of harddisks via the buttons. Just missing an 'add dialog' for initial customizability 2007-06-28 15:37:01 +00:00
VirtualMachine.cs implement manual adding / deleting of harddisks via the buttons. Just missing an 'add dialog' for initial customizability 2007-06-28 15:37:01 +00:00
VMConfig.xsd implement manual adding / deleting of harddisks via the buttons. Just missing an 'add dialog' for initial customizability 2007-06-28 15:37:01 +00:00
VMConfig.xsx implement manual adding / deleting of harddisks via the buttons. Just missing an 'add dialog' for initial customizability 2007-06-28 15:37:01 +00:00
VMDataBase.cs - Give each VM it's own DataSet instead of maintaining separate DataRows. Fixes a bug where by VM config files were loading up multiple images 2007-06-26 15:15:33 +00:00