projects
/
pulseview.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅ next
Fix #501 by deactivating the autocompleter for the signal popup
[pulseview.git]
/
pv
/
view
/
2013-03-23
Joel Holdsworth
Use Qt namespace to simplify Ruler::paintEvent
tree
|
commitdiff
2013-03-21
Joel Holdsworth
Draw analog with a polyline rather than points
tree
|
commitdiff
2013-03-21
Joel Holdsworth
Added analog envelope painting
tree
|
commitdiff
2013-03-21
Joel Holdsworth
Added a scale factor to AnalogSignal
tree
|
commitdiff
2013-03-21
Joel Holdsworth
Setup analog probe colours
tree
|
commitdiff
2013-03-21
Joel Holdsworth
Renamed pv::view::LogicSignal::LogicSignalColours to...
tree
|
commitdiff
2013-03-21
Joel Holdsworth
Analog buffer sharing crash by memcpying for the Ananlo...
tree
|
commitdiff
2013-03-09
Joel Holdsworth
Deleted unused pv::view::Viewport::mouseReleaseEvent...
tree
|
commitdiff
2013-03-03
Uwe Hermann
Minor whitespace fixes.
tree
|
commitdiff
2013-03-03
Joel Holdsworth
Set the colour of ruler annotations to the correct...
tree
|
commitdiff
2013-03-03
Joel Holdsworth
Show samplerate as 1Hz when its value is unknown
tree
|
commitdiff
2013-03-03
Joel Holdsworth
Explicitly set analog signal painting colour
tree
|
commitdiff
2013-02-20
Uwe Hermann
Fix compiler warnings/errors due to -Wall.
tree
|
commitdiff
2013-01-26
Alexandru Gagniuc
View: Decouple horizontal scrolling from the scoll bar
tree
|
commitdiff
2013-01-24
Uwe Hermann
Add missing #include <limits.h>.
tree
|
commitdiff
2013-01-19
Joel Holdsworth
Added axes to each signal
tree
|
commitdiff
2013-01-19
Joel Holdsworth
Eliminated get_nominal_offset
tree
|
commitdiff
2013-01-19
Uwe Hermann
Add missing newlines in two header files.
tree
|
commitdiff
2013-01-16
Joel Holdsworth
Explicitly initialise QObject in the copy constructor
tree
|
commitdiff
2013-01-16
Joel Holdsworth
Supressed unused parameters
tree
|
commitdiff
2013-01-08
Alexandru Gagniuc
global: Do not assert >= 0 for unsigned values
tree
|
commitdiff
2012-12-24
Joel Holdsworth
Moved data and snapshot classes into pv::data namespace
tree
|
commitdiff
2012-12-21
Alexandru Gagniuc
Viewport: Allow horizontal scrolling via mouse wheel...
tree
|
commitdiff
2012-12-21
Alexandru Gagniuc
Viewport: Only zoom in/out at vertical wheel events
tree
|
commitdiff
2012-12-20
Joel Holdsworth
Added basic analog signal plotting
tree
|
commitdiff
2012-12-20
Joel Holdsworth
Added skeleton analog support
tree
|
commitdiff
2012-12-12
Uwe Hermann
Some smaller whitespace fixes.
tree
|
commitdiff
2012-12-11
Joel Holdsworth
Mutex protected SigSession::_signals
tree
|
commitdiff
2012-12-11
Joel Holdsworth
Added SigSession::signals_changed signals to indicate...
tree
|
commitdiff
2012-11-18
Joel Holdsworth
Added pv::view::View::normalize_layout to normalize...
tree
|
commitdiff
2012-11-18
Joel Holdsworth
Moved signal margin out of signal rendering into initia...
tree
|
commitdiff
2012-11-18
Joel Holdsworth
Improved propagation of drag event so that the scroll...
tree
|
commitdiff
2012-11-17
Joel Holdsworth
Don't highlight when dragging
tree
|
commitdiff
2012-11-17
Joel Holdsworth
Improved drag selection logic
tree
|
commitdiff
2012-11-17
Joel Holdsworth
Added snap to grid drag behaviour
tree
|
commitdiff
2012-11-17
Joel Holdsworth
Added initial support for dragging
tree
|
commitdiff
2012-11-17
Joel Holdsworth
Added signal (multi) selection
tree
|
commitdiff
2012-11-17
Joel Holdsworth
Use static signal offsets instead of offsets calculated...
tree
|
commitdiff
2012-11-17
Joel Holdsworth
Moved forward declaration of SignalData to correct...
tree
|
commitdiff
2012-11-03
Joel Holdsworth
Moved Signal and LogicSignal into pv::view
tree
|
commitdiff
2012-11-03
Joel Holdsworth
Added a label colour chooser dialog
tree
|
commitdiff
2012-11-01
Joel Holdsworth
Initial code to render text inside cursor markers
tree
|
commitdiff
2012-11-01
Joel Holdsworth
Moved LabelPadding into View
tree
|
commitdiff
2012-11-01
Joel Holdsworth
Added cursor dragging
tree
|
commitdiff
2012-11-01
Joel Holdsworth
Made TimeMarker and Cursor QObjects
tree
|
commitdiff
2012-11-01
Joel Holdsworth
Added cursors
tree
|
commitdiff
2012-11-01
Joel Holdsworth
Documented scale, offset, set_scale_offset, _scale...
tree
|
commitdiff
2012-11-01
Joel Holdsworth
Added Cursor class
tree
|
commitdiff
2012-10-29
Joel Holdsworth
Added TimeMarker base class
tree
|
commitdiff
2012-10-28
Joel Holdsworth
Added header time hover arrow
tree
|
commitdiff
2012-10-28
Joel Holdsworth
Added hover point to pv::view::View
tree
|
commitdiff
2012-10-24
Joel Holdsworth
Render ruler and signals with sub-pixel accuracy
tree
|
commitdiff
2012-10-21
Uwe Hermann
Fix #include guards.
tree
|
commitdiff
2012-10-20
Joel Holdsworth
Added a context menu for set name
tree
|
commitdiff
2012-10-20
Joel Holdsworth
Cache signal label text size at draw time for later use
tree
|
commitdiff
2012-10-20
Joel Holdsworth
Fixed timeline scale
tree
|
commitdiff
2012-10-20
Joel Holdsworth
Added mouse-over behaviour to signal labels
tree
|
commitdiff
2012-10-20
Joel Holdsworth
Corrected signed/unsigned inconsistencies in Ruler...
tree
|
commitdiff
2012-10-13
Joel Holdsworth
Made extdef.h a global include
tree
|
commitdiff
2012-10-12
Joel Holdsworth
Moved all classes into the pv namespace
tree
|
commitdiff
2012-10-12
Joel Holdsworth
Corrected project name in header comments
tree
|
commitdiff
2012-10-11
Joel Holdsworth
Fixed ruler scale units
tree
|
commitdiff
2012-10-06
Joel Holdsworth
Partial fix to scroll overflow issues
tree
|
commitdiff
2012-09-10
Joel Holdsworth
Viewport no longer needs to be a friend
tree
|
commitdiff
2012-09-10
Joel Holdsworth
Made pv::view::View::zoom public
tree
|
commitdiff
2012-09-09
Joel Holdsworth
Removed OpenGL from pv::view::Viewport
tree
|
commitdiff
2012-09-09
Joel Holdsworth
Initial work moving ruler into the pv::view::Ruler...
tree
|
commitdiff
2012-09-09
Joel Holdsworth
Initial work moving headers into the pv::view::Header...
tree
|
commitdiff
2012-09-07
Joel Holdsworth
Exposed View::_session with accessor function
tree
|
commitdiff
2012-09-07
Joel Holdsworth
Moved view classes into the pv::view:: namespace
tree
|
commitdiff