Palacios Public Git Repository

To checkout Palacios execute

  git clone http://v3vee.org/palacios/palacios.web/palacios.git
This will give you the master branch. You probably want the devel branch or one of the release branches. To switch to the devel branch, simply execute
  cd palacios
  git checkout --track -b devel origin/devel
The other branches are similar.


Palacios GUI Added
authorAbhinav Kannan <abhinavkannan2013@u.northwestern.edu>
Fri, 21 Dec 2012 19:26:04 +0000 (13:26 -0600)
committerPeter Dinda <pdinda@northwestern.edu>
Fri, 21 Dec 2012 19:26:04 +0000 (13:26 -0600)
commite30e35a15e2350e77f71e5b052b5a67a77cdf267
treefcbebece1d9a8d42a7e90b7073d3afea0db17b08
parentbae592fa0e54e3ce5933e84e4b15815ba0501618
Palacios GUI Added
36 files changed:
linux_usr/gui/Palacios.pro [new file with mode: 0644]
linux_usr/gui/Palacios.pro.locallibs [new file with mode: 0644]
linux_usr/gui/README [new file with mode: 0644]
linux_usr/gui/images/activate_vm.png [new file with mode: 0644]
linux_usr/gui/images/exit.png [new file with mode: 0644]
linux_usr/gui/images/icon_no_preview.png [new file with mode: 0644]
linux_usr/gui/images/new_vm.png [new file with mode: 0644]
linux_usr/gui/images/palacios.png [new file with mode: 0755]
linux_usr/gui/images/pause_vm.png [new file with mode: 0644]
linux_usr/gui/images/reload_vm.png [new file with mode: 0644]
linux_usr/gui/images/start_vm.png [new file with mode: 0644]
linux_usr/gui/images/stop_vm.png [new file with mode: 0644]
linux_usr/gui/images/vm_pause.png [new file with mode: 0644]
linux_usr/gui/images/vm_refresh.png [new file with mode: 0644]
linux_usr/gui/images/vm_start.png [new file with mode: 0644]
linux_usr/gui/images/vm_stop.png [new file with mode: 0644]
linux_usr/gui/palacios/defs.h [new file with mode: 0644]
linux_usr/gui/palacios/main.cpp [new file with mode: 0644]
linux_usr/gui/palacios/newpalacios.cpp [new file with mode: 0644]
linux_usr/gui/palacios/newpalacios.h [new file with mode: 0644]
linux_usr/gui/palacios/vm_console_widget.cpp [new file with mode: 0644]
linux_usr/gui/palacios/vm_console_widget.h [new file with mode: 0644]
linux_usr/gui/palacios/vm_creation_wizard.cpp [new file with mode: 0644]
linux_usr/gui/palacios/vm_creation_wizard.h [new file with mode: 0644]
linux_usr/gui/palacios/vm_info_widget.cpp [new file with mode: 0644]
linux_usr/gui/palacios/vm_mode_dialog.cpp [new file with mode: 0644]
linux_usr/gui/palacios/vm_threads.cpp [new file with mode: 0644]
linux_usr/gui/palacios/vm_view.cpp [new file with mode: 0644]
linux_usr/gui/palacios/vnc_module/remoteview.cpp [new file with mode: 0644]
linux_usr/gui/palacios/vnc_module/remoteview.h [new file with mode: 0644]
linux_usr/gui/palacios/vnc_module/vncclientthread.cpp [new file with mode: 0644]
linux_usr/gui/palacios/vnc_module/vncclientthread.h [new file with mode: 0644]
linux_usr/gui/palacios/vnc_module/vncview.cpp [new file with mode: 0644]
linux_usr/gui/palacios/vnc_module/vncview.h [new file with mode: 0644]
linux_usr/gui/palacios_resources.qrc [new file with mode: 0644]
linux_usr/gui/report.pdf [new file with mode: 0644]