]> sigrok.org Git - pulseview.git/history - pv/widgets
Trace: Remove unneeded setters
[pulseview.git] / pv / widgets /
2018-04-15 Soeren ApelRename colour* to color*
2017-06-06 Uwe HermannDrop some trailing whitespace.
2017-06-03 Soeren ApelDon't use Q_EMIT, it's not needed anymore
2017-03-30 Uwe HermannAdd a tooltip for the "Delete decoder trace" icon.
2017-03-30 Uwe HermannAdd a tooltip for the "Show/hide decoder trace" icon.
2017-03-30 Uwe HermannAdd a tooltip for the decoder name in the decoder popup.
2017-03-28 Uwe Hermannwellarray.hpp: Add missing #include guards.
2017-03-28 Uwe HermannUse alphabetical order for #includes.
2017-03-23 Uwe HermannConsistenty use auto-generated namespace comments.
2017-03-23 Uwe HermannRandom simplifications, cosmetics/whitespace/consistenc...
2017-03-23 Uwe HermannUse bool literals for boolean values.
2017-03-23 Uwe HermannUse nullptr in a few places.
2017-03-18 Uwe HermannDon't use std:: in the code directly (where possible).
2017-03-11 Uwe HermannDon't use deprecated headers.
2017-01-07 Gerhard Sittiglicense: remove FSF postal address from boiler plate...
2016-08-22 Soeren ApelMainWindow: Remove menu bar
2016-06-24 Soeren ApelFix #805 by resetting selected device on failure
2016-02-16 Soeren ApelWhitespace fix
2016-02-13 Uwe HermannStandardize on 'event' as name for all Qt events.
2016-02-13 Uwe HermannFix inconsistent declaration parameter names.
2016-02-13 Uwe HermannUse nullptr in some more places.
2015-12-26 Uwe HermannVarious minor whitespace and consistency fixes.
2015-11-04 Uwe HermannMinor whitespace cosmetics.
2015-11-04 Soeren ApelMake ExportMenu accept a vector of actions
2015-09-04 Jens SteinhauserUntangle the time formatting functions a bit
2015-09-04 Jens SteinhauserUse typesafe enum classes in pv::util
2015-09-04 Jens SteinhauserAdd a spin box widget for timestamp values
2015-08-25 Soeren ApelFix #510 by disabling removal of the last decoder from...
2015-07-25 Uwe HermannMinor whitespace fixes.
2015-06-11 Uwe Hermannimportmenu: Fix libsigrokcxx.hpp #include.
2015-06-11 Joel HoldsworthDeviceToolButton: Support having no selected device
2015-06-11 Joel HoldsworthReplaced NULL with nullptr
2015-06-11 Joel HoldsworthDeviceManager: Deprecated build_display_name and friends
2015-05-28 Joel HoldsworthUse device::Devices to represent sigrok Devices
2015-05-28 Joel HoldsworthAdded pv::widgets::ImportMenu
2015-01-27 Joel HoldsworthModified header guards to match file names
2015-01-27 Joel HoldsworthAdded pv::widgets::ExportMenu
2015-01-17 Uwe HermannUpdate for libsigrokcxx rename.
2015-01-10 Joel HoldsworthMainWindow: Hide the main menu unless Altt is pressed
2015-01-10 Soeren ApelFix #489 by implementing device tool button tooltip
2015-01-10 Joel HoldsworthMainBar: Replaced device selector combo-box with a...
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