]> sigrok.org Git - pulseview.git/shortlog
pulseview.git
2012-12-20 Joel HoldsworthFactored out feed_in_logic
2012-12-20 Joel HoldsworthFactored out feed_in_meta_logic
2012-12-20 Joel HoldsworthMake data_feed_in and data_feed_in_proc packet paramete...
2012-12-12 Joel HoldsworthMoved file load into a thread
2012-12-12 Uwe HermannREADME: Document Boost system + thread requirement.
2012-12-12 Uwe HermannSome smaller whitespace fixes.
2012-12-12 Uwe Hermanncmake: Add boost-thread as explicit dependency.
2012-12-11 Joel HoldsworthMade LogicDataSnapshot::get_sample private rather than...
2012-12-11 Joel HoldsworthMutex protected snapshot data
2012-12-11 Joel HoldsworthKeep Run/Stop button state updated
2012-12-11 Joel HoldsworthAdded proof of concept start/stop support
2012-12-11 Joel HoldsworthInitial real time display during capture
2012-12-11 Joel HoldsworthMutex protected SigSession::_signals
2012-12-11 Joel HoldsworthAdded SigSession::signals_changed signals to indicate...
2012-12-11 Joel HoldsworthInitial threaded capture
2012-12-03 Peter StugeAdd struct sr_context * to sr_driver_init() calls
2012-11-20 Rene Hopfremoved std namespace to build with llvm
2012-11-18 Joel HoldsworthAdded pv::view::View::normalize_layout to normalize...
2012-11-18 Joel HoldsworthMoved signal margin out of signal rendering into initia...
2012-11-18 Joel HoldsworthImproved propagation of drag event so that the scroll...
2012-11-17 Joel HoldsworthDon't highlight when dragging
2012-11-17 Joel HoldsworthImproved drag selection logic
2012-11-17 Joel HoldsworthAdded snap to grid drag behaviour
2012-11-17 Joel HoldsworthAdded initial support for dragging
2012-11-17 Joel HoldsworthAdded signal (multi) selection
2012-11-17 Joel HoldsworthUse static signal offsets instead of offsets calculated...
2012-11-17 Joel HoldsworthMoved forward declaration of SignalData to correct...
2012-11-03 Joel HoldsworthMoved Signal and LogicSignal into pv::view
2012-11-03 Joel HoldsworthAdded a label colour chooser dialog
2012-11-02 Peter StugeAdd struct sr_context to the sr_init() and sr_exit...
2012-11-02 Joel HoldsworthChange main() to have only one exit code flow, used...
2012-11-01 Joel HoldsworthPixel aligned signal labels
2012-11-01 Joel HoldsworthInitial code to render text inside cursor markers
2012-11-01 Joel HoldsworthMoved LabelPadding into View
2012-11-01 Joel HoldsworthAdded cursor dragging
2012-11-01 Joel HoldsworthMade TimeMarker and Cursor QObjects
2012-11-01 Joel HoldsworthAdded cursors show/hide menu action
2012-11-01 Joel HoldsworthAdded cursors
2012-11-01 Joel HoldsworthDocumented scale, offset, set_scale_offset, _scale...
2012-11-01 Joel HoldsworthAdded Cursor class
2012-10-29 Joel HoldsworthAdded TimeMarker base class
2012-10-28 Joel HoldsworthAdded header time hover arrow
2012-10-28 Joel HoldsworthAdded hover point to pv::view::View
2012-10-24 Joel HoldsworthRender ruler and signals with sub-pixel accuracy
2012-10-21 Joel HoldsworthMoved unit test build commands into test/CMakeLists.txt
2012-10-21 Uwe HermannFix #include guards.
2012-10-21 Uwe HermannAdd a HACKING file.
2012-10-20 Joel HoldsworthAdded a context menu for set name
2012-10-20 Joel HoldsworthCache signal label text size at draw time for later use
2012-10-20 Joel HoldsworthFixed timeline scale
2012-10-20 Joel HoldsworthAdded mouse-over behaviour to signal labels
2012-10-20 Joel HoldsworthMoved Signal label layout to get_label_rect
2012-10-20 Joel HoldsworthEnable -Werror -Wall
2012-10-20 Joel HoldsworthRemoved uneeded statements in LogicDataSnapshot test
2012-10-20 Joel HoldsworthCorrected more signed/unsigned inconsistencies in Logic...
2012-10-20 Joel HoldsworthCorrected signed/unsigned inconsistencies in Ruler...
2012-10-20 Joel HoldsworthRemoved unused return value from LogicSignal::paint_caps
2012-10-20 Joel HoldsworthCorrected intializer order in LogicSignal
2012-10-20 Joel HoldsworthRemoved uneeded statements from LogicDataSnapshot
2012-10-20 Joel HoldsworthCorrected signed/unsigned inconsistencies in LogicDataS...
2012-10-13 Uwe HermannOnly check for libboost-test if tests are enabled.
2012-10-13 Uwe HermannAdd initial manpage.
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
next