]> git.zerfleddert.de Git - proxmark3-svn/log
proxmark3-svn
6 years agoMerge pull request #347 from Fl0-0/master
Iceman [Mon, 3 Jul 2017 07:34:48 +0000 (09:34 +0200)]
Merge pull request #347 from Fl0-0/master

LF EM410x bruteforce typo errors correction

6 years agoFix typo in helps 347/head
Fl0-0 [Mon, 3 Jul 2017 07:16:28 +0000 (09:16 +0200)]
Fix typo in helps

6 years agomissing a c in the helptext sample
Fl0-0 [Mon, 3 Jul 2017 06:56:36 +0000 (08:56 +0200)]
missing a c in the helptext sample

6 years agoMerge pull request #343 from Fl0-0/master
Iceman [Mon, 3 Jul 2017 06:56:19 +0000 (08:56 +0200)]
Merge pull request #343 from Fl0-0/master

LF EM410x bruteforcing function by simulating EM410x tags (1 UID/s)

6 years agoUpdate changelog 343/head
Fl0-0 [Mon, 3 Jul 2017 06:04:24 +0000 (08:04 +0200)]
Update changelog

6 years agoMerge remote-tracking branch 'upstream/master'
Fl0-0 [Sun, 2 Jul 2017 15:54:35 +0000 (17:54 +0200)]
Merge remote-tracking branch 'upstream/master'

6 years agoIdentation fix
Fl0-0 [Sat, 1 Jul 2017 20:36:49 +0000 (22:36 +0200)]
Identation fix

6 years agoIdentation fix
Fl0-0 [Sat, 1 Jul 2017 20:35:49 +0000 (22:35 +0200)]
Identation fix

6 years agoIdentation
Fl0-0 [Sat, 1 Jul 2017 20:32:49 +0000 (22:32 +0200)]
Identation

6 years agoUse param_get32ex() and add c for clock parameter
Fl0-0 [Sat, 1 Jul 2017 20:31:06 +0000 (22:31 +0200)]
Use param_get32ex() and add c for clock parameter

6 years agoMerge pull request #345 from pwpiwi/hardnested_compress
Iceman [Sat, 1 Jul 2017 19:22:55 +0000 (21:22 +0200)]
Merge pull request #345 from pwpiwi/hardnested_compress

hardnested: dramatically reduce required disk space for tables

6 years agoFix typo error
Fl0-0 [Sat, 1 Jul 2017 17:49:02 +0000 (19:49 +0200)]
Fix typo error

6 years agoEM410x bruteforcing changes: Load the whole file at once, pause delay as parameter...
root [Sat, 1 Jul 2017 15:53:06 +0000 (17:53 +0200)]
EM410x bruteforcing changes: Load the whole file at once, pause  delay as parameter, stop the execution on key press and EM410x conversion to signal function.

6 years agoMerge remote-tracking branch 'upstream/master'
root [Sat, 1 Jul 2017 11:57:30 +0000 (13:57 +0200)]
Merge remote-tracking branch 'upstream/master'

6 years agoMerge pull request #344 from pwpiwi/RasPi_fix
Iceman [Sat, 1 Jul 2017 06:08:45 +0000 (08:08 +0200)]
Merge pull request #344 from pwpiwi/RasPi_fix

Fix issue #342

6 years agoFix issue #342 344/head
pwpiwi [Fri, 30 Jun 2017 18:27:38 +0000 (20:27 +0200)]
Fix issue #342

6 years agoIndentation fix
Fl0-0 [Fri, 30 Jun 2017 12:50:32 +0000 (14:50 +0200)]
Indentation fix

6 years agoAdd EM410x bruteforcing error checks
Fl0-0 [Fri, 30 Jun 2017 08:00:03 +0000 (10:00 +0200)]
Add EM410x bruteforcing error checks

6 years agoAdd EM410x bruteforcing function by simulating EM410x tags (1 UID/s)
Fl0-0 [Fri, 30 Jun 2017 07:17:31 +0000 (09:17 +0200)]
Add EM410x bruteforcing function by simulating EM410x tags (1 UID/s)

