]> sigrok.org Git - pulseview.git/shortlog
pulseview.git
2014-11-19 Joel HoldsworthView: Simplified get_traces
2014-11-19 Joel HoldsworthView: Replace compare_trace_v_offsets with a lambda
2014-11-19 Joel HoldsworthTrace: Removed pt_in_label_rect
2014-11-19 Joel HoldsworthTrace: Correct shape of label_rect
2014-11-19 Joel HoldsworthTrace: Renamed get_label_rect to label_rect
2014-11-19 Joel HoldsworthHeader: Fixed mouse over coordinates
2014-11-19 Joel HoldsworthDecodeTrace: Combined together get_pixels_offset with...
2014-11-19 Joel HoldsworthDecodeTrace: Tidied up get_sample_range
2014-11-19 Joel HoldsworthTrace: Converted on_hover_point_changed signal to direc...
2014-11-19 Joel HoldsworthDecodeTrace: Simplified and reduced calls to View
2014-11-18 Soeren ApelDecodeTrace: Make tool tips use mapToGlobal() of the...
2014-11-18 Soeren ApelView: Added viewport() accessor method
2014-11-14 Soeren ApelFix bug #477 by keeping track of visible rows, not...
2014-11-13 Soeren ApelDecodeTrace: Provide tool tips for annotations
2014-11-13 Soeren ApelTrace: Introduce hover_point_changed()
2014-11-13 Soeren ApelDecodeTrace: Refactor sample helpers and simplify metho...
2014-11-13 Soeren ApelDecodeTrace: Turn row_height and text_height into class...
2014-11-13 Soeren ApelUpdate description for Trace::get_label_rect()
2014-11-13 Peter ZotovSamplingBar: Add Space as a shortcut to Run/Stop.
2014-11-13 Peter Zotov.gitignore: Ignore QtCreator generated files.
2014-11-13 Peter ZotovView: Update view on capture state change
2014-11-13 Peter ZotovLogicSignal: Ported triggers to new API
2014-11-13 Joel HoldsworthSigSession: Added DeviceManager accessor functions
2014-11-13 Joel HoldsworthSigSession: Made _sr_session non-static
2014-11-13 Joel Holdsworth.gitignore: Ignore vim .swo files
2014-11-13 Joel HoldsworthStoreSession: Removed commented code
2014-11-13 Joel HoldsworthSigSession: Renamed get_device to device
2014-11-13 Joel HoldsworthSignal: Added a reference to _session
2014-11-13 Joel HoldsworthSigSession: Replaced do { } while(0) with { }
2014-11-13 Peter ZotovLogicSignal: Replaced TRUE/FALSE with true/false
2014-11-13 Peter ZotovLogicSignal: Tidied populate_popup_form is_checked
2014-11-13 Peter ZotovLogicSignal: Removed trailing whitespace
2014-11-13 Martin LingReimplement file save using the srzip output module.
2014-11-10 Tom FeistChange Glib::Variant<uint64_t> to Glib::Variant<guint64>.
2014-11-09 Soeren ApelReplace map by list to preserve device order
2014-11-09 Soeren ApelFix bug #285 by handling device display names through...
2014-11-09 Soeren ApelFix device removal in DeviceManager::driver_scan()
2014-11-08 Uwe HermannCMakeLists.txt: Fix MinGW-w64 build issue related to...
2014-11-08 Uwe HermannCMakeLists.txt: Fix CMAKE_MODULE_PATH related issue.
2014-11-02 Uwe HermannUse <cstdlib> for std::abs() on integer datatypes.
2014-11-02 Elias OenalLinking QtSvg. This closes bug #369
2014-10-31 Uwe Hermannandroid: Don't install unneeded Python files.
2014-10-31 Uwe HermannAdd missing <cmath> #includes.
2014-10-23 Uwe HermannINSTALL: Clarify requirements.
2014-10-19 Uwe Hermanntest/CMakeLists.txt: Update file list.
2014-10-19 Marcus ComstedtUpdate android build after bindings rewrite
2014-10-15 Martin LingUse libsigrok C++ bindings (patch version 7).
2014-10-08 Angus GrattonFix double-free issue in File::create
2014-09-29 Soeren ApelAdd serial_num/connection_id handling and save/restore...
2014-09-18 Uwe HermannFix the C++11 thread linking issues for unit tests...
2014-09-18 Soeren ApelUse QApplication metadata for persistent storage
2014-09-17 Aurelien JacobsUsage of std::thread requires linking with appropriate...
2014-09-17 Bert VermeulenAdapt to config key capabilities.
2014-09-15 Soeren ApelFix objectName warnings.
2014-09-15 Soeren ApelAutomatically save/restore main window state
2014-09-15 Soeren ApelGeneric auto-focusing for first line edit of popup
2014-09-15 Soeren ApelUse a generic approach when adding the "close on enter...
2014-09-15 Uwe HermannReplace ann_format with ann_class.
2014-09-10 Uwe Hermanntest/CMakeLists.txt: Fix build.
2014-09-10 Martin LingSubclass QApplication to catch exceptions in handlers.
2014-09-08 Joel HoldsworthTrace: Fixed a doxygen comment
2014-09-02 Soeren ApelMake decoder popups close when pressing enter
2014-08-31 Uwe Hermannandroid: Minor whitespace fixes.
2014-08-31 Marcus ComstedtAndroid: Bundle Qt libs with the APK
2014-08-31 Joel Holdsworthicons: Renamed probe.svg to channels.svg
2014-08-29 Martin LingRename 'probe' to 'channel' everywhere.
2014-08-29 Martin LingAdd missing default to switch/case block.
2014-08-29 Martin LingMake unit_size in Snapshot class unsigned.
2014-08-29 Martin LingRemove broken assert().
2014-08-28 Bert VermeulenRemove obsolete input module support.
2014-08-27 Martin LingDon't use Qt-defined keywords, they can cause problems...
2014-08-27 Uwe HermannOnly use one central .gitignore file.
2014-08-27 Jens SteinhauserSnapshot classes: Use vector instead of raw pointer
2014-08-27 Soeren ApelMake trace popup combobox behave more user-friendly
2014-08-27 Soeren ApelPopulate signal popup combo box with signal name instea...
2014-08-27 Soeren ApelFix bug 298 by enhancing signal and trace popup behavior
2014-08-27 Uwe HermannFix two errors with clang 3.6.
2014-08-27 Uwe Hermannandroid/: Add some missing license headers.
2014-08-26 Uwe Hermannandroid/: Whitespace and consistency fixes.
2014-08-26 Uwe Hermannview: Minor whitespace fixes.
2014-08-26 Marcus ComstedtAndroid: Use environment setup from library instead
2014-08-26 Marcus ComstedtAdded files for building Android APK
2014-08-26 Marcus ComstedtInstall logging callbacks for Android
2014-08-26 Marcus ComstedtSetup environment for SRD on Android
2014-08-26 Marcus ComstedtCMakeLists.txt: For Android, make a library out of...
2014-08-26 Marcus ComstedtView: Implement pinch-zoom
2014-08-03 Bert VermeulenCheck for device instances before blindly trying to...
2014-08-03 Soeren ApelFix comment and increase readability in probes.cpp
2014-08-03 Soeren ApelFix bug #392 by improving empty list/map handling
2014-07-26 Bert VermeulenRemove output modules from about dialog.
2014-07-22 Uwe HermannDrop references to obsolete sigrok-commits mailing...
2014-07-19 Martin LingUpdate to new session API.
2014-07-14 Bert VermeulenIgnore *.cpp_parameters.
2014-07-14 Marcus ComstedtMarginWidget: Disable system background
2014-07-07 Marcus ComstedtCMakeLists.txt: Put quotes back for CXX_FLAGS only
2014-07-01 Marcus ComstedtDeclare a virtual destructor for SignalData
2014-07-01 Marcus ComstedtAdd missing #include <cassert> in multiple files
2014-06-29 Marcus ComstedtFix compilation on 32-bit systems
2014-06-16 Uwe HermannCMakeLists.txt: Pass -DENABLE_SIGNALS to the compiler.
2014-06-11 Jens SteinhauserUse 'struct' for test cases defined with BOOST_AUTO_TES...
next