File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change
1
+ libfm-qt-1.2.1 / 2023-01-02
2
+ ============================
3
+ * Specified the parents of context menus for use on Wayland.
4
+ * Fixed launching XWayland apps under Wayland.
5
+ * appchooserdialog: do not disable the OK button when Custom Command page is shown.
6
+ * Increased the minimum width of name column in detailed list view.
7
+ * Fixed the DND menu position under Wayland.
8
+ * Fixed crash with DND from outside app under Wayland.
9
+ * Fixed unresponsive DND menu under Wayland.
10
+ * Workaround for DND keyboard modifiers under Wayland.
11
+ * Check mime data of clipboard for nullity (for Wayland).
12
+ * Fixed drawing of selection rectangle under Wayland.
13
+
1
14
libfm-qt-1.2.0 / 2022-11-05
2
15
============================
3
16
* Support adding of pattern lists to entries of search dialog (such lists are used by `pcmanfm-qt` for having a search history).
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ set(LIBFM_QT_LIBRARY_NAME "fm-qt" CACHE STRING "fm-qt")
10
10
11
11
set (LIBFM_QT_API_VERSION_MAJOR 1 )
12
12
set (LIBFM_QT_API_VERSION_MINOR 2 )
13
- set (LIBFM_QT_API_VERSION_PATCH 0 )
13
+ set (LIBFM_QT_API_VERSION_PATCH 1 )
14
14
set (LIBFM_QT_API_VERSION ${LIBFM_QT_API_VERSION_MAJOR} .${LIBFM_QT_API_VERSION_MINOR}.${LIBFM_QT_API_VERSION_PATCH} )
15
15
16
16
list (APPEND CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR} /cmake" )
You can’t perform that action at this time.
0 commit comments