lp://staging/~maliit-team/maliit/maliit-plugins-latest
- Get this branch:
- bzr branch lp://staging/~maliit-team/maliit/maliit-plugins-latest
Branch merges
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at git://gitorious.org/maliit/maliit-plugins.git,branch=latest.
Last successful import was .
Recent revisions
- 1894. By Gary Martin <email address hidden>
-
Updated OLPC styling profile
RevBy: Trustme
* Themed to Sugar frame background colour with a 2px 50% grey edge to match
rest of UI.
* New icon ready for language/layout keyboard key toggle implementation.
* New design from vector using keyboard icon.
* Rendered similar shape as before, with closed outline, from vector artwork.
* Match to Sugar frame background colour.
* Black with 50% grey border to match Sugar palettes.
* Plain black, so no key edges/shapes are shown.
* A 50% grey solid for touch feedback.
* Subtle rounded dark grey solid rect shape, 1px edge light and .5px black
outline for contrast/crispness
* Subtle rounded grey solid rect shape, 1px edge light and .5px black outline
for contrast/crispness
* Corrected for XO keybaord layout changes and image styles, will not work well
with default maliit keyboard layout files - 1893. By Michael Hasselmann
-
Fix Qt 5 compilation
RevBy: TrustMe
Latest Qt 5 beta release broke AP (plugin loading, QGraphicsScene). - 1892. By Michael Hasselmann
-
Make <spacer/> elements pixel-perfect
RevBy: TrustMe
We incorrectly used QRect.right() in our code, which is defined as QRect().x()
+ QRect().width() + 1. This causes wrong computations, so instead of
QRect.right(), we now just go with QRect().x() + QRect().width(). Notice that
QRectF does not have this problem (nor does QMargin). - 1891. By Krzesimir Nowak
-
Fixes: Test compilation failure after copy/paste/
invokeAction changes. RevBy: TrustMe
- 1889. By Michael Hasselmann
-
Split out closing the keyboard from framework-
controlled hiding RevBy: Jan Arne Petersen
When the framework decides to hide the input method
(MAbstractInputMethod: :hide) -- for instance because the application's text
entry lost focus -- then we cannot at the same time call
MAbstractInputMethodHost: :notifyImInitia tedHiding. This conflict will for
example break focus proxy handling and other advanced focus handling use-cases.
The fix is to introduce a dedicated slot, InputMethod::onKeyboardClos ed, which
responds to the swipe gesture to close the keyboard. - 1888. By Michael Hasselmann
-
Fixes: CONFIG+
=disable- preedit RevBy: Jan Arne Petersen
This option was always active. - 1886. By Michael Hasselmann
-
Disable word ribbon in OLPC style profile
RevBy: Jon Nordby
Perhaps a bit hackish, but setting the word-ribbon-height to 0 does the trick,
with no further code modifications.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)