diff --git a/doc/user/GC3-Manual.pdf b/doc/user/GC3-Manual.pdf index c6a7b6ca8..ec82ee45a 100644 Binary files a/doc/user/GC3-Manual.pdf and b/doc/user/GC3-Manual.pdf differ diff --git a/doc/user/GC3-Manual.texinfo b/doc/user/GC3-Manual.texinfo index 2c029fc92..971aec764 100644 --- a/doc/user/GC3-Manual.texinfo +++ b/doc/user/GC3-Manual.texinfo @@ -596,7 +596,11 @@ Simply lists the current windows you have open and allows you to select the wind the current window focus. @page @section The Toolbar and Scope bar -what the buttons do + +@vskip 12pt +@center @image{"image/2-toolbar",350pt} +@center @emph{Figure 7: Tool Bar and Scope Bar} +@vskip 6pt @section Views & Sidebar scopebar, sidebar, tab/tiled, add chart menu @@ -667,7 +671,7 @@ the manual activity dialog and refer to details screen for more "indepth" (need @c ******************************************************************************** @c ANALYSIS CHARTS @c ******************************************************************************** -@chapter Analysis View Charts +@chapter ANALYSIS VIEW CHARTS @node ANALYSIS CHARTS i Activity Summary ii Details @@ -695,7 +699,7 @@ the manual activity dialog and refer to details screen for more "indepth" (need @c ******************************************************************************** @c HOME CHARTS @c ******************************************************************************** -@chapter Performance Tracking Charts +@chapter PERFORMANCE TRACKING CHARTS @node HOME CHARTS i Long Term Metrics - indepth howto incl. setting up a PMC++ @@ -740,7 +744,7 @@ the manual activity dialog and refer to details screen for more "indepth" (need @c ******************************************************************************** @c TRAIN CHARTS @c ******************************************************************************** -@chapter Training View Charts +@chapter TRAINING VIEW CHARTS @node TRAIN CHARTS i Telemetry ii Workout @@ -788,11 +792,11 @@ Intro and explain opening the Preferences Pane @c ******************************************************************************** @c Appendices @c ******************************************************************************** -@unnumbered Appendix A Supported Devices, Formats & Services -@unnumbered B Metrics Reference -@unnumbered B Data Filtering Reference -@unnumbered C Glossary & Resources -@unnumbered D OS Specifics (Directories, Drivers and Permissions) +@unnumbered A - Supported Devices, Formats & Services +@unnumbered B - Metrics Reference +@unnumbered B - Data Filtering Reference +@unnumbered C - Glossary & Resources +@unnumbered D - OS Specifics (Directories, Drivers and Permissions) @unnumbered Index @printindex cp diff --git a/doc/user/image/2-toolbar.pdf b/doc/user/image/2-toolbar.pdf new file mode 100644 index 000000000..0347a13d9 Binary files /dev/null and b/doc/user/image/2-toolbar.pdf differ diff --git a/src/DiaryWindow.cpp b/src/DiaryWindow.cpp index d72f15589..8bb23aa49 100644 --- a/src/DiaryWindow.cpp +++ b/src/DiaryWindow.cpp @@ -124,6 +124,7 @@ DiaryWindow::rideSelected() when = when.addDays(Qt::Monday - when.dayOfWeek()); title->setText(QString("%1 %2").arg(QDate::longMonthName(month)).arg(year)); + repaint(); next->show(); prev->show(); }