]> sigrok.org Git - pulseview.git/shortlog
pulseview.git
2013-03-09 Joel HoldsworthSamplingBar::update_sample_rate_selector should abort...
2013-03-09 Joel HoldsworthFixed indentation in SamplingBar::update_sample_rate_se...
2013-03-09 Joel HoldsworthImplemented device probing
2013-03-09 Joel HoldsworthOnly allow monotonic devices in the device list
2013-03-09 Joel HoldsworthInitial manual connect dialog with a serial port selector
2013-03-09 Alexandru GagniucREADME: Explicitly state meaning of year ranges in...
2013-03-09 Alexandru GagniucSeparate the build/install instructions from the README.
2013-03-03 Joel HoldsworthSampling bar now commits the sample rate into the devic...
2013-03-03 Joel HoldsworthRemoved sample_rate parameter from start_capture
2013-03-03 Joel HoldsworthAdded a binding for SR_CONF_SAMPLERATE
2013-03-03 Joel HoldsworthAdded a Double property object
2013-03-03 Joel HoldsworthImplemented getter behaviour in DeviceOptions
2013-03-03 Joel HoldsworthImplemented getter behaviour in Enum
2013-03-03 Joel HoldsworthUse namespaces in enum.cpp
2013-03-03 Joel HoldsworthCorrected const of DeviceOptions::_sdi
2013-03-03 Joel HoldsworthTidied whitespace
2013-03-03 Uwe HermannMinor whitespace fixes.
2013-03-03 Joel HoldsworthPad mip-map buffers to allow for uint64_t write word
2013-03-03 Joel HoldsworthSet the colour of ruler annotations to the correct...
2013-03-03 Joel HoldsworthAdded open file command line argument
2013-03-03 Joel HoldsworthShow samplerate as 1Hz when its value is unknown
2013-03-03 Joel HoldsworthAdded shorter record lengths
2013-03-03 Joel HoldsworthExplicitly set analog signal painting colour
2013-03-02 Uwe HermannAbout box: Make URL clickable.
2013-02-20 Uwe HermannDrop a few more unneeded 'extern "C"'.
2013-02-20 Uwe HermannRemove unneeded 'extern "C"'.
2013-02-20 Uwe HermannPrint --help/--version output to stdout (not stderr).
2013-02-20 Uwe HermannFix compiler warnings/errors due to -Wall.
2013-02-20 Uwe HermannAdd -Wall compiler option.
2013-02-20 Uwe Hermann.gitignore: Add missing CPack files.
2013-02-20 Uwe HermannCosmetics, typos.
2013-02-20 Alexandru Gagniucmain: quit on SIGINT
2013-02-20 Alexandru Gagniucmain: Add signal handler for SIGINT
2013-02-06 Alexandru Gagniucbuildsystem: Abort cmake config if Boost is not found
2013-01-28 Joel HoldsworthGet sample rate from device instance rather than storing it
2013-01-28 Joel HoldsworthMoved signal creation into feed_in_header
2013-01-28 Joel HoldsworthPorted sampling to new sigrok API
2013-01-27 Joel HoldsworthRenamed pv::dialogs::HwCap to DeviceOptions
2013-01-27 Joel HoldsworthRenamed pv::prop::binding::HwCap to DeviceOptions
2013-01-27 Joel HoldsworthPorted pv::prop::binding::HwCap to new sigrok API
2013-01-27 Joel Holdsworthsamplingbar: Replace sr_info_get(SR_DI_SAMPLERATES...
2013-01-26 Alexandru GagniucView: Decouple horizontal scrolling from the scoll bar
2013-01-24 Alexandru Gagniucbuildsystem: Link against the platform's thread library
2013-01-24 Uwe HermannAdd missing #include <limits.h>.
2013-01-24 Uwe HermannLower Boost dependency to 1.42.
2013-01-20 Uwe HermannMinGW: Drop hardcoded BOOST_ROOT.
2013-01-20 Uwe HermannAdd missing settings for boost-thread on MinGW.
2013-01-19 Uwe HermannCPack: Only generate a .tar.gz file.
2013-01-19 Uwe HermannREADME: Minor fixes, typos.
2013-01-19 Joel HoldsworthDocumented packing procedure
2013-01-19 Joel HoldsworthPrevent CPack from generating a source package with...
2013-01-19 Joel HoldsworthSet the package version number
2013-01-19 Alexandru GagniucAdd a way to generate a tarball without requiring git
2013-01-19 Joel HoldsworthAdded axes to each signal
2013-01-19 Joel HoldsworthEliminated get_nominal_offset
2013-01-19 Uwe HermannLower Boost dependency to 1.45, which is sufficient.
2013-01-19 Uwe Hermannsamplingbar.cpp: Add missing "ULL".
2013-01-19 Uwe HermannAdd missing newlines in two header files.
2013-01-19 Uwe HermannCMakeLists.txt: Fix typo.
2013-01-19 Uwe Hermannboost-thread: Use 'thread_win32' on Windows/MinGW.
2013-01-16 Joel HoldsworthAdded -Wextra, and an option to disable -Werror
2013-01-16 Joel HoldsworthExplicitly initialise QObject in the copy constructor
2013-01-16 Joel HoldsworthSupressed unused parameters
2013-01-15 Uwe Hermannpulseview.qrc: Add missing application-exit.png entry.
2013-01-15 Joel HoldsworthAdded File>Quit menu item
2013-01-15 Joel HoldsworthDo not fast_forward if there is no data at the minimum...
2013-01-13 Joel HoldsworthAdded Sixteen test case
2013-01-13 Joel HoldsworthFixed LongPulses test packet setup
2013-01-13 Joel HoldsworthFixed usage of sr_datafeed_logic::length
2013-01-08 Alexandru Gagniucglobal: Do not assert >= 0 for unsigned values
2013-01-08 Alexandru Gagniuctests: Add check for handling of wide data (16 probes)
2013-01-01 Joel HoldsworthFixed pv::dialogs::About to accomodate 42515b0f in...
2013-01-01 Joel HoldsworthAdded status icons to Run/Stop button
2013-01-01 Joel HoldsworthTidied pv::MainWindow menu setup
2012-12-30 Joel HoldsworthRemoved status bar
2012-12-29 Joel HoldsworthSet HwCap dialog title
2012-12-28 Joel HoldsworthAdded fallback toolbar icons
2012-12-28 Joel HoldsworthAdded Tango configure icon
2012-12-28 Joel HoldsworthImplemented HwCap binding
2012-12-28 Joel HoldsworthAdded commit support to HwCap dialog
2012-12-28 Joel HoldsworthAdded commit support to Binding
2012-12-28 Joel HoldsworthAdded get/set support to Property and Enum
2012-12-28 Joel HoldsworthIntegrated property widgets with dialog
2012-12-28 Joel HoldsworthAdded Enum property
2012-12-28 Joel HoldsworthAdded Property
2012-12-28 Joel HoldsworthAdded empty HwCap dialog
2012-12-28 Joel HoldsworthAdded empty HwCap binding
2012-12-24 Joel HoldsworthMoved data and snapshot classes into pv::data namespace
2012-12-24 Joel HoldsworthTidied include of view in mainwindow.cpp
2012-12-24 Joel HoldsworthMoved pv::About into the pv::dialogs::About namespace
2012-12-21 Alexandru GagniucViewport: Allow horizontal scrolling via mouse wheel...
2012-12-21 Alexandru GagniucViewport: Only zoom in/out at vertical wheel events
2012-12-20 Joel HoldsworthAdded basic analog signal plotting
2012-12-20 Joel HoldsworthAdded skeleton analog support
2012-12-20 Joel HoldsworthRenamed pv::SigSession::_state_mutex to pv::SigSession...
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.
next