]> sigrok.org Git - pulseview.git/history - pv/mainwindow.cpp
Trace: Force trace replaint when a setting changes
[pulseview.git] / pv / mainwindow.cpp
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
2016-12-04 Soeren ApelMainWindow: Make session naming consistent
2016-09-04 Soeren ApelMainWindow: Fix crash on closing last session
2016-09-03 Soeren ApelMainWindow: Don't return bogus view
2016-09-03 Soeren ApelUpdate main window and dock widget titles as session...
2016-09-03 Soeren ApelMainWindow: Don't save sessions that have no device
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-09-01 Soeren ApelMainWindow: Enable dock nesting
2016-08-31 Soeren ApelSave/restore view states and signal settings
2016-08-29 Soeren ApelFix crash when saving session with open files
2016-08-28 Soeren ApelSession: Save/restore channel info and top-level decoder
2016-08-28 Soeren ApelMainWindow/MainBar: Fix signals
2016-08-27 Soeren ApelImplement multi-session handling
2016-08-26 Soeren ApelMake the first view own the toolbar instead of the...
2016-08-22 Soeren ApelMainWindow: Remove menu bar
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 ApelFix #814 by using PNG application logo instead of SVG
2016-08-16 Soeren ApelMake view windows non-closeable
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
2016-06-24 Soeren ApelFix #805 by resetting selected device on failure
2016-05-03 Soeren ApelFix #792 by making sure we don't request samples that...
2016-02-13 Uwe HermannPrefer Qt string multi-arg form over arg chaining.
2016-02-11 Soeren ApelMainWindow: Try to use any available device aside from...
2016-01-03 Joel HoldsworthMainWindow: Added missing definition of action_view_col...
2015-12-28 Soeren ApelImplement "use coloured background" functionality
2015-12-28 Soeren ApelAdd menu option for coloured/alternating trace backgrou...
2015-12-28 Soeren ApelMainWindow: Fix typo
2015-12-26 Uwe HermannVarious minor whitespace and consistency fixes.
2015-11-05 Soeren ApelFix #685 by adding a special T marker when SR_DT_TRIGGE...
2015-11-04 Uwe HermannMinor whitespace cosmetics.
2015-11-04 Soeren ApelMainWindow: Merge save_selection_to_file() back into...
2015-11-04 Soeren ApelMainWindow: Add selection_only parameter to export_file()
next