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

59 commits

Author SHA1 Message Date
9a83929029 gui/README.md: Update security notice. 2023-04-10 16:40:02 +02:00
19f8b67fdd gui/README.md: change from eosio-keygen to antelope-keygen 2023-04-10 16:39:20 +02:00
2b4ab78176 rename namespace and header guards from eosio to antelope 2023-04-10 14:53:26 +02:00
914205541a Update from libeosio v0.1.7 to libantelope v0.2.0 2023-04-06 15:11:20 +02:00
6589011be5 gui/src/GenerateWindow.cpp: Make the key fields abit longer. 2023-04-05 19:37:40 +02:00
3ae2c00faa gui/src/GenerateWindow.cpp: set fixed font (monospace) for the key fQLineEdit fields. 2023-04-05 19:36:36 +02:00
9ed6e6ab80 gui: implement support for K1 keys. 2023-04-05 19:20:16 +02:00
e0a7d8fb21 gui/src/MainWindow.cpp: Make sure to call libeosio::ec_init() and ec_shutdown() 2023-03-29 11:31:42 +02:00
864a55e485 gui/src/MainWindow.hpp: fix indentation 2023-03-29 11:28:03 +02:00
7fb1774359 gui/src/MainWindow: Add menu item to switch between FIO/EOS key prefixes. 2021-05-07 13:50:27 +02:00
6bd84b1d8d gui/src/GenerateWindow.cpp: Check Settings::shouldGenerateFioKeys() if we should use "FIO" or "EOS" prefix. 2021-05-07 13:50:27 +02:00
8c9047d716 gui/src/SearchWindow.cpp: Check Settings::shouldGenerateFioKeys() to know if we should use "FIO" or "EOS" prefix. 2021-05-07 13:50:27 +02:00
f7b84c7752 GUI: Adding Settings Component. 2021-05-07 13:50:27 +02:00
56a5c226bd Updated year in headers. 2021-01-04 15:16:27 +01:00
e0a388dac1 gui/src/SearchWindow.cpp: show tooltip for dictionary widgets. 2020-05-15 14:04:58 +02:00
88bd1217ba gui/gui_text.h.in: define tooltip text for dictionary widgets. 2020-05-15 14:04:58 +02:00
f6554a924a gui/gui_about.h.in: rename to gui_text.h.in 2020-05-15 14:04:58 +02:00
1cb6ddabd6 gui/src/SearchWindow.cpp: implement "Cancel" button. stopping the search operation. 2020-04-28 10:23:13 +02:00
3cc6a2530e gui/src/SearchWindow.cpp: Pass a pointer to m_ksearch in call to QtConocurrent::run()
It's not passed by reference otherwise. so it will copy the whole object.
2020-04-28 09:48:04 +02:00
b7c3fc0506 gui/cmake/CPackComponentConfig.cmake.in: explicitly depend on qt >= 5.9.5 and libssl >= 1.1 2020-04-27 12:23:08 +02:00
8a9d594d37 CMake: Install gui/LICENSE.qt5 2020-04-25 13:09:28 +02:00
8bc9a87cc9 Adding Sw/eden homepage to all my author lines. 2020-04-24 17:57:54 +02:00
e3d5176cae CMake: install gui/README.md 2020-04-24 17:57:54 +02:00
7cb70bd9a4 Adding a basic 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
c5e9222abe gui/cmake/CPackComponentConfig.cmake.in: Set debian package name 2020-04-24 15:55:13 +02:00
cad11e5912 gui: move source files to "src" subdirectory 2020-04-24 13:37:52 +02:00
56c1886880 gui/cmake/QtUtils.cmake: the value _install_args should not be in quotes. 2020-04-23 16:57:48 +02:00
4436f769e6 gui/CMakeLists.txt: use the new Qt stuff. 2020-04-23 16:36:09 +02:00
bfd254f484 CMake: Adding alot of code to handle .ddl's on windows using windeployqt 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
22222c1d7c gui/SearchWindow: Respect EOSIOKEYGEN_HAVE_THREADS define. 2020-04-20 17:11:07 +02:00
a85c9b5090 change remaining .h files to .hpp 2020-04-19 15:44:47 +02:00
e5cb4a72f6 libeosio .h files are renamed to .hpp 2020-04-19 11:17:15 +02:00
94686cc4f6 gui/SearchWindow.cpp: change config.h to config.hpp 2020-04-16 14:43:36 +02:00
460e8149fd gui/GenerateWindow.cpp: Fix horizontal centering of widget's using QGridLayout::setColumnStretch() 2020-04-16 14:05:41 +02:00
d3e8cc2814 gui/GenerateWindow.cpp: Align labels to the right. 2020-04-16 14:05:41 +02:00
c98ed34e6e GUI: Implement about dialog in MainWindow. 2020-04-16 14:05:41 +02:00
099d6b3008 gui/CMakeLists.txt: Autogenerate gui_config.h from gui_config.h.in 2020-04-16 14:05:41 +02:00
2f16accbba Adding gui/gui_about.h.in 2020-04-16 14:05:25 +02:00
4a3e5a5f62 GUI: rename all header files from .h to .hpp 2020-04-15 16:24:39 +02:00
f6dc9cd0b1 gui/main.cpp: use MainWindow class. 2020-04-15 16:21:07 +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
769e56af2f gui/SearchWindow: adding "Dictionary file" widget. 2020-04-14 22:03:09 +02:00
50a2805c3f gui/MultiSelect: Add user_add_item parameter to constructor
adds a button and signal to the MultiSelect, allowing client code to implement adding items from user input.
2020-04-14 21:56:04 +02:00
925ef7e8ad gui/MultiSelect: add variable for default state for addItem() and addItems() 2020-04-14 21:49:40 +02:00
c14a453f01 gui/SearchWindow.cpp: disable m_leet_cb during search. 2020-04-14 16:38:17 +02:00
1f8fbfc8ca gui/SearchWindow: implement dictionary language 2020-04-14 16:33:07 +02:00