]> sigrok.org Git - pulseview.git/shortlog
pulseview.git
2014-06-11 Jens SteinhauserAdd missing files to test/CMakeLists.txt.
2014-06-10 Bert VermeulenIgnore Qt5-generated moc and qrc files.
2014-06-10 Marcus ComstedtCMakeLists.txt: Drop quotes causing invalid include...
2014-06-10 Marcus ComstedtAllow PulseView to be built with Qt5
2014-06-09 Uwe Hermanntest/CMakeLists.txt: Drop obsolete boost-thread references.
2014-06-09 Uwe HermannINSTALL: libboost-thread is no longer needed.
2014-06-09 Uwe HermannINSTALL: Document C++11 compiler support requirement.
2014-06-05 Marcus ComstedtChange QApplication::translate to tr, removing deprecat...
2014-06-05 Marcus ComstedtUpdate #include directives to work with Qt5 as well...
2014-06-05 Joel Holdsworth.gitignore: Added new Qt compiler intermediate
2014-06-05 Joel HoldsworthDecoderStack: Fixed thread dead-lock
2014-06-05 Joel HoldsworthSigSession: Fixed std::thread joining
2014-06-03 Aurelien Jacobsproperty: add the necessary include file for std::function
2014-05-30 Bert VermeulenDon't use obsolete channel-based triggers.
2014-05-24 Jens SteinhauserHeader: Do not clip away the selection.
2014-05-24 Jens SteinhauserCursorHeader: Do not clip away the selection.
2014-05-24 Jens SteinhauserCursorHeader: Use the same number format as the ruler.
2014-05-24 Jens SteinhauserCursorHeader: Make the size dependend on the used font.
2014-05-24 Jens SteinhauserUse a separate widget to hold the cursor labels.
2014-05-24 Jens SteinhauserMainWindow: Remember directory of last file that was...
2014-05-24 Jens Steinhausermain: Use only the domain, not the whole URL.
2014-05-24 Joel HoldsworthDeviceOptions::print_vdiv: Replace C-style string forma...
2014-05-24 Joel HoldsworthReplaced boost::bind with C++11 lambdas
2014-05-24 Joel HoldsworthReplaced boost::function with std::function
2014-05-24 Joel HoldsworthUsed a std::atomic for StoreSession::_units_stores...
2014-05-24 Joel HoldsworthReplaced boost::thread/mutex etc. with std equivalents
2014-05-24 Joel HoldsworthReplaced boost::shared_ptr with std::shared_ptr
2014-05-23 Joel HoldsworthReplaced BOOST_FOREACH with C++11 range-based for loops
2014-05-23 Joel HoldsworthReplaced lengthy iterator types with the auto keyword
2014-05-23 Joel HoldsworthEnabled C++11 build
2014-05-23 Jens SteinhauserHeader: Invisible traces shouldn't influence the width.
2014-05-23 Jens SteinhauserSamplingBar: Use nicer time format in the tooltip.
2014-05-23 Jens SteinhauserPut the time format function into a separate file.
2014-05-23 Jens SteinhauserSamplingBar: Show total sampling time in a tooltip.
2014-05-23 Jens SteinhauserSigSession: Fix typo in comment.
2014-05-23 Jens SteinhauserMainWindow: Add missing toolbar buttons.
2014-05-22 Jens SteinhauserMainWindow: Add shortcuts for the open/save menu items.
2014-05-06 Uwe HermannBump PulseView version to 0.2.0. pulseview-0.2.x pulseview-0.2.0
2014-05-06 Uwe HermannBump libsigrok/libsigrokdecode dependencies to 0.3...
2014-05-06 Uwe HermannNEWS: Add list of user-visible changes so far.
2014-05-04 Marcus ComstedtFix polymorphic function lookup problem
2014-04-14 Uwe HermannINSTALL: Mention missing dependency libboost-filesystem.
2014-04-14 Uwe HermannRename 'probe' to 'channel' (libsigrokdecode change).
2014-04-04 Uwe Hermannnsis: Drop embedded Python installer, ship local DLL...
2014-03-27 Joel HoldsworthFixed test suite when ENABLE_DECODE=n
2014-03-27 Joel HoldsworthDeviceOptions: Added an error handler for the case...
2014-03-25 Uwe HermannUpdate for 'probe' -> 'channel' rename in libsigrok.
2014-03-25 Uwe HermannUpdate for 'probe_group' -> 'channel_group' rename...
2014-03-22 Joel HoldsworthHeader/Viewport: Manually trigger the signals_changed...
2014-03-20 Uwe Hermannnsis: Put sigrok-dumps *.sr files into the installer.
2014-03-16 Joel HoldsworthReworked SamplingBar device selection logic
2014-03-15 Joel HoldsworthSet PopupToolButton::_popup to NULL at construction
2014-03-15 Joel HoldsworthRevert back to the default device if a session file...
2014-03-15 Joel HoldsworthDon't show decoders with probes in the Stack Decoder...
2014-03-15 Joel HoldsworthDon't allow disabled probes to be selected
2014-03-13 Joel HoldsworthDo not attempt to draw text for small annotations
2014-03-13 Joel HoldsworthRemoved undefined Annotation::set_row and set_pd_index
2014-03-13 Joel HoldsworthEnum: Reference gvariants in the values list
2014-03-13 Joel HoldsworthEnum: Use an iterator instead of iterating by indexes
2014-03-13 Joel HoldsworthAdded decoder options binding for double values
2014-03-13 Joel HoldsworthAddded support for decoder options with a values list
2014-03-13 Joel HoldsworthMoved print_gvariant into DeviceOptions
2014-03-11 Uwe Hermannnsis: Fix the "working dir" path for PulseView.
2014-03-07 Priit LaesFix typo in header guard causing warning
2014-03-04 Joel HoldsworthAdded missing include for boost::hash_combine
2014-03-04 Joel HoldsworthOnly show first-level decoders in the menu
2014-03-04 Joel HoldsworthRemoved assert from DecoderStack
2014-03-03 Joel HoldsworthFixed non-painting decode
2014-03-03 Joel HoldsworthOnly update the decode state when decoding
2014-03-03 Joel HoldsworthCheck required probes before starting the decode thread
2014-03-03 Joel HoldsworthAdded an error message there are some unspecified requi...
2014-03-03 Joel HoldsworthRemoved unused parameter in DecoderStack::decode_proc
2014-03-02 Joel HoldsworthNotify repaint after decode_data instead of inside...
2014-03-02 Joel HoldsworthEnable decode support by default
2014-03-02 Joel HoldsworthImplemented threaded decode
2014-03-02 Joel HoldsworthRenamed DecoderStack::_mutex to _output_mutex
2014-03-02 Joel HoldsworthRenamed SigSession::data_updated signal to data_receive...
2014-03-02 Joel HoldsworthMoved inner decode loop into DecoderStack::decode_data
2014-03-02 Joel HoldsworthBegin a new decode session when a new frame begins
2014-03-01 Joel HoldsworthAdded a reference to the SigSession in DecoderStack
2014-03-01 Joel HoldsworthAdded LogicSignal::get_data
2014-03-01 Joel HoldsworthSamplingBar: Only use DefaultSampleCount if the _sample...
2014-03-01 Joel HoldsworthUse boost::filesystem::path to get the filename from...
2014-03-01 Joel HoldsworthDon't attempt to set SR_CONF_LIMIT_SAMPLES when it...
2014-03-01 Joel HoldsworthShow the file-device in the selector when a file is...
2014-03-01 Joel HoldsworthSamplingBar: Surpressed a spurious update loop
2014-03-01 Joel HoldsworthMoved default device functionality into SigSession
2014-03-01 Joel HoldsworthMoved session creation into DevInst objects
2014-03-01 Joel HoldsworthRemoved a redundant call to SigSession::set_device
2014-03-01 Joel HoldsworthMoved SigSession::is_trigger_enabled into DevInst
2014-03-01 Joel HoldsworthMoved DevInst::_sdi down into Device
2014-03-01 Joel HoldsworthMoved DeviceManager::use_device and release_device...
2014-03-01 Joel HoldsworthMade DeviceManager only handle Device objects
2014-03-01 Joel HoldsworthAdded pv::device::Device
2014-03-01 Joel HoldsworthMoved DevInst into the pv::device namespace
2014-03-01 Joel HoldsworthIn View::zoom_one_to_one use View::get_visible_data
2014-03-01 Daniel ElstnerLogicSignal: Un-break trigger configuration. (bug ...
2014-03-01 Marcus ComstedtDon't join with non-threads. Fixes 323
2014-02-20 Daniel ElstnerPass new unit_size argument to srd_inst_probe_set_all()
2014-02-20 Daniel Elstnerdecode: Fix mixup of bytes vs samples
next