2014-12-20 |
Joel Holdsworth | CursorHeader: Made drag position pixel perfect |
commit | commitdiff | tree | snapshot |
2014-12-20 |
Joel Holdsworth | View: Fixed naming of View::RowItem{H,V}ExtentsChanged |
commit | commitdiff | tree | snapshot |
2014-12-15 |
Joel Holdsworth | Header: Fixed trace labels spilling onto the canvas |
commit | commitdiff | tree | snapshot |
2014-12-13 |
Joel Holdsworth | WellArray: Renamed to avoid namespace collissions,... |
commit | commitdiff | tree | snapshot |
2014-12-13 |
Soeren Apel | View: Fix #515 by fixing typo and extent handling |
commit | commitdiff | tree | snapshot |
2014-12-13 |
Soeren Apel | RowItem: Fixed v_extents initial conditions |
commit | commitdiff | tree | snapshot |
2014-12-13 |
Soeren Apel | View: Fix #513 by scrolling 1/8th the view height per... |
commit | commitdiff | tree | snapshot |
2014-12-13 |
Soeren Apel | SamplingBar: Use DeviceManager::get_display_name()... |
commit | commitdiff | tree | snapshot |
2014-12-13 |
Joel Holdsworth | DeviceManager: Minor tidyup in build_display_name |
commit | commitdiff | tree | snapshot |
2014-12-13 |
Joel Holdsworth | DeviceManager: Use boost::algorithm::string::join to... |
commit | commitdiff | tree | snapshot |
2014-12-12 |
Soeren Apel | DeviceManager: Introduce full device names |
commit | commitdiff | tree | snapshot |
2014-12-12 |
Soeren Apel | DecodeTrace: Correct row calculation/tooltip position... |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Uwe Hermann | test/CMakeLists.txt: Add missing #includes. |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Soeren Apel | DecodeTrace: Remove hide_hover_annotation() as it's... |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Joel Holdsworth | MarginWidget: Moved in dragging_, mouse_point_, and... |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Joel Holdsworth | CursorHeader: Paint by the labels by the time item... |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Joel Holdsworth | View: Added CursorPair to time_items list |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Joel Holdsworth | TimeItem: Made paint_label a mandatory field |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Joel Holdsworth | CursorPair: Draw highlight when selected |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Joel Holdsworth | CursorHeader: Accept TimeItems not providing a Popup |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Joel Holdsworth | CursorHeader: Handle all TimeItems instead of TimeMarkers |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Joel Holdsworth | TimeItem: Added mandatory get_x virtual method |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Joel Holdsworth | TimeItem: Added mandatory set_time virtual method |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Joel Holdsworth | SelectableItem: Moved in label_rect |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Joel Holdsworth | TimeMarker: Renamed get_label_rect, and made it take... |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Joel Holdsworth | RowItem: Pass rect into label_rect |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Joel Holdsworth | View: Store CursorPair in a shared_ptr |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Joel Holdsworth | CursorPair: Derived from TimeItem |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Joel Holdsworth | View: Added time_markers |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Joel Holdsworth | TimeItem: Added new class - a base of TimeMarker, deriv... |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Joel Holdsworth | TimeMarker: Clamp to minimum size |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Joel Holdsworth | SelectableItem: Moved in enabled(), and added to Trigge... |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Joel Holdsworth | TimeMarker: Added get_text |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Joel Holdsworth | TimeMarker: Added default get_label_rect implementation |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Joel Holdsworth | Cursor: Moved paint_label into TimeMarker |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Joel Holdsworth | Trace: Moved get_text_colour into SelectableItem |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Joel Holdsworth | DecodeTrace: Removed incorrect use of get_text_colour |
commit | commitdiff | tree | snapshot |
2014-12-10 |
Joel Holdsworth | Snapshot: Renamed to Segment |
commit | commitdiff | tree | snapshot |
2014-12-09 |
Joel Holdsworth | SignalData: Moved samplerate into Snapshot |
commit | commitdiff | tree | snapshot |
2014-12-09 |
Joel Holdsworth | SignalData: Moved start_time into Snapshot |
commit | commitdiff | tree | snapshot |
2014-12-09 |
Joel Holdsworth | SignalData: Added snapshots accessor method |
commit | commitdiff | tree | snapshot |
2014-12-09 |
Joel Holdsworth | DecoderStack: Emancipate from SignalData |
commit | commitdiff | tree | snapshot |
2014-12-09 |
Joel Holdsworth | Renamed pv::data::Analog::get_snapshots and Logic:... |
commit | commitdiff | tree | snapshot |
2014-12-09 |
Joel Holdsworth | RowItemParams: Added font and text_height |
commit | commitdiff | tree | snapshot |
2014-12-09 |
Joel Holdsworth | RowItemPaintParams: Bundled scale and offset |
commit | commitdiff | tree | snapshot |
2014-12-09 |
Joel Holdsworth | Trace: Make paint_axis take RowItemPaintParams |
commit | commitdiff | tree | snapshot |
2014-12-09 |
Joel Holdsworth | RowItem: Bundled painting parameters into RowItemPaintP... |
commit | commitdiff | tree | snapshot |
2014-12-07 |
Uwe Hermann | mingw: Drop libusb0.dll, always use libusb-1.0. |
commit | commitdiff | tree | snapshot |
2014-12-05 |
Jens Steinhauser | Signal: Save and load signal names as UTF-8 strings. |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Uwe Hermann | CMakeLists.txt: mingw: Simplify by using Boost_THREADAPI. |
commit | commitdiff | tree | snapshot |
2014-12-04 |
Aurelien Jacobs | connect: Fix filtering of supported devices. |
commit | commitdiff | tree | snapshot |
2014-12-03 |
Uwe Hermann | test: Add a dummy unit test to fix 'make test'. |
commit | commitdiff | tree | snapshot |
2014-12-03 |
Soeren Apel | View: Make horizontal arrow-key scrolling useful |
commit | commitdiff | tree | snapshot |
2014-12-03 |
Joel Holdsworth | Ruler: Moved calculate_tick_spacing into View |
commit | commitdiff | tree | snapshot |
2014-12-03 |
Joel Holdsworth | Session: Renamed files to match class name |
commit | commitdiff | tree | snapshot |
2014-12-03 |
Joel Holdsworth | .gitignore: Added .ninja_deps |
commit | commitdiff | tree | snapshot |
2014-12-03 |
Joel Holdsworth | Removed cotire |
commit | commitdiff | tree | snapshot |
2014-11-29 |
Uwe Hermann | test/CMakeLists.txt: Fix file list, fix -DENABLE_TESTS... |
commit | commitdiff | tree | snapshot |
2014-11-29 |
Uwe Hermann | Build system: Fix issue with unit tests, simplify code. |
commit | commitdiff | tree | snapshot |
2014-11-29 |
Uwe Hermann | decoderstack.cpp: Fix incorrect #inludes. |
commit | commitdiff | tree | snapshot |
2014-11-29 |
Uwe Hermann | test: Disable all unit tests for now (all of them are... |
commit | commitdiff | tree | snapshot |
2014-11-29 |
Uwe Hermann | INSTALL: Update and fix build requirements. |
commit | commitdiff | tree | snapshot |
2014-11-29 |
Uwe Hermann | README: Update status. |
commit | commitdiff | tree | snapshot |
2014-11-29 |
Uwe Hermann | CMakeLists.txt: Fix whitespace, cosmetics. |
commit | commitdiff | tree | snapshot |
2014-11-29 |
Uwe Hermann | Example channel names: Consistently use all-caps. |
commit | commitdiff | tree | snapshot |
2014-11-29 |
Uwe Hermann | Minor whitespace fixes. |
commit | commitdiff | tree | snapshot |
2014-11-26 |
Uwe Hermann | Fix saving of channel names in .sr files. |
commit | commitdiff | tree | snapshot |
2014-11-23 |
Joel Holdsworth | LogicSignal: Added trigger markers |
commit | commitdiff | tree | snapshot |
2014-11-23 |
Joel Holdsworth | LogicSignal: Added an icon cache |
commit | commitdiff | tree | snapshot |
2014-11-23 |
Joel Holdsworth | icons: Added trigger markers |
commit | commitdiff | tree | snapshot |
2014-11-23 |
Joel Holdsworth | LogicSignal: Refactored get_trigger_types |
commit | commitdiff | tree | snapshot |
2014-11-23 |
Joel Holdsworth | LogicSignal: Renamed action_match and match_action |
commit | commitdiff | tree | snapshot |
2014-11-23 |
Joel Holdsworth | LogicSignal: Removed redundant calls to match_action |
commit | commitdiff | tree | snapshot |
2014-11-22 |
Joel Holdsworth | StoreSession: Fixed completion mechanism |
commit | commitdiff | tree | snapshot |
2014-11-22 |
Joel Holdsworth | MainWindow: Handle device selection failure |
commit | commitdiff | tree | snapshot |
2014-11-22 |
Joel Holdsworth | Session: Renamed pv::SigSession to Session |
commit | commitdiff | tree | snapshot |
2014-11-22 |
Joel Holdsworth | SamplingBar: Added reference to MainWindow for run_stop |
commit | commitdiff | tree | snapshot |
2014-11-22 |
Joel Holdsworth | DecodeTrace: Don't attempt to hover if the trace hasn... |
commit | commitdiff | tree | snapshot |
2014-11-22 |
Joel Holdsworth | TimeMarker: Fixed display of negative value in popup |
commit | commitdiff | tree | snapshot |
2014-11-22 |
Joel Holdsworth | Check LIMIT_SAMPLES and SAMPLERATE are available to... |
commit | commitdiff | tree | snapshot |
2014-11-22 |
Joel Holdsworth | SamplingBar: Reduced indentation in update_sample_count... |
commit | commitdiff | tree | snapshot |
2014-11-22 |
Joel Holdsworth | MainWindow: Include device/file name in window title |
commit | commitdiff | tree | snapshot |
2014-11-22 |
Joel Holdsworth | Upgraded cotire to 1.6.6 |
commit | commitdiff | tree | snapshot |
2014-11-22 |
Joel Holdsworth | Renamed C++ headers to .hpp |
commit | commitdiff | tree | snapshot |
2014-11-22 |
Joel Holdsworth | Make member variable underscores a suffix instead of... |
commit | commitdiff | tree | snapshot |
2014-11-21 |
Uwe Hermann | Fix build on MinGW (boost thread related). |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Joel Holdsworth | Header: Added group/ungroup key-combos |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Joel Holdsworth | MarginWidget: Removed unused geometry_updated signal |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Joel Holdsworth | Header: Added on_ungroup method |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Joel Holdsworth | Header: Added group command |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Joel Holdsworth | TraceGroup: Added ungroup method |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Joel Holdsworth | View: Create trace groups from channel groups |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Joel Holdsworth | TraceGroup: Implemented stacking |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Joel Holdsworth | RowItemOwner: Added depth() method |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Joel Holdsworth | RowItemOwner: Replaced parent notification scheme |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Joel Holdsworth | RowItem: Split appart visual and layout v offsets |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Joel Holdsworth | TraceGroup: Implemented paint_label |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Joel Holdsworth | TraceGroup: Added ungroup item |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Joel Holdsworth | View: Removed normalize_layout |
commit | commitdiff | tree | snapshot |
2014-11-19 |
Joel Holdsworth | RowItem: Replaced fixed signal heights with extents |
commit | commitdiff | tree | snapshot |
next |