]> sigrok.org Git - pulseview.git/shortlog
pulseview.git
2016-08-22 Soeren ApelMainWindow: Remove menu bar
2016-08-18 Soeren ApelMainWindow: Prevent Qt from restoring the dock widgets
2016-08-18 Soeren ApelRemove context menu for central MainWindow widget
2016-08-18 Soeren ApelFix signal connection for view::Signal and SignalBase...
2016-08-18 Soeren ApelMove view-independent data from view::DecodeTrace to...
2016-08-18 Soeren ApelMove signals to views and make Session handle multiple...
2016-08-18 Soeren ApelUse SignalBase instead of LogicSignal for decoders
2016-08-18 Soeren ApelRemove data_ also for LogicSignal and use SignalBase...
2016-08-18 Soeren ApelMove signal data to SignalBase and adjust view::AnalogS...
2016-08-18 Soeren ApelRename Trace::channel_ to Trace::base_, including depen...
2016-08-18 Soeren ApelIntroduce pv::data::SignalBase
2016-08-16 Soeren ApelFix #814 by using PNG application logo instead of SVG
2016-08-16 Soeren ApelMake view windows non-closeable
2016-08-16 Soeren ApelImplement MainWindow::add_view()
2016-07-24 Soeren ApelViewWidget: Define ViewTypes
2016-07-24 Soeren ApelIntroduce MainWindow::get_active_view()
2016-07-24 Soeren ApelUse a QDockWidget to contain the view
2016-07-20 Soeren ApelView: Move assertion after assignment
2016-06-26 Aurelien JacobsDevice: add support for list of discrete values for...
2016-06-26 Soeren ApelConnect dialog: Fix up UI and allow for VXI
2016-06-26 Soeren ApelConnect dialog: Fix constructor initialization order
2016-06-26 whitequarkConnect dialog: Add support for connecting to raw-tcp...
2016-06-24 Uwe HermannRevert "cmake: use pkg-config ldflags directly instead...
2016-06-24 Soeren ApelFix #805 by resetting selected device on failure
2016-06-24 Soeren ApelFix warning for unused Session::sample_thread_proc...
2016-06-24 Soeren ApelSession: Improve session robustness
2016-06-12 Samuel Martincmake: add check for explicit linking against libatomic
2016-05-19 Aurelien Jacobscmake: use pkg-config ldflags directly instead of split...
2016-05-19 Elias OenalTrace: Make popup forms compatible with OSX
2016-05-19 Soeren ApelSession: Keep track of signal data locally
2016-05-09 Soeren ApelInputFile: Use new reset() function to allow re-reading...
2016-05-03 Soeren ApelDecoderStack: Force a viewport update more frequently
2016-05-03 Soeren ApelFix #792 by making sure we don't request samples that...
2016-05-03 Soeren ApelConnect dialog: Make button caption more clear
2016-05-03 Soeren ApelDecodeTrace: Let the view know when we need more space
2016-05-03 Soeren ApelDecodeTrace: Make sure first row's label width can...
2016-04-18 Soeren ApelView: Remove unnecessary methods
2016-04-18 Soeren ApelFix #771 by using black with alpha instead of an opaque...
2016-04-17 Soeren ApelFix #777 by using a workaround for assumed glibmm bug
2016-04-17 Soeren ApelFix #705 by preventing the use of invalid instances
2016-04-13 Soeren ApelAnalogSignal: Make sure the trace is redrawn when chang...
2016-04-13 Soeren ApelTrace/AnalogSignal: Improve contrast and precision...
2016-04-13 Soeren ApelView: Make sure unused groups are freed
2016-04-11 Soeren ApelSession: Make sure all data is deleted before changing...
2016-04-08 Soeren ApelInputFile: Don't try to create device twice
2016-04-08 Soeren ApelDecodeTrace: Make an empty decode trace appear symmetrical
2016-04-08 Soeren ApelDecodeTrace: Replace magic number by proper calculation
2016-04-08 Uwe Hermanntest/CMakeLists.txt: Add missing #include file.
2016-04-07 Soeren ApelAnalogSignal: Implement info text for V/div display
2016-04-07 Soeren ApelAnalogSignal: Implement resolution selector in dialog
2016-04-07 Soeren ApelAnalogSignal: Use Q_OBJECT and implement vdiv selector...
2016-04-07 Soeren ApelAnalogSignal: Use correct scaling factor for the grid...
2016-04-07 Soeren ApelAnalogSignal: Implement vertical grid
2016-04-07 Soeren ApelView: Handle pre-existing trace groups correctly
2016-04-07 Soeren ApelView: Restore the original signals_changed() positionin...
2016-04-03 Soeren ApelView: Remove empty trace groups in signals_changed()
2016-04-03 Soeren ApelView: Provide a clear setup path for the initial v_offs...
2016-04-03 Soeren ApelView: Make signals_changed() more predictable
2016-04-03 Soeren ApelTraceTreeItemOwner: Change behavior for empty containers
2016-04-03 Soeren ApelSession: Don't crash when session.device_ is empty
2016-04-03 Soeren ApelSession: Improve signal handling during device selection
2016-03-15 Soeren ApelStoreSession: Add analog saving support
2016-03-15 Soeren ApelUse natural sort order for DecodeTrace channel selector...
2016-03-14 ntruchsessfix 'Exception: not applicable' when connecting to...
2016-03-13 Uwe HermannFix various typos in code comments.
2016-03-13 Uwe HermannAndroidManifest.xml: Bump PV version to 0.4.0.
2016-02-16 Soeren ApelUse the 'default' keyword where applicable. This patch
2016-02-16 Soeren ApelDecodeTrace: Optimize loop (see also da50281d)
2016-02-16 Soeren ApelWhitespace fix
2016-02-13 Uwe HermannPrefer Qt string multi-arg form over arg chaining.
2016-02-13 Uwe HermannStandardize on 'event' as name for all Qt events.
2016-02-13 Uwe HermannFix inconsistent declaration parameter names.
2016-02-13 Uwe HermannUse range-based for loops more often.
2016-02-13 Uwe HermannUse nullptr in some more places.
2016-02-11 Uwe HermannCMakeLists.txt: Bump PulseView version to 0.4.0.
2016-02-11 Soeren ApelFix #181 by changing the global decode lock into an...
2016-02-11 Soeren ApelDecoderStack: Make decoder sessions terminate after...
2016-02-11 Soeren ApelMainWindow: Try to use any available device aside from...
2016-02-04 Soeren ApelDecodeTrace: Remove unnecessary parameters
2016-02-04 Soeren ApelDecodeTrace: Let annotation labels be pushed aside...
2016-02-04 Soeren ApelDecodeTrace: Try to keep annotation labels within the...
2016-02-04 Soeren ApelFix 745 by improving the draw_annotations() block drawi...
2016-01-31 Soeren ApelFix clang warning: shifting a negative signed value...
2016-01-31 Soeren ApelFix #737 by adding the override specifier where needed
2016-01-31 Soeren ApelFix unit tests and prevent warnings
2016-01-31 Soeren ApelFix #733: Open import files using binary mode
2016-01-31 Soeren ApelView: Honor ENABLE_DECODE compiler switch
2016-01-29 Uwe HermannNEWS: Update for upcoming 0.3.0 release. pulseview-0.3.x pulseview-0.3.0
2016-01-29 Uwe HermannINSTALL: Mention the missing glibmm dependency.
2016-01-03 Uwe HermannFix a bunch of random typos.
2016-01-03 Joel HoldsworthMainBar: Added missing menu item
2016-01-03 Joel HoldsworthMainWindow: Added missing definition of action_view_col...
2016-01-03 Joel HoldsworthTrace: Removed hit_box_rect, to remove canvas dragging...
2016-01-03 Joel HoldsworthRevert "Make traces non-draggable outside the header...
2016-01-03 Joel HoldsworthRevert "Make traces only selectable in the header area"
2016-01-03 Joel HoldsworthDecodeTrace: With a rounded rect
2016-01-03 Joel HoldsworthDecodeTrace: Use an stl algorithm to find if all annota...
2016-01-03 Uwe HermannBump the Boost requirement to >= 1.53.
2015-12-31 Martin LingUpdate to new configuration API.
2015-12-30 Soeren ApelDecodeTrace: Prevent trace height from jumping
next