]> sigrok.org Git - pulseview.git/history - pv/mainwindow.cpp
Use <cmath> in favor of <math.h> everywhere.
[pulseview.git] / pv / mainwindow.cpp
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
2013-02-20 Uwe HermannRemove unneeded 'extern "C"'.
2013-01-15 Joel HoldsworthAdded File>Quit menu item
2013-01-01 Joel HoldsworthTidied pv::MainWindow menu setup
2012-12-30 Joel HoldsworthRemoved status bar
2012-12-28 Joel HoldsworthAdded fallback toolbar icons
2012-12-24 Joel HoldsworthTidied include of view in mainwindow.cpp
2012-12-24 Joel HoldsworthMoved pv::About into the pv::dialogs::About namespace
2012-12-11 Joel HoldsworthKeep Run/Stop button state updated
2012-12-11 Joel HoldsworthAdded proof of concept start/stop support
2012-11-01 Joel HoldsworthAdded cursors show/hide menu action
2012-10-12 Joel HoldsworthMoved all classes into the pv namespace