iceman1001
adee34083e
whitespace
2020-03-10 17:00:59 +01:00
iceman1001
996b41dce7
chg: write serial port in window title (plot/slider)
2020-01-29 15:16:50 +01:00
Philippe Teuwen
608e0ba27c
fix plot strange values
2019-09-10 00:06:16 +02:00
Aaron McDaniel
1186753bf6
Added clamp to PageDown case in plot GUI and updated changelog
2019-05-14 10:12:46 -05:00
mcd1992
528da6ec32
Added paged moving to the plot GUI
2019-05-13 19:39:27 -05:00
Philippe Teuwen
e4f00c52da
Fix #194 Graph window loops to end if you scroll left past 0
2019-05-13 20:34:02 +02:00
Philippe Teuwen
4763eb417a
fix coverity warnings
2019-04-14 11:05:32 +02:00
Philippe Teuwen
97676d3210
comparison of integers of different signs [-Wsign-compare]
2019-04-13 23:38:34 +02:00
Philippe Teuwen
961d929f4d
changing {} style to match majority of previous style
2019-03-10 11:20:22 +01:00
Philippe Teuwen
0373696662
make style
2019-03-10 00:00:59 +01:00
Philippe Teuwen
0d9223a547
client: fix mix of spaces & tabs
2019-03-09 23:35:06 +01:00
Philippe Teuwen
bdd0494290
remove spurious spaces & tabs at end of lines: cpp files
2019-03-09 09:11:08 +01:00
Chris
29982a6cdc
CHG: 'make control widget smaller'
2018-10-07 12:32:14 +02:00
Chris
769dee7e7a
Fix: ControlWidget placement
...
https://github.com/iceman1001/proxmark3/pull/258
2018-10-07 12:17:21 +02:00
Chris
1fb121474e
osx: fix annoying focus behaviour (@anticat)
...
https://github.com/Proxmark/proxmark3/pull/689
OS X has a global menu bar and a per app dock icon. Therefore, all
GUI applications launched from a terminal will become focused - even
if they don’t show any windows. Thereby the terminal loses focus.
Since is it very annoying to re-focus the terminal after each proxmark
client launch, this change makes the client unfocusable during launch
and restores the regular behaviour when a window is created.
2018-10-07 09:01:24 +02:00
iceman1001
e8be06dd31
fix: 'data plot' - plot window now hides when keypress Q
2018-04-06 23:52:55 +02:00
iceman1001
190be2bd43
chg: 'data plot' - keypress Q doesn't hide / close window.. still unsolved.
2018-04-06 23:11:26 +02:00
iceman1001
04d4ecddbf
FIX: 'data plot + keypress g on empty plot' correct fix.
2018-03-01 14:35:47 +01:00
iceman1001
40cc0a402b
chG: adjust some "." progress dots, that shouldn't use NORMAL..
2018-03-01 14:10:52 +01:00
iceman1001
5de4d9d3a6
FIX: 'data plot window' - keypress G in an empty plot crashed the client. Missing parenthis.
2018-02-28 21:53:42 +01:00
iceman1001
b27a9920b1
ADD: https://github.com/Proxmark/proxmark3/pull/417 (@merlokk)
...
CHG: https://github.com/Proxmark/proxmark3/pull/434 (@pwpiwi)
2017-10-20 20:39:57 +02:00
iceman1001
dc0e0aa93f
syntax sugar
2017-08-11 18:15:01 +02:00
iceman1001
3911c0a13e
Some debugstatements
2017-07-31 20:45:16 +02:00
iceman1001
f28da2da6e
monster merge...
...
all those changes marshmellow did.. and more...
2017-07-30 09:17:48 +02:00
iceman1001
6ca92fa4ed
and the QT part of monstermerge..
2017-07-27 21:32:15 +02:00
iceman1001
e0a241f76e
CHG: plotting of clock
2017-03-04 14:36:09 +01:00
iceman1001
aa9b584f5c
FIX: removing nonexistent include file.
2017-03-02 21:10:35 +01:00
iceman1001
c6e5c7ea46
CHG: data plot
- the marking of clock, looks better without borders. It only connected to ASK. STT mark also looks better.
...
Still problem with finding the startindex...
2017-03-02 21:00:51 +01:00
iceman1001
a47ded5b54
ADD: data detectclock
- added clock blocks in plot window. Its a draft. Not working for all clocks.
...
ADD: STT is now marked as a block in plot window, instead of Marshmellow42 's two lines.
2017-03-02 14:53:50 +01:00
iceman1001
a9eeb57698
CHG: Added PR #220 from PM3 Master. ref: https://github.com/Proxmark/proxmark3/pull/220
2017-03-01 20:14:46 +01:00
iceman1001
eb7eab8570
code cleanup.
2016-03-20 19:33:59 +01:00
iceman1001
6f79363dba
Syntax suger
2016-02-10 13:10:27 +01:00
iceman1001
8d0a3e87d7
FIX: a shot at fixing the "_" underscore problem in fileutils.c. This one uses _ifdefine. I hope it works. Linux people can let me know if it works.
...
FIX: changed the DetectASKClock in lfdemod.c to correct detect all clocks in the array.
CHG: I like code with more spaces inside of it and tried change some stuff according to our codestyle in HACKING.txt
ADD: some zero checks and overflows, god knows where it was.
The T55XX commands will be rewritten to use Marshmellows lfdemod.c instead.
CHG: Made the graph window smaller.
CHG: lf read now does a "data samples" also. (less writing commands)
CHG: data samples now defaults to samples size of 20000
2015-01-04 22:49:54 +01:00
dn337t@gmail.com
cee48e2b44
initialize graph cursors to avoid crashing (issue 21)
2012-06-07 14:00:41 +00:00
fnargwibble@gmail.com
ff2e9c1c81
Navigate one sample at a time in plot window and display grid size/status
2012-01-26 17:45:21 +00:00
fnargwibble@gmail.com
18856d8894
Navigate a page at a time in plot window
2012-01-23 17:57:42 +00:00
fnargwibble@gmail.com
3bc2349df1
Oops. Fix grid lock when zoomed in or out.
2012-01-21 14:32:39 +00:00
fnargwibble@gmail.com
7ddb990032
Add plot window keystroke help
...
Add grid display/lock commands to plot window
2012-01-21 13:32:54 +00:00
adam@algroup.co.uk
346ad5fbbb
Fix linux GUI crash [Hagen Fritsch]
2010-04-20 08:22:05 +00:00
izsh@fail0verflow.com
212ef3a04d
Apply copyright patch from Michael Gernoth
2010-02-25 21:57:35 +00:00
izsh@fail0verflow.com
a553f26748
Add License/Copyright headers/notices. Please add your own copyright notice if you have made any nontrivial changes or additions to the code. There are several files without any attribution, currently.
2010-02-21 00:47:22 +00:00
bushing
cd00aa3043
merge linux and windows clients into one directory... will consolidate makefiles shortly
2009-12-22 12:11:15 +00:00