]> sigrok.org Git - pulseview.git/log
pulseview.git
9 years agodecoderstack.cpp: Fix incorrect #inludes.
Uwe Hermann [Sat, 29 Nov 2014 16:28:14 +0000 (17:28 +0100)]
decoderstack.cpp: Fix incorrect #inludes.

9 years agotest: Disable all unit tests for now (all of them are broken).
Uwe Hermann [Sat, 29 Nov 2014 16:27:50 +0000 (17:27 +0100)]
test: Disable all unit tests for now (all of them are broken).

9 years agoINSTALL: Update and fix build requirements.
Uwe Hermann [Sat, 29 Nov 2014 15:05:07 +0000 (16:05 +0100)]
INSTALL: Update and fix build requirements.

9 years agoREADME: Update status.
Uwe Hermann [Sat, 29 Nov 2014 15:04:57 +0000 (16:04 +0100)]
README: Update status.

9 years agoCMakeLists.txt: Fix whitespace, cosmetics.
Uwe Hermann [Sat, 29 Nov 2014 15:04:38 +0000 (16:04 +0100)]
CMakeLists.txt: Fix whitespace, cosmetics.

9 years agoExample channel names: Consistently use all-caps.
Uwe Hermann [Sat, 29 Nov 2014 12:17:04 +0000 (13:17 +0100)]
Example channel names: Consistently use all-caps.

Rename Tx->TX and Rx->RX to be consistent with the other names.

9 years agoMinor whitespace fixes.
Uwe Hermann [Sat, 29 Nov 2014 12:15:57 +0000 (13:15 +0100)]
Minor whitespace fixes.

9 years agoFix saving of channel names in .sr files.
Uwe Hermann [Wed, 26 Nov 2014 17:05:57 +0000 (18:05 +0100)]
Fix saving of channel names in .sr files.

This closes bug #490.

9 years agoLogicSignal: Added trigger markers
Joel Holdsworth [Sun, 23 Nov 2014 19:53:59 +0000 (19:53 +0000)]
LogicSignal: Added trigger markers

9 years agoLogicSignal: Added an icon cache
Joel Holdsworth [Sun, 23 Nov 2014 19:24:53 +0000 (19:24 +0000)]
LogicSignal: Added an icon cache

9 years agoicons: Added trigger markers
Joel Holdsworth [Sun, 23 Nov 2014 18:31:09 +0000 (18:31 +0000)]
icons: Added trigger markers

9 years agoLogicSignal: Refactored get_trigger_types
Joel Holdsworth [Sun, 23 Nov 2014 18:10:09 +0000 (18:10 +0000)]
LogicSignal: Refactored get_trigger_types

9 years agoLogicSignal: Renamed action_match and match_action
Joel Holdsworth [Sun, 23 Nov 2014 17:59:00 +0000 (17:59 +0000)]
LogicSignal: Renamed action_match and match_action

9 years agoLogicSignal: Removed redundant calls to match_action
Joel Holdsworth [Sun, 23 Nov 2014 17:35:46 +0000 (17:35 +0000)]
LogicSignal: Removed redundant calls to match_action

9 years agoStoreSession: Fixed completion mechanism
Joel Holdsworth [Sat, 22 Nov 2014 17:13:45 +0000 (17:13 +0000)]
StoreSession: Fixed completion mechanism

This fixes bug #451

9 years agoMainWindow: Handle device selection failure
Joel Holdsworth [Sat, 22 Nov 2014 16:25:19 +0000 (16:25 +0000)]
MainWindow: Handle device selection failure

This fixes bug #455

9 years agoSession: Renamed pv::SigSession to Session
Joel Holdsworth [Sat, 22 Nov 2014 16:02:34 +0000 (16:02 +0000)]
Session: Renamed pv::SigSession to Session

9 years agoSamplingBar: Added reference to MainWindow for run_stop
Joel Holdsworth [Sat, 22 Nov 2014 16:01:47 +0000 (16:01 +0000)]
SamplingBar: Added reference to MainWindow for run_stop

9 years agoDecodeTrace: Don't attempt to hover if the trace hasn't been painted yet
Joel Holdsworth [Sat, 22 Nov 2014 15:03:16 +0000 (15:03 +0000)]
DecodeTrace: Don't attempt to hover if the trace hasn't been painted yet

9 years agoTimeMarker: Fixed display of negative value in popup
Joel Holdsworth [Sat, 22 Nov 2014 15:02:47 +0000 (15:02 +0000)]
TimeMarker: Fixed display of negative value in popup

