2017-12-23 |
Dirk Olmes |
more fixes to run with PyQt5
default tip
|
2017-11-10 |
Dirk Olmes |
Port to PyQt5
|
2016-10-29 |
Dirk Olmes |
rename instance variable
|
2014-11-27 |
Dirk Olmes |
correctly initialize the password
|
2014-11-08 |
Dirk Olmes |
sort the host list alphabetically
|
2014-10-08 |
Dirk Olmes |
Make the log viewer window non-modal and closeable to avoid blocking the main window. This allows opening another connection while one is already running.
|
2014-10-07 |
Dirk Olmes |
make the label displaying the username selectable for easy copy/paste
|
2014-10-07 |
Dirk Olmes |
do not block the gui waiting for the process. Another viewer may be started from the same running app
|
2014-10-03 |
Dirk Olmes |
introduce an object to represent a connection's type. Use this type object to determine if the password checkbox should be hidden in the connection dialog
|
2014-10-03 |
Dirk Olmes |
if configured, prompt for password before connecting
|
2014-09-26 |
Dirk Olmes |
udpates for python3
|
2014-09-26 |
Dirk Olmes |
close the log viewer after the process has terminated
|
2014-09-26 |
Dirk Olmes |
add a low color mode
|
2014-09-26 |
Dirk Olmes |
update command invocation for VNC
|
2014-09-26 |
Dirk Olmes |
display the command that's executed in the log viewer
|
2014-09-26 |
Dirk Olmes |
use settings from the connection object when connecting to via RDP
|
2014-09-26 |
Dirk Olmes |
fixes from eric's checker
|
2014-09-25 |
Dirk Olmes |
add an app icon
|
2014-09-24 |
Dirk Olmes |
implement deleting a connection
|
2014-09-24 |
Dirk Olmes |
update the host list after adding a new connection
|
2014-09-24 |
Dirk Olmes |
fix initialization in case the connections array has not been initialized
|
2014-09-24 |
Dirk Olmes |
implement editing existing connections
|
2014-09-22 |
Dirk Olmes |
allow editing the title
|
2014-09-22 |
Dirk Olmes |
do not invoke make on the PyQtLib, byte-compiling is done in a single step from dist.sh. Make sure that python3 is used everywhere
|
2014-09-21 |
Dirk Olmes |
do not print to the console, only to the log dialog
|
2014-09-21 |
Dirk Olmes |
use monospaced font for the viewer output
|
2014-09-21 |
Dirk Olmes |
display the output of the respective viewer command in a separate log view
|
2014-09-21 |
Dirk Olmes |
capture the output of the running executable (from a different thread)
|
2014-09-20 |
Dirk Olmes |
dist.sh builds an executable zip file
|
2014-09-20 |
Dirk Olmes |
make the RemoteViewer directory a valid python module
|
2014-09-20 |
Dirk Olmes |
pass the window title as argument to ConnectionDialog
|
2014-09-20 |
Dirk Olmes |
do not add a connection if cancel was pressed on the dialog
|
2014-09-20 |
Dirk Olmes |
implement basic command forking when double-clicking an entry in the host list
|
2014-09-20 |
Dirk Olmes |
load the settings file when starting, persist new connections properly
|
2014-09-20 |
Dirk Olmes |
add a settings object that is read when the main window is opened and persisted when the
|
2014-09-20 |
Dirk Olmes |
rename NewConnectionDialog to Connection dialog as the dialog is actually more general
|
2014-09-19 |
Dirk Olmes |
connect the ui elements directly to the Connection object
|
2014-09-19 |
Dirk Olmes |
initial import
|