Tue, 07 Oct 2014 04:15:59 +0200 |
Dirk Olmes |
make the label displaying the username selectable for easy copy/paste
|
Tue, 07 Oct 2014 04:09:57 +0200 |
Dirk Olmes |
do not block the gui waiting for the process. Another viewer may be started from the same running app
|
Fri, 03 Oct 2014 04:25:56 +0200 |
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
|
Fri, 03 Oct 2014 03:04:57 +0200 |
Dirk Olmes |
if configured, prompt for password before connecting
|
Fri, 26 Sep 2014 07:48:25 +0200 |
Dirk Olmes |
udpates for python3
|
Fri, 26 Sep 2014 05:58:53 +0200 |
Dirk Olmes |
close the log viewer after the process has terminated
|
Fri, 26 Sep 2014 04:57:10 +0200 |
Dirk Olmes |
add a low color mode
|
Fri, 26 Sep 2014 04:33:38 +0200 |
Dirk Olmes |
update command invocation for VNC
|
Fri, 26 Sep 2014 04:18:23 +0200 |
Dirk Olmes |
display the command that's executed in the log viewer
|
Fri, 26 Sep 2014 04:09:37 +0200 |
Dirk Olmes |
use settings from the connection object when connecting to via RDP
|
Fri, 26 Sep 2014 03:35:49 +0200 |
Dirk Olmes |
fixes from eric's checker
|
Thu, 25 Sep 2014 03:01:47 +0200 |
Dirk Olmes |
add an app icon
|
Thu, 25 Sep 2014 01:39:24 +0200 |
Dirk Olmes |
implement deleting a connection
|
Thu, 25 Sep 2014 01:33:40 +0200 |
Dirk Olmes |
update the host list after adding a new connection
|
Thu, 25 Sep 2014 01:29:00 +0200 |
Dirk Olmes |
fix initialization in case the connections array has not been initialized
|
Wed, 24 Sep 2014 03:51:33 +0200 |
Dirk Olmes |
implement editing existing connections
|
Tue, 23 Sep 2014 01:44:24 +0200 |
Dirk Olmes |
allow editing the title
|
Mon, 22 Sep 2014 06:11:22 +0200 |
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
|
Sun, 21 Sep 2014 15:25:57 +0200 |
Dirk Olmes |
do not print to the console, only to the log dialog
|
Sun, 21 Sep 2014 15:25:32 +0200 |
Dirk Olmes |
use monospaced font for the viewer output
|
Sun, 21 Sep 2014 03:23:17 +0200 |
Dirk Olmes |
display the output of the respective viewer command in a separate log view
|
Sun, 21 Sep 2014 02:45:24 +0200 |
Dirk Olmes |
capture the output of the running executable (from a different thread)
|
Sat, 20 Sep 2014 06:44:47 +0200 |
Dirk Olmes |
dist.sh builds an executable zip file
|
Sat, 20 Sep 2014 06:44:17 +0200 |
Dirk Olmes |
make the RemoteViewer directory a valid python module
|
Sat, 20 Sep 2014 05:27:44 +0200 |
Dirk Olmes |
pass the window title as argument to ConnectionDialog
|
Sat, 20 Sep 2014 05:25:30 +0200 |
Dirk Olmes |
do not add a connection if cancel was pressed on the dialog
|
Sat, 20 Sep 2014 05:18:05 +0200 |
Dirk Olmes |
implement basic command forking when double-clicking an entry in the host list
|
Sat, 20 Sep 2014 04:46:59 +0200 |
Dirk Olmes |
load the settings file when starting, persist new connections properly
|
Sat, 20 Sep 2014 03:12:26 +0200 |
Dirk Olmes |
add a settings object that is read when the main window is opened and persisted when the
|
Sat, 20 Sep 2014 02:50:37 +0200 |
Dirk Olmes |
rename NewConnectionDialog to Connection dialog as the dialog is actually more general
|
Fri, 19 Sep 2014 04:17:06 +0200 |
Dirk Olmes |
connect the ui elements directly to the Connection object
|
Fri, 19 Sep 2014 04:02:38 +0200 |
Dirk Olmes |
initial import
|