]> sigrok.org Git - pulseview.git/shortlog
pulseview.git
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.
2015-07-15 Soeren ApelMainBar: Change calling order and flag usage for sample...
2015-07-15 Soeren ApelMainBar: Fix #594 by changing calling order and flag...
2015-06-30 Joel HoldsworthView: Update signals without destroying layout
2015-06-30 Joel HoldsworthRowItemOwner: Added list_by_type
2015-06-30 Joel HoldsworthRowItemOwner: Added list_row_item_owners
2015-06-30 Bartosz GolaszewskiInputOutput: replace nullptr with boost::none in Double()
2015-06-27 Soeren ApelSignal: Fix index variable declaration
2015-06-27 Soeren ApelFix #501 by deactivating the autocompleter for the...
2015-06-27 Soeren ApelDevice: Fix bug introduced by b48daed which broke analo...
2015-06-27 Soeren ApelFix #590 by adding menu actions to main window also
2015-06-27 Soeren ApelView: Use more reasonable default time scale
2015-06-11 Uwe Hermannimportmenu: Fix libsigrokcxx.hpp #include.
2015-06-11 Uwe Hermanntest: session: Fix a compiler warning/error.
2015-06-11 Joel HoldsworthSupport specifying input formats on the command line
2015-06-11 Joel HoldsworthMoved default device selection into MainWindow
2015-06-11 Joel HoldsworthMainWindow: Tidied restore_ui_settings
2015-06-11 Joel HoldsworthView: Support having no selected device
2015-06-11 Joel HoldsworthDeviceToolButton: Support having no selected device
2015-06-11 Joel HoldsworthMainBar: Support having no selected device
2015-06-11 Joel HoldsworthReplaced NULL with nullptr
2015-06-11 Joel HoldsworthReordered argument handling
2015-06-11 Joel HoldsworthMainWindow: Added import options dialog
2015-06-11 Joel HoldsworthMainWindow: Added initial import menu with no options
2015-06-11 Joel HoldsworthMainWindow: Added format parameters to load_file
2015-06-11 Joel HoldsworthAdded InputFile
2015-06-11 Joel HoldsworthSession: Support capture before the sigrok::Device...
2015-06-11 Joel HoldsworthSession: Use Device::read_config to read sample limit
2015-06-11 Joel HoldsworthDevice: Replaced Session::read_sample_rate with read_config
2015-06-11 Joel HoldsworthSession: Converted data_mutex_ into a std::recursive_mutex
2015-06-11 Joel HoldsworthSession: Removed device parameter from update_signals
2015-06-11 Joel HoldsworthSession: Made update_signals handle having a missing...
2015-06-11 Joel HoldsworthSession: Catch errors listing the config keys
2015-06-11 Joel Holdsworthbinding::Device: Catch errors listing the config keys
2015-06-11 Joel HoldsworthMainBar: Catch errors listing the config keys
2015-06-11 Joel HoldsworthAdded devices::File as a common base of file devices
2015-06-11 Joel HoldsworthDeviceManager: Deprecated build_display_name and friends
2015-05-28 Joel Holdsworthdevices::Device: Moved in full_name and display_name
2015-05-28 Joel HoldsworthUse device::Devices to represent sigrok Devices
2015-05-28 Joel HoldsworthLogicSignal: Tidied up forward declarations
2015-05-28 Joel HoldsworthConnect: Tidied up forward declarations
2015-05-28 Joel HoldsworthDeviceManager: Tidied up forward declarations
2015-05-28 Joel HoldsworthSession: Fixed header guard
2015-05-28 Joel HoldsworthAdded pv::widgets::ImportMenu
2015-05-28 Joel Holdsworthpv::binding::InputOutput: Bound up more integer types...
2015-05-28 Joel HoldsworthSession: Simplified logic of set_device
2015-05-28 Joel HoldsworthStoreSession: Use DeviceManager to get context
2015-05-28 Joel HoldsworthDeviceManager: Added const context accessor
2015-05-28 Joel HoldsworthSession: Made update_signals non-destructive
2015-05-28 Joel HoldsworthLogicSignal: Added set_logic_data
2015-05-28 Joel HoldsworthSignalData: Renamed get_max_sample_count
2015-05-28 Joel Holdsworthpv::data::Logic: Renamed get_num_channels and fixed...
2015-05-28 Joel HoldsworthSession: Store signals_ in an unordered_set
2015-04-12 Bartosz GolaszewskiDevice: Add bindings for SR_CONF_POWER_OFF and SR_CONF_...
2015-04-08 Uwe Hermannandroid: Add missing libintl.so to APK.
2015-02-28 Uwe HermannAdd a workaround for QTBUG-22829.
2015-02-27 Vladislav Ivanovwin32: Fix the Windows build (namespace pollution via...
2015-02-26 Uwe HermannBring back sigrok-logo-notext.png (needed on Android).
2015-02-20 Uwe HermannDrop unneeded /* ENABLE_DECODE */ comments.
next