]> sigrok.org Git - pulseview.git/history - pv
CMakeLists.txt: Fix CMAKE_MODULE_PATH related issue.
[pulseview.git] / pv /
2014-11-02 Uwe HermannUse <cstdlib> for std::abs() on integer datatypes.
2014-10-31 Uwe HermannAdd missing <cmath> #includes.
2014-10-15 Martin LingUse libsigrok C++ bindings (patch version 7).
2014-10-08 Angus GrattonFix double-free issue in File::create
2014-09-29 Soeren ApelAdd serial_num/connection_id handling and save/restore...
2014-09-18 Soeren ApelUse QApplication metadata for persistent storage
2014-09-17 Bert VermeulenAdapt to config key capabilities.
2014-09-15 Soeren ApelFix objectName warnings.
2014-09-15 Soeren ApelAutomatically save/restore main window state
2014-09-15 Soeren ApelGeneric auto-focusing for first line edit of popup
2014-09-15 Soeren ApelUse a generic approach when adding the "close on enter...
2014-09-15 Uwe HermannReplace ann_format with ann_class.
2014-09-10 Martin LingSubclass QApplication to catch exceptions in handlers.
2014-09-08 Joel HoldsworthTrace: Fixed a doxygen comment
2014-09-02 Soeren ApelMake decoder popups close when pressing enter
2014-08-29 Martin LingRename 'probe' to 'channel' everywhere.
2014-08-29 Martin LingAdd missing default to switch/case block.
2014-08-29 Martin LingMake unit_size in Snapshot class unsigned.
2014-08-29 Martin LingRemove broken assert().
2014-08-28 Bert VermeulenRemove obsolete input module support.
2014-08-27 Martin LingDon't use Qt-defined keywords, they can cause problems...
2014-08-27 Jens SteinhauserSnapshot classes: Use vector instead of raw pointer
2014-08-27 Soeren ApelMake trace popup combobox behave more user-friendly
2014-08-27 Soeren ApelPopulate signal popup combo box with signal name instea...
2014-08-27 Soeren ApelFix bug 298 by enhancing signal and trace popup behavior
2014-08-27 Uwe HermannFix two errors with clang 3.6.
2014-08-26 Uwe Hermannview: Minor whitespace fixes.
2014-08-26 Marcus ComstedtView: Implement pinch-zoom
2014-08-03 Bert VermeulenCheck for device instances before blindly trying to...
2014-08-03 Soeren ApelFix comment and increase readability in probes.cpp
2014-08-03 Soeren ApelFix bug #392 by improving empty list/map handling
2014-07-26 Bert VermeulenRemove output modules from about dialog.
2014-07-19 Martin LingUpdate to new session API.
2014-07-14 Marcus ComstedtMarginWidget: Disable system background
2014-07-01 Marcus ComstedtDeclare a virtual destructor for SignalData
2014-07-01 Marcus ComstedtAdd missing #include <cassert> in multiple files
2014-06-29 Marcus ComstedtFix compilation on 32-bit systems
2014-06-11 Jens SteinhauserUse 'struct' for test cases defined with BOOST_AUTO_TES...
2014-06-05 Marcus ComstedtChange QApplication::translate to tr, removing deprecat...
2014-06-05 Marcus ComstedtUpdate #include directives to work with Qt5 as well...
2014-06-05 Joel HoldsworthDecoderStack: Fixed thread dead-lock
2014-06-05 Joel HoldsworthSigSession: Fixed std::thread joining
2014-06-03 Aurelien Jacobsproperty: add the necessary include file for std::function
2014-05-30 Bert VermeulenDon't use obsolete channel-based triggers.
2014-05-24 Jens SteinhauserHeader: Do not clip away the selection.
2014-05-24 Jens SteinhauserCursorHeader: Do not clip away the selection.
2014-05-24 Jens SteinhauserCursorHeader: Use the same number format as the ruler.
2014-05-24 Jens SteinhauserCursorHeader: Make the size dependend on the used font.
2014-05-24 Jens SteinhauserUse a separate widget to hold the cursor labels.
2014-05-24 Jens SteinhauserMainWindow: Remember directory of last file that was...
2014-05-24 Joel HoldsworthDeviceOptions::print_vdiv: Replace C-style string forma...
2014-05-24 Joel HoldsworthReplaced boost::bind with C++11 lambdas
2014-05-24 Joel HoldsworthReplaced boost::function with std::function
2014-05-24 Joel HoldsworthUsed a std::atomic for StoreSession::_units_stores...
2014-05-24 Joel HoldsworthReplaced boost::thread/mutex etc. with std equivalents
2014-05-24 Joel HoldsworthReplaced boost::shared_ptr with std::shared_ptr
2014-05-23 Joel HoldsworthReplaced BOOST_FOREACH with C++11 range-based for loops
2014-05-23 Joel HoldsworthReplaced lengthy iterator types with the auto keyword
2014-05-23 Jens SteinhauserHeader: Invisible traces shouldn't influence the width.
2014-05-23 Jens SteinhauserSamplingBar: Use nicer time format in the tooltip.
2014-05-23 Jens SteinhauserPut the time format function into a separate file.
2014-05-23 Jens SteinhauserSamplingBar: Show total sampling time in a tooltip.
2014-05-23 Jens SteinhauserSigSession: Fix typo in comment.
2014-05-23 Jens SteinhauserMainWindow: Add missing toolbar buttons.
2014-05-22 Jens SteinhauserMainWindow: Add shortcuts for the open/save menu items.
2014-05-04 Marcus ComstedtFix polymorphic function lookup problem
2014-04-14 Uwe HermannRename 'probe' to 'channel' (libsigrokdecode change).
2014-03-27 Joel HoldsworthDeviceOptions: Added an error handler for the case...
2014-03-25 Uwe HermannUpdate for 'probe' -> 'channel' rename in libsigrok.
2014-03-25 Uwe HermannUpdate for 'probe_group' -> 'channel_group' rename...
2014-03-22 Joel HoldsworthHeader/Viewport: Manually trigger the signals_changed...
2014-03-16 Joel HoldsworthReworked SamplingBar device selection logic
2014-03-15 Joel HoldsworthSet PopupToolButton::_popup to NULL at construction
2014-03-15 Joel HoldsworthRevert back to the default device if a session file...
2014-03-15 Joel HoldsworthDon't show decoders with probes in the Stack Decoder...
2014-03-15 Joel HoldsworthDon't allow disabled probes to be selected
2014-03-13 Joel HoldsworthDo not attempt to draw text for small annotations
2014-03-13 Joel HoldsworthRemoved undefined Annotation::set_row and set_pd_index
2014-03-13 Joel HoldsworthEnum: Reference gvariants in the values list
2014-03-13 Joel HoldsworthEnum: Use an iterator instead of iterating by indexes
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-13 Joel HoldsworthMoved print_gvariant into DeviceOptions
2014-03-07 Priit LaesFix typo in header guard causing warning
2014-03-04 Joel HoldsworthAdded missing include for boost::hash_combine
2014-03-04 Joel HoldsworthOnly show first-level decoders in the menu
2014-03-04 Joel HoldsworthRemoved assert from DecoderStack
2014-03-03 Joel HoldsworthFixed non-painting decode
2014-03-03 Joel HoldsworthOnly update the decode state when decoding
2014-03-03 Joel HoldsworthCheck required probes before starting the decode thread
2014-03-03 Joel HoldsworthAdded an error message there are some unspecified requi...
2014-03-03 Joel HoldsworthRemoved unused parameter in DecoderStack::decode_proc
2014-03-02 Joel HoldsworthNotify repaint after decode_data instead of inside...
2014-03-02 Joel HoldsworthImplemented threaded decode
2014-03-02 Joel HoldsworthRenamed DecoderStack::_mutex to _output_mutex
2014-03-02 Joel HoldsworthRenamed SigSession::data_updated signal to data_receive...
2014-03-02 Joel HoldsworthMoved inner decode loop into DecoderStack::decode_data
2014-03-02 Joel HoldsworthBegin a new decode session when a new frame begins
2014-03-01 Joel HoldsworthAdded a reference to the SigSession in DecoderStack
2014-03-01 Joel HoldsworthAdded LogicSignal::get_data
next