improved output parser, improved symbolics handling
add basic 2d line plotting and a slider
improved layout, painting and editing
add MIT license
fix symbol naming, cursor positioning
Update README
use QThread the way it is meant to be used
refactor equation, add EquationPartCursor, fix kerning issue
refactor equation classes
remove pycharm meta data .idea dir
add ignore
remove .svn
initial commit
cleanup, use pimpl to hide stuff
add README
init commit
add comments
small makefile fixes
fix typo
remove unnecesary calls to this_thread::yield()
remove alias to shared_ptr
threads voluntarily yield time
fix a few references
a few minor cleanups
remove headers
remove include
remove junk files
fix readme, run time
forgot to add SHELL
remove compiler check
first commit
Added grid to liveview.
Moved entire camera object to separate thread, ...
Increaed socket timeout due to camera taking lo...
Improved save file robustness, removed debug pr...
Add info label when camera is disconnected
Improved robustness, error checking of socket c...
Improved robustness, error checking of socket c...
Improved robustness, error checking of socket c...
Initial commit