]> sigrok.org Git - pulseview.git/history - pv/mainwindow.cpp
Tie the "use coloured bg" setting in with the settings mgmt
[pulseview.git] / pv / mainwindow.cpp
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()
2015-11-04 Soeren ApelAdd "save selection range as..." to the export menu...
2015-11-04 Soeren ApelRefactoring: move samplerate algo from View to Session
2015-11-04 Soeren ApelIntroduce "save selection range as..." feature
2015-08-28 Soeren ApelFix #592 completely by showing the actual error message
2015-07-29 Soeren ApelChange hotkey for sticky scrolling from 'r' to 's'
2015-07-25 Uwe HermannMinor whitespace fixes.
2015-07-24 Soeren ApelImplement "always zoom to fit" feature
2015-07-23 Soeren ApelFix #121 by implementing sticky scrolling
2015-06-27 Soeren ApelFix #590 by adding menu actions to main window also
2015-06-11 Joel HoldsworthSupport specifying input formats on the command line
2015-06-11 Joel HoldsworthMoved default device selection into MainWindow
2015-06-11 Joel HoldsworthMainWindow: Tidied restore_ui_settings
2015-06-11 Joel HoldsworthMainWindow: Added import options dialog
2015-06-11 Joel HoldsworthMainWindow: Added initial import menu with no options
2015-06-11 Joel HoldsworthMainWindow: Added format parameters to load_file
2015-06-11 Joel HoldsworthDeviceManager: Deprecated build_display_name and friends
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 HoldsworthMainWindow: Use extension to populate filter
2015-01-27 Joel HoldsworthAdded pv::dialogs::InputOutputOptions
2015-01-27 Joel HoldsworthAdded initial support for export
2015-01-27 Joel HoldsworthStoreSession: Added an OutputFormat parameter
2015-01-27 Joel HoldsworthMainWindow: Fixed sampling bar comment
2015-01-27 Joel HoldsworthSession: Renamed set_file to set_session_file
2015-01-27 Joel Holdsworthicons: Improved application icon quality
2015-01-17 Uwe HermannUpdate for libsigrokcxx rename.
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: Removed old main toolbar
2015-01-10 Joel HoldsworthMainWindow: Added icon to action_view_show_cursors
2015-01-10 Joel HoldsworthMainWindow: Made QActions into member variables
next