diff --git a/.gitignore b/.gitignore index a82f7f074..8f55f732e 100755 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /zerotier-* +/build-ZeroTierUI-* /ZeroTierUI/*.user /Makefile *.o diff --git a/Makefile.linux b/Makefile.linux index 83953ac1d..100361183 100644 --- a/Makefile.linux +++ b/Makefile.linux @@ -42,7 +42,6 @@ installer: one FORCE ./buildinstaller.sh clean: - rm -f $(OBJS) file2lz4c zerotier-* zt1-*-install - rm -rf installer-build + rm -rf $(OBJS) file2lz4c zerotier-* zt1-*-install installer-build build-ZeroTierUI-* FORCE: diff --git a/Makefile.mac b/Makefile.mac index 5b3f1b7a1..23c59a899 100644 --- a/Makefile.mac +++ b/Makefile.mac @@ -41,7 +41,6 @@ file2lz4c: ext/lz4/lz4hc.o FORCE $(CXX) $(CXXFLAGS) -o file2lz4c file2lz4c.cpp node/Utils.cpp node/Salsa20.cpp ext/lz4/lz4hc.o clean: - rm -rf *.dSYM - rm -f $(OBJS) file2lz4c zerotier-* + rm -rf *.dSYM build-ZeroTierUI-* $(OBJS) file2lz4c zerotier-* FORCE: diff --git a/ZeroTierUI/mainwindow.ui b/ZeroTierUI/mainwindow.ui index 60fa1f82e..d7a654fdf 100644 --- a/ZeroTierUI/mainwindow.ui +++ b/ZeroTierUI/mainwindow.ui @@ -13,23 +13,148 @@ ZeroTier One + + + :/img/zt1icon.png:/img/zt1icon.png + - 0 + 6 - 0 + 6 - 0 + 6 - 0 + 6 + + + + + 0 + 0 + + + + Qt::ScrollBarAlwaysOff + + + true + + + + + 0 + 0 + 654 + 222 + + + + + 0 + + + 0 + + + 0 + + + 0 + + + + + + + + + + 0 + 0 + + + + + 2 + + + 0 + + + 2 + + + 0 + + + + + + 0 + 0 + + + + OFFLINE (0 direct peers) + + + + + + + + Courier + 12 + + + + true + + + [Network ID, e.g. 8056c2e21c000001] + + + + + + + + 0 + 0 + + + + + 75 + true + false + + + + false + + + + Join + + + false + + + true + + + + + + - @@ -39,22 +164,23 @@ 22 + + Qt::LeftToRight + + + + Help + + + File - + + - - - - - Qt::LeftToRight - - - Help - - + @@ -74,8 +200,30 @@ About + + + About + + + + + Join Network + + + + + Show Detailed Status + + + + + Exit + + - + + + diff --git a/ZeroTierUI/resources.qrc b/ZeroTierUI/resources.qrc index 2496c8778..a788ae7f8 100644 --- a/ZeroTierUI/resources.qrc +++ b/ZeroTierUI/resources.qrc @@ -1 +1,5 @@ - \ No newline at end of file + + + zt1icon.png + + diff --git a/ZeroTierUI/zt1icon.png b/ZeroTierUI/zt1icon.png new file mode 100644 index 000000000..bc2651670 Binary files /dev/null and b/ZeroTierUI/zt1icon.png differ