]> sigrok.org Git - pulseview.git/shortlog
pulseview.git
2014-01-25 Joel Holdsworthpv::prop::Double: Do not create a widget if the initial...
2014-01-25 Joel Holdsworthpv::prop::Bool: Do not create a widget if the initial...
2014-01-25 Joel HoldsworthSet default build type to RelWithDebInfo
2014-01-25 Joel Holdsworthpv::prop::Enum: Do not create a widget if the initial...
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-19 Joel HoldsworthPorted to new SR_CONF_LIMIT_SAMPLES config key
2014-01-19 Joel HoldsworthShow a 1-2-5 list for the sample count widget
2014-01-19 Joel HoldsworthSamplingBar: Show a 1-2-5 for min-max sample rate values
2014-01-19 Joel HoldsworthSweepTimingWidgets: Fix list mode to show the correct...
2014-01-19 Joel HoldsworthSweepTimingWidget implemented show_125_list
2014-01-18 Joel HoldsworthSweepTimingWidget removed Read Only support
2014-01-18 Martin LingSet LIMIT_FRAMES to 1 if supported.
2014-01-18 Martin LingUse SR_CONF_DEVICE_OPTIONS to decide if LIMIT_SAMPLES...
2014-01-18 Martin LingOnly attempt to set default sample count if supported.
2014-01-18 Martin LingCommit sample count after setting default.
2014-01-18 Martin LingWait until SDI is set before updating sweep timing...
2014-01-18 Martin LingNo longer need to set sample limit on session start.
2014-01-18 Martin LingShow sample count selector only if setting supported.
2014-01-18 Martin LingUse a SweepTimingWidget for sample count limit.
2014-01-18 Joel HoldsworthCreated pv::widgets::SampleTimingWidget, and ported...
2014-01-18 Joel HoldsworthFeed analog data into separate deinterleaved analog...
2014-01-18 Joel HoldsworthAdded AnalogSignal::analog_data accessor function
2014-01-18 Joel HoldsworthLogicSignal: Tidyup boost references
2014-01-18 Joel HoldsworthSigSession: Added signal_from_probe
2014-01-18 Joel HoldsworthSigSession: Tidied update_signals
2014-01-18 Joel HoldsworthRemoved duplicated source listing of wellarray.cpp
2014-01-18 Joel HoldsworthQWellArray: Removed QT_NO_MENU functionality
2014-01-18 Joel HoldsworthQWellArray: Removed dead code
2014-01-18 Joel HoldsworthQWellArray: removed unused destructor
2014-01-17 Joel Holdsworthpv::view::View::set_zoom: Added doxygen comment
2014-01-17 Joel Holdsworthpv::view::View::zoom_fit: clamp the scale between MaxSc...
2014-01-17 Joel Holdsworthpv::view::View::zoom: Removed duplicated scale clamping
2014-01-17 Joel Holdsworthpv::view::View::get_time_extents: Assume samplerate...
2014-01-14 Joel HoldsworthAdded missing include
2014-01-12 Joel Holdsworthdecode: Do not overflow the chunk buffer
2014-01-12 Joel HoldsworthFixed missing includes and formward declarations hidden...
2014-01-12 Joel HoldsworthRemoved QToolBar from DecoderGroupBox
2014-01-12 Joel HoldsworthReplaced QToolBar in probes popup
2014-01-12 Joel HoldsworthImplemented support for probe groups
2014-01-12 Joel HoldsworthMinor style change to decoder heading
2014-01-11 Joel HoldsworthAdded probe group support to DeviceOptions binding
2014-01-11 Joel HoldsworthStore DeviceOptions::_sdi as const
2014-01-11 Joel HoldsworthHide the configure device button when the popup would...
2014-01-11 Joel HoldsworthSmall tidy of pv::MainWindow::on_actionOpen_triggered
2014-01-11 Joel HoldsworthAdded support for save
2014-01-11 Joel HoldsworthAdded SigSession::get_data()
2014-01-11 Joel HoldsworthRefactoring in View and SigSession
2014-01-09 Uwe HermannCMakeLists.txt: Fix typos, cosmetics, consistency fixes.
2014-01-09 Uwe HermannFix SVG icons not being displayed on Windows.
2014-01-05 Uwe Hermannnsis: Install zadig (used for driver switching).
2014-01-05 Uwe Hermannnsis: Install libusb0.dll with the application.
2014-01-03 Ulf LampingScan: Don't enable "OK" button if no device is found.
2014-01-03 Uwe Hermannmingw: Add the sigrok icon for pulseview.exe.
2014-01-02 Uwe Hermannnsis: Mention firmware files and PDs in the description.
2014-01-01 Uwe Hermannnsis: Fix File/RMDir copy-paste error.
2014-01-01 Uwe Hermannnsis: Also put firmware files into the installer.
2014-01-01 Uwe Hermannnsis: Enable Python + decoders in the installer.
2014-01-01 Uwe HermannCMakeLists.txt: Fix copy-paste error (ENABLE_COTIRE).
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-30 Joel HoldsworthMake cotire optional disabled by default
2013-12-29 Joel HoldsworthAdded code to handle different integer types in the...
2013-12-29 Joel HoldsworthDisplay cursor popup time value correctly.
2013-12-29 Joel HoldsworthStop capture when device is changed
2013-12-28 Joel HoldsworthMade decode an optional feature disabled by default.
2013-12-28 Joel HoldsworthAdded missing include to annotation.cpp
2013-12-28 Joel HoldsworthRemoved declaration of pv::MainWindow::decoder_name_cmp
2013-12-28 Joel HoldsworthHandle C-strings as UTF-8
2013-12-27 Joel HoldsworthMoved annotation painting code into DecodeTrace, and...
2013-12-27 Joel HoldsworthStore annotations as objects emplaced in the vector
2013-12-27 Joel HoldsworthImproved appearance of small annotations
2013-12-25 Joel HoldsworthReplaced Decoder internal GHashTable storage of options...
2013-12-25 Joel HoldsworthAdded double-click zoom behaviour
2013-12-25 Joel HoldsworthRemove all decoder traces when loading a file
2013-12-25 Joel HoldsworthRemoved Sample Rate binding from DeviceOptions
2013-12-25 Joel HoldsworthPopulate sample rate widget with correct initial value
2013-12-09 Joel HoldsworthMoved RulerHeight out of View into Ruler
2013-12-09 Joel HoldsworthMake header width responsive to label text
2013-12-09 Joel HoldsworthRemoved use of LabelMarginWidth
2013-12-09 Joel HoldsworthAdded zoom one-to-one
2013-12-07 Martin LingFix hardcoded home directory (pass -DHOME=$HOME to...
2013-12-04 Jong-Jin, Kimpulseview: fixed probe shuffling problem.
2013-12-03 Joel HoldsworthFixed initialization of Annotation::_format field
2013-12-02 Joel HoldsworthAdded missing zoom-fit icon
2013-12-02 Joel HoldsworthRenamed get_samplerate to samplerate
2013-12-02 Joel HoldsworthImplemented zoom-fit
2013-12-02 Joel HoldsworthImplemented pv::data::SignalData::get_max_sample_count
2013-12-02 Joel HoldsworthImplemented DecoderStack::clear
2013-12-02 Joel HoldsworthRenamed SignalData::clear_snapshots to clear
2013-12-02 Joel HoldsworthAdded Signal::data accessor function
2013-12-02 Joel HoldsworthRenamed pv::view::LogicSignal::data to logic_data
2013-12-02 Joel HoldsworthDon't retain uneeded pointers to UI elements
2013-12-02 Joel HoldsworthSimplify drawing for zoomed out annotations
2013-12-02 Joel HoldsworthPaint the unresolved area to show the decode progress
2013-11-30 Joel HoldsworthAdded message when there is an empty decode stack
2013-11-30 Joel HoldsworthAdded decoder stack item deletion
2013-11-30 Joel HoldsworthCreated DecoderGroupBox widget
next