ZeroTierOne/ZeroTierUI
2014-10-30 00:12:45 -07:00
..
aboutwindow.cpp Text point size readjustment not needed on child windows in Windows? 2014-04-09 12:19:46 -07:00
aboutwindow.h Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
aboutwindow.ui Qt GUI now builds and runs on Windows. On Windows it can (via its manifest) automatically request admin rights on launch, which plugs it nicely into Windows' admin rights system without requiring file copies and such. 2014-01-24 23:15:14 -08:00
Info.plist Add icons and custom Mac plist to Qt project. 2013-11-21 15:55:47 -05:00
installdialog.cpp Boring stuff: update dates in copyrights across all files. 2014-02-16 12:40:22 -08:00
installdialog.h Windows service works now! 2014-02-27 16:28:55 -08:00
installdialog.ui UI cleanup and license dialog. 2014-01-17 10:36:58 -08:00
licensedialog.cpp VERSION 0.7.2: first Windows release! 2014-03-07 15:20:37 -08:00
licensedialog.h UI cleanup and license dialog. 2014-01-17 10:36:58 -08:00
licensedialog.ui UI cleanup and license dialog. 2014-01-17 10:36:58 -08:00
mac_doprivileged.h New way of doing authenticate and install. Now with more kittens. 2014-01-15 17:00:53 -08:00
mac_doprivileged.mm New way of doing authenticate and install. Now with more kittens. 2014-01-15 17:00:53 -08:00
main.cpp Disable service management in UI -- installer should automatically start service and this is annoying for testing purposes. 2014-08-19 18:14:50 -07:00
main.h Add security notice the first time a user joins a public network. 2014-02-05 12:38:37 -08:00
mainwindow.cpp Fix for UI client. 2014-10-30 00:12:45 -07:00
mainwindow.h Build fix for UI and mac. 2014-10-29 19:54:24 -07:00
mainwindow.ui Some UI fixes for Windows. 2014-08-20 10:22:30 -07:00
networkwidget.cpp UI stuff and sign .dmg on build. 2014-08-19 17:42:17 -07:00
networkwidget.h UI stuff and sign .dmg on build. 2014-08-19 17:42:17 -07:00
networkwidget.ui Some UI fixes for Windows. 2014-08-20 10:22:30 -07:00
onetimedialog.cpp Add security notice the first time a user joins a public network. 2014-02-05 12:38:37 -08:00
onetimedialog.h Add security notice the first time a user joins a public network. 2014-02-05 12:38:37 -08:00
onetimedialog.ui Add security notice the first time a user joins a public network. 2014-02-05 12:38:37 -08:00
quickstartdialog.ui Undo last commit... 2014-02-04 17:06:50 -08:00
README.md docs 2014-10-28 16:14:05 -07:00
resources.qrc Undo last commit... 2014-02-04 17:06:50 -08:00
stylesheet.css Make EthernetTap creation occur in a background thread in Network since it's a time consuming operation on Windows. This fixes one of the last remaining Windows problems. 2014-01-27 23:13:36 -08:00
WindowsBuildOfficial.bat Script to build UI against our own new precompiled Win32 static Qt binary, which paradoxiclally results in a smaller executable than dynamic Qt and doesn't require us to bundle a million DLLs. Also update installer to reflect that. Finally, add a step to the installer to remove all instances of the tap device on full uninstall so as not to leave orphaned junk in your network connections or device manager. Looking good! 2014-03-05 09:52:59 -08:00
ZeroTierUI.pro Build fix for UI and mac. 2014-10-29 19:54:24 -07:00
ZeroTierUI.rc Add icons and custom Mac plist to Qt project. 2013-11-21 15:55:47 -05:00
zt1icon.icns Add icons and custom Mac plist to Qt project. 2013-11-21 15:55:47 -05:00
zt1icon.ico Add icons and custom Mac plist to Qt project. 2013-11-21 15:55:47 -05:00
zt1icon.png More UI work. 2013-11-15 11:09:26 -05:00
ZT1GUI.png Quick start rev. 2014-02-04 22:08:42 -08:00
ZT1GUI.xcf Quick start rev. 2014-02-04 22:08:42 -08:00

Qt GUI

This is the Qt GUI distributed for Mac and Windows. It should build on Linux too if you've got Qt installed.

It's a bit ugly and limited and will probably eventually be replaced.