2015-06-11 |
Joel Holdsworth | MainWindow: Added initial import menu with no options
|
commit | commitdiff | tree |
2015-06-11 |
Joel Holdsworth | MainWindow: Added format parameters to load_file
|
commit | commitdiff | tree |
2015-06-11 |
Joel Holdsworth | Added InputFile
|
commit | commitdiff | tree |
2015-06-11 |
Joel Holdsworth | Session: Support capture before the sigrok::Device...
|
commit | commitdiff | tree |
2015-06-11 |
Joel Holdsworth | Session: Use Device::read_config to read sample limit
|
commit | commitdiff | tree |
2015-06-11 |
Joel Holdsworth | Device: Replaced Session::read_sample_rate with read_config
|
commit | commitdiff | tree |
2015-06-11 |
Joel Holdsworth | Session: Converted data_mutex_ into a std::recursive_mutex
|
commit | commitdiff | tree |
2015-06-11 |
Joel Holdsworth | Session: Removed device parameter from update_signals
|
commit | commitdiff | tree |
2015-06-11 |
Joel Holdsworth | Session: Made update_signals handle having a missing...
|
commit | commitdiff | tree |
2015-06-11 |
Joel Holdsworth | Session: Catch errors listing the config keys
|
commit | commitdiff | tree |
2015-06-11 |
Joel Holdsworth | binding::Device: Catch errors listing the config keys
|
commit | commitdiff | tree |
2015-06-11 |
Joel Holdsworth | MainBar: Catch errors listing the config keys
|
commit | commitdiff | tree |
2015-06-11 |
Joel Holdsworth | Added devices::File as a common base of file devices
|
commit | commitdiff | tree |
2015-06-11 |
Joel Holdsworth | DeviceManager: Deprecated build_display_name and friends
|
commit | commitdiff | tree |
2015-04-12 |
Bartosz Golaszewski | Device: Add bindings for SR_CONF_POWER_OFF and SR_CONF_PROBE...
|
commit | commitdiff | tree |
2015-04-08 |
Uwe Hermann | android: Add missing libintl.so to APK.
|
commit | commitdiff | tree |
2015-02-28 |
Uwe Hermann | Add a workaround for QTBUG-22829.
|
commit | commitdiff | tree |
2015-02-27 |
Vladislav Ivanov | win32: Fix the Windows build (namespace pollution via...
|
commit | commitdiff | tree |
2015-02-26 |
Uwe Hermann | Bring back sigrok-logo-notext.png (needed on Android).
|
commit | commitdiff | tree |
2015-02-20 |
Uwe Hermann | Drop unneeded /* ENABLE_DECODE */ comments.
|
commit | commitdiff | tree |
2015-02-20 |
Bartosz Golaszewski | mainwindow: add missing checks against ENABLE_DECODE
|
commit | commitdiff | tree |
2015-02-13 |
Aurelien Jacobs | device: ensure bind_enum() checks availability of Capability...
|
commit | commitdiff | tree |
2015-01-30 |
Uwe Hermann | Fix the build for older glibmm versions.
|
commit | commitdiff | tree |
2015-01-27 |
Joel Holdsworth | MainWindow: Use extension to populate filter
|
commit | commitdiff | tree |
2015-01-27 |
Joel Holdsworth | Added pv::dialogs::InputOutputOptions
|
commit | commitdiff | tree |
2015-01-27 |
Joel Holdsworth | Added InputOutput binding
|
commit | commitdiff | tree |
2015-01-27 |
Joel Holdsworth | Added initial support for export
|
commit | commitdiff | tree |
2015-01-27 |
Joel Holdsworth | pv::prop::Int: Fixed unsigned int binding
|
commit | commitdiff | tree |
2015-01-27 |
Joel Holdsworth | Modified header guards to match file names
|
commit | commitdiff | tree |
2015-01-27 |
Joel Holdsworth | Renamed pv::binding::DeviceOptions and DecoderOptions...
|
commit | commitdiff | tree |
2015-01-27 |
Joel Holdsworth | Moved pv::prop:bindings classes into pv::bindings namespace
|
commit | commitdiff | tree |
2015-01-27 |
Joel Holdsworth | StoreSession: Support output formats other than srzip
|
commit | commitdiff | tree |
2015-01-27 |
Joel Holdsworth | StoreSession: Added an OutputFormat parameter
|
commit | commitdiff | tree |
2015-01-27 |
Joel Holdsworth | Added pv::widgets::ExportMenu
|
commit | commitdiff | tree |
2015-01-27 |
Joel Holdsworth | MainBar: Removed unused run_stop signal
|
commit | commitdiff | tree |
2015-01-27 |
Joel Holdsworth | Session: Tidied class declarations
|
commit | commitdiff | tree |
2015-01-27 |
Joel Holdsworth | Session: Use set_device to select session file devices
|
commit | commitdiff | tree |
2015-01-27 |
Joel Holdsworth | MainWindow: Fixed sampling bar comment
|
commit | commitdiff | tree |
2015-01-27 |
Joel Holdsworth | Session: Renamed set_file to set_session_file
|
commit | commitdiff | tree |
2015-01-27 |
Joel Holdsworth | LogicSignal: Hide the trigger selector, when there...
|
commit | commitdiff | tree |
2015-01-27 |
Joel Holdsworth | LogicSignal: Check the TRIGGER_MATCH key before listing
|
commit | commitdiff | tree |
2015-01-27 |
Joel Holdsworth | MainBar: Don't list keys twice
|
commit | commitdiff | tree |
2015-01-27 |
Joel Holdsworth | icons: Improved application icon quality
|
commit | commitdiff | tree |
2015-01-24 |
Uwe Hermann | INSTALL: Update build requirements list.
|
commit | commitdiff | tree |
2015-01-17 |
Uwe Hermann | Fix incorrect glibmm.h #includes.
|
commit | commitdiff | tree |
2015-01-17 |
Uwe Hermann | Update for libsigrokcxx rename.
|
commit | commitdiff | tree |
2015-01-01 |
Uwe Hermann | Use <cmath> in favor of <math.h> everywhere.
|
commit | commitdiff | tree |
2015-01-01 |
Uwe Hermann | Fix an isnan() issue on (at least) MinGW and Mac OS X.
|
commit | commitdiff | tree |
2014-12-30 |
Uwe Hermann | MinGW: Fix a compile error due to missing std::isnan.
|
commit | commitdiff | tree |
2014-12-29 |
Uffe Jakobsen | dialogs::Connect: Adds shortcut keys for "Driver",...
|
commit | commitdiff | tree |
2014-12-10 |
Uwe Hermann | test/CMakeLists.txt: Add missing #includes.
|
commit | commitdiff | tree |
2014-12-10 |
Soeren Apel | DecodeTrace: Remove hide_hover_annotation() as it's...
|
commit | commitdiff | tree |
2014-12-10 |
Joel Holdsworth | MarginWidget: Moved in dragging_, mouse_point_, and...
|
commit | commitdiff | tree |
2014-12-10 |
Joel Holdsworth | CursorHeader: Paint by the labels by the time item...
|
commit | commitdiff | tree |
2014-12-10 |
Joel Holdsworth | View: Added CursorPair to time_items list
|
commit | commitdiff | tree |
2014-12-10 |
Joel Holdsworth | TimeItem: Made paint_label a mandatory field
|
commit | commitdiff | tree |
2014-12-10 |
Joel Holdsworth | CursorPair: Draw highlight when selected
|
commit | commitdiff | tree |
2014-12-10 |
Joel Holdsworth | CursorHeader: Accept TimeItems not providing a Popup
|
commit | commitdiff | tree |
2014-12-10 |
Joel Holdsworth | CursorHeader: Handle all TimeItems instead of TimeMarkers
|
commit | commitdiff | tree |
2014-12-10 |
Joel Holdsworth | TimeItem: Added mandatory get_x virtual method
|
commit | commitdiff | tree |
2014-12-10 |
Joel Holdsworth | TimeItem: Added mandatory set_time virtual method
|
commit | commitdiff | tree |
2014-12-10 |
Joel Holdsworth | SelectableItem: Moved in label_rect
|
commit | commitdiff | tree |
2014-12-10 |
Joel Holdsworth | TimeMarker: Renamed get_label_rect, and made it take...
|
commit | commitdiff | tree |
2014-12-10 |
Joel Holdsworth | RowItem: Pass rect into label_rect
|
commit | commitdiff | tree |
2014-12-10 |
Joel Holdsworth | View: Store CursorPair in a shared_ptr
|
commit | commitdiff | tree |
2014-12-10 |
Joel Holdsworth | CursorPair: Derived from TimeItem
|
commit | commitdiff | tree |
2014-12-10 |
Joel Holdsworth | View: Added time_markers
|
commit | commitdiff | tree |
2014-12-10 |
Joel Holdsworth | TimeItem: Added new class - a base of TimeMarker, derived...
|
commit | commitdiff | tree |
2014-12-10 |
Joel Holdsworth | TimeMarker: Clamp to minimum size
|
commit | commitdiff | tree |
2014-12-10 |
Joel Holdsworth | SelectableItem: Moved in enabled(), and added to TriggerMarkers
|
commit | commitdiff | tree |
2014-12-10 |
Joel Holdsworth | TimeMarker: Added get_text
|
commit | commitdiff | tree |
2014-12-10 |
Joel Holdsworth | TimeMarker: Added default get_label_rect implementation
|
commit | commitdiff | tree |
2014-12-10 |
Joel Holdsworth | Cursor: Moved paint_label into TimeMarker
|
commit | commitdiff | tree |
2014-12-10 |
Joel Holdsworth | Trace: Moved get_text_colour into SelectableItem
|
commit | commitdiff | tree |
2014-12-10 |
Joel Holdsworth | DecodeTrace: Removed incorrect use of get_text_colour
|
commit | commitdiff | tree |
2014-12-10 |
Joel Holdsworth | Snapshot: Renamed to Segment
|
commit | commitdiff | tree |
2014-12-07 |
Uwe Hermann | mingw: Drop libusb0.dll, always use libusb-1.0.
|
commit | commitdiff | tree |
2014-12-05 |
Jens Steinhauser | Signal: Save and load signal names as UTF-8 strings.
|
commit | commitdiff | tree |
2014-12-04 |
Uwe Hermann | CMakeLists.txt: mingw: Simplify by using Boost_THREADAPI.
|
commit | commitdiff | tree |
2014-12-04 |
Aurelien Jacobs | connect: Fix filtering of supported devices.
|
commit | commitdiff | tree |
2014-12-03 |
Uwe Hermann | test: Add a dummy unit test to fix 'make test'.
|
commit | commitdiff | tree |
2014-11-29 |
Uwe Hermann | test/CMakeLists.txt: Fix file list, fix -DENABLE_TESTS...
|
commit | commitdiff | tree |
2014-11-29 |
Uwe Hermann | Build system: Fix issue with unit tests, simplify code.
|
commit | commitdiff | tree |
2014-11-29 |
Uwe Hermann | decoderstack.cpp: Fix incorrect #inludes.
|
commit | commitdiff | tree |
2014-11-29 |
Uwe Hermann | test: Disable all unit tests for now (all of them are...
|
commit | commitdiff | tree |
2014-11-29 |
Uwe Hermann | INSTALL: Update and fix build requirements.
|
commit | commitdiff | tree |
2014-11-29 |
Uwe Hermann | README: Update status.
|
commit | commitdiff | tree |
2014-11-29 |
Uwe Hermann | CMakeLists.txt: Fix whitespace, cosmetics.
|
commit | commitdiff | tree |
2014-11-29 |
Uwe Hermann | Example channel names: Consistently use all-caps.
|
commit | commitdiff | tree |
2014-11-29 |
Uwe Hermann | Minor whitespace fixes.
|
commit | commitdiff | tree |
2014-11-26 |
Uwe Hermann | Fix saving of channel names in .sr files.
|
commit | commitdiff | tree |
2014-11-21 |
Uwe Hermann | Fix build on MinGW (boost thread related).
|
commit | commitdiff | tree |
2014-11-13 |
Soeren Apel | DecodeTrace: Provide tool tips for annotations
|
commit | commitdiff | tree |
2014-11-13 |
Soeren Apel | Trace: Introduce hover_point_changed()
|
commit | commitdiff | tree |
2014-11-13 |
Soeren Apel | DecodeTrace: Refactor sample helpers and simplify method...
|
commit | commitdiff | tree |
2014-11-13 |
Soeren Apel | DecodeTrace: Turn row_height and text_height into class...
|
commit | commitdiff | tree |
2014-11-13 |
Soeren Apel | Update description for Trace::get_label_rect()
|
commit | commitdiff | tree |
2014-11-13 |
Peter Zotov | SamplingBar: Add Space as a shortcut to Run/Stop.
|
commit | commitdiff | tree |
2014-11-13 |
Peter Zotov | .gitignore: Ignore QtCreator generated files.
|
commit | commitdiff | tree |
2014-11-13 |
Peter Zotov | View: Update view on capture state change
|
commit | commitdiff | tree |
next |