]> sigrok.org Git - pulseview.git/history - pv/mainwindow.cpp
Session: Fix issue #67 by improving error handling
[pulseview.git] / pv / mainwindow.cpp
2023-05-17 Vesa-Pekka PalmuMainWindow: Move show_session_error to signals
2022-11-30 Vesa-Pekka Palmupv: adjust application source code for Qt6 support
2020-12-31 Soeren ApelFix some clang-tidy complaints
2020-11-13 Soeren ApelAdd "start acquisition for all devices" option
2020-10-25 Soeren ApelMainWindow: Make on_run_stop_clicked() public
2020-10-25 Mickael Boschhandle SIGUSR1 signal to run/stop the capture, UNIX...
2020-05-21 Soeren ApelFix a compiler warning
2020-05-11 Soeren ApelFix some signal/slot bugs
2020-05-03 Soeren ApelAdd tabular decoder view
2020-03-16 Soeren ApelRename decoder output view to binary decoder output...
2020-02-27 Soeren ApelReset Run button state when closing the last session
2020-01-30 Soeren ApelFix an undesired side-effect of 3d6ff1cd
2020-01-25 Soeren ApelFix various focus- and hotkey-related issues
2020-01-13 Soeren ApelImplement translations
2020-01-12 Soeren ApelMainWindow: Remove QSignalMapper usage
2020-01-12 Soeren ApelFix #1448 by using different captions for the Run button
2020-01-07 Soeren Apelclang-tidy and clazy proposals
2019-12-17 Uwe HermannUse 'd' shortcut to show/hide decoder selector, also...
2019-11-27 Soeren ApelImplement adding different view types
2019-11-25 Soeren ApelMore preparation and some settings handling cleanup
2019-11-24 Soeren ApelFix #1440 by moving shortcuts from the main window...
2019-11-24 Soeren ApelFix clazy warnings
2019-11-05 Soeren ApelFix #1400 by matching decoder selectors only for curren...
2019-07-31 Joe FitzPatrickadding up/down to zoom in/out for quick navigation
2019-07-31 Miklos MartonAdd home and end shortcuts
2019-07-05 Miklos MartonAdd shortcuts to + and - buttons for zooming in and...
2019-04-22 Soeren ApelStyle fixes
2019-04-22 Devan LaiAdd -s / --settings parameter to load a session setup...
2019-03-19 Soeren ApelDecoderSelector: Make window as wide as necessary when...
2019-03-14 Soeren ApelFix build without decoders enabled
2019-03-10 Soeren ApelFix #1147 by implementing decoder selector subwindow
2018-12-27 Soeren ApelDon't use QMessageBox::setInformativeText()
2018-10-27 Soeren ApelMove meta type declaration out of MainWindow
2018-10-21 Soeren ApelMore clazy fixes
2018-10-21 Soeren ApelFix random clazy warnings
2018-10-21 Soeren ApelFix clazy warnings regarding range-for references
2018-04-19 Soeren ApelDon't use qDebug().noquote() for now (bug #1169)
2018-04-15 Soeren ApelRename colour* to color*
2018-04-15 Soeren ApelCentralize session error notification
2018-04-04 Soeren ApelAdd DecodeSignal and Session error logging
2018-03-30 Soeren ApelAdd logging mechanism
2018-03-12 Soeren ApelApply changes suggested by clang-tidy
2018-02-07 Soeren ApelRework the callback mechanism for the global settings
2018-02-07 Soeren ApelSession/View: Save triggers in a list and use it
2017-07-06 Uwe HermannApply some clang-tidy fixes.
2017-06-27 Gerhard Sittigmain window: Prefer the user specified device in new...
2017-06-11 Uwe HermannRename sigrok-logo-notext.png to pulseview.png.
2017-06-10 Soeren ApelAdjust trace view namespace
2017-06-10 Soeren ApelMove trace view files
2017-06-09 Soeren ApelSettings: Add method to set settings defaults
2017-06-09 Soeren ApelMain(Window): Let the UI and sessions be restored after...
2017-06-07 Soeren ApelFix #970 by making sure the session state handler can...
2017-06-06 Soeren ApelMainWindow: Don't try to close a session when there...
2017-06-06 Soeren ApelFix #862 by implementing -c / --clean
2017-05-26 Soeren ApelDisable context menus that could lead to users removing...
2017-05-05 Uwe HermannRename icons to match freedesktop.org icon naming speci...
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 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-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-11 Uwe HermannDon't use deprecated headers.
2017-03-11 Uwe HermannUse nullptr in a few places.
2017-03-07 Soeren ApelIntroduce ViewBase::is_main_view
2017-03-07 Soeren ApelMainWindow: Restructure add_view()
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-04 Uwe HermannName session tabs "Session 1" per default.
2017-03-03 Piotr Esden-TempskiAdded Ctrl-Q and Ctrl-W shortcuts.
2017-03-03 Piotr Esden-TempskiAdd Run/Stop shortcut.
2017-02-15 Soeren ApelPerform autoranging for analog traces also when new...
2017-01-20 Soeren ApelConfirm with user also when trying to close the session...
2017-01-19 Soeren ApelConfirm with user when trying to close sessions with...
2017-01-17 Soeren ApelMainWindow: Improve view removal
2017-01-07 Gerhard Sittiglicense: remove FSF postal address from boiler plate...
2016-12-26 Perttu AholaMainWindow, View::View: Fix two memory errors reported...
2016-12-13 Soeren ApelAdd tooltips
2016-12-04 Soeren ApelMainWindow: Fix "main_window may be uninitialized"...
2016-12-04 Soeren ApelFix "always zoom to fit" feature
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 ApelMainWindow: Update tab text when session name changes
2016-12-04 Soeren ApelMainWindow: Add settings button
2016-12-04 Soeren ApelMainWindow: Add separator
2016-12-04 Soeren ApelMainWindow: Don't use get_active_view() to determine...
2016-12-04 Soeren ApelMove run/stop button from the menu bar to the tab widget
2016-12-04 Soeren ApelMainWindow: Select new session after creation
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: Fix dock nesting
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
next