]> sigrok.org Git - pulseview.git/history - pv/mainwindow.hpp
Fixes
[pulseview.git] / pv / mainwindow.hpp
2019-04-22 Soeren ApelStyle fixes
2019-04-22 Devan LaiAdd -s / --settings parameter to load a session setup...
2019-03-10 Soeren ApelFix #1147 by implementing decoder selector subwindow
2018-04-15 Soeren ApelRename colour* to color*
2018-04-15 Soeren ApelCentralize session error notification
2018-02-07 Soeren ApelRework the callback mechanism for the global settings
2017-06-09 Soeren ApelMain(Window): Let the UI and sessions be restored after...
2017-06-06 Soeren ApelFix #862 by implementing -c / --clean
2017-03-31 Uwe HermannAdd a hotkey and setting for showing/hiding the minor...
2017-03-28 Uwe HermannUse alphabetical order for #includes.
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-17 Uwe HermannAdd a hotkey to show/hide sampling points.
2017-03-13 Soeren ApelTraceView: Use sticky scrolling setting directly
2017-03-12 Soeren ApelTie the "sticky scrolling" setting in with the settings...
2017-03-12 Soeren ApelIntegrate the about dialog into the settings dialog
2017-03-07 Soeren ApelTie the "use coloured bg" setting in with the settings...
2017-03-07 Soeren ApelImplement initial version of the settings management
2017-03-04 Piotr Esden-TempskiBring back sticky scroll and coloured background shortcuts.
2017-03-03 Piotr Esden-TempskiAdded Ctrl-Q and Ctrl-W shortcuts.
2017-03-03 Piotr Esden-TempskiAdd Run/Stop shortcut.
2017-01-17 Soeren ApelMainWindow: Improve view removal
2017-01-07 Gerhard Sittiglicense: remove FSF postal address from boiler plate...
2016-12-04 Soeren ApelMainWindow: Add settings button
2016-12-04 Soeren ApelMainWindow: Don't use get_active_view() to determine...
2016-12-04 Soeren ApelMainWindow: Fix session error slot declaration
2016-12-04 Soeren ApelMove run/stop button from the menu bar to the tab widget
2016-12-04 Soeren ApelMainWindow: Prevent the QTabWidget from collapsing...
2016-12-04 Soeren ApelMainWindow: Update session tab when focusing a differen...
2016-12-04 Soeren ApelMove the "new session" button to the main window's...
2016-12-04 Soeren ApelMainWindow: Allow tabs to be closed
2016-12-04 Soeren ApelMainWindow: Use regular pointer for QDockWidgets
2016-12-04 Soeren ApelMainWindow: Use a QTabWidget to display the QDockWidgets
2016-12-04 Soeren ApelChange namespace for the trace view and implement ViewBase
2016-09-03 Soeren ApelUpdate main window and dock widget titles as session...
2016-09-02 Soeren ApelAllow dock windows to be closed and handle this properly
2016-09-01 Soeren ApelAdd "new session" and "new view" toolbar buttons
2016-08-31 Soeren ApelSave/restore view states and signal settings
2016-08-27 Soeren ApelImplement multi-session handling
2016-08-26 Soeren ApelMake the first view own the toolbar instead of the...
2016-08-18 Soeren ApelMainWindow: Prevent Qt from restoring the dock widgets
2016-08-18 Soeren ApelRemove context menu for central MainWindow widget
2016-08-18 Soeren ApelMove signals to views and make Session handle multiple...
2016-08-16 Soeren ApelImplement MainWindow::add_view()
2016-07-24 Soeren ApelIntroduce MainWindow::get_active_view()
2016-07-24 Soeren ApelUse a QDockWidget to contain the view
2015-12-28 Soeren ApelAdd menu option for coloured/alternating trace backgrou...
2015-11-04 Soeren ApelMainWindow: Add selection_only parameter to export_file()
2015-11-04 Soeren ApelIntroduce "save selection range as..." feature
2015-07-24 Soeren ApelImplement "always zoom to fit" feature
2015-07-23 Soeren ApelFix #121 by implementing sticky scrolling
2015-06-11 Joel HoldsworthSupport specifying input formats on the command line
2015-06-11 Joel HoldsworthReplaced NULL with nullptr
2015-06-11 Joel HoldsworthMainWindow: Added initial import menu with no options
2015-06-11 Joel HoldsworthMainWindow: Added format parameters to load_file
2015-05-28 Joel HoldsworthUse device::Devices to represent sigrok Devices
2015-02-20 Uwe HermannDrop unneeded /* ENABLE_DECODE */ comments.
2015-02-20 Bartosz Golaszewskimainwindow: add missing checks against ENABLE_DECODE
2015-01-27 Joel HoldsworthAdded initial support for export
2015-01-27 Joel HoldsworthModified header guards to match file names
2015-01-10 Joel HoldsworthMainWindow: Hide the main menu unless Altt is pressed
2015-01-10 Joel HoldsworthMainBar: Replaced device selector combo-box with a...
2015-01-10 Joel HoldsworthMainWindow: Made menu_decoder_add into a member variable
2015-01-10 Joel HoldsworthMainWindow: Made QActions into member variables
2015-01-10 Joel HoldsworthMainWindow: Moved static constants to top of class...
2015-01-06 Joel HoldsworthMainBar: Renamed from SamplingBar
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 HoldsworthMainWindow: Include device/file name in window title
2014-11-22 Joel HoldsworthRenamed C++ headers to .hpp