File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1+ 2.7.0 / 2023-04-15
2+ ==================
3+ * Specify the widget when showing its tooltip (on Wayland).
4+ * Corrected info-bar tooltips.
5+ * Made the (PNG) font of info-bar a little larger.
6+ * Don't try to save position or raise window under Wayland.
7+ * Got rid of c-style string functions.
8+ * Removed the redundant method `overpaintCell`.
9+ * Removed all codes related to the nonexistent "command menu".
10+ * Avoided `QWidget::repaint()`.
11+ * Code cleanup.
12+
1132.6.0 / 2022-11-05
214==================
315 * Removed some redundant variables and classes.
Original file line number Diff line number Diff line change @@ -9,15 +9,15 @@ Project(qps)
99option (UPDATE_TRANSLATIONS "Update source translation translations/*.ts files" OFF )
1010
1111set (MAJOR_VERSION 2)
12- set (MINOR_VERSION 6 )
12+ set (MINOR_VERSION 7 )
1313set (PATCH_VERSION 0)
1414set (QPS_VERSION_STRING ${MAJOR_VERSION} .${MINOR_VERSION} .${PATCH_VERSION} )
1515add_definitions (
1616 -DQPS_VERSION="${MAJOR_VERSION} .${MINOR_VERSION} .${PATCH_VERSION} "
1717)
1818
1919# Minimum Versions
20- set (LXQTBT_MINIMUM_VERSION "0.12 .0" )
20+ set (LXQTBT_MINIMUM_VERSION "0.13 .0" )
2121set (LXQT_MINIMUM_VERSION "1.2.0" )
2222set (QT_MINIMUM_VERSION "5.15.0" )
2323
You can’t perform that action at this time.
0 commit comments