Commit Graph

25 Commits

Author SHA1 Message Date
Cole Robinson
716bec3e56 Enable some more basic pylint checks and clean the code 2010-11-29 14:06:43 -05:00
Niels de Vos
25a8b8cb29 createnet: Wizard complains about wrong DHCP network when DHCP is turned off
Add an extra check to only check the range of the DHCP network if DHCP is
enabled.
: Enter commit message.  Lines beginning with 'HG:' are removed.
2010-08-23 10:42:31 -04:00
Cole Robinson
245edc7c56 Update IPy, cleanup some code in createnet 2010-04-07 15:18:34 -04:00
Cole Robinson
182eb4bcb6 Drop redundant calls to window.show() 2010-02-23 14:18:12 -05:00
Cole Robinson
352affbe3a Make 'Escape' key close dialogs
We should get this for free by using gtk Dialogs for our various UI pieces,
however the stock dialog is pretty restrictive WRT widget spacing, and
prevents us from make our nice blue header, so we are stuck with gtk.Windows
2009-12-14 16:45:55 -05:00
Cole Robinson
287ad90a90 Additional focus improvements 2009-12-14 16:48:35 -05:00
Cole Robinson
985dd91f26 Improve default widget focus for various wizards 2009-12-14 16:26:46 -05:00
Cole Robinson
dd74e9573c createnet: Make sure a failed network start cleans up properly 2009-12-11 13:45:53 -05:00
Cole Robinson
47e1a1826e createnet: Allow specifying <forward mode='route'/> 2009-12-01 11:49:08 -05:00
Cole Robinson
f78fe3c089 Numerous UI tweaks.
- Don't use custom button content, because it doesn't abide typical button
  gtk button + image preferences. This forces us to set the button image in
  the code since glade can't handle it.

- Use widget mnemonics _everywhere_

- Tweak some default widget focus, and other misc things.
2009-11-17 15:06:15 -05:00
Cole Robinson
b4eb66aeb2 Hide access to help docs: they are out of date to the point of uselessness. 2009-09-29 14:25:37 -04:00
Michal Novotny
859467b8d0 createnet: Allow disabling dhcp for new virtual networks. 2009-09-23 10:07:22 -04:00
Cole Robinson
9045b04119 Make all error dialogs non-modal. 2009-01-21 16:28:54 -05:00
Cole Robinson
b6e35dfd2f Fix up some indentation issues. 2008-11-05 15:46:47 -05:00
Cole Robinson
6491a63f6f Remove unused imports. 2008-11-05 15:40:59 -05:00
Cole Robinson
9730951db0 Remove some unused code from network creator. 2008-07-31 16:17:15 -04:00
Cole Robinson
25c8c2acc5 Centralize all generic error raising routines to vmmError. Add some error catching cases. 2008-03-14 13:18:44 -04:00
Daniel P. Berrange
989465d6e5 Fix use of DBus objects to always go via an explicit interface 2008-03-05 12:47:52 -05:00
Daniel P. Berrange
847084ab23 Refresh GPL text with latest FSF address & fix spec file license tag 2007-11-20 11:12:20 -05:00
Daniel P. Berrange
8aaf482545 Allow non-private addresses for virtual networks, using a confirmation 2007-08-22 22:35:47 -04:00
Daniel P. Berrange
54f2a88ad5 Fixed use of net device names 2007-04-13 16:39:20 -04:00
Daniel P. Berrange
29df628d0b Clear up terminology around NAT + virtual networks 2007-04-12 19:21:21 -04:00
Daniel P. Berrange
5896f50067 Removed print debugging 2007-03-30 17:03:27 -04:00
Daniel P. Berrange
476f5f700c Added support for forwarding options 2007-03-30 15:03:01 -04:00
Daniel P. Berrange
9ba0a818bc Added module for create network wizard 2007-03-30 09:03:32 -04:00