]> sigrok.org Git - pulseview.git/history - pv/mainwindow.cpp
Fix #957 and #874 by implementing the pane splitter
[pulseview.git] / pv / mainwindow.cpp
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.
2014-01-11 Joel HoldsworthSmall tidy of pv::MainWindow::on_actionOpen_triggered
2014-01-11 Joel HoldsworthAdded support for save
2013-12-30 Joel HoldsworthReplaced using namespace with using class directives
2013-12-28 Joel HoldsworthMade decode an optional feature disabled by default.
2013-12-09 Joel HoldsworthAdded zoom one-to-one
2013-12-02 Joel HoldsworthImplemented zoom-fit
2013-12-02 Joel HoldsworthDon't retain uneeded pointers to UI elements
2013-11-19 Joel HoldsworthFactored out DecoderMenu
2013-11-19 Joel HoldsworthMoved decoder config into the popup
2013-10-23 Joel HoldsworthModified Decode to only use LogicSignals
2013-10-13 Joel HoldsworthProbes popup now live applies properly
2013-10-13 Joel HoldsworthRemoved context bar
2013-10-09 Joel HoldsworthFixed PD list, so that it doesn't crash when empty
2013-10-08 Uwe HermannFix off-by-one in PD menu list construction.
2013-09-29 Joel HoldsworthImplemented decoder options binding
2013-09-29 Joel HoldsworthMade Decoder dialog export a map of probes, and routed...
2013-09-29 Joel HoldsworthAdd decoder after decoder dialog
2013-09-29 Joel HoldsworthAdded probes to decoder dialog
2013-09-22 Joel HoldsworthAdded decoder dialog heading
2013-09-22 Joel HoldsworthAdded empty decoder dialog
2013-09-22 Joel HoldsworthAdded decoders list
2013-09-22 Joel HoldsworthMake sigrokdecode a non-optional dependancy
2013-05-28 Joel HoldsworthPut context bar back on the same row as the other toolbars
2013-05-28 Joel HoldsworthAdded AwaitTrigger capture state
2013-05-19 Joel HoldsworthInitial working context bar
2013-05-19 Joel HoldsworthAdded empty context bar
2013-05-19 Joel HoldsworthAdded All Files to the open file filter list
2013-05-03 Uwe HermannAdapt to new <libsigrokdecode/libsigrokdecode.h> header.
2013-05-01 Joel HoldsworthStop capture before connecting to a device
2013-05-01 Joel Holdsworthpv::DeviceManager now manages opening/closing devices
2013-05-01 Joel HoldsworthSet the title of the main toolbar
2013-04-27 Joel HoldsworthAdded DeviceManager
2013-04-24 Joel HoldsworthUpdate the SigSession device, when it is selected by...
2013-04-24 Joel HoldsworthOnly the open the file if the user clicked ok in the...
2013-04-24 Joel HoldsworthMade the sdi a persisent property of SigSession
2013-04-23 Joel HoldsworthAdded an accelerator for show/hide cursors
2013-04-23 Joel HoldsworthBring the cursors into view when they are shown
2013-04-18 Joel HoldsworthAdded ENABLE_SIGROKDECODE option, disabled for now
2013-03-21 Joel HoldsworthImplemented Ctrl+Q quit shortcut
2013-03-21 Joel HoldsworthMoved SamplingBar into pv::toolbars namespace
2013-03-11 Joel HoldsworthAdded UI error handling for file loading and capturing
2013-03-09 Uwe HermannWhitespace fixes.
2013-03-09 Joel HoldsworthProcess selected device
2013-03-09 Joel HoldsworthMoved device enumeration out of pv::SamplingBar into...
2013-03-09 Joel HoldsworthInitial manual connect dialog with a serial port selector
2013-03-03 Joel HoldsworthRemoved sample_rate parameter from start_capture
2013-03-03 Joel HoldsworthAdded open file command line argument
next