This fixes bug #460

9 years agoCheck LIMIT_SAMPLES and SAMPLERATE are available to read before reading them
Joel Holdsworth [Sat, 22 Nov 2014 14:11:03 +0000 (14:11 +0000)]
Check LIMIT_SAMPLES and SAMPLERATE are available to read before reading them

This fixes bug #487

9 years agoSamplingBar: Reduced indentation in update_sample_count_selector
Joel Holdsworth [Sat, 22 Nov 2014 12:40:25 +0000 (12:40 +0000)]
SamplingBar: Reduced indentation in update_sample_count_selector

9 years agoMainWindow: Include device/file name in window title
Joel Holdsworth [Sat, 22 Nov 2014 10:15:56 +0000 (10:15 +0000)]
MainWindow: Include device/file name in window title

This fixes bug #244

9 years agoUpgraded cotire to 1.6.6
Joel Holdsworth [Sat, 22 Nov 2014 09:16:01 +0000 (09:16 +0000)]
Upgraded cotire to 1.6.6

9 years agoRenamed C++ headers to .hpp
Joel Holdsworth [Sat, 22 Nov 2014 08:53:27 +0000 (08:53 +0000)]
Renamed C++ headers to .hpp

9 years agoMake member variable underscores a suffix instead of a prefix
Joel Holdsworth [Sat, 22 Nov 2014 08:46:22 +0000 (08:46 +0000)]
Make member variable underscores a suffix instead of a prefix

This change is made because tokens prefixed with underscore are reserved.

9 years agoFix build on MinGW (boost thread related).
Uwe Hermann [Fri, 21 Nov 2014 15:52:57 +0000 (16:52 +0100)]
Fix build on MinGW (boost thread related).

Now that PulseView uses boost thread again, bring back the required
settings to make it all work on MinGW (and with static builds).

9 years agoHeader: Added group/ungroup key-combos
Joel Holdsworth [Sun, 9 Nov 2014 10:21:33 +0000 (10:21 +0000)]
Header: Added group/ungroup key-combos

9 years agoMarginWidget: Removed unused geometry_updated signal
Joel Holdsworth [Wed, 5 Nov 2014 21:31:56 +0000 (21:31 +0000)]
MarginWidget: Removed unused geometry_updated signal

9 years agoHeader: Added on_ungroup method
Joel Holdsworth [Sun, 9 Nov 2014 10:26:27 +0000 (10:26 +0000)]
Header: Added on_ungroup method

9 years agoHeader: Added group command
Joel Holdsworth [Sun, 2 Nov 2014 16:07:23 +0000 (16:07 +0000)]
Header: Added group command

9 years agoTraceGroup: Added ungroup method
Joel Holdsworth [Sun, 9 Nov 2014 10:21:20 +0000 (10:21 +0000)]
TraceGroup: Added ungroup method

9 years agoView: Create trace groups from channel groups
Joel Holdsworth [Sun, 2 Nov 2014 16:14:34 +0000 (16:14 +0000)]
View: Create trace groups from channel groups

9 years agoTraceGroup: Implemented stacking
Joel Holdsworth [Sun, 2 Nov 2014 17:43:02 +0000 (17:43 +0000)]
TraceGroup: Implemented stacking

9 years agoRowItemOwner: Added depth() method
Joel Holdsworth [Sun, 16 Nov 2014 19:47:13 +0000 (19:47 +0000)]
RowItemOwner: Added depth() method

9 years agoRowItemOwner: Replaced parent notification scheme
Joel Holdsworth [Wed, 5 Nov 2014 22:03:46 +0000 (22:03 +0000)]
RowItemOwner: Replaced parent notification scheme

9 years agoRowItem: Split appart visual and layout v offsets
Joel Holdsworth [Sat, 15 Nov 2014 10:04:52 +0000 (10:04 +0000)]
RowItem: Split appart visual and layout v offsets

9 years agoTraceGroup: Implemented paint_label
Joel Holdsworth [Sun, 2 Nov 2014 16:13:42 +0000 (16:13 +0000)]
TraceGroup: Implemented paint_label

9 years agoTraceGroup: Added ungroup item
Joel Holdsworth [Sat, 1 Nov 2014 10:42:48 +0000 (10:42 +0000)]
TraceGroup: Added ungroup item

