summaryrefslogtreecommitdiff
path: root/ZeroTierUI/mainwindow.cpp
AgeCommit message (Collapse)Author
2014-02-05Add security notice the first time a user joins a public network.Adam Ierymenko
2014-02-01UI quick start guide.Adam Ierymenko
2014-01-27Make EthernetTap creation occur in a background thread in Network since it's ↵Adam Ierymenko
a time consuming operation on Windows. This fixes one of the last remaining Windows problems.
2014-01-26Windows UI appearance fixes (font issue, etc.) and fix to WinSock init on ↵Adam Ierymenko
GUI client.
2014-01-26Few small cleanup things...Adam Ierymenko
2014-01-24Qt GUI now builds and runs on Windows. On Windows it can (via its manifest) ↵Adam Ierymenko
automatically request admin rights on launch, which plugs it nicely into Windows' admin rights system without requiring file copies and such.
2014-01-17UI cleanup and license dialog.Adam Ierymenko
2014-01-16mkdir fix in mac installAdam Ierymenko
2014-01-15New way of doing authenticate and install. Now with more kittens.Adam Ierymenko
2014-01-13Add a waiting for service message on startup to not confuse user.Adam Ierymenko
2014-01-10Add "you have not joined any networks" placeholder if networks list is empty.Adam Ierymenko
2014-01-10UI stuff, re-launch app from AppleScript after install (still needs a bit of ↵Adam Ierymenko
work)
2014-01-10Cleanup in installer code in app.Adam Ierymenko
2014-01-10QMessageBox cleanup.Adam Ierymenko
2014-01-10Add GPL notice to UI code.Adam Ierymenko
2014-01-09Mac installer work...Adam Ierymenko
2014-01-08Mac install fixes, more internal use scripts.Adam Ierymenko
2014-01-05Ready to test app-driven service install on Mac.Adam Ierymenko
2014-01-03Install dialog in UI.Adam Ierymenko
2014-01-03Mac installer work.Adam Ierymenko
2014-01-03More install/deploy work for mac...Adam Ierymenko
2014-01-03Fix -h in zerotier-cli and move code to find auth token into LocalClient, ↵Adam Ierymenko
also move auth token for mac into Mac-standard Library/Application Support location.
2013-12-20Fix for GitHub issue #30Adam Ierymenko
2013-12-19More UI tweaks...Adam Ierymenko
2013-12-19More UI cleanup...Adam Ierymenko
2013-12-12Update Qt build to enable building against local static libraries, rename ↵Adam Ierymenko
Network to NetworkWidget to avoid filesystem or object naming collision with Network.o in node/.
2013-11-21Add configuration age to listnetworks results and GUI.Adam Ierymenko
2013-11-21Network list update works in UI.Adam Ierymenko
2013-11-20UI work...Adam Ierymenko
2013-11-20UI work, add name to listnetworks output in control bus interface.Adam Ierymenko
2013-11-20UI basically works, almost ready for testing and packaging...Adam Ierymenko
2013-11-20Set application name correctly, mac version now executes helper on startup ↵Adam Ierymenko
if needed.
2013-11-19UI work...Adam Ierymenko
2013-11-18Add AppleScript to get authentication token and place in home directory, ↵Adam Ierymenko
used for OSX GUI app to authenticate a user as authorized to admin ZT1.
2013-11-18More UI work, reorg Windows stuff...Adam Ierymenko
2013-11-15More UI work...Adam Ierymenko
2013-11-13Create UI project, start designing UI.Adam Ierymenko