projects
/
pulseview.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
ViewItemPaintParams: Added vertical layout information
[pulseview.git]
/
pv
/
mainwindow.cpp
2014-12-28
Joel Holdsworth
SelectableItem: Renamed to ViewItem
blob
|
commitdiff
|
raw
2014-12-13
Soeren Apel
SamplingBar: Use DeviceManager::get_display_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
2014-11-22
Joel Holdsworth
Make member variable underscores a suffix instead of...
blob
|
commitdiff
|
raw
|
diff to current
2014-11-13
Joel Holdsworth
SigSession: Renamed get_device to device
blob
|
commitdiff
|
raw
|
diff to current
2014-11-09
Soeren Apel
Replace map by list to preserve device order
blob
|
commitdiff
|
raw
|
diff to current
2014-11-09
Soeren Apel
Fix bug #285 by handling device display names through...
blob
|
commitdiff
|
raw
|
diff to current
2014-10-15
Martin Ling
Use libsigrok C++ bindings (patch version 7).
blob
|
commitdiff
|
raw
|
diff to current
2014-09-29
Soeren Apel
Add serial_num/connection_id handling and save/restore...
blob
|
commitdiff
|
raw
|
diff to current
2014-09-18
Soeren Apel
Use QApplication metadata for persistent storage
blob
|
commitdiff
|
raw
|
diff to current
2014-09-15
Soeren Apel
Fix objectName warnings.
blob
|
commitdiff
|
raw
|
diff to current
2014-09-15
Soeren Apel
Automatically save/restore main window state
blob
|
commitdiff
|
raw
|
diff to current
2014-08-03
Soeren Apel
Fix bug #392 by improving empty list/map handling
blob
|
commitdiff
|
raw
|
diff to current
2014-07-01
Marcus Comstedt
Add missing #include <cassert> in multiple files
blob
|
commitdiff
|
raw
|
diff to current
2014-06-05
Marcus Comstedt
Change QApplication::translate to tr, removing deprecat...
blob
|
commitdiff
|
raw
|
diff to current
2014-05-24
Jens Steinhauser
MainWindow: Remember directory of last file that was...
blob
|
commitdiff
|
raw
|
diff to current
2014-05-24
Joel Holdsworth
Replaced boost::bind with C++11 lambdas
blob
|
commitdiff
|
raw
|
diff to current
2014-05-24
Joel Holdsworth
Replaced boost::shared_ptr with std::shared_ptr
blob
|
commitdiff
|
raw
|
diff to current
2014-05-23
Joel Holdsworth
Replaced BOOST_FOREACH with C++11 range-based for loops
blob
|
commitdiff
|
raw
|
diff to current
2014-05-23
Jens Steinhauser
MainWindow: Add missing toolbar buttons.
blob
|
commitdiff
|
raw
|
diff to current
2014-05-22
Jens Steinhauser
MainWindow: Add shortcuts for the open/save menu items.
blob
|
commitdiff
|
raw
|
diff to current
2014-03-16
Joel Holdsworth
Reworked SamplingBar device selection logic
blob
|
commitdiff
|
raw
|
diff to current
2014-03-15
Joel Holdsworth
Revert back to the default device if a session file...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-04
Joel Holdsworth
Only show first-level decoders in the menu
blob
|
commitdiff
|
raw
|
diff to current
2014-03-01
Joel Holdsworth
Show the file-device in the selector when a file is...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-01
Joel Holdsworth
Moved default device functionality into SigSession
blob
|
commitdiff
|
raw
|
diff to current
2014-03-01
Joel Holdsworth
Moved session creation into DevInst objects
blob
|
commitdiff
|
raw
|
diff to current
2014-03-01
Joel Holdsworth
Removed a redundant call to SigSession::set_device
blob
|
commitdiff
|
raw
|
diff to current
2014-03-01
Joel Holdsworth
Made DeviceManager only handle Device objects
blob
|
commitdiff
|
raw
|
diff to current
2014-03-01
Joel Holdsworth
Moved DevInst into the pv::device namespace
blob
|
commitdiff
|
raw
|
diff to current
2014-02-09
Joel Holdsworth
Wrapped sr_dev_inst in a class: pv::DevInst
blob
|
commitdiff
|
raw
|
diff to current
2014-02-01
ulflulfl
Fix bug #235. Add shortcut keys for View/Zoom In (Ctrl...
blob
|
commitdiff
|
raw
|
diff to current
2014-01-18
Martin Ling
No longer need to set sample limit on session start.
blob
|
commitdiff
|
raw
|
diff to current
2014-01-11
Joel Holdsworth
Small tidy of pv::MainWindow::on_actionOpen_triggered
blob
|
commitdiff
|
raw
|
diff to current
2014-01-11
Joel Holdsworth
Added support for save
blob
|
commitdiff
|
raw
|
diff to current
2013-12-30
Joel Holdsworth
Replaced using namespace with using class directives
blob
|
commitdiff
|
raw
|
diff to current
2013-12-28
Joel Holdsworth
Made decode an optional feature disabled by default.
blob
|
commitdiff
|
raw
|
diff to current
2013-12-09
Joel Holdsworth
Added zoom one-to-one
blob
|
commitdiff
|
raw
|
diff to current
2013-12-02
Joel Holdsworth
Implemented zoom-fit
blob
|
commitdiff
|
raw
|
diff to current
2013-12-02
Joel Holdsworth
Don't retain uneeded pointers to UI elements
blob
|
commitdiff
|
raw
|
diff to current
2013-11-19
Joel Holdsworth
Factored out DecoderMenu
blob
|
commitdiff
|
raw
|
diff to current
2013-11-19
Joel Holdsworth
Moved decoder config into the popup
blob
|
commitdiff
|
raw
|
diff to current
2013-10-23
Joel Holdsworth
Modified Decode to only use LogicSignals
blob
|
commitdiff
|
raw
|
diff to current
2013-10-13
Joel Holdsworth
Probes popup now live applies properly
blob
|
commitdiff
|
raw
|
diff to current
2013-10-13
Joel Holdsworth
Removed context bar
blob
|
commitdiff
|
raw
|
diff to current
2013-10-09
Joel Holdsworth
Fixed PD list, so that it doesn't crash when empty
blob
|
commitdiff
|
raw
|
diff to current
2013-10-08
Uwe Hermann
Fix off-by-one in PD menu list construction.
blob
|
commitdiff
|
raw
|
diff to current
2013-09-29
Joel Holdsworth
Implemented decoder options binding
blob
|
commitdiff
|
raw
|
diff to current
2013-09-29
Joel Holdsworth
Made Decoder dialog export a map of probes, and routed...
blob
|
commitdiff
|
raw
|
diff to current
2013-09-29
Joel Holdsworth
Add decoder after decoder dialog
blob
|
commitdiff
|
raw
|
diff to current
2013-09-29
Joel Holdsworth
Added probes to decoder dialog
blob
|
commitdiff
|
raw
|
diff to current
2013-09-22
Joel Holdsworth
Added decoder dialog heading
blob
|
commitdiff
|
raw
|
diff to current
2013-09-22
Joel Holdsworth
Added empty decoder dialog
blob
|
commitdiff
|
raw
|
diff to current
2013-09-22
Joel Holdsworth
Added decoders list
blob
|
commitdiff
|
raw
|
diff to current
2013-09-22
Joel Holdsworth
Make sigrokdecode a non-optional dependancy
blob
|
commitdiff
|
raw
|
diff to current
2013-05-28
Joel Holdsworth
Put context bar back on the same row as the other toolbars
blob
|
commitdiff
|
raw
|
diff to current
2013-05-28
Joel Holdsworth
Added AwaitTrigger capture state
blob
|
commitdiff
|
raw
|
diff to current
2013-05-19
Joel Holdsworth
Initial working context bar
blob
|
commitdiff
|
raw
|
diff to current
2013-05-19
Joel Holdsworth
Added empty context bar
blob
|
commitdiff
|
raw
|
diff to current
2013-05-19
Joel Holdsworth
Added All Files to the open file filter list
blob
|
commitdiff
|
raw
|
diff to current
2013-05-03
Uwe Hermann
Adapt to new <libsigrokdecode/libsigrokdecode.h> header.
blob
|
commitdiff
|
raw
|
diff to current
2013-05-01
Joel Holdsworth
Stop capture before connecting to a device
blob
|
commitdiff
|
raw
|
diff to current
2013-05-01
Joel Holdsworth
pv::DeviceManager now manages opening/closing devices
blob
|
commitdiff
|
raw
|
diff to current
2013-05-01
Joel Holdsworth
Set the title of the main toolbar
blob
|
commitdiff
|
raw
|
diff to current
2013-04-27
Joel Holdsworth
Added DeviceManager
blob
|
commitdiff
|
raw
|
diff to current
2013-04-24
Joel Holdsworth
Update the SigSession device, when it is selected by...
blob
|
commitdiff
|
raw
|
diff to current
2013-04-24
Joel Holdsworth
Only the open the file if the user clicked ok in the...
blob
|
commitdiff
|
raw
|
diff to current
2013-04-24
Joel Holdsworth
Made the sdi a persisent property of SigSession
blob
|
commitdiff
|
raw
|
diff to current
2013-04-23
Joel Holdsworth
Added an accelerator for show/hide cursors
blob
|
commitdiff
|
raw
|
diff to current
2013-04-23
Joel Holdsworth
Bring the cursors into view when they are shown
blob
|
commitdiff
|
raw
|
diff to current
2013-04-18
Joel Holdsworth
Added ENABLE_SIGROKDECODE option, disabled for now
blob
|
commitdiff
|
raw
|
diff to current
2013-03-21
Joel Holdsworth
Implemented Ctrl+Q quit shortcut
blob
|
commitdiff
|
raw
|
diff to current
2013-03-21
Joel Holdsworth
Moved SamplingBar into pv::toolbars namespace
blob
|
commitdiff
|
raw
|
diff to current
2013-03-11
Joel Holdsworth
Added UI error handling for file loading and capturing
blob
|
commitdiff
|
raw
|
diff to current
2013-03-09
Uwe Hermann
Whitespace fixes.
blob
|
commitdiff
|
raw
|
diff to current
2013-03-09
Joel Holdsworth
Process selected device
blob
|
commitdiff
|
raw
|
diff to current
2013-03-09
Joel Holdsworth
Moved device enumeration out of pv::SamplingBar into...
blob
|
commitdiff
|
raw
|
diff to current
2013-03-09
Joel Holdsworth
Initial manual connect dialog with a serial port selector
blob
|
commitdiff
|
raw
|
diff to current
2013-03-03
Joel Holdsworth
Removed sample_rate parameter from start_capture
blob
|
commitdiff
|
raw
|
diff to current
2013-03-03
Joel Holdsworth
Added open file command line argument
blob
|
commitdiff
|
raw
|
diff to current
2013-02-20
Uwe Hermann
Remove unneeded 'extern "C"'.
blob
|
commitdiff
|
raw
|
diff to current
2013-01-15
Joel Holdsworth
Added File>Quit menu item
blob
|
commitdiff
|
raw
|
diff to current
2013-01-01
Joel Holdsworth
Tidied pv::MainWindow menu setup
blob
|
commitdiff
|
raw
|
diff to current
2012-12-30
Joel Holdsworth
Removed status bar
blob
|
commitdiff
|
raw
|
diff to current
2012-12-28
Joel Holdsworth
Added fallback toolbar icons
blob
|
commitdiff
|
raw
|
diff to current
2012-12-24
Joel Holdsworth
Tidied include of view in mainwindow.cpp
blob
|
commitdiff
|
raw
|
diff to current
2012-12-24
Joel Holdsworth
Moved pv::About into the pv::dialogs::About namespace
blob
|
commitdiff
|
raw
|
diff to current
2012-12-11
Joel Holdsworth
Keep Run/Stop button state updated
blob
|
commitdiff
|
raw
|
diff to current
2012-12-11
Joel Holdsworth
Added proof of concept start/stop support
blob
|
commitdiff
|
raw
|
diff to current
2012-11-01
Joel Holdsworth
Added cursors show/hide menu action
blob
|
commitdiff
|
raw
|
diff to current
2012-10-12
Joel Holdsworth
Moved all classes into the pv namespace
blob
|
commitdiff
|
raw
|
diff to current