2014-12-29 |
Joel Holdsworth | RowItem: Fix y-offset in point() |
commit | commitdiff | tree | snapshot |
2014-12-29 |
Joel Holdsworth | ViewItem: Added rect parameter to point() |
commit | commitdiff | tree | snapshot |
2014-12-29 |
Joel Holdsworth | Flag: Added context menu |
commit | commitdiff | tree | snapshot |
2014-12-29 |
Joel Holdsworth | Ruler: Added context menu support |
commit | commitdiff | tree | snapshot |
2014-12-29 |
Joel Holdsworth | Ruler: Factored out get_mouse_over_item |
commit | commitdiff | tree | snapshot |
2014-12-28 |
Joel Holdsworth | Cursor: Don't draw cursors over each other when they... |
commit | commitdiff | tree | snapshot |
2014-12-28 |
Joel Holdsworth | Header: Renamed get_mouse_over_row_item to get_mouse_ov... |
commit | commitdiff | tree | snapshot |
2014-12-28 |
Joel Holdsworth | CursorPair: Simplified label_rect |
commit | commitdiff | tree | snapshot |
2014-12-28 |
Joel Holdsworth | Ruler: Removed Padding |
commit | commitdiff | tree | snapshot |
2014-12-28 |
Joel Holdsworth | TimeMarker: Simplified label_rect |
commit | commitdiff | tree | snapshot |
2014-12-28 |
Joel Holdsworth | ViewItem: Moved in LabelPadding |
commit | commitdiff | tree | snapshot |
2014-12-28 |
Joel Holdsworth | CursorPair: Moved in ViewportFillColour |
commit | commitdiff | tree | snapshot |
2014-12-28 |
Joel Holdsworth | TimeMarker: Removed Offset |
commit | commitdiff | tree | snapshot |
2014-12-28 |
Joel Holdsworth | Ruler: Removed BaselineOffset |
commit | commitdiff | tree | snapshot |
2014-12-28 |
Joel Holdsworth | Ruler: Made HoverArrowSize proportional to text size |
commit | commitdiff | tree | snapshot |
2014-12-28 |
Joel Holdsworth | Ruler: Make RulerHeight proportional to text size |
commit | commitdiff | tree | snapshot |
2014-12-28 |
Joel Holdsworth | Replaced use of QFontMetrics::boundingRect with height... |
commit | commitdiff | tree | snapshot |
2014-12-28 |
Joel Holdsworth | Ruler: Removed text_height_ |
commit | commitdiff | tree | snapshot |
2014-12-28 |
Joel Holdsworth | DecodeTrace: Removed text_height_ |
commit | commitdiff | tree | snapshot |
2014-12-28 |
Joel Holdsworth | ViewItem: Moved in paint_label |
commit | commitdiff | tree | snapshot |
2014-12-28 |
Joel Holdsworth | Ruler: Recombined with CursorHeader |
commit | commitdiff | tree | snapshot |
2014-12-28 |
Joel Holdsworth | CursorPair: Set font before calling compute_text_size |
commit | commitdiff | tree | snapshot |
2014-12-28 |
Joel Holdsworth | ViewItem: Make HighlightRadius truly a radius |
commit | commitdiff | tree | snapshot |
2014-12-28 |
Joel Holdsworth | Flag: Added delete key support |
commit | commitdiff | tree | snapshot |
2014-12-28 |
Joel Holdsworth | CursorHeader: Hit test time items from front to back |
commit | commitdiff | tree | snapshot |
2014-12-28 |
Joel Holdsworth | Flag: Added flag time markers |
commit | commitdiff | tree | snapshot |
2014-12-28 |
Joel Holdsworth | TimeMarker: Replaced time_changed signal with View... |
commit | commitdiff | tree | snapshot |
2014-12-28 |
Joel Holdsworth | TimeMarker: Fixed position of set_time function |
commit | commitdiff | tree | snapshot |
2014-12-28 |
Joel Holdsworth | RowItemOwner: Renamed appearance_changed to row_item_ap... |
commit | commitdiff | tree | snapshot |
2014-12-28 |
Joel Holdsworth | CursorPair: Paint with ViewItem::paint_fore/paint_back |
commit | commitdiff | tree | snapshot |
2014-12-28 |
Joel Holdsworth | ViewItemPaintParams: Fixed height() |
commit | commitdiff | tree | snapshot |
2014-12-28 |
Joel Holdsworth | ViewItemPaintParams: Added vertical layout information |
commit | commitdiff | tree | snapshot |
2014-12-28 |
Joel Holdsworth | ViewItem: Moved in paint_fore, paint_mid and paint_back |
commit | commitdiff | tree | snapshot |
2014-12-28 |
Joel Holdsworth | RowItemPaintParams: Renamed to ViewItemPaintParams |
commit | commitdiff | tree | snapshot |
2014-12-28 |
Joel Holdsworth | SelectableItem: Renamed to ViewItem |
commit | commitdiff | tree | snapshot |
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 |
next |