]> sigrok.org Git - pulseview.git/shortlog
pulseview.git
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-10-03 Daniel Elstnerwindows: Install data files into share subdirectory
2015-10-01 Marcus Comstedtandroid: Include firmwares in the APK
2015-10-01 Marcus Comstedtandroid: Fix copylibs task to include the right libs
2015-10-01 Marcus Comstedtandroid: Don't include qtaccessiblewidgets plugin
2015-10-01 Daniel Elstnerandroid: Check for firmware in standard locations, too
2015-09-28 Daniel Elstnerandroid: Read firmware resources from assets
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: Substitute build configuration into NSIS script
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-21 Uwe HermannRestore the default of "pulseview foo.sr" opening the...
2015-08-20 Uwe HermannPass unitsize to srd_session_send() directly.
2015-08-19 Soeren ApelFix #626 by stopping acquisition gracefully
2015-08-16 Soeren ApelFix #622 by using the actual sample count per segment
2015-08-16 Soeren ApelView: Allow ScaleUnits[0] to actually be used
2015-08-16 Soeren ApelView: Use max time to calculate label length, not offset_
2015-08-16 Soeren ApelUtil: Fix issue where t=0 randomly shows up as +0 or -0
2015-08-16 Soeren ApelUtil: Refactor format_time()
2015-08-16 Soeren ApelView/Ruler: Calculate and use tick precision
2015-08-16 Soeren ApelUtil: Introduce DD:HH:MM:SS.mmm nnn ppp fff format
2015-08-16 Soeren ApelView: Separate data changed/capture state changed events
2015-08-16 Soeren ApelView: Determine time unit and use it in other classes
2015-08-16 Soeren ApelIntroduce time units
2015-08-15 Soeren ApelFix #615 by opening the output stream only if needed
2015-08-09 Uwe Hermannnsis: Add start menu entries for Zadig.
2015-08-08 Uwe HermannBump Boost requirement to >= 1.48.
2015-08-06 Soeren ApelFix include guards and accidential const removal
2015-07-31 Soeren ApelFix #404 by only saving enabled signals
2015-07-31 Soeren ApelFix #599 by supplying correct length to create_logic_pa...
2015-07-30 Soeren ApelStoreSession: Supply filename to the output module...
2015-07-29 Soeren ApelSimplify signal clearing in Session::start_capture
2015-07-29 Soeren ApelChange hotkey for sticky scrolling from 'r' to 's'
2015-07-25 Daniel Elstnerbuild: Only try to read the VERSION file if it exists
2015-07-25 Uwe Hermannabout: Show the list of supported output formats.
2015-07-25 Daniel ElstnerBuild: Make hardcoded version override git tag
2015-07-25 Daniel ElstnerBuild: Use -dirty version suffix for local changes
2015-07-25 Daniel Elstnerbuild: Derive PulseView version from git tags
2015-07-25 Uwe HermannMinor whitespace fixes.
2015-07-24 Soeren ApelImplement "always zoom to fit" feature
2015-07-23 Soeren ApelFix #121 by implementing sticky scrolling
2015-07-23 Soeren ApelTests: Add required files to CMakeLists.txt
2015-07-23 Soeren ApelSession: Clear signal data before starting capture
2015-07-23 Uwe Hermanndecoderstack: Fix incorrect end sample number.
2015-07-18 Soeren ApelMainBar: Re-check sample count/rate when needed
2015-07-18 Soeren ApelHardwareDevice: Whitespace fix
2015-07-18 Soeren ApelFix #602 by keeping track of device state internally
2015-07-18 Joel HoldsworthAdded initial Doxygen configuration
2015-07-18 Uwe HermannBuild-depend on the upcoming libsigrok + libsigrokdecod...
2015-07-18 Uwe HermannBump version to 0.3.0 (the upcoming next major release).
2015-07-18 Uwe HermannAppend "-git" to the version string.
next