9 years agoView: Removed normalize_layout
Joel Holdsworth [Sun, 2 Nov 2014 18:49:16 +0000 (18:49 +0000)]
View: Removed normalize_layout

9 years agoRowItem: Replaced fixed signal heights with extents
Joel Holdsworth [Sun, 2 Nov 2014 18:44:28 +0000 (18:44 +0000)]
RowItem: Replaced fixed signal heights with extents

9 years agoRowItem: Derrive from std::enable_shared_from_this
Joel Holdsworth [Sun, 2 Nov 2014 19:05:33 +0000 (19:05 +0000)]
RowItem: Derrive from std::enable_shared_from_this

9 years agoHeader: Keep a shared_ptr of the clicked item
Joel Holdsworth [Sun, 2 Nov 2014 16:29:29 +0000 (16:29 +0000)]
Header: Keep a shared_ptr of the clicked item

9 years agoHeader: Moved drag functionality into SelectableItem
Joel Holdsworth [Wed, 5 Nov 2014 23:04:19 +0000 (23:04 +0000)]
Header: Moved drag functionality into SelectableItem

9 years agoSelectableItem: Fix documentation
Joel Holdsworth [Wed, 5 Nov 2014 22:50:42 +0000 (22:50 +0000)]
SelectableItem: Fix documentation

9 years agoHeader: Fixed dragging glitches
Joel Holdsworth [Sun, 2 Nov 2014 17:04:25 +0000 (17:04 +0000)]
Header: Fixed dragging glitches

9 years agoHeader: Only allow dragging if all traces share a common ancestor
Joel Holdsworth [Sat, 1 Nov 2014 10:56:42 +0000 (10:56 +0000)]
Header: Only allow dragging if all traces share a common ancestor

9 years agoHeader: Remove snap-to-grid behaviour
Joel Holdsworth [Thu, 30 Oct 2014 22:33:37 +0000 (22:33 +0000)]
Header: Remove snap-to-grid behaviour

9 years agoView: Replaced signals_changed handler with signals_updated call
Joel Holdsworth [Mon, 27 Oct 2014 19:00:35 +0000 (19:00 +0000)]
View: Replaced signals_changed handler with signals_updated call

9 years agoRowItem: Combined appearance change signals into appearance_changed()
Joel Holdsworth [Fri, 10 Oct 2014 20:27:41 +0000 (21:27 +0100)]
RowItem: Combined appearance change signals into appearance_changed()

9 years agoTraceGroup: Implemented label_rect
Joel Holdsworth [Tue, 26 Aug 2014 08:17:21 +0000 (09:17 +0100)]
TraceGroup: Implemented label_rect

9 years agoHeader, Viewport: Don't manually invoke on_signals_changed on construction
Joel Holdsworth [Wed, 8 Oct 2014 20:27:02 +0000 (21:27 +0100)]
Header, Viewport: Don't manually invoke on_signals_changed on construction

9 years agoUse iterators to traverse signals
Joel Holdsworth [Sat, 4 Oct 2014 10:40:04 +0000 (11:40 +0100)]
Use iterators to traverse signals

9 years agoRowItem: Make label_rect a const function
Joel Holdsworth [Wed, 1 Oct 2014 20:37:59 +0000 (21:37 +0100)]
RowItem: Make label_rect a const function

9 years agoView: Removed selected_items
Joel Holdsworth [Wed, 1 Oct 2014 21:02:19 +0000 (22:02 +0100)]
View: Removed selected_items

9 years agoAdded pv::view::RowItemIterator
Joel Holdsworth [Mon, 8 Sep 2014 19:24:46 +0000 (20:24 +0100)]
Added pv::view::RowItemIterator

9 years agoSigSession: Converted _signals_mutex into a boost::shared_mutex
Joel Holdsworth [Sun, 5 Oct 2014 17:54:29 +0000 (18:54 +0100)]
SigSession: Converted _signals_mutex into a boost::shared_mutex

9 years agoSigSession: Added signals_mutex(), and made signals() give a reference
Joel Holdsworth [Sun, 5 Oct 2014 10:09:51 +0000 (11:09 +0100)]
SigSession: Added signals_mutex(), and made signals() give a reference

9 years agoTraceGroup: Added skeleton
Joel Holdsworth [Mon, 25 Aug 2014 22:29:00 +0000 (23:29 +0100)]
TraceGroup: Added skeleton

