summaryrefslogtreecommitdiffstats
path: root/framework/qml/IconButton.qml
Commit message (Collapse)AuthorAge
* Reference by idChristian Mollekopf2017-08-22
|
* Make the tooltip a feature of IconButtonChristian Mollekopf2017-08-20
|
* IconButton based on AbstractButtonChristian Mollekopf2017-07-25
|
* Fixed IconButton focus highlightingChristian Mollekopf2017-07-25
|
* Use the visualFocus property instaed of activeFocusChristian Mollekopf2017-07-22
| | | | The activeFocus remains after clicking an element.
* No more hardcoded colorsChristian Mollekopf2017-07-22
|
* Support key presses on buttonsChristian Mollekopf2017-07-21
|
* Show highlight on active focusChristian Mollekopf2017-07-21
|
* Try again to size the icons correctly.Christian Mollekopf2017-06-12
| | | | | | | | | | | With this I get pixel perfext icons that are properly sized (as opposed to tiny). The toolbuttons in the messagelist still look a bit out of place though. Closer investigation showed that I get most icons rendered at 22px size (that's a grid unit for me). The full button ends up being 32px. The mark as unread button has only 24px size source and is therefore scaled which then ends up looking blurry.
* Show active focus on buttonsChristian Mollekopf2017-05-01
| | | | Not the proper solution but better than nothing.
* use inverted icons in maillist buttonsMichael Bohlender2017-04-26
|
* introduce icon button, use it in maillistviewMichael Bohlender2017-04-26