Commit Graph

292 Commits

Author SHA1 Message Date
Daniel Lintott 92883aebd5 Merge branch 'rework-glade' 2014-10-16 16:49:18 +01:00
Daniel Lintott 01f656ffa6 Save and restore the position of the main window HPaned 2014-10-16 16:20:42 +01:00
Daniel Lintott 704f37225a Fix minor glitch in glade file 2014-10-16 16:20:07 +01:00
Daniel Lintott c5c03e8531 Fix error when opening the host network properties window 2014-10-16 14:45:34 +01:00
Daniel Lintott fa0e3ae3fa Another small PEP8 fix 2014-10-16 13:35:02 +01:00
Daniel Lintott a089138c16 Sort patches and rework how we store multiline properties for general tabs 2014-10-16 13:32:38 +01:00
Daniel Lintott 458ff5d8c0 Remove un-needed python shebangs and correct a couple of spellings 2014-10-16 12:24:02 +01:00
Daniel Lintott fd28b04d90 Strip the newline character from the end of continuous strings 2014-10-16 11:50:58 +01:00
Daniel Lintott 1bd862c484 PEP8 Fixes 2014-10-16 11:11:02 +01:00
Daniel Lintott 914731874f Display <None> instead of empty string + PEP8 fixes 2014-10-14 20:49:18 +01:00
Daniel Lintott 466447b88d Handle error if label does not exist 2014-10-14 20:37:31 +01:00
Daniel Lintott 42d21093d1 PEP8 fixes + Display host UUID on host general tab 2014-10-14 20:36:27 +01:00
Daniel Lintott 6dc119a0cb Rework general info tabs for a cleaner feel 2014-10-14 20:35:08 +01:00
Daniel Lintott b17a0b8575 New poweron icon (to match the design of the shutdown etc) 2014-10-14 17:50:58 +01:00
Daniel Lintott 2402704b6d Change seperator before System Alerts button to be not drawn and expand with toolbar 2014-10-13 19:19:59 +01:00
Daniel Lintott d24f3324e9 Display the host for all VM's on the headlabel 2014-10-13 19:06:59 +01:00
Daniel Lintott babb3cd090 Add back missing treestore models 2014-10-13 16:52:32 +01:00
Daniel Lintott 4be3600c07 Restructure fill_host_search to be more readable 2014-10-13 16:21:27 +01:00
Daniel Lintott b9366f5acc PEP8 fixes 2014-10-13 16:20:39 +01:00
Daniel Lintott 56145d8b92 Fix host network tab 2014-10-13 14:21:15 +01:00
Daniel Lintott d1000c6f70 Merge pull request #43 from schplat/fix_error_output
Fixes a silent fail when attempting to add a slave.
2014-10-11 21:11:53 +01:00
schplat 7329ad92d0 Fixes a silent fail when attempting to add a slave.
Fixes #42
2014-10-03 17:00:51 -05:00
Daniel Lintott 76ab5e103f Remove call to gtk.gdk.threads_init() as this is deprecated
Fixes #40
2014-09-29 21:43:00 +01:00
Daniel Lintott 0ebae68345 Rename README to README.md 2014-09-27 17:08:15 +01:00
Daniel Lintott 7501f138f1 Install tango.color file for pygtk_chart
Fixes #37
2014-09-27 17:04:18 +01:00
Daniel Lintott a417e47232 Add PyGTK as a dependency in setup.py
Fixes #39
2014-09-25 14:27:55 +01:00
Daniel Lintott 0aa071ed46 Merge pull request #36 from izderadicka/master
A few more fixes
2014-09-15 19:12:52 +01:00
izderadicka 6830b1a636 Some spacing fixes plus
there was tricky error when pushing alerts to window
it used lambda closure do do the job, however closure also referenced 
some fields in the object itself.  Since this closure was pushed to GTK
event loop it was executed later asynchronously and state of object
could change -   thus we can see diffrent KeyError exceptions, because
closure was evaluated against diffrent object state then expected.
2014-09-15 19:34:14 +02:00
izderadicka 4bbc3dd4ee Strorage can be also created from host screen - in that case code
throws exception in part where vdi was to be attached to vm.  This
change assures that reference is there only if VM is selected.
2014-09-15 19:08:46 +02:00
izderadicka 3df62f7892 Just spacing 2014-09-15 19:03:46 +02:00
Daniel Lintott 361511841d Remove old glade file line 2014-09-12 22:23:42 +01:00
Daniel Lintott 5b6ed95bb0 Add images to context menu 2014-09-12 22:23:16 +01:00
Daniel Lintott ce664f9935 Merge branch 'master' of github.com:OpenXenManager/openxenmanager 2014-09-12 20:23:44 +01:00
Daniel Lintott 8a07649f82 Split glade layout into seperate files for easier workflow.
+ Revert any GTK-3 like changes, but retain fixes we had applied to the glade layout
+ Completely rework the main window to remove un-necessary panes
+ New menu images
2014-09-12 20:19:28 +01:00
Daniel Lintott 9cf7b4cc7d Merge pull request #35 from izderadicka/master
Several small fixes

Fixes #11
2014-09-12 20:12:16 +01:00
izderadicka eec30bc43c Making menubar working on Ubuntu with unity and activated global menu.
GTK2 will not work in global menu, however there is easy way to disable
global menu per application
2014-09-12 20:12:43 +02:00
izderadicka a0e0f10235 Better way to prevent execeptions for invalid chart ranges - div by
zero, log of zero
2014-09-12 20:11:03 +02:00
izderadicka 9c8db0c1e0 This is very dirty fix to get rid of some problems with chart (division
by zero, log of zero ...)
2014-09-12 18:10:23 +02:00
izderadicka fd7b6ab619 Fixing int issue is maps 2014-09-12 16:43:11 +02:00
izderadicka bd15622d9f Ignoring pydev project files 2014-09-12 16:28:27 +02:00
izderadicka 195b285ff2 fixing undefined variable error for performance charts 2014-09-12 16:25:54 +02:00
Daniel Lintott 7782569eae Add framework to find multiple glade files in the ui directory 2014-09-07 21:10:32 +01:00
Daniel Lintott 262c504aa2 A few PEP8, spacing and spelling fixes 2014-09-05 21:01:09 +01:00
Daniel Lintott dfbd3e8d70 Merge pull request #31 from solj/fix-typo
src/OXM/OXC.glade, src/OXM/window_vm_network.py: Fix typo efect -> effect
2014-08-15 17:08:04 +01:00
Sol Jerome 3855cbf40d src/OXM: Fix typo
Signed-off-by: Sol Jerome <sol@resolvity.com>
2014-08-15 10:32:49 -05:00
Daniel Lintott e96994f313 Display all IP addresses assigned to a VM (IPv4 & IPv6)
+ Tided up and commented fill_vm_network

 Fixes #19
2014-07-16 22:42:47 +01:00
Daniel Lintott 09e3c9671e Merge pull request #28 from DonOregano/master
An exception fix, a python versioning fix, and some better color choices for dark themes
2014-07-11 22:17:07 +01:00
Lars Hagström 0dc3af301d change some more hardcoded colors to color names that tend to work better with themes 2014-07-11 22:16:56 +02:00
Lars Hagström a225ad3826 replace a color specified by hexcode by 'darkblue' which works better with dark themes 2014-07-11 21:49:43 +02:00
Lars Hagström 6b44dc930c Fix exception when xen doesnt know about os_version for a vm 2014-07-11 21:49:12 +02:00