]> sigrok.org Git - pulseview.git/shortlog
pulseview.git
2013-01-19 Uwe HermannREADME: Minor fixes, typos.
2013-01-19 Joel HoldsworthDocumented packing procedure
2013-01-19 Joel HoldsworthPrevent CPack from generating a source package with...
2013-01-19 Joel HoldsworthSet the package version number
2013-01-19 Alexandru GagniucAdd a way to generate a tarball without requiring git
2013-01-19 Joel HoldsworthAdded axes to each signal
2013-01-19 Joel HoldsworthEliminated get_nominal_offset
2013-01-19 Uwe HermannLower Boost dependency to 1.45, which is sufficient.
2013-01-19 Uwe Hermannsamplingbar.cpp: Add missing "ULL".
2013-01-19 Uwe HermannAdd missing newlines in two header files.
2013-01-19 Uwe HermannCMakeLists.txt: Fix typo.
2013-01-19 Uwe Hermannboost-thread: Use 'thread_win32' on Windows/MinGW.
2013-01-16 Joel HoldsworthAdded -Wextra, and an option to disable -Werror
2013-01-16 Joel HoldsworthExplicitly initialise QObject in the copy constructor
2013-01-16 Joel HoldsworthSupressed unused parameters
2013-01-15 Uwe Hermannpulseview.qrc: Add missing application-exit.png entry.
2013-01-15 Joel HoldsworthAdded File>Quit menu item
2013-01-15 Joel HoldsworthDo not fast_forward if there is no data at the minimum...
2013-01-13 Joel HoldsworthAdded Sixteen test case
2013-01-13 Joel HoldsworthFixed LongPulses test packet setup
2013-01-13 Joel HoldsworthFixed usage of sr_datafeed_logic::length
2013-01-08 Alexandru Gagniucglobal: Do not assert >= 0 for unsigned values
2013-01-08 Alexandru Gagniuctests: Add check for handling of wide data (16 probes)
2013-01-01 Joel HoldsworthFixed pv::dialogs::About to accomodate 42515b0f in...
2013-01-01 Joel HoldsworthAdded status icons to Run/Stop button
2013-01-01 Joel HoldsworthTidied pv::MainWindow menu setup
2012-12-30 Joel HoldsworthRemoved status bar
2012-12-29 Joel HoldsworthSet HwCap dialog title
2012-12-28 Joel HoldsworthAdded fallback toolbar icons
2012-12-28 Joel HoldsworthAdded Tango configure icon
2012-12-28 Joel HoldsworthImplemented HwCap binding
2012-12-28 Joel HoldsworthAdded commit support to HwCap dialog
2012-12-28 Joel HoldsworthAdded commit support to Binding
2012-12-28 Joel HoldsworthAdded get/set support to Property and Enum
2012-12-28 Joel HoldsworthIntegrated property widgets with dialog
2012-12-28 Joel HoldsworthAdded Enum property
2012-12-28 Joel HoldsworthAdded Property
2012-12-28 Joel HoldsworthAdded empty HwCap dialog
2012-12-28 Joel HoldsworthAdded empty HwCap binding
2012-12-24 Joel HoldsworthMoved data and snapshot classes into pv::data namespace
2012-12-24 Joel HoldsworthTidied include of view in mainwindow.cpp
2012-12-24 Joel HoldsworthMoved pv::About into the pv::dialogs::About namespace
2012-12-21 Alexandru GagniucViewport: Allow horizontal scrolling via mouse wheel...
2012-12-21 Alexandru GagniucViewport: Only zoom in/out at vertical wheel events
2012-12-20 Joel HoldsworthAdded basic analog signal plotting
2012-12-20 Joel HoldsworthAdded skeleton analog support
2012-12-20 Joel HoldsworthRenamed pv::SigSession::_state_mutex to pv::SigSession...
2012-12-20 Joel HoldsworthFactored out feed_in_logic
2012-12-20 Joel HoldsworthFactored out feed_in_meta_logic
2012-12-20 Joel HoldsworthMake data_feed_in and data_feed_in_proc packet paramete...
2012-12-12 Joel HoldsworthMoved file load into a thread
2012-12-12 Uwe HermannREADME: Document Boost system + thread requirement.
2012-12-12 Uwe HermannSome smaller whitespace fixes.
2012-12-12 Uwe Hermanncmake: Add boost-thread as explicit dependency.
2012-12-11 Joel HoldsworthMade LogicDataSnapshot::get_sample private rather than...
2012-12-11 Joel HoldsworthMutex protected snapshot data
2012-12-11 Joel HoldsworthKeep Run/Stop button state updated
2012-12-11 Joel HoldsworthAdded proof of concept start/stop support
2012-12-11 Joel HoldsworthInitial real time display during capture
2012-12-11 Joel HoldsworthMutex protected SigSession::_signals
2012-12-11 Joel HoldsworthAdded SigSession::signals_changed signals to indicate...
2012-12-11 Joel HoldsworthInitial threaded capture
2012-12-03 Peter StugeAdd struct sr_context * to sr_driver_init() calls
2012-11-20 Rene Hopfremoved std namespace to build with llvm
2012-11-18 Joel HoldsworthAdded pv::view::View::normalize_layout to normalize...
2012-11-18 Joel HoldsworthMoved signal margin out of signal rendering into initia...
2012-11-18 Joel HoldsworthImproved propagation of drag event so that the scroll...
2012-11-17 Joel HoldsworthDon't highlight when dragging
2012-11-17 Joel HoldsworthImproved drag selection logic
2012-11-17 Joel HoldsworthAdded snap to grid drag behaviour
2012-11-17 Joel HoldsworthAdded initial support for dragging
2012-11-17 Joel HoldsworthAdded signal (multi) selection
2012-11-17 Joel HoldsworthUse static signal offsets instead of offsets calculated...
2012-11-17 Joel HoldsworthMoved forward declaration of SignalData to correct...
2012-11-03 Joel HoldsworthMoved Signal and LogicSignal into pv::view
2012-11-03 Joel HoldsworthAdded a label colour chooser dialog
2012-11-02 Peter StugeAdd struct sr_context to the sr_init() and sr_exit...
2012-11-02 Joel HoldsworthChange main() to have only one exit code flow, used...
2012-11-01 Joel HoldsworthPixel aligned signal labels
2012-11-01 Joel HoldsworthInitial code to render text inside cursor markers
2012-11-01 Joel HoldsworthMoved LabelPadding into View
2012-11-01 Joel HoldsworthAdded cursor dragging
2012-11-01 Joel HoldsworthMade TimeMarker and Cursor QObjects
2012-11-01 Joel HoldsworthAdded cursors show/hide menu action
2012-11-01 Joel HoldsworthAdded cursors
2012-11-01 Joel HoldsworthDocumented scale, offset, set_scale_offset, _scale...
2012-11-01 Joel HoldsworthAdded Cursor class
2012-10-29 Joel HoldsworthAdded TimeMarker base class
2012-10-28 Joel HoldsworthAdded header time hover arrow
2012-10-28 Joel HoldsworthAdded hover point to pv::view::View
2012-10-24 Joel HoldsworthRender ruler and signals with sub-pixel accuracy
2012-10-21 Joel HoldsworthMoved unit test build commands into test/CMakeLists.txt
2012-10-21 Uwe HermannFix #include guards.
2012-10-21 Uwe HermannAdd a HACKING file.
2012-10-20 Joel HoldsworthAdded a context menu for set name
2012-10-20 Joel HoldsworthCache signal label text size at draw time for later use
2012-10-20 Joel HoldsworthFixed timeline scale
2012-10-20 Joel HoldsworthAdded mouse-over behaviour to signal labels
2012-10-20 Joel HoldsworthMoved Signal label layout to get_label_rect
2012-10-20 Joel HoldsworthEnable -Werror -Wall
next