Cole Robinson
a776a35e92
domain: Remove redundant method
2009-12-08 12:40:42 -05:00
aguskov
1467dff6b8
Sending translation for Russian
2010-02-05 14:45:46 +00:00
Cole Robinson
25a2e1e246
Better error reporting when opening ~/.virt-manager
2010-02-03 09:43:11 -05:00
aguskov
ff3dadd0b1
Sending translation for Russian
2010-02-02 08:56:25 +00:00
mgiri
f5b02efadb
Sending translation for Oriya
2010-02-01 10:42:22 +00:00
Cole Robinson
4178b918b2
domain: Refresh inactive XML on demand
...
It was a useless operation, whenever we fetch inactive XML we always want
the latest and greatest, so don't cache anything.
2010-01-30 12:41:00 -05:00
Cole Robinson
09d86a79d1
config: Store saved paths using set_string
2010-01-30 12:41:31 -05:00
kkrothap
ec036b53f6
Sending translation for Telugu
2010-01-29 09:57:41 +00:00
guidograzioli
1a2c3771bf
Sending translation for Italian
2010-01-28 22:42:14 +00:00
Cole Robinson
b53a3a5e6b
Fix an error detecting pylint features
2010-01-27 13:47:53 -05:00
Cole Robinson
a0b23be738
Add a comment explaining an ambiguous message needing translation.
2010-01-27 10:34:10 -05:00
Cole Robinson
09ad32ad7d
Make sure a default '_' implementation is always available
...
If things error out sufficiently earlier, '_' wouldn't have been installed
in the builtin namespace, so we will trigger an when trying to show a
translated error dialog.
2010-01-27 10:23:57 -05:00
Cole Robinson
d74e01155d
engine: Make sure a libvirtd restart doesn't lock the app
...
We were trying to close the connection without thread locking (and closing
can emit a signal which updates the UI).
2010-01-26 12:24:33 -05:00
Cole Robinson
4075899085
create: Fix creation when no network sources are found
2010-01-25 10:04:31 -05:00
Cole Robinson
afecfd9163
Catch errors when connection to dbus
2010-01-25 09:31:33 -05:00
guidograzioli
f2405a6aba
Sending translation for Italian
2010-01-25 00:14:38 +00:00
Cole Robinson
2e153edad9
manager: Safely set toolbar "icon-size" prop
2010-01-19 14:11:23 -05:00
Cole Robinson
5168e1d94a
virt-manager.py: Remove some trailing whitespace
2010-01-19 14:10:09 -05:00
Cole Robinson
cae9e95f12
util: Break out common function to conditionally set gtk property
2010-01-19 14:09:43 -05:00
Cole Robinson
28ffe05490
error: Fix launching error dialog on pygtk < 2.10
2010-01-14 10:09:52 -05:00
Cole Robinson
9b7bf37c55
console: Try to catch xen race errors when opening VNC
2010-01-11 10:30:40 -05:00
Cole Robinson
3fb1e6e155
Don't blindly include tests/* in dist tarball.
2010-01-11 10:18:42 -05:00
Cole Robinson
bc908b05b5
migrate: Don't shorten URI IP addresses
2010-01-06 13:09:33 -05:00
Cole Robinson
a7b42276f8
console: Fix opening VNC console over tcp URI with manual port
2010-01-06 12:39:10 -05:00
aguskov
1f298544dd
Sending translation for Russian
2010-01-05 09:55:02 +00:00
aguskov
6aa919882c
Sending translation for Russian
2010-01-04 10:04:29 +00:00
aguskov
8f3492bd61
Sending translation for Russian
2010-01-03 15:35:30 +00:00
aguskov
31c46be854
Sending translation for Russian
2010-01-02 14:21:05 +00:00
aguskov
d61beb1798
Sending translation for Russian
2009-12-31 12:40:15 +00:00
aguskov
599df1624e
Sending translation for Russian
2009-12-31 11:56:28 +00:00
elsupergomez
31cc9f336b
Sending translation for Spanish
2009-12-24 13:16:01 +00:00
Laurent Léonard
86c5296841
Updated french translation
2009-12-22 09:58:07 -05:00
raven
5d87b4d92d
Sending translation for Polish
2009-12-19 08:47:41 +00:00
logan
f76aaf9216
Sending translation for Spanish
2009-12-18 15:57:50 +00:00
logan
1bcfae0eda
Sending translation for Spanish
2009-12-16 15:20:55 +00:00
Cole Robinson
038703bde0
network: Future proof pretty_desc
2009-12-15 11:14:22 -05:00
logan
75140af15c
Sending translation for Spanish
2009-12-15 14:49:54 +00:00
Cole Robinson
3e993e4283
Added tag RELEASE-0.8.1-1 for changeset cc8c4ce89bfa
2009-12-14 17:21:15 -05:00
Cole Robinson
a135dc5918
Added tag RELEASE-0.8.2-1 for changeset 0a1b58157a5e
2009-12-14 17:20:28 -05:00
Cole Robinson
d3e9cc9eef
Prep for release
2009-12-14 17:20:00 -05:00
Cole Robinson
56eab44175
Don't show 'perl' in man page
2009-12-14 17:19:52 -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
3ed0625000
choosecd: Customize dialog based on media type (cdrom, floppy)
2009-12-14 14:52:52 -05:00
Cole Robinson
ed911036f1
s/optical/mediadev/g for many internal routines
...
Make the move towards generalizing these for not just CDROM media, but also
floppy devices (and others in the future).
2009-12-10 20:04:26 -05:00
Cole Robinson
b9bf03b896
details: Enable media attach/detach for floppy devices
...
We still use the CD chooser when attaching media (for now).
2009-12-10 19:18:24 -05:00
Cole Robinson
420fc7a673
console: Disable scrollbars when doing 'resize to VM'
...
The same scrollbar confusion plagues us: if scrollbars are already showing and
we resize the window to the size of the VNC widget, the scrollbars don't go
away. Hide the scrollbars in this case.
2009-12-14 12:37:08 -05:00
logan
ffedaddb84
Sending translation for Spanish
2009-12-14 17:00:03 +00:00
Cole Robinson
dd74e9573c
createnet: Make sure a failed network start cleans up properly
2009-12-11 13:45:53 -05:00