]> sigrok.org Git - pulseview.git/history - test
View: Update ruler after restoring session
[pulseview.git] / test /
2017-07-22 Soeren ApelRemove signal scale handle
2017-07-06 Soeren ApelFix unit tests
2017-07-04 Soeren ApelMerge DecoderStack into DecodeSignal
2017-07-04 Soeren ApelIntroduce DecodeSignal class
2017-06-10 Soeren ApelAdjust trace view namespace
2017-06-10 Soeren ApelMove trace view files
2017-06-06 Uwe HermannDrop some trailing whitespace.
2017-05-05 Soeren ApelTests: Add another unit test for Segment class
2017-03-28 Uwe HermannSimplify Qt5 setup, require cmake >= 2.8.12.
2017-03-28 Uwe HermannDrop support for Qt4.
2017-03-28 Uwe HermannUse alphabetical order for #includes.
2017-03-23 Uwe HermannConsistenty use auto-generated namespace comments.
2017-03-23 Uwe HermannRemove unused "using" declarations.
2017-03-18 Uwe HermannDon't use std:: in the code directly (where possible).
2017-03-11 Uwe HermannDon't use deprecated headers.
2017-03-07 Soeren ApelImplement initial version of the settings management
2017-02-15 Soeren ApelUpdate unit tests
2017-02-08 Soeren ApelTests: Add tests for Segment class
2017-01-07 Gerhard Sittiglicense: remove FSF postal address from boiler plate...
2016-12-06 Soeren ApelFix unit tests
2016-08-18 Soeren ApelIntroduce pv::data::SignalBase
2016-04-08 Uwe Hermanntest/CMakeLists.txt: Add missing #include file.
2016-01-31 Soeren ApelFix unit tests and prevent warnings
2016-01-03 Uwe HermannFix a bunch of random typos.
2015-11-08 Tilman SauerbeckAdd TriggerMarker class.
2015-10-18 Uwe Hermanntest/CMakeLists.txt: Add missing files.
2015-09-04 Jens SteinhauserUntangle the time formatting functions a bit
2015-09-04 Jens SteinhauserView: Change the type of tick_period to pv::util::Timestamp
2015-09-04 Jens SteinhauserUse typesafe enum classes in pv::util
2015-09-04 Jens SteinhauserAdd a spin box widget for timestamp values
2015-09-04 Jens Steinhauserformat_time(): Use the timestamp type in the calculation
2015-09-04 Jens Steinhauserformat_si_value(): Use the timestamp type in the calcul...
2015-07-23 Soeren ApelTests: Add required files to CMakeLists.txt
2015-06-11 Joel HoldsworthReplaced NULL with nullptr
2015-02-28 Uwe HermannAdd a workaround for QTBUG-22829.
2015-01-27 Joel HoldsworthRenamed pv::binding::DeviceOptions and DecoderOptions...
2015-01-27 Joel HoldsworthMoved pv::prop:bindings classes into pv::bindings namespace
2015-01-17 Uwe HermannUpdate for libsigrokcxx rename.
2014-12-29 Joel HoldsworthAdded ViewWidget as a common ancestor of all view widgets
2014-12-28 Joel HoldsworthRuler: Recombined with CursorHeader
2014-12-28 Joel HoldsworthFlag: Added flag time markers
2014-12-28 Joel HoldsworthRowItemPaintParams: Renamed to ViewItemPaintParams
2014-12-28 Joel HoldsworthSelectableItem: Renamed to ViewItem
2014-12-10 Uwe Hermanntest/CMakeLists.txt: Add missing #includes.
2014-12-10 Joel HoldsworthSnapshot: Renamed to Segment
2014-12-09 Joel HoldsworthRowItem: Bundled painting parameters into RowItemPaintP...
2014-12-03 Uwe Hermanntest: Add a dummy unit test to fix 'make test'.
2014-12-03 Joel HoldsworthSession: Renamed files to match class name
2014-11-29 Uwe Hermanntest/CMakeLists.txt: Fix file list, fix -DENABLE_TESTS...
2014-11-29 Uwe HermannBuild system: Fix issue with unit tests, simplify code.
2014-11-29 Uwe Hermanndecoderstack.cpp: Fix incorrect #inludes.
2014-11-29 Uwe Hermanntest: Disable all unit tests for now (all of them are...
2014-11-22 Joel HoldsworthSession: Renamed pv::SigSession to Session
2014-11-22 Joel HoldsworthRenamed C++ headers to .hpp
2014-11-22 Joel HoldsworthMake member variable underscores a suffix instead of...
2014-11-21 Uwe HermannFix build on MinGW (boost thread related).
2014-10-19 Uwe Hermanntest/CMakeLists.txt: Update file list.
2014-09-18 Uwe HermannFix the C++11 thread linking issues for unit tests...
2014-09-10 Uwe Hermanntest/CMakeLists.txt: Fix build.
2014-08-29 Martin LingRename 'probe' to 'channel' everywhere.
2014-06-11 Jens SteinhauserAdd missing files to test/CMakeLists.txt.
2014-06-09 Uwe Hermanntest/CMakeLists.txt: Drop obsolete boost-thread references.
2014-05-24 Joel HoldsworthReplaced boost::shared_ptr with std::shared_ptr
2014-05-06 Uwe HermannBump libsigrok/libsigrokdecode dependencies to 0.3...
2014-03-27 Joel HoldsworthFixed test suite when ENABLE_DECODE=n
2014-03-13 Joel HoldsworthAdded decoder options binding for double values
2014-03-13 Joel HoldsworthAddded support for decoder options with a values list
2014-03-01 Joel HoldsworthUse boost::filesystem::path to get the filename from...
2014-03-01 Joel HoldsworthMoved session creation into DevInst objects
2014-03-01 Joel HoldsworthAdded pv::device::Device
2014-03-01 Joel HoldsworthMoved DevInst into the pv::device namespace
2014-02-14 Joel HoldsworthFixed unit test CMakeLists.txt
2014-01-28 Uwe HermannCMakeLists.txt, test/CMakeLists.txt: MinGW linking...
2014-01-28 Uwe Hermanntest/CMakeLists.txt: Fix MinGW build of the tests.
2014-01-25 Joel HoldsworthAdd an extra sample to the logic edges so that the...
2014-01-25 Joel HoldsworthFixed AnalogSnapshotTest
2014-01-21 Uwe Hermanntest/CMakeLists.txt: Fix build on Windows/MinGW.
2014-01-09 Uwe HermannCMakeLists.txt: Fix typos, cosmetics, consistency fixes.
2014-01-01 Uwe HermannCMakeLists.txt: Cosmetics, fix typos.
2013-12-30 Joel HoldsworthRemoved duplicated __STDC_LIMIT_MACROS define
2013-12-30 Joel HoldsworthReplaced using namespace with using class directives
2013-12-28 Joel HoldsworthMade decode an optional feature disabled by default.
2013-12-27 Joel HoldsworthMoved annotation painting code into DecodeTrace, and...
2013-11-30 Joel HoldsworthCreated DecoderGroupBox widget
2013-11-30 Joel HoldsworthAdded Popup::closed signal
2013-11-30 Joel HoldsworthImplemented decoder stacking
2013-11-30 Joel HoldsworthRenamed pv::data::Decoder to DecoderStack
2013-11-19 Joel HoldsworthFactored out DecoderMenu
2013-11-19 Joel HoldsworthRenamed DecodeSignal to DecodeTrace
2013-11-19 Joel HoldsworthMoved decoder config into the popup
2013-10-30 Uwe Hermanntest/CMakeLists.txt: Fix Boost version requirement.
2013-10-23 Joel HoldsworthMoved all srd commands into decode thread, implemented...
2013-10-23 Joel HoldsworthModified Decode to only use LogicSignals
2013-10-17 Bert VermeulenMake sure to use QT4 even if QT5 is available
2013-10-16 Uwe Hermanntests/CMakeLists.txt: Add missing boost-thread check.
2013-10-16 Uwe Hermanntests: Fix #include order.
2013-10-15 Joel HoldsworthAdded initial decoder unit test
2013-07-15 Uwe HermannAdd missing libboost-system to test/CMakeLists.txt.
2013-03-21 Joel HoldsworthImplemented Basic analog tests
2013-03-11 Arkadiusz MiśkiewiczAdded missing pthread linkage in tests
next