]> sigrok.org Git - pulseview.git/history - pv/mainwindow.cpp
MainWindow: Enable dock nesting
[pulseview.git] / pv / mainwindow.cpp
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
2015-01-06 Joel HoldsworthMainBar: Renamed from SamplingBar
2014-12-28 Joel HoldsworthSelectableItem: Renamed to ViewItem
2014-12-13 Soeren ApelSamplingBar: Use DeviceManager::get_display_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
2014-11-22 Joel HoldsworthMake member variable underscores a suffix instead of...
2014-11-13 Joel HoldsworthSigSession: Renamed get_device to device
2014-11-09 Soeren ApelReplace map by list to preserve device order
2014-11-09 Soeren ApelFix bug #285 by handling device display names through...
2014-10-15 Martin LingUse libsigrok C++ bindings (patch version 7).
2014-09-29 Soeren ApelAdd serial_num/connection_id handling and save/restore...
2014-09-18 Soeren ApelUse QApplication metadata for persistent storage
2014-09-15 Soeren ApelFix objectName warnings.
2014-09-15 Soeren ApelAutomatically save/restore main window state
2014-08-03 Soeren ApelFix bug #392 by improving empty list/map handling
2014-07-01 Marcus ComstedtAdd missing #include <cassert> in multiple files
2014-06-05 Marcus ComstedtChange QApplication::translate to tr, removing deprecat...
2014-05-24 Jens SteinhauserMainWindow: Remember directory of last file that was...
2014-05-24 Joel HoldsworthReplaced boost::bind with C++11 lambdas
2014-05-24 Joel HoldsworthReplaced boost::shared_ptr with std::shared_ptr
2014-05-23 Joel HoldsworthReplaced BOOST_FOREACH with C++11 range-based for loops
2014-05-23 Jens SteinhauserMainWindow: Add missing toolbar buttons.
2014-05-22 Jens SteinhauserMainWindow: Add shortcuts for the open/save menu items.
2014-03-16 Joel HoldsworthReworked SamplingBar device selection logic
2014-03-15 Joel HoldsworthRevert back to the default device if a session file...
2014-03-04 Joel HoldsworthOnly show first-level decoders in the menu
2014-03-01 Joel HoldsworthShow the file-device in the selector when a file is...
2014-03-01 Joel HoldsworthMoved default device functionality into SigSession
2014-03-01 Joel HoldsworthMoved session creation into DevInst objects
2014-03-01 Joel HoldsworthRemoved a redundant call to SigSession::set_device
2014-03-01 Joel HoldsworthMade DeviceManager only handle Device objects
2014-03-01 Joel HoldsworthMoved DevInst into the pv::device namespace
2014-02-09 Joel HoldsworthWrapped sr_dev_inst in a class: pv::DevInst
2014-02-01 ulflulflFix bug #235. Add shortcut keys for View/Zoom In (Ctrl...
2014-01-18 Martin LingNo longer need to set sample limit on session start.
next