These patches add small changes for stuff that I found missing when using PulseView, and others may find useful too.
Jens Steinhauser (13): MainWindow: Add shortcuts for the open/save menu items. MainWindow: Remember directory of last file that was opened/saved. MainWindow: Add missing toolbar buttons. MainWindow: Zoom fit after opening a capature file. SigSession: Fix typo in comment. SamplingBar: Show total sampling time in a tooltip. Put the time format function into a separate file. SamplingBar: Use nicer time format in the tooltip. Use a separate widget to hold the cursor labels. View: Hide the cursorheader with the cursors. CursorHeader: Make the size dependend on the used font. CursorHeader: Use the same number format as the ruler. Header: Invisible traces shouldn't influence the width. CMakeLists.txt | 3 + main.cpp | 2 +- pv/mainwindow.cpp | 45 ++++++++++- pv/sigsession.cpp | 4 +- pv/toolbars/samplingbar.cpp | 22 ++++++ pv/toolbars/samplingbar.h | 3 + pv/util.cpp | 72 +++++++++++++++++ pv/util.h | 59 ++++++++++++++ pv/view/cursor.cpp | 6 +- pv/view/cursorheader.cpp | 143 ++++++++++++++++++++++++++++++++++ pv/view/cursorheader.h | 65 ++++++++++++++++ pv/view/cursorpair.cpp | 6 +- pv/view/header.cpp | 11 ++- pv/view/header.h | 2 +- pv/view/marginwidget.cpp | 4 + pv/view/marginwidget.h | 2 +- pv/view/ruler.cpp | 186 +++++++++++--------------------------------- pv/view/ruler.h | 30 +++---- pv/view/view.cpp | 43 +++++++--- pv/view/view.h | 2 + 20 files changed, 518 insertions(+), 192 deletions(-) create mode 100644 pv/util.cpp create mode 100644 pv/util.h create mode 100644 pv/view/cursorheader.cpp create mode 100644 pv/view/cursorheader.h -- 1.9.0 ------------------------------------------------------------------------------ "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best Selenium testing platform available Simple to use. Nothing to install. Get started now for free." http://p.sf.net/sfu/SauceLabs _______________________________________________ sigrok-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sigrok-devel

