]> sigrok.org Git - pulseview.git/history - pv/view/ruler.cpp
View: Remove empty trace groups in signals_changed()
[pulseview.git] / pv / view / ruler.cpp
2016-02-13 Uwe HermannStandardize on 'event' as name for all Qt events.
2015-12-26 Uwe HermannVarious minor whitespace and consistency fixes.
2015-11-04 Uwe HermannMinor whitespace cosmetics.
2015-09-04 Jens SteinhauserRuler: Don't use a function that is only available...
2015-09-04 Jens SteinhauserRuler: Prevent ticks from disappearing at high zoom...
2015-09-04 Jens SteinhauserRuler: Don't draw the tick marks antialiased
2015-09-04 Jens SteinhauserUntangle the time formatting functions a bit
2015-09-04 Jens SteinhauserView: Change the type of tick_period to pv::util::Timestamp
2015-09-04 Jens SteinhauserRuler: Factor out the calculation of the tick spacing
2015-09-04 Jens SteinhauserRuler: Fix tick mark calculation
2015-09-04 Jens SteinhauserUse a type with a greater resolution to represent time...
2015-08-16 Soeren ApelView/Ruler: Calculate and use tick precision
2015-08-16 Soeren ApelView: Determine time unit and use it in other classes
2015-08-16 Soeren ApelIntroduce time units
2014-12-29 Joel HoldsworthViewWidget: Renamed dragging_ to item_dragging_
2014-12-29 Joel HoldsworthViewWidget: Moved in drag_items
2014-12-29 Joel HoldsworthViewWidget: Moved in unified accept_drag
2014-12-29 Joel HoldsworthMarginWidget: Moved in mouseMoveEvent
2014-12-29 Joel HoldsworthMarginWidget: Moved in mouseReleaseEvent
2014-12-29 Joel HoldsworthMarginWidget: Moved in keyPressEvent
2014-12-29 Joel HoldsworthMarginWidget: Moved in mousePressEvent
2014-12-29 Joel HoldsworthMarginWidget: Moved in clear_selection
2014-12-29 Joel HoldsworthMarginWidget: Moved in contextMenuEvent
2014-12-29 Joel HoldsworthMarginWidget: Added item() method
2014-12-29 Joel HoldsworthRuler: Make get_mouse_over_item return shared_ptr<ViewItem>
2014-12-29 Joel HoldsworthMarginWidget: Moved in leaveEvent
2014-12-29 Joel HoldsworthMarginWidget: Moved in create_popup
2014-12-29 Joel HoldsworthViewItem: Use drag_point() with drag_by()
2014-12-29 Joel HoldsworthRuler: Added context menu support
2014-12-29 Joel HoldsworthRuler: Factored out get_mouse_over_item
2014-12-28 Joel HoldsworthRuler: Removed Padding
2014-12-28 Joel HoldsworthRuler: Removed BaselineOffset
2014-12-28 Joel HoldsworthRuler: Made HoverArrowSize proportional to text size
2014-12-28 Joel HoldsworthRuler: Make RulerHeight proportional to text size
2014-12-28 Joel HoldsworthReplaced use of QFontMetrics::boundingRect with height...
2014-12-28 Joel HoldsworthRuler: Removed text_height_
2014-12-28 Joel HoldsworthViewItem: Moved in paint_label
2014-12-28 Joel HoldsworthRuler: Recombined with CursorHeader
2014-12-03 Joel HoldsworthRuler: Moved calculate_tick_spacing into View
2014-11-22 Joel HoldsworthRenamed C++ headers to .hpp
2014-11-22 Joel HoldsworthMake member variable underscores a suffix instead of...
2014-05-24 Jens SteinhauserCursorHeader: Use the same number format as the ruler.
2014-05-24 Jens SteinhauserUse a separate widget to hold the cursor labels.
2014-05-24 Joel HoldsworthReplaced boost::shared_ptr with std::shared_ptr
2014-05-23 Jens SteinhauserPut the time format function into a separate file.
2013-12-30 Joel HoldsworthReplaced using namespace with using class directives
2013-12-09 Joel HoldsworthMoved RulerHeight out of View into Ruler
2013-10-23 Rene HopfFixes for clang build on OS X
2013-10-15 Joel HoldsworthAdded missing includes and defintions
2013-10-13 Joel HoldsworthAdded TimeMarker popups
2013-10-13 Joel HoldsworthFix Ruler to respect the minimum dragging distance
2013-05-19 Joel HoldsworthWrapped Cursors in a shared_ptr
2013-05-19 Joel HoldsworthAdd selection to Ruler items
2013-05-19 Joel HoldsworthAdded selection_changed signal to Ruler and Header
2013-05-19 Joel HoldsworthAdded clear_selection to Ruler and Header
2013-05-19 Joel HoldsworthAdded pv::view::MarginWidget as a common base class...
2013-04-18 Joel HoldsworthMoved ruler cursor draw functions into CursorsPair
2013-04-18 Joel HoldsworthReplaced std::pair<Cursor, Cursor> with CursorPair
2013-04-16 Joel HoldsworthDraw numbers off the end of the ruler
2013-03-31 Joel HoldsworthSet the colour of the ruler hover marker to the correct...
2013-03-23 Joel HoldsworthImproved painting of cursor values
2013-03-23 Joel HoldsworthAdded a margin around ruler values
2013-03-23 Joel HoldsworthStopped ruler values colliding at high zoom
2013-03-23 Joel HoldsworthUse Qt namespace to simplify Ruler::paintEvent
2013-03-03 Joel HoldsworthSet the colour of ruler annotations to the correct...
2013-01-24 Uwe HermannAdd missing #include <limits.h>.
2013-01-16 Joel HoldsworthSupressed unused parameters
2013-01-08 Alexandru Gagniucglobal: Do not assert >= 0 for unsigned values
2012-12-12 Uwe HermannSome smaller whitespace fixes.
2012-11-01 Joel HoldsworthAdded cursor dragging
2012-11-01 Joel HoldsworthAdded cursors
2012-10-28 Joel HoldsworthAdded header time hover arrow
2012-10-24 Joel HoldsworthRender ruler and signals with sub-pixel accuracy
2012-10-20 Joel HoldsworthFixed timeline scale
2012-10-20 Joel HoldsworthCorrected signed/unsigned inconsistencies in Ruler...
2012-10-13 Joel HoldsworthMade extdef.h a global include
2012-10-12 Joel HoldsworthCorrected project name in header comments
2012-10-11 Joel HoldsworthFixed ruler scale units
2012-09-09 Joel HoldsworthInitial work moving ruler into the pv::view::Ruler...