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

294 commits

Author SHA1 Message Date
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
0503aa0f04 CMakeLists.txt: Add PROJECT_LICENSE_FILE variable. 2020-04-15 19:31:49 +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
3b1ada9cb7 gui/SearchWindow.cpp: in onResult() should advance index by word length and not position. 2020-04-14 16:19:39 +02:00
35706c9ba3 config.h.in: add CONFIG_DICT_PATH and CONFIG_DICT_FULL_PATH 2020-04-14 14:40:56 +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
bfc40bd3e7 gui/SearchWindow.cpp: Force scrollbar to the bottom when adding text to m_output. 2020-04-11 16:29:42 +02:00
c206ec764f .github/workflows/ci.yml: some minor cleanup. 2020-04-10 17:50:08 +02:00
48eb716165 .github/workflows/ci.yml: add abit more human friendly names than matrix.build-opts. and have the actual cmake flags as matrix includes. 2020-04-10 17:50:08 +02:00
0d44bbc8f6 .github/workflows/ci.yml: Build GUI 2020-04-10 11:53:29 +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
69017c7a21 CMake: Adding BUILD_COMPONENT_GUI and BUILD_COMPONENT_CLI (so user's can build either one or both). 2020-04-10 11:52:58 +02:00
0205e25afb Adding initial GUI code. 2020-04-08 10:11:52 +02:00
4cc6f39da3 CMakeLists.txt: some restructure/cleanup. 2020-04-08 10:07:24 +02:00
e80d8c5e34 rename "CMakeModules" directory to "cmake" 2020-04-08 09:55:14 +02:00
52474387ca common/include/eoskeygen/key_search.h: include libeosio/types.h 2020-04-08 09:48:58 +02:00
fb85be4f1e common/include/eoskeygen/core/string.h: don't include strlist.h 2020-04-08 09:43:51 +02:00
70dee5611b CMakeLists.txt: Add c++ flags for the different types of builds. 2020-04-07 22:43:19 +02:00
d9976c7f80 CMakeLists.txt: set default value for CMAKE_BUILD_TYPE 2020-04-07 22:42:31 +02:00
ba0efa2dd7 move src dir to cli and add it's own cmake file. 2020-04-07 22:37:05 +02:00
526b87670b remove LICENSE.bitcoin (this code exist in libeosio) 2020-04-07 17:21:42 +02:00
9a5f0cff1c common/cmake/libeosio.cmake: Use commit 137d5cbe31666a748954dd233e54c5703480ebbf 2020-04-07 16:05:18 +02:00
dd9dd484e3 Use the "common" subfolder instead of libeoskeygen repository. 2020-04-03 17:26:42 +02:00
654a53698f Importing libeoskeygen as "common" module in this repo (the amount of git repos is too damn high!) 2020-04-03 17:25:09 +02:00
f181bddc4f src/main.cpp: make changes for newer version of libeoskeygen 2020-04-03 16:36:04 +02:00
043900845f Version 1.0.4 2020-03-31 11:00:48 +02:00
9c86841612 .github/workflows/ci.yml: set FORCE_ANSI as build opts and remove USE_THREADS 2020-03-31 10:38:25 +02:00
ef93588211 CMake: remove USE_THREADS 2020-03-31 10:36:06 +02:00
710a41a6f4 src/main.cpp: update to use LIBEOSKEYGEN_HAVE_THREADS from <eoskeygen/config.h> and eoskeygen::KeySearch::max_threads() 2020-03-31 10:34:04 +02:00
920d422ff8 .github/workflows/ci.yml: pass "-B build" to cmake at configure stage. So we don't have to use mkdir/cd 2020-03-30 14:18:49 +02:00
a46a13db4d
Merge pull request #31 from pnx/cmake_nsis
Cmake: Support for NSIS installer in CPack
2020-03-30 14:12:44 +02:00
faff761eeb Merge branch 'use_lib' into develop 2020-03-30 14:08:59 +02:00
dd1fe841ad .github/workflows/package.yml: build windows installer instead of zip file. 2020-03-30 13:25:57 +02:00
522c9ccfd5 CPack: add CPACK_RESOURCE_FILE_LICENSE for NSIS generator. 2020-03-30 13:25:57 +02:00