pulseview/pv
Soeren Apel 5c48ce328b DecodeTrace: Use qreal instead of int for annotation drawing
This is to prevent "blinking" of annotations when they would merge into
blocks and break off of them again, noticeable when zooming in and out
using a track pad or touchscreen.
2018-05-07 21:39:18 +02:00
..
binding Update property widgets before showing device config popup 2018-05-06 19:40:10 +02:00
data DecodeSignal: Prevent out-of-range exception 2018-05-04 23:53:31 +02:00
devices inputfile: Increase chunk size from 16KB to 4MB. 2018-04-15 17:11:51 +02:00
dialogs Rename colour* to color* 2018-04-15 08:19:59 +02:00
popups Update property widgets before showing device config popup 2018-05-06 19:40:10 +02:00
prop Fix #1149 by handling "d" and "(dd)" types separately 2018-05-07 00:38:33 +02:00
toolbars Centralize session error notification 2018-04-15 08:19:59 +02:00
views DecodeTrace: Use qreal instead of int for annotation drawing 2018-05-07 21:39:18 +02:00
widgets Update property widgets before showing device config popup 2018-05-06 19:40:10 +02:00
application.cpp
application.hpp
devicemanager.cpp Fix #1153 by only showing drivers we'll actually scan 2018-04-15 08:19:59 +02:00
devicemanager.hpp Fix #1153 by only showing drivers we'll actually scan 2018-04-15 08:19:59 +02:00
globalsettings.cpp Don't use qDebug().noquote() for now (bug #1169) 2018-04-20 00:00:45 +02:00
globalsettings.hpp Rename colour* to color* 2018-04-15 08:19:59 +02:00
logging.cpp Logging: Make logging thread-safe 2018-04-03 08:38:11 +02:00
logging.hpp Logging: Make logging thread-safe 2018-04-03 08:38:11 +02:00
mainwindow.cpp Don't use qDebug().noquote() for now (bug #1169) 2018-04-20 00:00:45 +02:00
mainwindow.hpp Rename colour* to color* 2018-04-15 08:19:59 +02:00
session.cpp Don't use qDebug().noquote() for now (bug #1169) 2018-04-20 00:00:45 +02:00
session.hpp
storesession.cpp
storesession.hpp
strnatcmp.hpp
util.cpp
util.hpp