]> sigrok.org Git - pulseview.git/shortlog
pulseview.git
2012-10-13 Uwe HermannAdd icons/sigrok-logo-notext.ico.
2012-10-13 Uwe HermannCosmetics.
2012-10-13 Alexandru GagniucDo not pass -DBOOST_TEST_DYN_LINK to pulseview
2012-10-13 Joel HoldsworthAdded config.h to .gitignore
2012-10-13 Joel HoldsworthAdded --help option
2012-10-13 Joel HoldsworthUse ${PROJECT_NAME} instead of pulseview in CMakeLists.txt
2012-10-13 Joel HoldsworthAdded --version option
2012-10-13 Joel HoldsworthMade extdef.h a global include
2012-10-13 Joel HoldsworthUse C++ style comments in main.cpp
2012-10-13 Alexandru GagniucGenerate a config.h file for versioning
2012-10-12 Alexandru GagniucUnify the if(WIN32) defines
2012-10-12 Joel HoldsworthOffer unit tests with a cmake option
2012-10-12 Alexandru GagniucAdded section headers to CMakeLists.txt
2012-10-12 Joel HoldsworthIndented if statements in CMakeLists.txt
2012-10-12 Joel HoldsworthMoved install rule out of test section in CMakeLists.txt
2012-10-12 Joel HoldsworthMoved all classes into the pv namespace
2012-10-12 Uwe HermannAdd initial NSIS file for building a win installer.
2012-10-12 Uwe HermannSmall consistency fix in a header.
2012-10-12 Joel HoldsworthCorrected project name in header comments
2012-10-12 Joel HoldsworthAdded a copyright header to CMakeLists.txt
2012-10-12 Joel HoldsworthMade unit tests optional
2012-10-11 Joel HoldsworthAdded install rule
2012-10-11 Uwe HermannAdd missing include.
2012-10-11 Uwe HermannSet explicit BOOST_ROOT on Windows/MinGW.
2012-10-11 Uwe HermannInitial build fixes for Windows/MinGW.
2012-10-11 Uwe HermannAdd COPYING file (PulseView is GPL, version 2 or later).
2012-10-11 Joel HoldsworthFixed ruler scale units
2012-10-11 Joel HoldsworthFixed zero samplerate issue
2012-10-10 Uwe HermannBump libsigrok dependency to >= 0.2.0.
2012-10-10 Uwe HermannAdd README file.
2012-10-07 Uwe HermannFix application name in the About window.
2012-10-06 Joel HoldsworthPartial fix to scroll overflow issues
2012-10-06 Joel HoldsworthOversample edges to prevent gaps
2012-10-06 Joel HoldsworthAdded tests for low scale
2012-10-06 Joel HoldsworthAdded LisMUsbHid test
2012-10-06 Joel HoldsworthMade longpulses a 64-bit test
2012-10-06 Joel HoldsworthAdded missing delete to longpulses test
2012-10-06 Joel HoldsworthAdded missing delete to pulses test
2012-10-06 Joel HoldsworthFixes for data sizes greater than zero
2012-10-06 Joel HoldsworthFixes and optimizations to get_subsampled edges
2012-09-30 Joel HoldsworthAdded LongPulses test
2012-09-30 Joel HoldsworthAdded a sanity check to LogicSignal::paint
2012-09-30 Joel HoldsworthAdded Pulses test case for LogicDataSnapshot
2012-09-30 Joel HoldsworthFixes to LargeData test checks
2012-09-16 Joel HoldsworthAdded LogicDataSnapshot::get_subsample helper function
2012-09-15 Joel HoldsworthAdded tests, and corrected behaviour of LogicDataSnapsh...
2012-09-10 Joel HoldsworthViewport no longer needs to be a friend
2012-09-10 Joel HoldsworthMade pv::view::View::zoom public
2012-09-09 Joel HoldsworthRemoved OpenGL from pv::view::Viewport
2012-09-09 Joel HoldsworthInitial work moving ruler into the pv::view::Ruler...
2012-09-09 Joel HoldsworthInitial work moving headers into the pv::view::Header...
2012-09-07 Joel HoldsworthExposed View::_session with accessor function
2012-09-07 Joel HoldsworthRemoved spurious namespace declaration
2012-09-07 Joel HoldsworthAdded backup files to git ignore list
2012-09-07 Joel HoldsworthMoved view classes into the pv::view:: namespace
2012-09-06 Joel HoldsworthAdd initial scrolling support with a QAbstractScrollArea
2012-09-06 Joel HoldsworthReplaced snapshots queue with a deque
2012-09-04 Joel HoldsworthRenamed SigView to SigViewport
2012-09-03 Joel HoldsworthRenamed sigrok-qt2 to PulseView
2012-09-03 Joel HoldsworthAdded large data set tests for append_payload_to_mipmap
2012-09-03 Joel HoldsworthImplemented O(log(N)) wave plotting
2012-09-03 Joel HoldsworthAdded subsampling for fast lookup
2012-09-03 Joel HoldsworthInitial tests for LogicDataSnapshot
2012-09-03 Joel HoldsworthAdded empty unit testing framework
2012-09-03 Joel HoldsworthAdded toolbar zoom buttons
2012-09-03 Joel HoldsworthAdded initial toolbar
2012-09-03 Joel HoldsworthReplaced mainwindow.ui XML with code
2012-09-03 Joel HoldsworthAdded record length selector
2012-09-03 Joel HoldsworthAdded zoom limits
2012-09-03 Joel HoldsworthClip signal painting with glScissor
2012-09-03 Joel HoldsworthFixed signal ends to cover screen
2012-09-03 Joel HoldsworthMade naming scheme consistent
2012-09-03 Joel HoldsworthDeal with the samplerate=0 case
2012-09-03 Joel HoldsworthImplemented dragging and zooming
2012-09-03 Joel HoldsworthAdded initial sampling support
2012-09-03 Joel HoldsworthAdded sample rate selector
2012-09-03 Joel HoldsworthAdded device selector combo box
2012-09-03 Joel HoldsworthAdded empty SamplingBar object
2012-09-03 Joel HoldsworthAdded major and minor divisions
2012-09-03 Joel HoldsworthAdded ruler numbering
2012-09-03 Joel HoldsworthInitial ruler painting
2012-09-03 Joel HoldsworthAdded tango style highlights to labels
2012-09-03 Joel HoldsworthInitial implementation of labels
2012-09-03 Joel HoldsworthAdded extdef.h
2012-09-03 Joel HoldsworthPlot caps and edges with different colours
2012-09-03 Joel HoldsworthMoved viewport from int64_ts to doubles, and added...
2012-09-03 Joel HoldsworthInitial interractive zoom support
2012-09-03 Joel HoldsworthInitial rendering of traces
2012-09-03 Joel HoldsworthInitial VBO code
2012-09-03 Joel HoldsworthAdded view scale and offset
2012-09-03 Joel HoldsworthParse logic signals
2012-09-03 Joel HoldsworthPush data into data model
2012-09-03 Joel HoldsworthAdded a .gitignore file
2012-09-03 Joel HoldsworthFleshed out data model
2012-09-03 Joel HoldsworthAdded a dependency on boost
2012-09-03 Joel HoldsworthImplemented initial data model
2012-09-03 Joel HoldsworthAdded session file open support
2012-09-03 Joel HoldsworthCreated a CMake build environment
2012-09-03 Joel HoldsworthMade SigView into a QGLWidget
2012-09-03 Joel HoldsworthAdded SigView
next