https://bugs.kde.org/show_bug.cgi?id=387602

Hartmut Riesenbeck <hartmut.riesenb...@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|ASSIGNED                    |RESOLVED
      Latest Commit|                            |https://commits.kde.org/par
                   |                            |ley/37fd379bf412fc6cdfc6a1d
                   |                            |be2c09c96f78ae6d1

--- Comment #1 from Hartmut Riesenbeck <hartmut.riesenb...@gmx.de> ---
Git commit 37fd379bf412fc6cdfc6a1dbe2c09c96f78ae6d1 by Hartmut Riesenbeck.
Committed on 12/12/2017 at 20:01.
Pushed by hriesenbeck into branch 'master'.

Bugfix: StatisticsView doesn't display correct values

Summary:
The color bars in LessonStatisticsView show only the correct values
when the widget was just created. Changing practice language, mode or
direction doesn't change the displayed values.

Added missing method calls in StatisticsMainWindow slot methods.
Implemented improved word counting for gender, conjugation and
comparison practice, to provide correct statistics values for this
practice modes.

Removed wrongly displayed horizontal scroll bar in LessonStatisticsView.
Modified column width calculation, not to use a hard coded magic number,
which does not fit to plasma anymore. Use instead the viewport width of
the LessonStatisticsView widget.

Reviewers: #kde_edu, apol

Reviewed By: apol

Subscribers: apol

Tags: #kde_edu

Differential Revision: https://phabricator.kde.org/D9187

A  +3    -0    .arcconfig
M  +1    -1    src/collection/readonlycontainermodel.h
M  +27   -3    src/statistics/conjugationoptions.cpp
M  +13   -3    src/statistics/conjugationoptions.h
M  +12   -6    src/statistics/lessonstatisticsview.cpp
M  +4    -4    src/statistics/lessonstatisticsview.h
M  +17   -1    src/statistics/statisticsmainwindow.cpp
M  +1    -0    src/statistics/statisticsmainwindow.h
M  +113  -17   src/statistics/statisticsmodel.cpp
M  +22   -2    src/statistics/statisticsmodel.h
M  +82   -10   src/utils.cpp
M  +11   -0    src/utils.h

https://commits.kde.org/parley/37fd379bf412fc6cdfc6a1dbe2c09c96f78ae6d1

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to