File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.6 )
22
3- project (maliit-framework VERSION 2.0 .0)
3+ project (maliit-framework VERSION 2.1 .0)
44
55# Build options
66
@@ -13,7 +13,7 @@ option(enable-glib "Build GLib support" ON)
1313option (enable-xcb "Compile with xcb support" ON )
1414option (enable-wayland "Compile with support for wayland" ON )
1515option (enable-wayland-gtk "Compile with support for wayland gtk+" OFF )
16- option (enable-qt5-inputcontext "Compile with Qt5 input context" ON )
16+ option (enable-qt5-inputcontext "Compile with Qt 5 input context" ON )
1717
1818option (enable-hwkeyboard "Enable support for the hardware keyboard" ON )
1919option (enable-dbus-activation "Enable dbus activation support for maliit-server" OFF )
@@ -33,7 +33,7 @@ endif()
3333
3434if (NOT DEFINED GTK3_PLUGINS_INSTALL_DIR)
3535 set (GTK3_PLUGINS_INSTALL_DIR "${CMAKE_INSTALL_LIBDIR} /gtk-3.0/3.0.0" CACHE PATH
36- "Installation directory for Gtk+ 3 plugins [LIB_INSTALL_DIR/gtk-3.0/3.0.0]" )
36+ "Installation directory for Gtk 3 plugins [LIB_INSTALL_DIR/gtk-3.0/3.0.0]" )
3737endif ()
3838
3939list (APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR } /cmake" )
Original file line number Diff line number Diff line change 1+ 2.1.0
2+ =====
3+
4+ CHANGES SINCE 2.0.0
5+ * Add cmake option to build examples and do not build them by default
6+ * Fix search for qtwaylandscanner on 32-bit architectures
7+ * Show the panel as the keyboard interface is reset
8+ * Ensure orientation updates are always sent when valid
9+ * Only allow focus removal from input items
10+ * Clean up FindGIO.cmake to allow working with older cmake
11+ * Stop client crashing when QGuiApplication::focusObject is null
12+ * Load compose inputcontext plugin for physical keyboard handling
13+ * Update input method area when activation is lost
14+ * input_method_v1: Treat content_purpose_digits just like content_purpose_number
15+ * Update or remove outdated and broken links
16+
17+ 2.0.0
18+ =====
19+
20+ CHANGES SINCE 0.99.2
21+ * Minor changes around pkgconfig
22+ * Align version number with Maliit Keyboard
23+
1240.99.2
225======
326
427CHANGES SINCE 0.99.1
528* Use cmake instad of qmake as the buildsystem.
6-
729* Some bugs fixed
830
9310.99.1
You can’t perform that action at this time.
0 commit comments