projects
/
pulseview.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Move signal data to SignalBase and adjust view::AnalogSignal
2016-08-18
Soeren Apel
Move signal data to SignalBase and adjust view::AnalogSignal
commit
|
commitdiff
|
tree
2016-08-18
Soeren Apel
Rename Trace::channel_ to Trace::base_, including dependencies
commit
|
commitdiff
|
tree
2016-08-18
Soeren Apel
Introduce pv::data::SignalBase
commit
|
commitdiff
|
tree
2016-06-26
Aurelien Jacobs
Device: add support for list of discrete values for...
commit
|
commitdiff
|
tree
2016-06-26
Soeren Apel
Connect dialog: Fix up UI and allow for VXI
commit
|
commitdiff
|
tree
2016-06-26
Soeren Apel
Connect dialog: Fix constructor initialization order
commit
|
commitdiff
|
tree
2016-06-26
whitequark
Connect dialog: Add support for connecting to raw-tcp...
commit
|
commitdiff
|
tree
2016-06-24
Uwe Hermann
Revert "cmake: use pkg-config ldflags directly instead...
commit
|
commitdiff
|
tree
2016-06-24
Soeren Apel
Fix #805 by resetting selected device on failure
commit
|
commitdiff
|
tree
2016-06-24
Soeren Apel
Fix warning for unused Session::sample_thread_proc...
commit
|
commitdiff
|
tree
2016-06-24
Soeren Apel
Session: Improve session robustness
commit
|
commitdiff
|
tree
2016-06-12
Samuel Martin
cmake: add check for explicit linking against libatomic
commit
|
commitdiff
|
tree
2016-05-09
Soeren Apel
InputFile: Use new reset() function to allow re-reading...
commit
|
commitdiff
|
tree
2016-05-03
Soeren Apel
DecoderStack: Force a viewport update more frequently
commit
|
commitdiff
|
tree
2016-05-03
Soeren Apel
Fix #792 by making sure we don't request samples that...
commit
|
commitdiff
|
tree
2016-04-08
Uwe Hermann
test/CMakeLists.txt: Add missing #include file.
commit
|
commitdiff
|
tree
2016-03-15
Soeren Apel
StoreSession: Add analog saving support
commit
|
commitdiff
|
tree
2016-03-15
Soeren Apel
Use natural sort order for DecodeTrace channel selector...
commit
|
commitdiff
|
tree
2016-03-14
ntruchsess
fix 'Exception: not applicable' when connecting to...
commit
|
commitdiff
|
tree
2016-03-13
Uwe Hermann
Fix various typos in code comments.
commit
|
commitdiff
|
tree
2016-03-13
Uwe Hermann
AndroidManifest.xml: Bump PV version to 0.4.0.
commit
|
commitdiff
|
tree
2016-02-13
Uwe Hermann
Prefer Qt string multi-arg form over arg chaining.
commit
|
commitdiff
|
tree
2016-02-13
Uwe Hermann
Standardize on 'event' as name for all Qt events.
commit
|
commitdiff
|
tree
2016-02-13
Uwe Hermann
Fix inconsistent declaration parameter names.
commit
|
commitdiff
|
tree
2016-02-13
Uwe Hermann
Use range-based for loops more often.
commit
|
commitdiff
|
tree
2016-02-13
Uwe Hermann
Use nullptr in some more places.
commit
|
commitdiff
|
tree
2016-02-11
Uwe Hermann
CMakeLists.txt: Bump PulseView version to 0.4.0.
commit
|
commitdiff
|
tree
2016-02-11
Soeren Apel
Fix #181 by changing the global decode lock into an...
commit
|
commitdiff
|
tree
2016-02-11
Soeren Apel
DecoderStack: Make decoder sessions terminate after...
commit
|
commitdiff
|
tree
2016-02-11
Soeren Apel
MainWindow: Try to use any available device aside from...
commit
|
commitdiff
|
tree
2016-01-29
Uwe Hermann
NEWS: Update for upcoming 0.3.0 release.
commit
|
commitdiff
|
tree
2016-01-29
Uwe Hermann
INSTALL: Mention the missing glibmm dependency.
commit
|
commitdiff
|
tree
2016-01-03
Uwe Hermann
Fix a bunch of random typos.
commit
|
commitdiff
|
tree
2016-01-03
Joel Holdsworth
MainBar: Added missing menu item
commit
|
commitdiff
|
tree
2016-01-03
Joel Holdsworth
MainWindow: Added missing definition of action_view_coloured_bg
commit
|
commitdiff
|
tree
2016-01-03
Joel Holdsworth
Trace: Removed hit_box_rect, to remove canvas dragging...
commit
|
commitdiff
|
tree
2016-01-03
Joel Holdsworth
Revert "Make traces non-draggable outside the header...
commit
|
commitdiff
|
tree
2016-01-03
Joel Holdsworth
Revert "Make traces only selectable in the header area"
commit
|
commitdiff
|
tree
2016-01-03
Joel Holdsworth
DecodeTrace: With a rounded rect
commit
|
commitdiff
|
tree
2016-01-03
Joel Holdsworth
DecodeTrace: Use an stl algorithm to find if all annotations...
commit
|
commitdiff
|
tree
2016-01-03
Uwe Hermann
Bump the Boost requirement to >= 1.53.
commit
|
commitdiff
|
tree
2015-12-31
Martin Ling
Update to new configuration API.
commit
|
commitdiff
|
tree
2015-12-30
Soeren Apel
DecodeTrace: Prevent trace height from jumping
commit
|
commitdiff
|
tree
2015-12-30
Soeren Apel
DecodeTrace: Improve annotation block drawing
commit
|
commitdiff
|
tree
2015-12-30
Soeren Apel
Fix #717 by only updating the name widget when necessary
commit
|
commitdiff
|
tree
2015-12-30
Soeren Apel
Fix #719 by calculating the decoder trace height dynamically
commit
|
commitdiff
|
tree
2015-12-30
Soeren Apel
Make traces only selectable in the header area
commit
|
commitdiff
|
tree
2015-12-30
Soeren Apel
Make traces non-draggable outside the header area
commit
|
commitdiff
|
tree
2015-12-30
Soeren Apel
Fix #687: Update channels after removing decoder traces
commit
|
commitdiff
|
tree
2015-12-30
Soeren Apel
DecodeTrace: Speed up annotation drawing
commit
|
commitdiff
|
tree
2015-12-29
Soeren Apel
DecodeTrace: Use correct background colour
commit
|
commitdiff
|
tree
2015-12-28
Uwe Hermann
Minor whitespace and Doxygen fixes.
commit
|
commitdiff
|
tree
2015-12-28
Uwe Hermann
manpage: Document the new 'b' keyboard shortcut.
commit
|
commitdiff
|
tree
2015-12-26
Uwe Hermann
manpage: Document all keyboard shortcuts.
commit
|
commitdiff
|
tree
2015-12-26
Uwe Hermann
manpage: Minor fixes and updates.
commit
|
commitdiff
|
tree
2015-12-26
Uwe Hermann
Various minor whitespace and consistency fixes.
commit
|
commitdiff
|
tree
2015-12-21
Stefan Brüns
session: make sure signals set is initialized
commit
|
commitdiff
|
tree
2015-12-21
Stefan Brüns
view/analogsignal: set samplerate to 1.0 if samplerate...
commit
|
commitdiff
|
tree
2015-12-03
Uwe Hermann
CMakeLists.txt: Drop superfluous "include(FindPkgConfig)".
commit
|
commitdiff
|
tree
2015-11-08
Uwe Hermann
Minor (Doxygen) comment cosmetics.
commit
|
commitdiff
|
tree
2015-11-05
Soeren Apel
StoreSession: Observe proper range order
commit
|
commitdiff
|
tree
2015-11-05
Soeren Apel
Fix #685 by adding a special T marker when SR_DT_TRIGGER...
commit
|
commitdiff
|
tree
2015-11-04
Uwe Hermann
Minor whitespace cosmetics.
commit
|
commitdiff
|
tree
2015-11-03
Uwe Hermann
CMakeLists.txt: Enable unit tests by default.
commit
|
commitdiff
|
tree
2015-11-03
Daniel Elstner
Suppress warnings from glibmm about deprecated auto_ptr
commit
|
commitdiff
|
tree
2015-10-24
Uwe Hermann
win32: Re-fix the Windows build (namespace pollution...
commit
|
commitdiff
|
tree
2015-10-20
Uwe Hermann
Minor update related to the libsigrok analog format...
commit
|
commitdiff
|
tree
2015-10-18
Uwe Hermann
test/CMakeLists.txt: Add missing files.
commit
|
commitdiff
|
tree
2015-10-07
Joel Holdsworth
ViewItemPaintParams: Fixed header guard
commit
|
commitdiff
|
tree
2015-10-07
Joel Holdsworth
RowItem: Corrected header guard
commit
|
commitdiff
|
tree
2015-10-03
Daniel Elstner
windows: Install data files into share subdirectory
commit
|
commitdiff
|
tree
2015-09-13
Jonathan Dahan
SAMPLERATE is a guint64
commit
|
commitdiff
|
tree
2015-09-04
Jens Steinhauser
Ruler: Don't use a function that is only available...
commit
|
commitdiff
|
tree
2015-09-04
Jens Steinhauser
Ruler: Prevent ticks from disappearing at high zoom...
commit
|
commitdiff
|
tree
2015-09-04
Daniel Elstner
Build: Substitute build configuration into NSIS script
commit
|
commitdiff
|
tree
2015-09-04
Daniel Elstner
Build: Fix build with Qt 4 moc
commit
|
commitdiff
|
tree
2015-09-04
Jens Steinhauser
ViewItem: Adjust the threshold between dark and light...
commit
|
commitdiff
|
tree
2015-09-04
Jens Steinhauser
Viewport: Don't draw the cursors and markers antialiased
commit
|
commitdiff
|
tree
2015-09-04
Jens Steinhauser
Ruler: Don't draw the tick marks antialiased
commit
|
commitdiff
|
tree
2015-09-04
Jens Steinhauser
Untangle the time formatting functions a bit
commit
|
commitdiff
|
tree
2015-09-04
Jens Steinhauser
View: Do not emit superfluous signals in a loop
commit
|
commitdiff
|
tree
2015-09-04
Jens Steinhauser
View: Change the type of tick_period to pv::util::Timestamp
commit
|
commitdiff
|
tree
2015-09-04
Jens Steinhauser
Ruler: Factor out the calculation of the tick spacing
commit
|
commitdiff
|
tree
2015-09-04
Jens Steinhauser
Ruler: Fix tick mark calculation
commit
|
commitdiff
|
tree
2015-09-04
Jens Steinhauser
Use typesafe enum classes in pv::util
commit
|
commitdiff
|
tree
2015-09-04
Jens Steinhauser
Add a spin box widget for timestamp values
commit
|
commitdiff
|
tree
2015-09-04
Jens Steinhauser
format_time(): Use the timestamp type in the calculation
commit
|
commitdiff
|
tree
2015-09-04
Jens Steinhauser
format_si_value(): Use the timestamp type in the calculation
commit
|
commitdiff
|
tree
2015-09-04
Jens Steinhauser
Use a type with a greater resolution to represent time...
commit
|
commitdiff
|
tree
2015-09-04
Jens Steinhauser
Remove unused arguments from 'format_time()'
commit
|
commitdiff
|
tree
2015-08-25
Martin Ling
Don't try to store a reference to a shared pointer.
commit
|
commitdiff
|
tree
2015-08-25
Soeren Apel
Ruler scale calculation optimization
commit
|
commitdiff
|
tree
2015-08-25
Soeren Apel
Fix wrong ruler scale after loading a file
commit
|
commitdiff
|
tree
2015-08-25
Soeren Apel
Fix #595 by correctly handling UINT64_MAX and INT_MAX...
commit
|
commitdiff
|
tree
2015-08-25
Soeren Apel
Fix #597 by disabling device-related toolbar buttons...
commit
|
commitdiff
|
tree
2015-08-25
Soeren Apel
Fix #510 by disabling removal of the last decoder from...
commit
|
commitdiff
|
tree
2015-08-25
Soeren Apel
Provide short-term fix for #627 by limiting zoom range...
commit
|
commitdiff
|
tree
2015-08-25
Soeren Apel
Util: Fix malformed time formatting
commit
|
commitdiff
|
tree
2015-08-21
Uwe Hermann
Restore the default of "pulseview foo.sr" opening the...
commit
|
commitdiff
|
tree
2015-08-20
Uwe Hermann
Pass unitsize to srd_session_send() directly.
commit
|
commitdiff
|
tree
next