Commit Graph

  • fb8ce28317 Update to the new VM wizard, to check for a valid path in creating one. master Ziliang Guo 2008-06-01 01:22:57 +0000
  • a9abec5dd1 add missing files Ged Murphy 2008-03-06 15:01:00 +0000
  • e31c37a87c Rewrite parts of the Virtual Machine class and start to use it to load and save VM's Ged Murphy 2008-02-08 15:56:05 +0000
  • e8cd61e823 better class placement Ged Murphy 2008-01-25 17:21:25 +0000
  • 25261e84b9 continue rewriting stuff... Ged Murphy 2008-01-25 15:28:38 +0000
  • aecdd8c171 rewrite the config handler Ged Murphy 2008-01-24 21:33:58 +0000
  • 07530134c3 missed adding the files for the blank netcard form Ged Murphy 2007-07-06 15:23:26 +0000
  • 49f80dd5d6 err, creating dirs which already exist is a waste of everyone's time Ged Murphy 2007-07-06 14:28:41 +0000
  • 0070055da4 - create VM directories which don't exist - add a blank netcard config dialog Ged Murphy 2007-07-06 14:25:23 +0000
  • 8f851544b5 don't clear paths when the browse folder dialog is cancelled Ged Murphy 2007-06-29 20:05:38 +0000
  • c4d5f13966 - ensure the paths given are valid before closing the dialog - sync dialog info back to the database on close Ged Murphy 2007-06-29 15:15:15 +0000
  • 399865108d - add an application settings dialog - add a new table to the database plus corresponding code for storing/reading application related data Ged Murphy 2007-06-29 14:25:30 +0000
  • a742e22589 - remove the object from the list - fixes a bug when deleting a drive, then adding a new one directly after Ged Murphy 2007-06-28 23:14:37 +0000
  • e8480184ee - allow both adding existing images and creating new image options - make the dialog pretty - ask the user whether they want to delete the image or not Ged Murphy 2007-06-28 22:49:21 +0000
  • dcb849141e only allow the user to select qemu harddisks which are not already being used Ged Murphy 2007-06-28 20:10:56 +0000
  • cc7ef61b33 Add a 'new harddisk' dialog for creating additional harddisk images for each virtual machine Ged Murphy 2007-06-28 19:03:52 +0000
  • 696d8b15a1 implement manual adding / deleting of harddisks via the buttons. Just missing an 'add dialog' for initial customizability Ged Murphy 2007-06-28 15:37:01 +0000
  • 7d05677cba - oops, missed some files. - note for anyone testing this: database changes (i.e. mods to VMConfig.xsd) means the generated main config.xml requires deletion Ged Murphy 2007-06-28 12:52:48 +0000
  • f5e494ce31 - implement a harddisk class allowing the usage of multiple disk images - populate the settings dialog with this data Ged Murphy 2007-06-28 12:49:12 +0000
  • 4dfcde03bd - add an populate harddrives and netcards to the DB - highlight when the user is moving outside of the recommended mem settings - improve the error reporting messages Ged Murphy 2007-06-27 15:59:51 +0000
  • 25db2d3027 - fix a bug in the database (requires deletion of the generated main config.xml) - populate floppy page Ged Murphy 2007-06-27 13:00:45 +0000
  • 35da225d47 add exception handling to the set properties Ged Murphy 2007-06-27 12:13:22 +0000
  • f7a8262547 - populate the memory and cdrom property pages - add exception handling to the get properties via helping functions - Add a very basic error display form Ged Murphy 2007-06-27 11:56:09 +0000
  • d563375c7a - 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 - Drop the ArrayList as we can rely on the ListView for storing our objects now - Add some primitive error handling Ged Murphy 2007-06-26 15:15:33 +0000
  • 6bb4c71ab1 populate the general page in the settings dialog Ged Murphy 2007-06-26 10:17:37 +0000
  • 49e78b7143 - implement deleting of existing images - add a few public properties for virtual machines Ged Murphy 2007-06-25 22:48:23 +0000
  • f68f2b21f3 add basic code for saving and reloading individual image config files via the ADO database Ged Murphy 2007-06-25 20:10:19 +0000
  • d032917b3a object restructuring Ged Murphy 2007-06-25 15:49:49 +0000
  • b72e145c4b - fix a few wizard bugs - forward all VMConfig ctors to the full overload Ged Murphy 2007-06-25 10:36:42 +0000
  • 79c55a37a8 surprise, the bug was in the code, .NET is off the hook. Spotted by Hervé Ged Murphy 2007-06-22 14:10:58 +0000
  • ffd6137f70 - avoid a .NET bug which corrupts existing XML files when rewriting them. - thanks to Hervé for helping me debug this Ged Murphy 2007-06-22 13:52:42 +0000
  • 86e9d1c59b fix deleting rows from the data table Ged Murphy 2007-06-22 10:47:24 +0000
  • 4ef3d438ee add some random code before I loose it. for example: - map out an ADO database design - add a delete dialog - add VM's as an array list - fix some bug in the NewVMWizard Ged Murphy 2007-06-21 21:30:34 +0000
  • 10fd13c84b - Add some public properties to feed wizard data back to the main form - Add some experimental code for the introduction of an ADO data object Ged Murphy 2007-06-08 15:06:47 +0000
  • 172f3941df missed a few files. This fixes the build Ged Murphy 2007-06-05 18:29:50 +0000
  • 024a973220 - add a new page for adding existing virtual machines - fix wizard page traversing bugs Ged Murphy 2007-06-05 15:42:08 +0000
  • 7585b6de7b finish off the design code for the new virtual machine wizard Ged Murphy 2007-06-05 14:11:41 +0000
  • b358474443 add a wizard control and start to build up a 'new virtual machine wizard' dialog Ged Murphy 2007-06-05 12:26:53 +0000
  • 5c363a6022 remove manifest from project. fixes build Ged Murphy 2007-06-03 17:08:20 +0000
  • b721890ef7 fix a couple of aesthetics Ged Murphy 2007-06-03 16:43:25 +0000
  • c060cb3c40 add a debug page Ged Murphy 2007-06-03 15:41:50 +0000
  • 9b32b3349a populate the memory page in relation to system ram Ged Murphy 2007-06-03 14:30:55 +0000
  • fe9ac80890 ico files seem to give less of a blue glare than png files. If anyone thinks they know something I don't, see if you work out where the blue is coming from in the alpha pixels. I give up. Ged Murphy 2007-06-01 18:09:14 +0000
  • 418c7ebd49 - call DrawPath after FillPath to stop pixel overwrite. (if you ask me, FillPath and DrawPath conflict) Ged Murphy 2007-06-01 14:50:23 +0000
  • 47f01d2ed1 auto-select the first item in the list view on startup Ged Murphy 2007-06-01 14:13:05 +0000
  • 8d808f8d4b - Added code to make the settings form listbox look fancy (still some small drawing issues) - Add XP visual styles to the form Ged Murphy 2007-06-01 13:28:37 +0000
  • 619c90c6b1 implement the drawing code to the item class instead of the listbox class Ged Murphy 2007-05-31 15:21:15 +0000
  • 655a2bc7cb a couple of mini fixes Ged Murphy 2007-05-31 09:12:24 +0000
  • f1274f6514 rewrite the list box as a custom control and add some images to it Ged Murphy 2007-05-30 22:47:23 +0000
  • fef6567c29 add a few more bits to the GUI Ged Murphy 2007-05-25 12:31:14 +0000
  • fdccb2b237 add a check for .NET 2.0 Ged Murphy 2007-05-24 12:34:09 +0000
  • b6e24467b4 add some settings dialog detail Ged Murphy 2007-05-18 19:39:03 +0000
  • 553c896e5f After chatting with Christoph, we decided it was better to go with a more VMware style of configuration Ged Murphy 2007-05-18 15:36:04 +0000
  • 4299bcb555 Add some more design work on the settings form Ged Murphy 2007-05-17 14:44:52 +0000
  • 1054ee474e add a blank settings form to eventually control individual images Ged Murphy 2007-05-17 10:06:13 +0000
  • 8659e1b622 a couple of simple aesthetic changes Ged Murphy 2007-05-15 21:37:55 +0000
  • 6d1e94a0c6 start of a new GUI for the ROS Test Environment Ged Murphy 2007-05-15 19:09:52 +0000
  • fefdf94610 a bit of rearranging Ged Murphy 2007-05-15 17:54:35 +0000
  • a28db1b6b4 Add a readme file. This is open to improvements / additions as my initial revision was a rather lazy effort. Translations should come after this version has been finalized (and when the main app has been converted for translation) Ged Murphy 2007-05-15 08:24:49 +0000
  • d3a06f464d write initial default config file to registry Ged Murphy 2007-05-10 23:28:20 +0000
  • 0eb8944f90 fix script to include VDK and the default config file Ged Murphy 2007-05-10 23:17:53 +0000
  • 236352d084 - Add RosTE script. - requires nsSCM to build [http://nsis.sourceforge.net/Service_Control_Manager_plugin_(install_services_and_drivers_on_NT/2K/XP)] Ged Murphy 2007-05-10 22:39:26 +0000