projects
/
pulseview.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Implement customizable cursor fill color
[pulseview.git]
/
pv
/
mainwindow.hpp
2018-04-15
Soeren Apel
Rename colour* to color*
blob
|
commitdiff
|
raw
2018-04-15
Soeren Apel
Centralize session error notification
blob
|
commitdiff
|
raw
|
diff to current
2018-02-07
Soeren Apel
Rework the callback mechanism for the global settings
blob
|
commitdiff
|
raw
|
diff to current
2017-06-09
Soeren Apel
Main(Window): Let the UI and sessions be restored after...
blob
|
commitdiff
|
raw
|
diff to current
2017-06-06
Soeren Apel
Fix #862 by implementing -c / --clean
blob
|
commitdiff
|
raw
|
diff to current
2017-03-31
Uwe Hermann
Add a hotkey and setting for showing/hiding the minor...
blob
|
commitdiff
|
raw
|
diff to current
2017-03-28
Uwe Hermann
Use alphabetical order for #includes.
blob
|
commitdiff
|
raw
|
diff to current
2017-03-23
Uwe Hermann
Use nullptr in a few places.
blob
|
commitdiff
|
raw
|
diff to current
2017-03-18
Uwe Hermann
Don't use std:: in the code directly (where possible).
blob
|
commitdiff
|
raw
|
diff to current
2017-03-17
Uwe Hermann
Add a hotkey to show/hide sampling points.
blob
|
commitdiff
|
raw
|
diff to current
2017-03-13
Soeren Apel
TraceView: Use sticky scrolling setting directly
blob
|
commitdiff
|
raw
|
diff to current
2017-03-12
Soeren Apel
Tie the "sticky scrolling" setting in with the settings...
blob
|
commitdiff
|
raw
|
diff to current
2017-03-12
Soeren Apel
Integrate the about dialog into the settings dialog
blob
|
commitdiff
|
raw
|
diff to current
2017-03-07
Soeren Apel
Tie the "use coloured bg" setting in with the settings...
blob
|
commitdiff
|
raw
|
diff to current
2017-03-07
Soeren Apel
Implement initial version of the settings management
blob
|
commitdiff
|
raw
|
diff to current
2017-03-04
Piotr Esden-Tempski
Bring back sticky scroll and coloured background shortcuts.
blob
|
commitdiff
|
raw
|
diff to current
2017-03-03
Piotr Esden-Tempski
Added Ctrl-Q and Ctrl-W shortcuts.
blob
|
commitdiff
|
raw
|
diff to current
2017-03-03
Piotr Esden-Tempski
Add Run/Stop shortcut.
blob
|
commitdiff
|
raw
|
diff to current
2017-01-17
Soeren Apel
MainWindow: Improve view removal
blob
|
commitdiff
|
raw
|
diff to current
2017-01-07
Gerhard Sittig
license: remove FSF postal address from boiler plate...
blob
|
commitdiff
|
raw
|
diff to current
2016-12-04
Soeren Apel
MainWindow: Add settings button
blob
|
commitdiff
|
raw
|
diff to current
2016-12-04
Soeren Apel
MainWindow: Don't use get_active_view() to determine...
blob
|
commitdiff
|
raw
|
diff to current
2016-12-04
Soeren Apel
MainWindow: Fix session error slot declaration
blob
|
commitdiff
|
raw
|
diff to current
2016-12-04
Soeren Apel
Move run/stop button from the menu bar to the tab widget
blob
|
commitdiff
|
raw
|
diff to current
2016-12-04
Soeren Apel
MainWindow: Prevent the QTabWidget from collapsing...
blob
|
commitdiff
|
raw
|
diff to current
2016-12-04
Soeren Apel
MainWindow: Update session tab when focusing a differen...
blob
|
commitdiff
|
raw
|
diff to current
2016-12-04
Soeren Apel
Move the "new session" button to the main window's...
blob
|
commitdiff
|
raw
|
diff to current
2016-12-04
Soeren Apel
MainWindow: Allow tabs to be closed
blob
|
commitdiff
|
raw
|
diff to current
2016-12-04
Soeren Apel
MainWindow: Use regular pointer for QDockWidgets
blob
|
commitdiff
|
raw
|
diff to current
2016-12-04
Soeren Apel
MainWindow: Use a QTabWidget to display the QDockWidgets
blob
|
commitdiff
|
raw
|
diff to current
2016-12-04
Soeren Apel
Change namespace for the trace view and implement ViewBase
blob
|
commitdiff
|
raw
|
diff to current
2016-09-03
Soeren Apel
Update main window and dock widget titles as session...
blob
|
commitdiff
|
raw
|
diff to current
2016-09-02
Soeren Apel
Allow dock windows to be closed and handle this properly
blob
|
commitdiff
|
raw
|
diff to current
2016-09-01
Soeren Apel
Add "new session" and "new view" toolbar buttons
blob
|
commitdiff
|
raw
|
diff to current
2016-08-31
Soeren Apel
Save/restore view states and signal settings
blob
|
commitdiff
|
raw
|
diff to current
2016-08-27
Soeren Apel
Implement multi-session handling
blob
|
commitdiff
|
raw
|
diff to current
2016-08-26
Soeren Apel
Make the first view own the toolbar instead of the...
blob
|
commitdiff
|
raw
|
diff to current
2016-08-18
Soeren Apel
MainWindow: Prevent Qt from restoring the dock widgets
blob
|
commitdiff
|
raw
|
diff to current
2016-08-18
Soeren Apel
Remove context menu for central MainWindow widget
blob
|
commitdiff
|
raw
|
diff to current
2016-08-18
Soeren Apel
Move signals to views and make Session handle multiple...
blob
|
commitdiff
|
raw
|
diff to current
2016-08-16
Soeren Apel
Implement MainWindow::add_view()
blob
|
commitdiff
|
raw
|
diff to current
2016-07-24
Soeren Apel
Introduce MainWindow::get_active_view()
blob
|
commitdiff
|
raw
|
diff to current
2016-07-24
Soeren Apel
Use a QDockWidget to contain the view
blob
|
commitdiff
|
raw
|
diff to current
2015-12-28
Soeren Apel
Add menu option for coloured/alternating trace backgrou...
blob
|
commitdiff
|
raw
|
diff to current
2015-11-04
Soeren Apel
MainWindow: Add selection_only parameter to export_file()
blob
|
commitdiff
|
raw
|
diff to current
2015-11-04
Soeren Apel
Introduce "save selection range as..." feature
blob
|
commitdiff
|
raw
|
diff to current
2015-07-24
Soeren Apel
Implement "always zoom to fit" feature
blob
|
commitdiff
|
raw
|
diff to current
2015-07-23
Soeren Apel
Fix #121 by implementing sticky scrolling
blob
|
commitdiff
|
raw
|
diff to current
2015-06-11
Joel Holdsworth
Support specifying input formats on the command line
blob
|
commitdiff
|
raw
|
diff to current
2015-06-11
Joel Holdsworth
Replaced NULL with nullptr
blob
|
commitdiff
|
raw
|
diff to current
2015-06-11
Joel Holdsworth
MainWindow: Added initial import menu with no options
blob
|
commitdiff
|
raw
|
diff to current
2015-06-11
Joel Holdsworth
MainWindow: Added format parameters to load_file
blob
|
commitdiff
|
raw
|
diff to current
2015-05-28
Joel Holdsworth
Use device::Devices to represent sigrok Devices
blob
|
commitdiff
|
raw
|
diff to current
2015-02-20
Uwe Hermann
Drop unneeded /* ENABLE_DECODE */ comments.
blob
|
commitdiff
|
raw
|
diff to current
2015-02-20
Bartosz Golaszewski
mainwindow: add missing checks against ENABLE_DECODE
blob
|
commitdiff
|
raw
|
diff to current
2015-01-27
Joel Holdsworth
Added initial support for export
blob
|
commitdiff
|
raw
|
diff to current
2015-01-27
Joel Holdsworth
Modified header guards to match file names
blob
|
commitdiff
|
raw
|
diff to current
2015-01-10
Joel Holdsworth
MainWindow: Hide the main menu unless Altt is pressed
blob
|
commitdiff
|
raw
|
diff to current
2015-01-10
Joel Holdsworth
MainBar: Replaced device selector combo-box with a...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-10
Joel Holdsworth
MainWindow: Made menu_decoder_add into a member variable
blob
|
commitdiff
|
raw
|
diff to current
2015-01-10
Joel Holdsworth
MainWindow: Made QActions into member variables
blob
|
commitdiff
|
raw
|
diff to current
2015-01-10
Joel Holdsworth
MainWindow: Moved static constants to top of class...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-06
Joel Holdsworth
MainBar: Renamed from SamplingBar
blob
|
commitdiff
|
raw
|
diff to current
2014-12-03
Joel Holdsworth
Session: Renamed files to match class name
blob
|
commitdiff
|
raw
|
diff to current
2014-11-22
Joel Holdsworth
MainWindow: Handle device selection failure
blob
|
commitdiff
|
raw
|
diff to current
2014-11-22
Joel Holdsworth
Session: Renamed pv::SigSession to Session
blob
|
commitdiff
|
raw
|
diff to current
2014-11-22
Joel Holdsworth
SamplingBar: Added reference to MainWindow for run_stop
blob
|
commitdiff
|
raw
|
diff to current
2014-11-22
Joel Holdsworth
MainWindow: Include device/file name in window title
blob
|
commitdiff
|
raw
|
diff to current
2014-11-22
Joel Holdsworth
Renamed C++ headers to .hpp
blob
|
commitdiff
|
raw
|
diff to current