~thomas-moenicke/phablet-extras/maliit-plugins-0.99-server

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Thomas Moenicke
  • Date: 2012-11-21 15:19:50 UTC
  • mto: This revision was merged to the branch mainline in revision 2086.
  • Revision ID: thomas.moenicke@canonical.com-20121121151950-vwz3ilncpu0r4rjj
* merging 
* New release 
* New release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{NEXT}
2
2
======
3
3
 
 
4
CHANGES SINCE 0.93.1
 
5
 
 
6
{CANONICAL}
 
7
===========
 
8
 
4
9
CHANGES SINCE 0.92.5
5
10
* Added HUNSPELL_DICT_PATH parameter to qmake:
6
11
  - use it if your distro uses different path for dictionaries (like
31
36
    Note that recent lcov is needed to be used as the older ones might
32
37
    have issues with finding source files.
33
38
 
 
39
0.93.1
 
40
======
 
41
 
 
42
CHANGES SINCE 0.93.0
 
43
* More Nemo Keyboard improvements
 
44
  - Remove unused KeyStyle and KeyboardStyle.
 
45
  - Make close gesture less sensitive.
 
46
  - More robust key detection.
 
47
  - Code clean ups
 
48
  - Remove executable bit from nemo-keyboard files.
 
49
  - Use QtQuick2 (requires compilation against Qt5).
 
50
 
 
51
0.93.0
 
52
======
 
53
 
 
54
CHANGES SINCE 0.92.5
 
55
* Added 10 new language layouts
 
56
  - Armenian, Bengali, French-Swiss, Gujarati, Hindi, Kannada, Malayalam,
 
57
    Tamil, Telugu and Urdu. 
 
58
* Implemented key actions to switch between language layouts
 
59
  - Use <key action="[left|right]-layout">...</key> to define keys for
 
60
    switching to surrounding language layouts (also known as subviews, from the
 
61
    framework's perspective).
 
62
* Various improvements to Nemo Keyboard plugin.
 
63
* Allow to disable either Nemo or Maliit Keybord plugin
 
64
  - Use qmake CONFIG+=disable-[nemo|maliit]-keyboard to prevent building and
 
65
    installation of either the QML or the C++ reference plugin.
 
66
 
 
67
BUG FIXES
 
68
* Fixes: MALIIT#195 - Extended key feature does not work with any keys where a
 
69
  width is specified in the layout
 
70
* Fixes: NEMO#451 - Use a single MouseArea for the whole keyboard
 
71
>>>>>>> origin/master
 
72
 
34
73
0.92.5
35
74
======
36
75