]> sigrok.org Git - pulseview.git/shortlog
pulseview.git
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
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
next