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

RJVB <rjvber...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
      Latest Commit|                            |http://commits.kde.org/qtcu
                   |                            |rve/92c01a6b3ed5b13ddbf5ecd
                   |                            |95528915d3038b8e9
             Status|UNCONFIRMED                 |RESOLVED

--- Comment #2 from RJVB <rjvber...@gmail.com> ---
Git commit 92c01a6b3ed5b13ddbf5ecd95528915d3038b8e9 by René J.V. Bertin.
Committed on 08/06/2016 at 16:17.
Pushed by rjvbb into branch 'master'.

New option to draw checked menu items with only a check mark instead
of a checkbox or radiobutton. This kind of rendering is the default
on platforms like MS Windows and Mac OS X and is also used by Qt's
Fusion style as well as in the QtCurve GTk2 style.
The check mark (tick) is rendered with a font glyph at the same point
size as the menu item text and should thus always be scaled correctly.
The option can be de/activated on the Popup menus configuration page
in the "Configure QtCurve" KDE control module ("Check marks only").
It is stored as "onlyTicksInMenu" in the .qtcurve theme files.
The option is on by default on OS X, off by default elsewhere.
REVIEW: 128097
Committed from host : Portia.local

M  +2    -0    gtk2/common/common.h
M  +6    -0    gtk2/common/config_file.cpp
M  +1    -0    qt4/common/common.h
M  +7    -0    qt4/common/config_file.cpp
M  +11   -0    qt4/config/qtcurveconfig.cpp
M  +27   -17   qt4/config/qtcurveconfigbase.ui
M  +116  -6    qt4/config/stylepreview.ui
M  +34   -9    qt4/style/qtcurve.cpp
M  +6    -0    qt5/common/common.h
M  +8    -0    qt5/common/config_file.cpp
M  +13   -2    qt5/config/qtcurveconfig.cpp
M  +140  -49   qt5/config/qtcurveconfigbase.ui
M  +119  -9    qt5/config/stylepreview.ui
M  +3    -0    qt5/style/qtcurve.cpp
M  +1    -0    qt5/style/qtcurve.h
M  +62   -21   qt5/style/qtcurve_api.cpp
M  +31   -6    qt5/style/qtcurve_primitive.cpp

http://commits.kde.org/qtcurve/92c01a6b3ed5b13ddbf5ecd95528915d3038b8e9

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

Reply via email to