]> sigrok.org Git - pulseview.git/history - pv/widgets
icons: Resized icons to 24x24
[pulseview.git] / pv / widgets /
2014-12-13 Joel HoldsworthWellArray: Renamed to avoid namespace collissions,...
2014-11-29 Uwe HermannMinor whitespace fixes.
2014-11-22 Joel HoldsworthRenamed C++ headers to .hpp
2014-11-22 Joel HoldsworthMake member variable underscores a suffix instead of...
2014-11-02 Uwe HermannUse <cstdlib> for std::abs() on integer datatypes.
2014-10-31 Uwe HermannAdd missing <cmath> #includes.
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-08-29 Martin LingRename 'probe' to 'channel' everywhere.
2014-08-27 Martin LingDon't use Qt-defined keywords, they can cause problems...
2014-08-27 Uwe HermannFix two errors with clang 3.6.
2014-07-01 Marcus ComstedtAdd missing #include <cassert> in multiple files
2014-06-05 Marcus ComstedtUpdate #include directives to work with Qt5 as well...
2014-04-14 Uwe HermannRename 'probe' to 'channel' (libsigrokdecode change).
2014-03-15 Joel HoldsworthSet PopupToolButton::_popup to NULL at construction
2014-03-15 Joel HoldsworthDon't show decoders with probes in the Stack Decoder...
2014-03-07 Priit LaesFix typo in header guard causing warning
2014-03-04 Joel HoldsworthOnly show first-level decoders in the menu
2014-02-11 Joel HoldsworthSweepTimingWidget: When the exact value isn't available...
2014-02-02 Joel HoldsworthAdded show/hide decoder button
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 Joel HoldsworthCreated pv::widgets::SampleTimingWidget, and ported...
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-12 Joel HoldsworthRemoved QToolBar from DecoderGroupBox
2014-01-12 Joel HoldsworthMinor style change to decoder heading
2013-12-30 Joel HoldsworthReplaced using namespace with using class directives
2013-12-28 Joel HoldsworthHandle C-strings as UTF-8
2013-11-30 Joel HoldsworthCreated DecoderGroupBox widget
2013-11-30 Joel HoldsworthMake Popup dodge the screen edge
2013-11-30 Joel HoldsworthAdded Popup::closed signal
2013-11-30 Joel HoldsworthAdded missing includes to popuptoolbutton.{h,cpp}
2013-11-30 Joel HoldsworthSlightly offset the PopupToolButton popup
2013-11-30 Joel HoldsworthReduced popup padding
2013-11-19 Joel HoldsworthFactored out DecoderMenu
2013-10-15 Joel HoldsworthAdded missing includes and defintions
2013-10-14 Joel HoldsworthMade Probes popup reusable
2013-10-13 Joel HoldsworthAdded pv::widgets::PopupToolButton
2013-10-13 Joel HoldsworthAdded pv::widgets::ColourButton
2013-10-13 Joel HoldsworthAdded pv::widgets::ColourPopup
2013-10-13 Joel HoldsworthAdded QWellArray from Qt
2013-10-13 Joel HoldsworthImplemented Popup dialog widget