9 years agoHeader: Handle RowItems that do not create a context menu
Joel Holdsworth [Sat, 1 Nov 2014 10:05:32 +0000 (10:05 +0000)]
Header: Handle RowItems that do not create a context menu

9 years agoHeader: Allow RowItems to have no popup
Joel Holdsworth [Mon, 27 Oct 2014 20:33:27 +0000 (20:33 +0000)]
Header: Allow RowItems to have no popup

9 years agoView: Keep a list of owned traces in RowItemOwner
Joel Holdsworth [Mon, 1 Sep 2014 21:46:34 +0000 (22:46 +0100)]
View: Keep a list of owned traces in RowItemOwner

9 years agoRowItem: Added owner accessor function
Joel Holdsworth [Sat, 4 Oct 2014 09:25:25 +0000 (10:25 +0100)]
RowItem: Added owner accessor function

9 years agoReplace View ownership of traces with RowItemOwner
Joel Holdsworth [Sat, 30 Aug 2014 08:48:06 +0000 (09:48 +0100)]
Replace View ownership of traces with RowItemOwner

9 years agoAdded RowItemOwner
Joel Holdsworth [Sat, 30 Aug 2014 08:39:57 +0000 (09:39 +0100)]
Added RowItemOwner

9 years agoTrace: Renamed get_colour() to colour()
Joel Holdsworth [Sun, 16 Nov 2014 18:55:53 +0000 (18:55 +0000)]
Trace: Renamed get_colour() to colour()

9 years agoTrace: Renamed get_name() to name()
Joel Holdsworth [Sun, 16 Nov 2014 18:55:24 +0000 (18:55 +0000)]
Trace: Renamed get_name() to name()

9 years agoRowItem: Renamed get_v_offset to v_offset
Joel Holdsworth [Mon, 25 Aug 2014 13:34:24 +0000 (14:34 +0100)]
RowItem: Renamed get_v_offset to v_offset

9 years agoRefactored common row functionality into RowItem
Joel Holdsworth [Sun, 24 Aug 2014 18:52:03 +0000 (19:52 +0100)]
Refactored common row functionality into RowItem

9 years agoDecodeTrace: Removed set_view
Joel Holdsworth [Sun, 24 Aug 2014 20:58:54 +0000 (21:58 +0100)]
DecodeTrace: Removed set_view

9 years agoReplaced duplicated code with Trace::get_y
Joel Holdsworth [Sun, 24 Aug 2014 19:17:18 +0000 (20:17 +0100)]
Replaced duplicated code with Trace::get_y

9 years agoView: Simplified get_traces
Joel Holdsworth [Mon, 1 Sep 2014 20:56:56 +0000 (21:56 +0100)]
View: Simplified get_traces

9 years agoView: Replace compare_trace_v_offsets with a lambda
Joel Holdsworth [Fri, 29 Aug 2014 11:58:59 +0000 (12:58 +0100)]
View: Replace compare_trace_v_offsets with a lambda

9 years agoTrace: Removed pt_in_label_rect
Joel Holdsworth [Thu, 28 Aug 2014 22:52:50 +0000 (23:52 +0100)]
Trace: Removed pt_in_label_rect

9 years agoTrace: Correct shape of label_rect
Joel Holdsworth [Thu, 28 Aug 2014 22:45:41 +0000 (23:45 +0100)]
Trace: Correct shape of label_rect

9 years agoTrace: Renamed get_label_rect to label_rect
Joel Holdsworth [Mon, 25 Aug 2014 22:46:38 +0000 (23:46 +0100)]
Trace: Renamed get_label_rect to label_rect

9 years agoHeader: Fixed mouse over coordinates
Joel Holdsworth [Sun, 9 Nov 2014 10:35:43 +0000 (10:35 +0000)]
Header: Fixed mouse over coordinates

9 years agoDecodeTrace: Combined together get_pixels_offset with get_samples_per_pixel
Joel Holdsworth [Tue, 18 Nov 2014 22:19:35 +0000 (22:19 +0000)]
DecodeTrace: Combined together get_pixels_offset with get_samples_per_pixel

9 years agoDecodeTrace: Tidied up get_sample_range
Joel Holdsworth [Tue, 18 Nov 2014 21:27:41 +0000 (21:27 +0000)]
DecodeTrace: Tidied up get_sample_range

9 years agoTrace: Converted on_hover_point_changed signal to direct notification
Joel Holdsworth [Tue, 18 Nov 2014 20:10:26 +0000 (20:10 +0000)]
Trace: Converted on_hover_point_changed signal to direct notification

