index
:
anaconda.git
f12-branch
master
Unnamed repository; edit this file to name it for gitweb.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
vnc.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make sure we look up the IP address for the correct device (#469439)
David Cantrell
2008-11-03
1
-40
/
+25
*
Correctly display the IP address a vnc viewer should connect to (#465353).
Chris Lumens
2008-10-03
1
-3
/
+3
*
If there's an error running Xvnc, also print it to the console.
Chris Lumens
2008-10-01
1
-1
/
+2
*
Get rid of firstnetdevice in Network
David Cantrell
2008-09-24
1
-1
/
+4
*
Correct the message telling you to use a VNC password.
Chris Lumens
2008-09-10
1
-1
/
+1
*
Remove references to /tmp/netinfo
David Cantrell
2008-08-27
1
-1
/
+1
*
Ask the user if he wants to use VNC instead of text mode (#453551)
Martin Sivak
2008-07-15
1
-9
/
+13
*
2008-06-04 Ján ONDREJ <ondrejj@salstar.sk> (via ondrejj@fedoraproject.org)
Ján ONDREJ
2008-06-04
1
-5
/
+5
*
Clean up typos and other things for GPLv2+ changes.
David Cantrell
2007-12-17
1
-1
/
+1
*
Common GPLv2+ boilerplate on toplevel python source files.
David Cantrell
2007-12-17
1
-6
/
+12
*
Fix traceback when starting up vnc mode due to undefined attribute.
Chris Lumens
2007-11-28
1
-1
/
+1
*
Fix the vncconnectport var in vnc.py.
jgranado
2007-10-30
1
-4
/
+4
*
Fix various typos that were causing exceptions.
Chris Lumens
2007-10-30
1
-2
/
+1
*
Use classes with the vnc stuff. Fix vnc behavior (#264841).
jgranado
2007-10-30
1
-230
/
+303
*
Lots of minor pychecker error fixes. Some of these are even real problems.
Chris Lumens
2007-09-19
1
-2
/
+1
*
If the vnc server fails to start, log it and quit instead of silently
Chris Lumens
2007-09-07
1
-2
/
+19
*
Pass -br to the X server so there's no more hatch (#195919).
Chris Lumens
2007-06-05
1
-1
/
+1
*
* vnc.py (askVncWindow): Check for an executable Xvnc.
David Cantrell
2007-05-17
1
-1
/
+1
*
Fix vncconnect mode (#238827).
Chris Lumens
2007-05-03
1
-8
/
+10
*
Invert logic (#237194).
Chris Lumens
2007-04-20
1
-1
/
+1
*
Must import socket.
David Cantrell
2007-04-18
1
-0
/
+1
*
* vnc.py (startVNCServer): Better fix (#234747)
David Cantrell
2007-04-02
1
-23
/
+22
*
* vnc.py (startVNCServer): Display the IP address of the VNC server
David Cantrell
2007-04-02
1
-2
/
+14
*
If we've got an IP address, display it (#231934).
Chris Lumens
2007-03-23
1
-33
/
+35
*
* vnc.py (askVncWindow): Only ask the user to run VNC if Xvnc is
David Cantrell
2007-01-09
1
-0
/
+3
*
Look for the right string to indicate failure.
Chris Lumens
2006-08-11
1
-1
/
+2
*
Use subprocess instead of our own code. Fix all calls to execWith* so
Chris Lumens
2006-07-12
1
-2
/
+2
*
On behalf of all of us here at anaconda, we wish Chris the best of luck
David Cantrell
2006-07-06
1
-18
/
+16
*
If we don't have a valid hostname, tell the user to connect to the IP address
Chris Lumens
2006-06-02
1
-8
/
+18
*
Import iutil (#191548).
Chris Lumens
2006-05-15
1
-0
/
+1
*
Refactor into functions. Hmm, I wonder what the next step is.
Chris Lumens
2006-05-01
1
-0
/
+23
*
Move startVNCServer to vnc.py.
Chris Lumens
2006-05-01
1
-0
/
+167
*
Move hasActiveNetDev frmo vnc to network.
Chris Lumens
2006-02-14
1
-17
/
+1
*
Use new logging system.
Chris Lumens
2005-08-12
1
-2
/
+5
*
only ask about doing vnc if we have an active network device (#132833)
Jeremy Katz
2004-09-21
1
-2
/
+20
*
* move vnc initialization a little bit later
Jeremy Katz
2004-05-28
1
-0
/
+118