Commit graph

22 commits

Author SHA1 Message Date
Martin Weinelt
b6ed5c134f tinc-gui: Properly initialize class attributes for VPN in __init__ 2015-09-28 06:34:15 +02:00
Martin Weinelt
927efeff62 tinc-gui: Use ArgumentParser, default to python2 2015-09-28 05:54:17 +02:00
Martin Weinelt
e92bb7d1dd tinc-gui: Fix GetListCtrl method name in SuperListCtrl
wxPython wrongly expects camelcase method names, this however
is against PEP8
2015-09-28 05:34:22 +02:00
Martin Weinelt
53333d6d0d tinc-gui: Update Node object to correctly parse responses
The application was expecting a different respoonse from tinc
and wouldn't properly it, and thus not start at all.
2015-09-28 05:31:59 +02:00
Martin Weinelt
0c7e0210d9 tinc-gui: Reformat codebase according to PEP8 2015-09-28 05:20:03 +02:00
groxxda
c269a17ca4 tinc-gui: Don't assign broadcast subnets to any node, fix parsing of Edges, fix diplay of Subnet.weight. 2014-10-14 22:18:56 +02:00
Franz Pletz
f6b008d731 tinc-gui: Use /usr/bin/env to resolve path to python 2014-09-22 22:43:15 +02:00
Guus Sliepen
06a4a8c153 Update copyright notices. 2014-02-07 20:38:48 +01:00
Guus Sliepen
a3decd0951 Let tinc-gui use correct address family when connecting to tincd via TCP. 2014-01-19 21:15:23 +01:00
Dennis Joachimsthaler
c10f3105b3 Ensure tinc-gui running in 64 bits mode can find tinc's 32 bit registry key. 2014-01-17 18:15:40 +01:00
Dennis Joachimsthaler
ab583f7e8c Fix tinc-gui on Windows. 2014-01-17 16:10:10 +01:00
Guus Sliepen
26eca51650 Let the GUI use UNIX sockets if available. 2013-02-07 15:27:16 +01:00
Guus Sliepen
f417271ea1 Fix column sorting, make all lists sortable. 2012-09-28 17:03:14 +02:00
Guus Sliepen
aee86011ff Let the GUI handle the new dump format. 2012-09-27 22:12:15 +02:00
Guus Sliepen
6c9b33c8b6 Have tinc-gui use same way of locating pidfile as tincd and tincctl. 2012-07-22 12:55:04 +02:00
Guus Sliepen
4c934d0903 Remove debug messages that were printed to stdout. 2011-06-26 13:14:48 +02:00
Guus Sliepen
27e6a89b15 Use pidfile in tinc-gui as well. 2011-06-26 12:53:41 +02:00
Guus Sliepen
386c1aff08 Merge Tinc.py into tinc-gui to simplify make install.
Autoconf/automake's Python support is strange.
2011-06-25 17:39:02 +02:00
Guus Sliepen
47393b5de4 Add Makefile.am in gui/.
This ensures the gui source will be included in the tarball with make dist,
and will be installed with make install.
2011-06-25 00:35:58 +02:00
Guus Sliepen
a80c18dd20 Use GetItemCount() on ListCtrls instead of directly accessing ItemCount. 2011-05-17 10:57:30 +02:00
Guus Sliepen
4ce4af4c71 Fix experimental GUI when reading hexadecimal values. 2010-04-17 12:03:08 +02:00
Guus Sliepen
10d609b1f0 Start of a GUI for tinc. 2009-12-16 21:18:21 +01:00