]> sigrok.org Git - pulseview.git/history - pv/toolbars
Trace view: Make the zero line for analog traces thicker
[pulseview.git] / pv / toolbars /
2017-07-05 Soeren ApelSession: Break up add_decoder()
2017-06-10 Soeren ApelAdjust trace view namespace
2017-06-10 Soeren ApelMove trace view files
2017-06-06 Uwe HermannFix sigrok spelling in two places.
2017-06-06 Sergey Alirzaevpermit file names not containing dots on import
2017-05-26 Soeren ApelDisable context menus that could lead to users removing...
2017-05-26 Soeren ApelMainBar: Fix notification message
2017-05-05 Uwe HermannImprove icon/theme handling.
2017-05-05 Uwe HermannRename icons to match freedesktop.org icon naming speci...
2017-03-30 Uwe HermannAdd a tooltip for the "Add decoder" button.
2017-03-28 Uwe HermannUse alphabetical order for #includes.
2017-03-23 Uwe HermannRandom simplifications, cosmetics/whitespace/consistenc...
2017-03-23 Uwe HermannDon't use deprecated headers.
2017-03-23 Uwe HermannRemove unused "using" declarations.
2017-03-18 Uwe HermannDon't use std:: in the code directly (where possible).
2017-02-15 Soeren ApelMainBar: Properly limit the lower value of the sample...
2017-02-08 Soeren ApelMainBar: Make sure device and GUI are in sync on startup
2017-01-07 Gerhard Sittiglicense: remove FSF postal address from boiler plate...
2016-12-13 Soeren ApelAdd tooltips
2016-12-04 Soeren ApelMainBar: Correct event handler name
2016-12-04 Soeren ApelImplement views::trace::StandardBar and derive MainBar...
2016-12-04 Soeren ApelMove file loading from MainBar to Session
2016-12-04 Soeren ApelDo not change session name when performing only a selec...
2016-12-04 Soeren ApelMove run/stop button from the menu bar to the tab widget
2016-12-04 Soeren ApelMove the "new session" button to the main window's...
2016-12-04 Soeren ApelChange namespace for the trace view and implement ViewBase
2016-09-04 Soeren ApelMainBar: Remove empty menu button
2016-09-03 Soeren ApelUpdate main window and dock widget titles as session...
2016-09-01 Soeren ApelAdd "new session" and "new view" toolbar buttons
2016-08-28 Soeren ApelMainWindow/MainBar: Fix signals
2016-08-27 Soeren ApelSession/MainBar: Fix device change handling
2016-08-27 Soeren ApelImplement multi-session handling
2016-08-26 Soeren ApelMake the first view own the toolbar instead of the...
2016-06-24 Soeren ApelFix #805 by resetting selected device on failure
2016-01-03 Joel HoldsworthMainBar: Added missing menu item
2015-12-31 Martin LingUpdate to new configuration API.
2015-12-26 Uwe HermannVarious minor whitespace and consistency fixes.
2015-11-16 Tilman SauerbeckMainBar: Only show "total sampling time" tooltip if...
2015-11-04 Soeren ApelAdd "save selection range as..." to the export menu...
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 a type with a greater resolution to represent time...
2015-08-25 Soeren ApelFix #597 by disabling device-related toolbar buttons...
2015-07-23 Soeren ApelFix #121 by implementing sticky scrolling
2015-07-18 Soeren ApelMainBar: Re-check sample count/rate when needed
2015-07-15 Soeren ApelMainBar: Change calling order and flag usage for sample...
2015-07-15 Soeren ApelMainBar: Fix #594 by changing calling order and flag...
2015-06-11 Joel HoldsworthMainBar: Support having no selected device
2015-06-11 Joel HoldsworthReplaced NULL with nullptr
2015-06-11 Joel HoldsworthMainWindow: Added initial import menu with no options
2015-06-11 Joel HoldsworthMainBar: Catch errors listing the config keys
2015-05-28 Joel HoldsworthUse device::Devices to represent sigrok Devices
2015-01-30 Uwe HermannFix the build for older glibmm versions.
2015-01-27 Joel HoldsworthAdded initial support for export
2015-01-27 Joel HoldsworthModified header guards to match file names
2015-01-27 Joel HoldsworthMainBar: Removed unused run_stop signal
2015-01-27 Joel HoldsworthMainBar: Don't list keys twice
2015-01-17 Uwe HermannUpdate for libsigrokcxx rename.
2015-01-10 Soeren ApelMainBar: Prevent context menu from appearing
2015-01-10 Joel HoldsworthMainBar: Replaced device selector combo-box with a...
2015-01-10 Joel HoldsworthMainBar: Added add-decoder button
2015-01-10 Joel HoldsworthMainBar: Added show cursors icon
2015-01-10 Joel HoldsworthMainBar: Added menu button
2015-01-10 Joel HoldsworthMainBar: Make toolbar fixed
2015-01-06 Joel HoldsworthMainBar: Renamed from SamplingBar
2015-01-05 Joel HoldsworthSamplingBar: Handle a failure to list the LIMIT_SAMPLES key
2015-01-05 Joel HoldsworthSamplingBar: Handle a failure to list the SAMPLERATE key
2014-12-13 Soeren ApelSamplingBar: Use DeviceManager::get_display_name()...
2014-12-03 Joel HoldsworthSession: Renamed files to match class name
2014-11-22 Joel HoldsworthMainWindow: Handle device selection failure
2014-11-22 Joel HoldsworthSession: Renamed pv::SigSession to Session
2014-11-22 Joel HoldsworthSamplingBar: Added reference to MainWindow for run_stop
2014-11-22 Joel HoldsworthCheck LIMIT_SAMPLES and SAMPLERATE are available to...
2014-11-22 Joel HoldsworthSamplingBar: Reduced indentation in update_sample_count...
2014-11-22 Joel HoldsworthRenamed C++ headers to .hpp
2014-11-22 Joel HoldsworthMake member variable underscores a suffix instead of...
2014-11-13 Peter ZotovSamplingBar: Add Space as a shortcut to Run/Stop.
2014-11-10 Tom FeistChange Glib::Variant<uint64_t> to Glib::Variant<guint64>.
2014-11-09 Soeren ApelReplace map by list to preserve device order
2014-10-15 Martin LingUse libsigrok C++ bindings (patch version 7).
2014-09-17 Bert VermeulenAdapt to config key capabilities.
2014-09-15 Soeren ApelFix objectName warnings.
2014-08-29 Martin LingRename 'probe' to 'channel' everywhere.
2014-08-27 Martin LingDon't use Qt-defined keywords, they can cause problems...
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 SteinhauserSamplingBar: Use nicer time format in the tooltip.
2014-05-23 Jens SteinhauserSamplingBar: Show total sampling time in a tooltip.
2014-03-16 Joel HoldsworthReworked SamplingBar device selection logic
2014-03-01 Joel HoldsworthSamplingBar: Only use DefaultSampleCount if the _sample...
2014-03-01 Joel HoldsworthDon't attempt to set SR_CONF_LIMIT_SAMPLES when it...
2014-03-01 Joel HoldsworthSamplingBar: Surpressed a spurious update loop
2014-03-01 Joel HoldsworthMoved DevInst into the pv::device namespace
2014-02-11 Joel HoldsworthUpdated the sample rate selector when the config is...
2014-02-11 Joel HoldsworthSamplingBar: Improved event loop protection
2014-02-09 Joel HoldsworthMoved config getting/setting into DevInst
2014-02-09 Joel HoldsworthWrapped sr_dev_inst in a class: pv::DevInst
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
next