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

12 commits

Author SHA1 Message Date
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
4a3e5a5f62 GUI: rename all header files from .h to .hpp 2020-04-15 16:24:39 +02:00
769e56af2f gui/SearchWindow: adding "Dictionary file" widget. 2020-04-14 22:03:09 +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
bfc40bd3e7 gui/SearchWindow.cpp: Force scrollbar to the bottom when adding text to m_output. 2020-04-11 16:29:42 +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
0205e25afb Adding initial GUI code. 2020-04-08 10:11:52 +02:00