]> sigrok.org Git - pulseview.git/shortlog
pulseview.git
2016-02-13 Uwe HermannStandardize on 'event' as name for all Qt events.
2016-02-13 Uwe HermannFix inconsistent declaration parameter names.
2016-02-13 Uwe HermannUse range-based for loops more often.
2016-02-13 Uwe HermannUse nullptr in some more places.
2016-02-11 Uwe HermannCMakeLists.txt: Bump PulseView version to 0.4.0.
2016-02-11 Soeren ApelFix #181 by changing the global decode lock into an...
2016-02-11 Soeren ApelDecoderStack: Make decoder sessions terminate after...
2016-02-11 Soeren ApelMainWindow: Try to use any available device aside from...
2016-02-04 Soeren ApelDecodeTrace: Remove unnecessary parameters
2016-02-04 Soeren ApelDecodeTrace: Let annotation labels be pushed aside...
2016-02-04 Soeren ApelDecodeTrace: Try to keep annotation labels within the...
2016-02-04 Soeren ApelFix 745 by improving the draw_annotations() block drawi...
2016-01-31 Soeren ApelFix clang warning: shifting a negative signed value...
2016-01-31 Soeren ApelFix #737 by adding the override specifier where needed
2016-01-31 Soeren ApelFix unit tests and prevent warnings
2016-01-31 Soeren ApelFix #733: Open import files using binary mode
2016-01-31 Soeren ApelView: Honor ENABLE_DECODE compiler switch
2016-01-29 Uwe HermannNEWS: Update for upcoming 0.3.0 release. pulseview-0.3.x pulseview-0.3.0
2016-01-29 Uwe HermannINSTALL: Mention the missing glibmm dependency.
2016-01-03 Uwe HermannFix a bunch of random typos.
2016-01-03 Joel HoldsworthMainBar: Added missing menu item
2016-01-03 Joel HoldsworthMainWindow: Added missing definition of action_view_col...
2016-01-03 Joel HoldsworthTrace: Removed hit_box_rect, to remove canvas dragging...
2016-01-03 Joel HoldsworthRevert "Make traces non-draggable outside the header...
2016-01-03 Joel HoldsworthRevert "Make traces only selectable in the header area"
2016-01-03 Joel HoldsworthDecodeTrace: With a rounded rect
2016-01-03 Joel HoldsworthDecodeTrace: Use an stl algorithm to find if all annota...
2016-01-03 Uwe HermannBump the Boost requirement to >= 1.53.
2015-12-31 Martin LingUpdate to new configuration API.
2015-12-30 Soeren ApelDecodeTrace: Prevent trace height from jumping
2015-12-30 Soeren ApelDecodeTrace: Improve annotation block drawing
2015-12-30 Soeren ApelFix #717 by only updating the name widget when necessary
2015-12-30 Soeren ApelFix #719 by calculating the decoder trace height dynami...
2015-12-30 Soeren ApelMake traces only selectable in the header area
2015-12-30 Soeren ApelMake traces non-draggable outside the header area
2015-12-30 Soeren ApelFix #687: Update channels after removing decoder traces
2015-12-30 Soeren ApelDecodeTrace: Speed up annotation drawing
2015-12-29 Soeren ApelDecodeTrace: Use correct background colour
2015-12-28 Uwe HermannMinor whitespace and Doxygen fixes.
2015-12-28 Uwe Hermannmanpage: Document the new 'b' keyboard shortcut.
2015-12-28 Soeren ApelViewport: Allow for vertical dragging as well
2015-12-28 Soeren ApelUse alternating trace background colors when not using...
2015-12-28 Soeren ApelImplement "use coloured background" functionality
2015-12-28 Soeren ApelAdd menu option for coloured/alternating trace backgrou...
2015-12-28 Soeren ApelMainWindow: Fix typo
2015-12-28 Soeren ApelUse channel color as the trace background color
2015-12-26 Uwe Hermannmanpage: Document all keyboard shortcuts.
2015-12-26 Uwe Hermannmanpage: Minor fixes and updates.
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-03 Uwe HermannCMakeLists.txt: Drop superfluous "include(FindPkgConfig)".
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 Uwe HermannCMakeLists.txt: Enable unit tests by default.
2015-11-03 Daniel ElstnerSuppress warnings from glibmm about deprecated auto_ptr
2015-11-02 Daniel Elstnerbuild: Limit auto-versioning to git revision hash
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 Uwe Hermanntest/CMakeLists.txt: Add missing files.
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
next