Cole Robinson
dfb8f8666a
Make sure all idle and timeout routines are thread safe.
...
Unbeknownst to me, these functions are not run thread safe:
http://library.gnome.org/devel/gdk/unstable/gdk-Threads.html
However since they are run from the main loop, the chance of them conflicting
with another running thread is slim, since we have very few threads that
actually update the UI.
2010-02-11 12:32:00 -05:00
Cole Robinson
9fc947a314
A few more small UI tweaks
...
- Actually make console border black
- Don't set overly large progress bar values in asyncjob
- Use larger icon in progress dialog.
2009-12-03 13:36:28 -05:00
Cole Robinson
f9680aa8e0
Store errors in asyncjob instances.
...
This allows us to remove all the hackish global error reporting variables
whenever we run an async job.
2009-04-03 14:15:15 -04:00
Cole Robinson
7b24154f19
Don't leave app hanging around if user closes it while an async job is in
...
progress.
2009-04-03 14:15:14 -04:00
Cole Robinson
0187458ba9
Fix up various remaining pylint.
2008-11-18 17:01:22 -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
25902bfe27
Fixed thread locking in async job callback
2007-04-13 16:01:03 -04:00
Hugh O. Brock
c2c259f2a0
Make console popups work right with inactive domains by adding a 'vm-started' signal thrown by vmmConnection. Also fix another threading bug.
2007-03-14 15:51:26 -04:00
Daniel P. Berrange
0c47d4251c
Fixed timer ticks
2007-03-13 11:48:19 -04:00
Daniel P. Berrange
9650bb48b1
Fixed thread locking
2007-03-09 16:22:43 -05:00
Hugh O. Brock
6350cb33ea
Split the glade files up into one per window, to make managing merges easier. This changes the makefile, so you'll need to rerun autogen.sh
2007-02-15 15:35:37 -05:00
Daniel P. Berrange
862ca28ea6
Make progress bar display a little prettier. Add support for setting max-memory when creating guests
2007-02-01 14:16:44 -05:00
Hugh O. Brock
4e647f1c17
Change save/restore code to work with new progress bar interface. Also clean up progress bar a bit so it doesn't jump around quite so much.
2007-01-12 15:39:18 -05:00
Hugh O. Brock
c6e5a99343
graphical progress bar hooks for pv guests
2007-01-10 16:11:57 -05:00
Hugh O. Brock
7b2cbb18ad
add a radio button for sparse vs. non-sparse viles. Add appropriate cautions and text to the progress dialog.
2006-12-17 16:33:37 -05:00
Daniel P. Berrange
54316cd4f2
Explicitly pass i18n domain into glade constructor because it is failing to pick up default domain
2006-11-07 09:40:34 -05:00
Daniel P. Berrange
6cc3c10a18
Set busy cursor when displaying progress bar
2006-11-06 15:00:39 -05:00
Hugh O. Brock
0a1906936f
Added error dialog for domain restore errors
2006-07-24 13:50:11 -04:00
Hugh O. Brock
d4fea88493
Add save feature to console, update save icons
2006-07-20 13:38:37 -04:00
Daniel P. Berrange
caecbc5ebc
Fix timer callback return value to ensure it fires many times rather than just once
2006-07-20 12:52:00 -04:00
Hugh O. Brock
a5c0597604
Make the progress bar threaded so that it will bounce back and forth in the background (still doesn't work) and abstract the progress bar functionality
2006-07-20 11:16:07 -04:00