1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-keygen synced 2026-06-17 03:50:03 +02:00
Commit graph

20 commits

Author SHA1 Message Date
2b4ab78176 rename namespace and header guards from eosio to antelope 2023-04-10 14:53:26 +02:00
f7b84c7752 GUI: Adding Settings Component. 2021-05-07 13:50:27 +02:00
f6554a924a gui/gui_about.h.in: rename to gui_text.h.in 2020-05-15 14:04:58 +02:00
8a9d594d37 CMake: Install gui/LICENSE.qt5 2020-04-25 13:09:28 +02:00
e3d5176cae CMake: install gui/README.md 2020-04-24 17:57:54 +02:00
37647685ea CMake: install license file for both cli and gui 2020-04-24 16:35:10 +02:00
cad11e5912 gui: move source files to "src" subdirectory 2020-04-24 13:37:52 +02:00
4436f769e6 gui/CMakeLists.txt: use the new Qt stuff. 2020-04-23 16:36:09 +02:00
00b9177f3a gui/CMakeLists.txt: add "WIN32" flag to add_executable
This makes cmake configure the compiler to create a gui app (e.g. not opening a console window that spawns a gui window as a child process)
2020-04-23 10:00:23 +02:00
4a83b06ef2 CMake: new CPack structure with config defined in sub directories. 2020-04-21 14:23:59 +02:00
099d6b3008 gui/CMakeLists.txt: Autogenerate gui_config.h from gui_config.h.in 2020-04-16 14:05:41 +02:00
8f45d3707a GUI: Adding MainWindow class 2020-04-15 16:21:07 +02:00
3bd9e9856b GUI: Adding GenerateWindow class 2020-04-15 16:19:38 +02:00
45005c9950 adding gui/helpers module 2020-04-14 14:38:17 +02:00
6a53999c14 Adding gui/MultiSelect module 2020-04-14 14:38:17 +02:00
40ddff41db gui/CMakeLists.txt: Drop the requirement for QT 5.11 2020-04-10 11:52:58 +02:00
3c21e27f45 gui/SearchWindow: Use QFutureWatcher instead of QThread.
By removing the call to QThread::create() that requires version >= 5.11 we can have a lower version as requirement.

This is useful because a lot of systems don't ship with 5.11 as default.
2020-04-10 11:52:58 +02:00
8cb3fad9b1 gui/CMakeLists.txt: Adding install target 2020-04-10 11:52:58 +02:00
a2ec5eaaec gui/CMakeLists.txt: Force Qt 5.11 or later. 2020-04-10 11:52:58 +02:00
0205e25afb Adding initial GUI code. 2020-04-08 10:11:52 +02:00