]> sigrok.org Git - pulseview.git/history - pv
MainWindow: Fix typo
[pulseview.git] / pv /
2015-12-28 Soeren ApelMainWindow: Fix typo
2015-12-28 Soeren ApelUse channel color as the trace background color
2015-12-26 Uwe HermannVarious minor whitespace and consistency fixes.
2015-12-21 Stefan Brünssession: make sure signals set is initialized
2015-12-21 Stefan Brünsview/analogsignal: set samplerate to 1.0 if samplerate...
2015-12-12 Soeren ApelSession: Allow using sample rate from meta packet
2015-12-02 Tilman SauerbeckDecodeTrace: Don't dereference iterator pointing at...
2015-11-28 Tilman SauerbeckLogicSignal: Only draw the trigger marker for enabled...
2015-11-23 Tilman SauerbeckLogicSignal: Put all trigger matches into a single...
2015-11-16 Tilman SauerbeckMainBar: Only show "total sampling time" tooltip if...
2015-11-09 Tilman SauerbeckSession: document the purpose of sampling_mutex_.
2015-11-09 Tilman SauerbeckSession: don't hold sampling_mutex_ during signal emission.
2015-11-09 Tilman SauerbeckView: support multiple trigger markers in one acquisition.
2015-11-08 Uwe HermannMinor (Doxygen) comment cosmetics.
2015-11-08 Tilman SauerbeckUse the TriggerMarker class to visualize the time of...
2015-11-08 Tilman SauerbeckAdd TriggerMarker class.
2015-11-07 Tilman SauerbeckWhen hovering a ViewItem only change the mouse cursor...
2015-11-07 Tilman SauerbeckAdd a mechanism to make ViewItem classes immovable.
2015-11-05 Soeren ApelStoreSession: Observe proper range order
2015-11-05 Soeren ApelFix #685 by adding a special T marker when SR_DT_TRIGGE...
2015-11-04 Uwe HermannMinor whitespace cosmetics.
2015-11-04 Soeren ApelMainWindow: Merge save_selection_to_file() back into...
2015-11-04 Soeren ApelMainWindow: Add selection_only parameter to export_file()
2015-11-04 Soeren ApelAdd "save selection range as..." to the export menu...
2015-11-04 Soeren ApelMake ExportMenu accept a vector of actions
2015-11-04 Soeren ApelRefactoring: move samplerate algo from View to Session
2015-11-04 Soeren ApelIntroduce "save selection range as..." feature
2015-11-03 Daniel ElstnerSuppress warnings from glibmm about deprecated auto_ptr
2015-10-24 Aurelien Jacobsavoid using deprecated std::autoptr
2015-10-24 Uwe Hermannwin32: Re-fix the Windows build (namespace pollution...
2015-10-20 Uwe HermannMinor update related to the libsigrok analog format...
2015-10-18 Joel HoldsworthViewport: Anti-alias time items, but not row items
2015-10-18 Joel HoldsworthView: Place non-grouped logic channels in a TraceGroup
2015-10-18 Joel HoldsworthViewWidget: Moved update() call into ViewItem
2015-10-18 Joel HoldsworthAnalogSignal: Apply scale handle dragging
2015-10-18 Joel HoldsworthLogicSignal: Apply scale handle dragging
2015-10-18 Joel HoldsworthScaleSignalHandle: Initial implementation
2015-10-18 Joel HoldsworthViewWidget: Added drag-handling support for non-TraceTr...
2015-10-18 Joel HoldsworthHeader: Added drag-handling support for non-TraceTreeItems
2015-10-18 Joel HoldsworthViewItem: Make hit_box_rect take ViewItemPaintParams
2015-10-18 Joel HoldsworthLogicSignal: Replaced SignalMargin with half font-height
2015-10-18 Joel HoldsworthHeader: Hit-test items in reverse order
2015-10-18 Joel HoldsworthViewItem: Added a default label_rect implementation
2015-10-18 Joel HoldsworthSignal: Added scale_handle_offset, scale_handle_dragged...
2015-10-18 Joel HoldsworthViewport: Render all types of RowItem
2015-10-18 Joel HoldsworthTraceTreeItem: Update when selection state changes
2015-10-18 Joel HoldsworthViewItem: Make select virtual
2015-10-18 Joel HoldsworthViewItem: Make drag_release virtual
2015-10-18 Joel HoldsworthViewItem: Make paint_label optional
2015-10-18 Joel HoldsworthSignal: Derive from ViewItemOwner
2015-10-18 Joel HoldsworthTraceTreeItemOwner: Removed non-const item_list accessor
2015-10-18 Joel HoldsworthAdded ViewItemOwner
2015-10-18 Joel HoldsworthRowItemIterator: Removed usage of RowItem::owner()
2015-10-18 Joel HoldsworthSession: Removed signals_mutex(), and made signals...
2015-10-18 Joel HoldsworthLogicSignal: Call TriggerStage::begin with matches...
2015-10-18 Joel HoldsworthTraceTreeItem: Added valid owner assert to drag_by
2015-10-18 Joel HoldsworthUse list_by_type instead of iterator
2015-10-18 Joel HoldsworthReduce include bloat by including boost/thread/{locks...
2015-10-18 Joel HoldsworthView: Moved in list_row_item_owners
2015-10-18 Joel HoldsworthView: Use list_by_type to get TraceTreeItems
2015-10-18 Joel HoldsworthHeader: Use list_by_type in on_ungroup
2015-10-18 Joel HoldsworthTraceTreeItemOwner: Make list_by_type return a vector...
2015-10-17 Joel HoldsworthTraceTreeItemOwner: Moved list_by_type template definit...
2015-10-17 Joel HoldsworthRowItem: Moved hover_point_changed in
2015-10-17 Joel HoldsworthViewItem: Make a create_popup optional
2015-10-17 Joel HoldsworthTraceTreeItem: Separated from RowItem
2015-10-17 Joel HoldsworthViewItemPaintParams: Added missing include
2015-10-17 Joel HoldsworthAnalogSignal: Removed set_scale
2015-10-07 Joel HoldsworthViewItemPaintParams: Fixed header guard
2015-10-07 Joel HoldsworthRowItem: Corrected header guard
2015-09-13 Jonathan DahanSAMPLERATE is a guint64
2015-09-04 Jens SteinhauserRuler: Don't use a function that is only available...
2015-09-04 Jens SteinhauserRuler: Prevent ticks from disappearing at high zoom...
2015-09-04 Daniel ElstnerBuild: Fix build with Qt 4 moc
2015-09-04 Jens SteinhauserViewItem: Adjust the threshold between dark and light...
2015-09-04 Jens SteinhauserViewport: Don't draw the cursors and markers antialiased
2015-09-04 Jens SteinhauserRuler: Don't draw the tick marks antialiased
2015-09-04 Jens SteinhauserUntangle the time formatting functions a bit
2015-09-04 Jens SteinhauserView: Do not emit superfluous signals in a loop
2015-09-04 Jens SteinhauserView: Change the type of tick_period to pv::util::Timestamp
2015-09-04 Jens SteinhauserRuler: Factor out the calculation of the tick spacing
2015-09-04 Jens SteinhauserRuler: Fix tick mark calculation
2015-09-04 Jens SteinhauserUse typesafe enum classes in pv::util
2015-09-04 Jens SteinhauserAdd a spin box widget for timestamp values
2015-09-04 Jens Steinhauserformat_time(): Use the timestamp type in the calculation
2015-09-04 Jens Steinhauserformat_si_value(): Use the timestamp type in the calcul...
2015-09-04 Jens SteinhauserUse a type with a greater resolution to represent time...
2015-09-04 Jens SteinhauserRemove unused arguments from 'format_time()'
2015-09-04 Soeren ApelFix #605 by closing current device when another is...
2015-08-28 Soeren ApelFix #592 completely by showing the actual error message
2015-08-25 Martin LingDon't try to store a reference to a shared pointer.
2015-08-25 Soeren ApelRuler scale calculation optimization
2015-08-25 Soeren ApelFix wrong ruler scale after loading a file
2015-08-25 Soeren ApelFix #595 by correctly handling UINT64_MAX and INT_MAX...
2015-08-25 Soeren ApelFix #597 by disabling device-related toolbar buttons...
2015-08-25 Soeren ApelFix #510 by disabling removal of the last decoder from...
2015-08-25 Soeren ApelProvide short-term fix for #627 by limiting zoom range...
2015-08-25 Soeren ApelUtil: Fix malformed time formatting
2015-08-20 Uwe HermannPass unitsize to srd_session_send() directly.
2015-08-19 Soeren ApelFix #626 by stopping acquisition gracefully
next