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

324 commits

Author SHA1 Message Date
2d150a2e8b .github/workflows/package.yml: pass CMAKE_BUILD_TYPE=Release to cmake on windows. 2020-04-24 12:02:40 +02:00
2d1c0d0785 CMake: rename BUILD_COMPONENT_* options to COMPONENT_* 2020-04-24 12:01:24 +02:00
56c1886880 gui/cmake/QtUtils.cmake: the value _install_args should not be in quotes. 2020-04-23 16:57:48 +02:00
a390d4226f CMakeLists.txt: Set CMAKE_INSTALL_BINDIR to "bin" on windows
With Qt we have alot more files then just the two .exe's
2020-04-23 16:36:09 +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
8d925536ba build.sh: add nsis to --pkg-type 2020-04-22 18:01:40 +02:00
a350dd5846 CMakeLists.txt: Fixing compile flags for MSVC
Use set_compile_options() with cmake generator expression to define flags for
all configurations and compilers in a compact way.
2020-04-22 18:00:53 +02:00
404c203488 README.md: Change libeoskeygen to libeosio 2020-04-22 12:17:54 +02:00
4a83b06ef2 CMake: new CPack structure with config defined in sub directories. 2020-04-21 14:23:59 +02:00
884f8a6125 cli: move source files. 2020-04-21 10:06:10 +02:00
54e493de1f .github/workflows/ci.yml: update build matrix to cover all configurations. 2020-04-20 18:23:52 +02:00
7a8867bb3c build.sh: Adding --no-cli,--gui flags 2020-04-20 17:15:38 +02:00
6181af6212 README.md: Document --no-cli,--gui build flags. 2020-04-20 17:11:43 +02:00
22222c1d7c gui/SearchWindow: Respect EOSIOKEYGEN_HAVE_THREADS define. 2020-04-20 17:11:07 +02:00
c1b2bfce0d README.md: adding --disabled-threads documentation again. 2020-04-20 16:57:10 +02:00
4741eb684f common/.gitignore: ignore correct header file. 2020-04-20 16:54:35 +02:00
a85c9b5090 change remaining .h files to .hpp 2020-04-19 15:44:47 +02:00
9dacf00c7f common/cmake/libeosio.cmake: use v0.1.0 2020-04-19 15:35:50 +02:00
e5cb4a72f6 libeosio .h files are renamed to .hpp 2020-04-19 11:17:15 +02:00
9e9e96b954 README.md: Replace the old libeoskeygen info with libeosio. 2020-04-19 11:04:45 +02:00
94686cc4f6 gui/SearchWindow.cpp: change config.h to config.hpp 2020-04-16 14:43:36 +02:00
fc49dd243d Merge remote-tracking branch 'pnx/gui' into develop 2020-04-16 14:39:58 +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
54d46004c1 cli: change .h to .hpp 2020-04-16 12:59:03 +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
e9dadc07ac common/src/core/dictionary.cpp: get rid of iostream header 2020-04-15 11:12:06 +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
3ca4631bbe common/include/eoskeygen/core/dictionary.h: adding getWords() method. 2020-04-14 16:34:56 +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
bc614da0e8 common/cmake/libeosio.cmake: also set stamp directory to DOWNLOAD_CACHE_DIR 2020-04-10 17:06:09 +02:00