]> sigrok.org Git - pulseview.git/history - pv/toolbars/mainbar.cpp
Use alphabetical order for #includes.
[pulseview.git] / pv / toolbars / mainbar.cpp
2017-03-28 Uwe HermannUse alphabetical order for #includes.
2017-03-23 Uwe HermannRandom simplifications, cosmetics/whitespace/consistenc...
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 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