diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1561,7 +1561,7 @@ auto size of profile manager fixed 2005-06-01 Christoph Thielecke <u15119@hs-harz.de> - slots in advanced settings dialog fixed + Q_SLOTS in advanced settings dialog fixed saving of use udp protocol fixed add additional network routes creation fixed freeswan conf generation now set from installed version @@ -1569,7 +1569,7 @@ translation update 2005-05-30 Christoph Thielecke <u15119@hs-harz.de> - slots in preferences dialog fixed + Q_SLOTS in preferences dialog fixed slot for udp port in profile dialog fixed slot in import certificate dialog fixed @@ -1678,7 +1678,7 @@ - void doConnect() - void doDisconnect() - uint getConnectedTime() - - QString getStatus() + - QString gettqStatus() - QString getCurrentProfile() - void setProfile(QString profilename) - void createNewProfile() @@ -1733,11 +1733,11 @@ option for udp port added (vpnc) 2004-12-29 Christoph Thielecke <crissi99@gmx.de> - patch to "includemoc" added. thank to Laurent Montel <montel@kde.org> who has it provided. + patch to "includetqmoc" added. thank to Laurent Montel <montel@kde.org> who has it provided. crash fix if no currentprofile defined. thank to Laurent Montel <montel@kde.org> who has it provided. 2004-12-16 Christoph Thielecke <crissi99@gmx.de> - geometry setting of mainwindow fixed + tqgeometry setting of mainwindow fixed 2004-12-11 Christoph Thielecke <crissi99@gmx.de> profile widget better organized |