~timo-jyrinki/ubuntu/trusty/maliit-framework/fix_qt52

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Package Import Robot
  • Author(s): Ricardo Salveti de Araujo, Sergio Schvezov, Ricardo Salveti de Araujo
  • Date: 2013-07-23 19:47:04 UTC
  • mfrom: (1.1.2) (1.2.1 experimental)
  • Revision ID: package-import@ubuntu.com-20130723194704-1lsy1kmlda069cea
Tags: 0.99.0+git20130615+97e8335-0ubuntu1
[ Sergio Schvezov ]
* New build from HEAD 97e8335.
* Packaging import from lp:phablet-extras/maliit-framework.

[ Ricardo Salveti de Araujo ]
* debian/control: adding vcs and fixing dependencies
* General package cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
0.94.2
 
1
{NEXT]
 
2
======
 
3
 
 
4
CHANGES SINCE 0.99.0
 
5
* Introduced Qt5 input context, replacing the one provided by Qt. Can
 
6
  be enabled by CONFIG+=qt5-inputcontext
 
7
* Allow plugin window reactive area and input method area reported to
 
8
  application differ
 
9
* Fix window state to have transient hint and window type as with
 
10
  Maliit 0.8x
 
11
 
 
12
0.99.0
2
13
======
3
14
 
4
15
CHANGES SINCE 0.94.0
5
 
* Do not abort if there are no plugins
6
 
* Do not call g_type_init for glib > 2.34
 
16
* Requires Qt 5
 
17
* GTK+ and Qt 4 input context are moved into a separate rpository/package
7
18
* Do not use debug config for unit tests
 
19
* Do not abort if there are no plugins.
 
20
* Improvements for QML plugins
 
21
  - Notify qml keyboard when editor target focus changes
 
22
  - Expose editor state better to QML input methods
 
23
  - Replace correctionEnabled with predictionEnabled in qml interface
 
24
  - Enhanced QML interface event sending
 
25
* Use QScreen::availableSize to calculate screenSize
 
26
* Add window group class managing plugins' QWindows
 
27
  - Replaces surface abstraction
 
28
* Remove CONFIG options
 
29
  - disable-background-translucency
 
30
  - disable-dbus
 
31
  - enable-qdbus
 
32
  - noqml
 
33
* Remove MIndicatorServiceClient
 
34
* Use QDBus instead of glib-dbus
 
35
* Remove unused code
 
36
* Update Wayland support to latest protocol changes
 
37
* Add support for input region also on wayland
 
38
* Add a proper Platform class
 
39
* Remove unneeded plugin factories
 
40
 
 
41
BUG FIXES
 
42
* Fix some quick input method docs a bit.
 
43
* Fix build when building without CONFIG+=wayland
 
44
* Fix build with CONFIG+=wayland.
 
45
* Fix unused parameter warning.
 
46
* Fix minputmethodquickplugin test for Qt 5
 
47
* Fix private include and use QT+=gui-private
 
48
* Fix some QDBus issues.
 
49
* Fix plugins windows are never added to WindowGroup
 
50
* Fix showing of nemo-keyboard
 
51
* Fix qdbus interface and adaptor generation
8
52
 
9
53
0.94.0
10
54
======