9 years agoDecodeTrace: Simplified and reduced calls to View
Joel Holdsworth [Tue, 18 Nov 2014 18:44:27 +0000 (18:44 +0000)]
DecodeTrace: Simplified and reduced calls to View

9 years agoDecodeTrace: Make tool tips use mapToGlobal() of the view's viewport
Soeren Apel [Tue, 18 Nov 2014 19:02:29 +0000 (19:02 +0000)]
DecodeTrace: Make tool tips use mapToGlobal() of the view's viewport

9 years agoView: Added viewport() accessor method
Soeren Apel [Tue, 18 Nov 2014 19:02:10 +0000 (19:02 +0000)]
View: Added viewport() accessor method

9 years agoFix bug #477 by keeping track of visible rows, not just titles
Soeren Apel [Fri, 14 Nov 2014 15:51:22 +0000 (16:51 +0100)]
Fix bug #477 by keeping track of visible rows, not just titles

9 years agoDecodeTrace: Provide tool tips for annotations
Soeren Apel [Wed, 12 Nov 2014 17:24:14 +0000 (18:24 +0100)]
DecodeTrace: Provide tool tips for annotations

9 years agoTrace: Introduce hover_point_changed()
Soeren Apel [Wed, 12 Nov 2014 17:16:47 +0000 (18:16 +0100)]
Trace: Introduce hover_point_changed()

9 years agoDecodeTrace: Refactor sample helpers and simplify method calls
Soeren Apel [Tue, 11 Nov 2014 20:36:30 +0000 (21:36 +0100)]
DecodeTrace: Refactor sample helpers and simplify method calls

9 years agoDecodeTrace: Turn row_height and text_height into class members
Soeren Apel [Tue, 11 Nov 2014 20:27:13 +0000 (21:27 +0100)]
DecodeTrace: Turn row_height and text_height into class members

9 years agoUpdate description for Trace::get_label_rect()
Soeren Apel [Sun, 9 Nov 2014 12:35:13 +0000 (13:35 +0100)]
Update description for Trace::get_label_rect()

9 years agoSamplingBar: Add Space as a shortcut to Run/Stop.
Peter Zotov [Thu, 13 Nov 2014 14:16:54 +0000 (17:16 +0300)]
SamplingBar: Add Space as a shortcut to Run/Stop.

9 years ago.gitignore: Ignore QtCreator generated files.
Peter Zotov [Thu, 13 Nov 2014 13:28:11 +0000 (16:28 +0300)]
.gitignore: Ignore QtCreator generated files.

9 years agoView: Update view on capture state change
Peter Zotov [Thu, 13 Nov 2014 13:26:11 +0000 (16:26 +0300)]
View: Update view on capture state change

9 years agoLogicSignal: Ported triggers to new API
Peter Zotov [Thu, 13 Nov 2014 11:48:20 +0000 (14:48 +0300)]
LogicSignal: Ported triggers to new API

This fixes bugs #448 and #452.

9 years agoSigSession: Added DeviceManager accessor functions
Joel Holdsworth [Thu, 13 Nov 2014 12:46:25 +0000 (12:46 +0000)]
SigSession: Added DeviceManager accessor functions

9 years agoSigSession: Made _sr_session non-static
Joel Holdsworth [Thu, 13 Nov 2014 12:44:42 +0000 (12:44 +0000)]
SigSession: Made _sr_session non-static

9 years ago.gitignore: Ignore vim .swo files
Joel Holdsworth [Sat, 1 Nov 2014 10:43:35 +0000 (10:43 +0000)]
.gitignore: Ignore vim .swo files

9 years agoStoreSession: Removed commented code
Joel Holdsworth [Sun, 2 Nov 2014 19:25:43 +0000 (19:25 +0000)]
StoreSession: Removed commented code

9 years agoSigSession: Renamed get_device to device
Joel Holdsworth [Thu, 13 Nov 2014 12:36:06 +0000 (12:36 +0000)]
SigSession: Renamed get_device to device

9 years agoSignal: Added a reference to _session
Joel Holdsworth [Thu, 13 Nov 2014 12:31:56 +0000 (12:31 +0000)]
Signal: Added a reference to _session

9 years agoSigSession: Replaced do { } while(0) with { }
Joel Holdsworth [Thu, 13 Nov 2014 12:31:28 +0000 (12:31 +0000)]
SigSession: Replaced do { } while(0) with { }