2024-03-20 14:10:11 by pin | Files touched by this commit (5) | |
Log message:
graphics/kvantum: update to 1.1.0
V1.1.0
---------
* Made the default compilation be against Qt6. (For Qt5, set \
"ENABLE_QT5" to "ON", as in `cmake .. -DENABLE_QT5=ON`.)
NOTE: On pkgsrc Qt5 is on by default until LXQt is Qt6 (off for now) ready and \
we have a KDE frameworks 6 package.
* Removed the support for qmake (because KF6 doesn't support it).
* Made it possible to reduce only the opacity of inactive windows with negative \
values of the relevant setting (in Kvantum Manager).
* Added a workaround for a bug in Qt 6.6, because of which, translucent menus \
on a non-primary screen might be drawn with their minimum sizes and without \
contents after being moved.
* Ensure an opaque base color for combo popups on toolbars.
* Use the standard palette when restoring the text colors on an unstyled toolbar.
* Added a workaround for tiny overlaps between tree branch lines with \
translucent light/dark colors.
* Added a toolbar, containing a date-time editor with popup and a progress-bar, \
below the top toolbars of kvantumpreview.
* Added a workaround for a crashing bug in KDE's plasma-settings.
|
2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2570) |
Log message:
*: revebump for new brotli option for freetype2
Addresses PR 57693
|
2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377) |
Log message:
*: recursive bump for icu 74.1
|
2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298) |
Log message:
*: bump for openssl 3
|
2023-05-22 23:00:50 by Thomas Klausner | Files touched by this commit (645) |
Log message:
*: bump for libproxy 0.5
|
2023-04-19 10:12:01 by Adam Ciarcinski | Files touched by this commit (2359) | |
Log message:
revbump after textproc/icu update
|
2023-04-10 17:21:56 by pin | Files touched by this commit (3) | |
Log message:
graphics/kvantum: update to 1.0.10
In addition to better drawing of some widgets,
- To support Qt5 long after Qt6 becomes the default, compilation without KDE
Frameworks is made possible (if it is used, KWin's blur effect will be
available only under X11). It works with Qt6 too.
- Rounded buttons, combo-boxes and line-edits are allowed in LibreOffice.
- Openbox themes are removed (Openbox's development stopped years ago).
If you use Openbox, you could import its themes from older versions of
Kvantum at GitHub.
|
2023-04-03 22:21:34 by Niclas Rosenvik | Files touched by this commit (436) |
Log message:
Revbump due to dependecy change in qt5-qtbase
Since these dependecies are bundled with
qt5-qtbase and not exposed to qt5 using
applications directly, only bump direct users
of qt5-qtbase.
|
2023-02-11 22:41:30 by pin | Files touched by this commit (2) | |
Log message:
graphics/kvantum: update to 1.0.9
V1.0.9
---------
- Fixed a regression that caused crashes in QML apps and LibreOffice when the
widget animation was disabled.
- Workaround for bad codes that give an enormous contents size to item-views.
|
2023-02-10 15:41:28 by pin | Files touched by this commit (2) | |
Log message:
graphics/kvantum: update to 1.0.8
V1.0.8
---------
- Fixed dragging of inactive windows of multi-window apps under Wayland.
- Fixed a miscalculation about setting menu-item height in a rare case.
- Improved the workaround for Qt's hover bug in combo-boxes (especially under
Wayland).
- Workaround for Qt's hover bug in header views (especially under Wayland).
- Support combo menu icons whose widths are greater than the small icon size.
- Limited the extra vertical margins of menu-item icons to 1px.
- Smaller text-icon spacing for editable comboboxes that are drawn as lineedits.
- Added vertical text margins of lineedits to their heights.
- Also animate busy progressbars without `QWidget` (like \
"indeterminate" QML
progressbars).
|