log

age author description
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