6 years agohardnested: reduce disk space for tables (by > 700MBytes) and other minor changes 345/head
pwpiwi [Tue, 27 Jun 2017 05:56:43 +0000 (07:56 +0200)]
hardnested: reduce disk space for tables (by > 700MBytes) and other minor changes
- compress tables
- minor changes to progress reporting
- free memory on aborts (@iceman1001)

6 years agoMerge pull request #333 from micolous/osx-libedit
marshmellow42 [Fri, 30 Jun 2017 04:22:55 +0000 (00:22 -0400)]
Merge pull request #333 from micolous/osx-libedit

OSX: Disable GNU readline-specific hack when libedit is used (fixes #110)

6 years agoUpdate cmdhf14a.c
Iceman [Mon, 26 Jun 2017 19:58:03 +0000 (21:58 +0200)]
Update cmdhf14a.c

need include to detection function

6 years agoUpdate hfsnoop.c (#338)
Iceman [Mon, 26 Jun 2017 06:37:32 +0000 (08:37 +0200)]
Update hfsnoop.c (#338)

fix:  missed a include for usb_poll_validate_length

6 years agoMerge pull request #337 from Proxmark/iceman1001-patch-4
pwpiwi [Mon, 26 Jun 2017 05:50:57 +0000 (07:50 +0200)]
Merge pull request #337 from Proxmark/iceman1001-patch-4

Iceman1001 patch 4

6 years agoUpdate aes.c (#336)
Iceman [Sun, 25 Jun 2017 22:52:09 +0000 (00:52 +0200)]
Update aes.c (#336)

FIX:  coverity scan - improper use of sizeof

6 years agoUpdate hfsnoop.c iceman1001-patch-4 337/head
Iceman [Sun, 25 Jun 2017 17:39:45 +0000 (19:39 +0200)]
Update hfsnoop.c

chg:  enabled snooping function to break on receiving a usbpackage.

6 years agoUpdate BigBuf.h
Iceman [Sun, 25 Jun 2017 17:35:59 +0000 (19:35 +0200)]
Update BigBuf.h

added the header definition

6 years agoUpdate BigBuf.c
Iceman [Sun, 25 Jun 2017 17:35:03 +0000 (19:35 +0200)]
Update BigBuf.c

chg:  change from defines to booleans.
add: bigbuf_clear_em(),  empties the reserved emulator part only

6 years agoUpdate fpgaloader.c
Iceman [Sun, 25 Jun 2017 17:30:07 +0000 (19:30 +0200)]
Update fpgaloader.c

CHG:  just making sure the bigbuff is cleared after the zlib played.  So we don't get the random noice that ppl are posting thinking they got a signal.

6 years agoOSX: delete another reference to readline 333/head
Michael Farrell [Sun, 25 Jun 2017 11:43:39 +0000 (21:43 +1000)]
OSX: delete another reference to readline

6 years agoOSX: Remove references to GNU readline as it will be no longer required
Michael Farrell [Sun, 25 Jun 2017 02:38:38 +0000 (12:38 +1000)]
OSX: Remove references to GNU readline as it will be no longer required

6 years agoOSX: Disable GNU readline-specific hack when libedit is used (fixes #110)
Michael Farrell [Sun, 25 Jun 2017 02:26:33 +0000 (12:26 +1000)]
OSX: Disable GNU readline-specific hack when libedit is used (fixes #110)

6 years agoUpdate cmdhfmfu.c (#332)
Iceman [Sat, 24 Jun 2017 09:54:42 +0000 (11:54 +0200)]
Update cmdhfmfu.c (#332)

* Update cmdhfmfu.c

CHG:
   removed sniffed keys,  amiibo pwd gen algo is known.
   'hf mfu rdbl' - header output aligned
  'hf mfu dump' - header output aligned

* Update cmdhfmfu.c

chg: adjusted KEYS_PWD_COUNT accordingly

6 years agoMerge pull request #330 from marshmellow42/master
Iceman [Fri, 23 Jun 2017 18:25:51 +0000 (20:25 +0200)]
Merge pull request #330 from marshmellow42/master

bug fix for hf iclass reader and iclass detection

6 years agobug fix for hf iclass reader and iclass detection 330/head
marshmellow42 [Fri, 23 Jun 2017 17:50:25 +0000 (13:50 -0400)]
bug fix for hf iclass reader and iclass detection

memory locations in code are now accurate and the CC output is not
corrupted by the config's crc.

also the looping and flags for what to read are now correctly
implemented in the code.

6 years agoMerge pull request #329 from marshmellow42/master
Iceman [Wed, 21 Jun 2017 23:13:07 +0000 (01:13 +0200)]
Merge pull request #329 from marshmellow42/master

iclass - updates

6 years agoiclass - updates 329/head
marshmellow42 [Wed, 21 Jun 2017 20:51:22 +0000 (16:51 -0400)]
iclass - updates

clean up output
allow readblock without authenticating (can read blocks 0, 1, 2, 5
without authenticating.)
add Application Issuer Area to reader output and use it to attempt to
identify legacy vs NOT legacy.

6 years agosome coverity fixes plus fix fdx help (#328)
marshmellow42 [Tue, 20 Jun 2017 22:25:08 +0000 (18:25 -0400)]
some coverity fixes plus fix fdx help (#328)

* coverity fixes

cmdhflegic- indications are the i in calls to data_buf[i] could = 1052
and overflow the array.
cmdhfmfhard - +1 to add space for string null terminator - should we add
the 0 terminator value too?
reveng.c - memory leak
util.c - fix potential overflow of array buf[]
util_posix.c - possible integer overflow

* fix help errors

* fix sprint_hex_ascii

again
and this function is not even used anywhere... yet...

6 years agoMerge pull request #322 from Proxmark/iceman1001-patch-2
marshmellow42 [Mon, 19 Jun 2017 13:01:44 +0000 (09:01 -0400)]
Merge pull request #322 from Proxmark/iceman1001-patch-2

Update 77-mm-usb-device-blacklist.rules

6 years agoMerge pull request #321 from Proxmark/iceman1001-patch-1
marshmellow42 [Fri, 16 Jun 2017 18:46:50 +0000 (14:46 -0400)]
Merge pull request #321 from Proxmark/iceman1001-patch-1

BUG: 'hf mf mifare'

6 years agoUpdate 77-mm-usb-device-blacklist.rules 322/head
Iceman [Fri, 16 Jun 2017 17:48:18 +0000 (19:48 +0200)]
Update 77-mm-usb-device-blacklist.rules

fix: updated the blacklist rules file with the updated usb_cdc vid/pid values

6 years agoBUG: 'hf mf mifare' 321/head
Iceman [Fri, 16 Jun 2017 12:43:53 +0000 (14:43 +0200)]
BUG: 'hf mf mifare'

BUG: 'hf mf mifare' ,  wrongly identify success when faulty key is found
https://github.com/Proxmark/proxmark3/issues/320

6 years agoMerge pull request #319 from Proxmark/iceman1001-patch-2
marshmellow42 [Tue, 13 Jun 2017 21:23:24 +0000 (17:23 -0400)]
Merge pull request #319 from Proxmark/iceman1001-patch-2

bug:  hf mf chk - wrong size

6 years agoMerge pull request #317 from Proxmark/iceman1001-patch-1
marshmellow42 [Tue, 13 Jun 2017 21:22:44 +0000 (17:22 -0400)]
Merge pull request #317 from Proxmark/iceman1001-patch-1

bug;  Check keys params

6 years agobug: hf mf chk - wrong size 319/head
Iceman [Mon, 12 Jun 2017 13:07:00 +0000 (15:07 +0200)]
bug:  hf mf chk - wrong size

bug:  'hf mf chk' - size of keycounter variable is too small for dictionary files larger than 256rows.

6 years agobug; Check keys params 317/head
Iceman [Mon, 12 Jun 2017 10:21:01 +0000 (12:21 +0200)]
bug;  Check keys params

CMD_MIFARE_CHKKEYS command has a different arg1, arg2 meaning nowdays.
Arg0  =  keytype << 8 | blockno
arg1  = clear trace

In lua its name arg1, probably with lua's startindex is 1...

6 years agoMerge pull request #315 from marshmellow42/master v3.0.1
Iceman [Fri, 9 Jun 2017 13:50:55 +0000 (15:50 +0200)]
Merge pull request #315 from marshmellow42/master

fix compile issues on OS X 10.11

6 years agoupdated onlineshops
Iceman [Fri, 9 Jun 2017 07:59:30 +0000 (09:59 +0200)]
updated onlineshops

Updated the onlineshops,   same info here as on www.proxmark.org  order page.
Two have been removed because of bad reviews and no lifesign.

6 years agofix compile issues on OS X 10.11 315/head
marshmellow42 [Thu, 8 Jun 2017 21:07:14 +0000 (17:07 -0400)]
fix compile issues on OS X 10.11

OSX 10.11 does not have clock_gettime()
clang <= 8.0.0 has a bug in __builtin_cpu_supports() and it doesn't
function.
see https://llvm.org/bugs/show_bug.cgi?id=25510

6 years agoAdd two missing bitflip state tables. Update .gitignore
pwpiwi [Thu, 8 Jun 2017 13:32:24 +0000 (15:32 +0200)]
Add two missing bitflip state tables. Update .gitignore

6 years agoUpdate CHANGELOG.md to release 3.0.1
pwpiwi [Thu, 8 Jun 2017 12:18:25 +0000 (14:18 +0200)]
Update CHANGELOG.md to release 3.0.1

6 years agoMerge pull request #313 from pwpiwi/fix_memalign
Iceman [Thu, 8 Jun 2017 07:40:57 +0000 (09:40 +0200)]
Merge pull request #313 from pwpiwi/fix_memalign

fix MacOS compile errors by replacing memalign() with posix_memalign()

6 years agofix MacOS compile errors by replacing memalign() with posix_memalign() 313/head
pwpiwi [Thu, 8 Jun 2017 06:08:30 +0000 (08:08 +0200)]
fix MacOS compile errors by replacing memalign() with posix_memalign()

6 years agoFix compile errors with MacOS (#312)
pwpiwi [Wed, 7 Jun 2017 20:35:20 +0000 (22:35 +0200)]
Fix compile errors with MacOS (#312)

* Fix compile errors with MacOS
- _POSIX_C_SOURCE must not be defined for num_CPU()

* separate util_posix.c require changes in tools directory as well

* remove unnecessary self-include

6 years agoMerge branch 'master' of https://github.com/Proxmark/proxmark3
pwpiwi [Wed, 7 Jun 2017 20:32:41 +0000 (22:32 +0200)]
Merge branch 'master' of https://github.com/Proxmark/proxmark3

6 years agoMerge pull request #311 from marshmellow42/master
Iceman [Wed, 7 Jun 2017 20:31:52 +0000 (22:31 +0200)]
Merge pull request #311 from marshmellow42/master

a few coverity scan bug fixes

6 years agoUpdated CHANGELOG to new release 3.0.0
pwpiwi [Wed, 7 Jun 2017 20:31:15 +0000 (22:31 +0200)]
Updated CHANGELOG to new release 3.0.0

6 years agoremove warning about non-static init... 311/head
marshmellow42 [Wed, 7 Jun 2017 19:42:28 +0000 (15:42 -0400)]
remove warning about non-static init...

warning was: non-static data member initializers only available with
-std=c++11 or -std=gnu++11

6 years agoattempt to fix compile error gcc lt 4.9 (#306)
marshmellow42 [Wed, 7 Jun 2017 05:36:22 +0000 (01:36 -0400)]
attempt to fix compile error gcc lt 4.9 (#306)

6 years agoMerge pull request #304 from pwpiwi/fix_nethunter
Iceman [Tue, 6 Jun 2017 20:13:10 +0000 (22:13 +0200)]
Merge pull request #304 from pwpiwi/fix_nethunter

fix compile errors on non-Intel CPUs (issue #303)

6 years agolf presco help and command loop !=
marshmellow42 [Tue, 6 Jun 2017 17:30:06 +0000 (13:30 -0400)]
lf presco help and command loop !=

thanks to @iceman1001 for noticing.

6 years agoallow hex input again to lf presco
marshmellow42 [Tue, 6 Jun 2017 17:12:25 +0000 (13:12 -0400)]
allow hex input again to lf presco

6 years agoneeds a ; ... ...
marshmellow42 [Tue, 6 Jun 2017 16:57:11 +0000 (12:57 -0400)]
needs a ; ... ...

...

6 years agomore coverity fixes
marshmellow42 [Tue, 6 Jun 2017 16:45:00 +0000 (12:45 -0400)]
more coverity fixes

plus fix some spacing in functions i touched.

6 years agofix compile errors on non-Intel CPUs: 304/head
pwpiwi [Tue, 6 Jun 2017 16:38:07 +0000 (18:38 +0200)]
fix compile errors on non-Intel CPUs:
- client/Makefile: don't compile for different SIMD instruction sets if non-Intel
- hardnested cores: provide non-SIMD versions of core functions

6 years agocoverity scan bug fixes
marshmellow42 [Tue, 6 Jun 2017 16:12:18 +0000 (12:12 -0400)]
coverity scan bug fixes

mfu keyNo buffer overflow
mf reader attack key count reduced to not overrun c.d.asBytes buffer.

6 years agoMerge pull request #302 from pwpiwi/fix_QtThreads v3.0.0
marshmellow42 [Sun, 4 Jun 2017 23:53:28 +0000 (19:53 -0400)]
Merge pull request #302 from pwpiwi/fix_QtThreads

fixing the crash on exit (issue #284)

6 years agofixing the crash on exit 302/head
pwpiwi [Thu, 1 Jun 2017 13:35:19 +0000 (15:35 +0200)]
fixing the crash on exit

6 years agoMerge pull request #301 from marshmellow42/master
Iceman [Fri, 2 Jun 2017 07:20:51 +0000 (09:20 +0200)]
Merge pull request #301 from marshmellow42/master

make hardnested compile on gcc 4.9.2

6 years agoadjust hardnested compiler fix to accurate version 301/head
marshmellow42 [Fri, 2 Jun 2017 04:17:57 +0000 (00:17 -0400)]
adjust hardnested compiler fix to accurate version

avx512f is only available in gcc 5.3 and above.

6 years agomake hardnested compile on gcc 4.9.2
marshmellow42 [Fri, 2 Jun 2017 03:08:01 +0000 (23:08 -0400)]
make hardnested compile on gcc 4.9.2

plus add Td to gitignore.

6 years agoUpdated CHANGELOG.md
pwpiwi [Thu, 1 Jun 2017 13:38:00 +0000 (15:38 +0200)]
Updated CHANGELOG.md

6 years agoMerge pull request #297 from pwpiwi/hardnested
Iceman [Thu, 1 Jun 2017 12:34:43 +0000 (14:34 +0200)]
Merge pull request #297 from pwpiwi/hardnested

Implement hf mf hardnested

6 years agofix wrong vid & pid values (#298)
Gator96100 [Wed, 31 May 2017 19:40:27 +0000 (21:40 +0200)]
fix wrong vid & pid values (#298)

6 years agoFix client Makefile 297/head
pwpiwi [Wed, 31 May 2017 06:27:08 +0000 (08:27 +0200)]
Fix client Makefile

6 years agoNew: implementing hf mf hardnested
pwpiwi [Mon, 29 May 2017 08:56:37 +0000 (10:56 +0200)]
New: implementing hf mf hardnested
This implements the attack described in
Carlo Meijer, Roel Verdult, "Ciphertext-only Cryptanalysis on Hardened
Mifare Classic Cards" in Proceedings of the 22nd ACM SIGSAC Conference on
Computer and Communications Security, 2015
It uses precomputed tables for many bitflip properties (not only two as in the paper)
and is therefore quite efficient. To prevent failing it doesn't do
differential analysis with several nonce bytes' Sum(a8) properties (each of them
may be wrongly guessed) - instead it concentrates on one nonce byte and tries all
Sum(a8) property guesses sequentially (ordered by probability). The brute force phase
makes use of aczid's bit sliced brute forcer (https://github.com/aczid/crypto1_bs).
Includes runtime CPU-detection to leverage modern (and old) SIMD instructions
with a single executable.

6 years ago Fix increment on bool variable (#294)
ikarus [Fri, 26 May 2017 09:26:27 +0000 (11:26 +0200)]
 Fix increment on bool variable (#294)

6 years agofix hf 15 commands (#293)
pwpiwi [Fri, 26 May 2017 05:10:30 +0000 (07:10 +0200)]
fix hf 15 commands (#293)

6 years agoMerge pull request #289 from patrickdk77/master
marshmellow42 [Fri, 28 Apr 2017 16:25:10 +0000 (12:25 -0400)]
Merge pull request #289 from patrickdk77/master

Add needed header files to proxguiqt

6 years agoAdd needed header files to proxguiqt 289/head
patrickdk [Fri, 28 Apr 2017 15:14:03 +0000 (11:14 -0400)]
Add needed header files to proxguiqt

6 years agoMerge pull request #287 from pwpiwi/fix_usb
Iceman [Thu, 27 Apr 2017 19:31:59 +0000 (21:31 +0200)]
Merge pull request #287 from pwpiwi/fix_usb

fix USB descriptors

6 years agoreenable build in old proxspace environment (#286)
pwpiwi [Mon, 24 Apr 2017 16:33:55 +0000 (18:33 +0200)]
reenable build in old proxspace environment (#286)

* reenable build in old proxspace environment
(use -std=c++11 and -fPIC options for Qt5 only)

* fixing the fix...

6 years agomore fixes to USB communication 287/head
pwpiwi [Mon, 24 Apr 2017 16:16:47 +0000 (18:16 +0200)]
more fixes to USB communication
- use modified UDP_GET/UDP_SET_EP_FLAGS macros from @iceman1001's branch

6 years agofix USB descriptors
pwpiwi [Mon, 24 Apr 2017 12:19:39 +0000 (14:19 +0200)]
fix USB descriptors
- indicate compliance with USB release 2.0
- set correct vendor and product IDs
- indicate power consumption (500mA)
- add String Descriptor 0 indicating supported languages
- add String Descriptors for Manufacturer and Product

7 years agoMerge pull request #281 from brianredbeard/lf-script
marshmellow42 [Thu, 20 Apr 2017 17:17:29 +0000 (13:17 -0400)]
Merge pull request #281 from brianredbeard/lf-script

contrib: LF Programming script

7 years agoMerge pull request #277 from pwpiwi/clang_warnings
pwpiwi [Wed, 19 Apr 2017 16:11:46 +0000 (18:11 +0200)]
Merge pull request #277 from pwpiwi/clang_warnings

fix clang compiler warnings (including fixing a bug revealed in cmdhftopaz.c)

7 years agoMerge pull request #282 from Proxmark/graphwork2
pwpiwi [Wed, 19 Apr 2017 16:11:07 +0000 (18:11 +0200)]
Merge pull request #282 from Proxmark/graphwork2

Implement graph improvements

7 years agoRemove built file 282/head
marshmellow42 [Wed, 19 Apr 2017 03:59:40 +0000 (23:59 -0400)]
Remove built file

7 years agofix .gitignore changes
marshmellow42 [Wed, 19 Apr 2017 03:43:42 +0000 (23:43 -0400)]
fix .gitignore changes

7 years agofix makefile to allow make of overlays.ui
marshmellow42 [Wed, 19 Apr 2017 03:41:38 +0000 (23:41 -0400)]
fix makefile to allow make of overlays.ui

to ui_overlays.h
add ui_overlays.h to .gitignore
should now compile to whatever qt version you have. (as long as it is
compatible with the overlays.ui file...)

7 years agocontrib: LF Programming script 281/head
Brian 'Redbeard' Harrington [Tue, 18 Apr 2017 15:24:42 +0000 (08:24 -0700)]
contrib: LF Programming script

Submitting a well documented Lua script whose purpose is to do
bulk, repeated, sequential programming of RFID tags.  Could be useful
for users of the ACCX Open Access 4.0 or other simple RFID systems.

Tags programmed with this would potentially be vulnerabile to bisection
attacks, etc... But honestly, they likely would have been anyway.

To use run from within the proxmark3 client:

```
proxmark3> script run lf_bulk_program.lua  -b 1000 -c 5 -f 23
--- Executing: lf_bulk_program.lua, args '-b 1000 -c 5 -f 23'
Press enter to program card 1000:23 (hex: 0020042e07d1)

Cloning tag with ID 20042e07d1
Press enter to program card 1001:23 (hex: 0020042e07d2)

Cloning tag with ID 20042e07d2
Press enter to program card 1002:23 (hex: 0020042e07d4)

Cloning tag with ID 20042e07d4
Press enter to program card 1003:23 (hex: 0020042e07d7)

Cloning tag with ID 20042e07d7
Press enter to program card 1004:23 (hex: 0020042e07d8)

Cloning tag with ID 20042e07d8

-----Finished
```

7 years agonew grid X offset calcs to fix some issues graphwork2
marshmellow42 [Mon, 17 Apr 2017 22:37:23 +0000 (18:37 -0400)]
new grid X offset calcs to fix some issues

also fixed a save_restore issue with grid alignments
now save_restoreGB() saves/restores offset values
added macro enumeration of SAVE vs RESTORE for save_restore commands.

7 years agofix y grid +
marshmellow42 [Sun, 16 Apr 2017 04:26:26 +0000 (00:26 -0400)]
fix y grid +

and move em4x50 saveGB to allow graph restore after lf search
clean up plotgraph unused code.
should be done for a bit...

7 years agoadjust lf search to not use save/restore if...
marshmellow42 [Sun, 16 Apr 2017 01:40:05 +0000 (21:40 -0400)]
adjust lf search to not use save/restore if...

offline or '1' entered
this allows the graph restore button to continue functioning after a `lf
search 1`

7 years agofinish FSK graph index changes
marshmellow42 [Sat, 15 Apr 2017 20:18:54 +0000 (16:18 -0400)]
finish FSK graph index changes

7 years agocannot seem to get uic to work for ...
marshmellow42 [Sat, 15 Apr 2017 17:40:49 +0000 (13:40 -0400)]
cannot seem to get uic to work for ...

... different qt versions in the make file correctly...
so, make the ui_overlays.h file version generic.  maybe...

7 years agoattempt ui_overlays.h qt4 version
marshmellow42 [Sat, 15 Apr 2017 17:12:56 +0000 (13:12 -0400)]
attempt ui_overlays.h qt4 version

7 years agoadd uic make ui_overlays.h
marshmellow42 [Fri, 14 Apr 2017 14:31:00 +0000 (10:31 -0400)]
add uic make ui_overlays.h

to makefile

7 years agomaybe fixed loading/unloading bug.
marshmellow42 [Fri, 14 Apr 2017 13:53:36 +0000 (09:53 -0400)]
maybe fixed loading/unloading bug.

7 years agoMerge pull request #278 from marshmellow42/graphwork
marshmellow42 [Thu, 13 Apr 2017 21:25:24 +0000 (17:25 -0400)]
Merge pull request #278 from marshmellow42/graphwork

Update Graphing Part1

Impressum, Datenschutz