29 Commits

Author SHA1 Message Date
wh201906
222f271a31 Choose config file path 2021-09-19 23:59:55 +08:00
wh201906
0c339e91af Revert part of the commit 12a0837
I forgot I have designed "Keep the client active" for issue #22
isBusy() is deprecated for blocking the port, but it doesn't matter.
2021-09-19 21:33:53 +08:00
wh201906
03d9c601fc Config fiie for official client
Unfinished
Refactor nested(), info(), chk()
2021-09-18 02:03:05 +08:00
wh201906
5a8ab42281 External command config file 2021-09-17 15:25:03 +08:00
wh201906
12a0837c50 Fix a bug
Trying to fix #22
Open client with QProcess::Text for proper newline character(s)
On Raspbian, the isBusy() function will always return false, even the serial port is actually connected.
2021-09-05 21:35:03 +08:00
wh201906
799e00d66e Replace QTabWidget with QDockWidget
dock it(√)
doki(?)
2021-02-22 15:57:32 +08:00
wh201906
ae9e4d1a4f LF: support read(), sniff(), search() and tune() 2021-02-22 13:55:45 +08:00
wh201906
c3aafc3d31 Fix a bug in disconnect() 2021-02-22 12:47:55 +08:00
wh201906
fb8e1a6e1b New experimental feature
Keep client active even the PM3 hardware is disconnected
2021-02-21 23:00:07 +08:00
wh201906
aa6b93984c A small patch
Support specifying client working directory
Clean all compile warnings
2021-02-17 01:26:14 +08:00
wh201906
63f3424871 Support wipe(), lockUFUID(), setUIDParameter(),
in latest Iceman repo
Fix a error in keyPattern
Test all R/W functions in Iceman client and Official client
2021-02-16 01:17:50 +08:00
wh201906
24a6e1869b Support hardnested(), darkside(), readblk(),
readsec() in latest Iceman repo
2021-02-15 23:46:05 +08:00
wh201906
6baa09221e Support chk(), nested() in latest Iceman repo 2021-02-15 23:00:02 +08:00
wh201906
6e5f654cc5 Support running a external script before client start,
to configure the environment variables

Optimize stop(reconnect) logic
Search valid ports automatically
Update translations
2021-02-15 18:38:34 +08:00
wh201906
83445c7eef Add new features
Support change language in Settings
Support customized start arguments
Strech data section in MF_dataWidget and key section in MF_keyWidget
2021-02-14 22:47:56 +08:00
wh201906
5330ed8d14 Some changes
Refactor execCMDWithOutput
Add UI for advanced settings
Add stop button(reconnect)
Update translations
2021-02-13 23:58:11 +08:00
wh201906
2f38d3c8c5 Support choose history command by Key_Up and Key_Down 2020-08-13 16:39:04 +08:00
wh201906
f2d00ee088 Replace QString with const QString& 2020-08-13 09:30:47 +08:00
wh201906
862f0775f8 Shorten the waitTime for execCMDWithOutput() 2020-08-12 12:30:15 +08:00
wh201906
a7985c5c89 Stop the running command after disconnected 2020-08-11 11:51:27 +08:00
wh201906
d15b8e21fc Iceman support: info(), chk(), nested() 2020-08-05 23:55:14 +08:00
wh201906
eb5fa7ec9a Replace QRegExp with QRegularExpression(Uncompleted) 2020-08-05 22:46:41 +08:00
wh201906
ef6ebea568 Support Iceman fork(Command Line only) 2020-08-05 19:08:02 +08:00
wh201906
43752bd5e4 Small fix 2020-08-01 21:48:59 +08:00
wh201906
a77985824c Add _readblk() (not tested) 2020-08-01 21:30:55 +08:00
wh201906
b2fa97ff18 Store keys and data into class Mifare 2020-04-23 17:50:20 +08:00
wh201906
abfc940dc8 Refactor(nothing changed actually) 2020-04-22 23:13:00 +08:00
wh201906
a6302f8fa8 Optimize with multithread 2020-04-22 21:14:33 +08:00
wh201906
ed1e9cb1d6 Refactor project structure 2020-04-22 16:42:58 +08:00