Last 30 days
Older
-
issue 31
(Gitso resets/ removes "helpee"'s desktop background image) commented on by andersja
-
-
-
-
issue 31
(Gitso resets/ removes "helpee"'s desktop background image) reported by andersja
-
-
r91
(Added new windows vnc binaries.) committed by gerberad
- Added new windows vnc binaries.
Added new windows vnc binaries.
-
r90
(/trunk/makegitso.sh
Updated different builds for Snow Leopa...) committed by gerberad
- /trunk/makegitso.sh
Updated different builds for Snow Leopard and Leopard.
/trunk/Gitso.py
Fixed the paths issue.
/trunk/arch/osx/Info.plist
Temp file that should be deleted.
/trunk/arch/osx/setup.py
Updated setup for Snow Leopard.
/trunk/arch/osx/Info_OSX-10.5.plist
/trunk/arch/osx/Info_OSX-10.6.plist
Updated different Info.plist files for Leopard and Snow Leopard.
/trunk/makegitso.sh
Updated different builds for Snow Leopard and Leopard.
/trunk/Gitso.py
Fixed the paths issue.
/trunk/arch/osx/Info.plist
Temp file that should be deleted.
/trunk/arch/osx/setup.py
Updated setup for Snow Leopard.
/trunk/arch/osx/Info_OSX-10.5.plist
/trunk/arch/osx/Info_OSX-10.6.plist
Updated different Info.plist files for Leopard and Snow Leopard.
-
-
issue 17
(Feature Request: Change Default Port From 5500 In GUI) commented on by andersja
-
-
issue 17
(Feature Request: Change Default Port From 5500 In GUI) commented on by mwildam
-
-
-
issue 28
(Snow Leopard workaround requires Python be run in 32-bit mod...) reported by tinyapps
-
-
r89
(/trunk/Processes.py
Removed the low-resolution parameter fr...) committed by gerberad
- /trunk/Processes.py
Removed the low-resolution parameter from the Linux x11vnc call.
/trunk/Processes.py
Removed the low-resolution parameter from the Linux x11vnc call.
-
r88
(/trunk/makegitso.sh
Updated build script for OS X. We hadn'...) committed by gerberad
- /trunk/makegitso.sh
Updated build script for OS X. We hadn't really cleaned up all the files yet for Gitso 0.6.
/trunk/ArgsParser.py
Updated the paths for OS X both for --dev and normal usage.
/trunk/Gitso.py
I added a temporary work-around for Snow Leopard by using paths.
This may actually not work. This may only be for upgrades (without a clean install) that
have both versions of python...
/trunk/makegitso.sh
Updated build script for OS X. We hadn't really cleaned up all the files yet for Gitso 0.6.
/trunk/ArgsParser.py
Updated the paths for OS X both for --dev and normal usage.
/trunk/Gitso.py
I added a temporary work-around for Snow Leopard by using paths.
This may actually not work. This may only be for upgrades (without a clean install) that
have both versions of python...
-
-
-
-
-
r87
(makegitso.nsi
- Added ssl.pyd and socket.pyd to the install...) committed by gerberad
- makegitso.nsi
- Added ssl.pyd and socket.pyd to the installer, so the windows version can grab the host from a
remote list.
makegitso.nsi
- Added ssl.pyd and socket.pyd to the installer, so the windows version can grab the host from a
remote list.
-
r86
(/trunk/ArgsParser.py
Added --version and --help.
/trunk/ar...) committed by gerberad
- /trunk/ArgsParser.py
Added --version and --help.
/trunk/arch/linux/gitso.1
Updated the man page.
/trunk/ArgsParser.py
Added --version and --help.
/trunk/arch/linux/gitso.1
Updated the man page.
-
issue 25
(Feature Request: Win32 No-install (Single Executable)) changed by gerberad
-
Status:
Accepted
Labels:
Type-Enhancement
−Type-Defect
Status:
Accepted
Labels:
Type-Enhancement
−Type-Defect
-
issue 25
(Feature Request: Win32 No-install (Single Executable)) commented on by gerberad
-
-
issue 22
(Auto-connect on launch) changed by gerberad
-
Status:
Accepted
Labels:
Type-Enhancement
−Type-Defect
Status:
Accepted
Labels:
Type-Enhancement
−Type-Defect
-
issue 14
(Win32 Gitso does not read distributed hosts.txt) commented on by gerberad
-
-
-
-
issue 17
(Feature Request: Change Default Port From 5500 In GUI) changed by gerberad
-
Status:
Accepted
Labels:
Type-Enhancement
−Type-Defect
Status:
Accepted
Labels:
Type-Enhancement
−Type-Defect
-
-
issue 4
(dyld: Library not loaded: /opt/local/lib/libjpeg.62.dylib) Status changed by gerberad
-
-
-
r85
(/trunk/AboutWindow.py
Updated copyright info for Windows ve...) committed by gerberad
- /trunk/AboutWindow.py
Updated copyright info for Windows version and added Troy as a contributor
/trunk/Processes.py
Updated the way linux processes are killed, because there's no way to find the correct one,
so I kill them all.
/trunk/arch/win32/msvcr71_README.txt
/trunk/makegitso.nsi
Added readme for MSVCR711.dll
/trunk/arch/linux/control
Reverted to the use of vncviewer, not vnc4viewer. vnc4viewer, doesn't change the background
back, it crashes Gitso and doesn't support the same commandline arguments.
/trunk/ConnectionWindow.py
Added the timing (sleep for small bits) back in and cleaned up the killPID() parameters.
/trunk/AboutWindow.py
Updated copyright info for Windows version and added Troy as a contributor
/trunk/Processes.py
Updated the way linux processes are killed, because there's no way to find the correct one,
so I kill them all.
/trunk/arch/win32/msvcr71_README.txt
/trunk/makegitso.nsi
Added readme for MSVCR711.dll
/trunk/arch/linux/control
Reverted to the use of vncviewer, not vnc4viewer. vnc4viewer, doesn't change the background
back, it crashes Gitso and doesn't support the same commandline arguments.
/trunk/ConnectionWindow.py
Added the timing (sleep for small bits) back in and cleaned up the killPID() parameters.
-
r84
(arch/win32/setup.py
- Added metadata about the app.
ArgsPa...) committed by gerberad
- arch/win32/setup.py
- Added metadata about the app.
ArgsParser.py
- Cleaned up imports and updated year
ConnectionWindow.py
- Update threadlocking. in setMessage() if the lock is already set, the method returns so it
doesn't freeze.
- Also removed the argument from self.CreateStatusBar().
makegitso.nsi
- Added win32api.pyd
Processes.py
- Added development mode for Windows Processes.
arch/win32/setup.py
- Added metadata about the app.
ArgsParser.py
- Cleaned up imports and updated year
ConnectionWindow.py
- Update threadlocking. in setMessage() if the lock is already set, the method returns so it
doesn't freeze.
- Also removed the argument from self.CreateStatusBar().
makegitso.nsi
- Added win32api.pyd
Processes.py
- Added development mode for Windows Processes.
-
-
issue 24
(Problem Creating The DMG On Mac OS 1..5.7) changed by gerberad
-
Status:
Done
Labels:
Type-Other
−Type-Defect
Status:
Done
Labels:
Type-Other
−Type-Defect
-
-
-
-
r83
(/trunk/Processes.py
Fixed indents.
) committed by gerberad
- /trunk/Processes.py
Fixed indents.
/trunk/Processes.py
Fixed indents.
-
r82
(/trunk/Processes.py
Troy's code to kill VNC processes. Hasn...) committed by gerberad
- /trunk/Processes.py
Troy's code to kill VNC processes. Hasn't been tested in windows yet.
/trunk/Processes.py
Troy's code to kill VNC processes. Hasn't been tested in windows yet.
-
r81
(Changed dependency to xvnc4viewer) committed by xburnerx
- Changed dependency to xvnc4viewer
Changed dependency to xvnc4viewer
-
r80
(Added copyright info for included apps for windows VNCHooks_...) committed by gerberad
- Added copyright info for included apps for windows VNCHooks_COPYING.txt
Got windows port close to running.
Added copyright info for included apps for windows VNCHooks_COPYING.txt
Got windows port close to running.
-
r79
(Moved vncviewer.exe, winvnc.exe, and vnchooks.dll to Install...) committed by xburnerx
- Moved vncviewer.exe, winvnc.exe, and vnchooks.dll to Install Directory
Moved vncviewer.exe, winvnc.exe, and vnchooks.dll to Install Directory
-
issue 21
(Add command line option to open on an address) changed by gerberad
-
Status:
Fixed
Labels:
Type-Enhancement
−Type-Defect
Status:
Fixed
Labels:
Type-Enhancement
−Type-Defect
-
-
-
issue 17
(Feature Request: Change Default Port From 5500 In GUI) commented on by andporter
-
-
-
-
r78
(added default button as start
) committed by xburnerx
- added default button as start
added default button as start
-
|