lp:~maliit-team/maliit/maliit-plugins-latest

Created by Thomas Karl Pietrowski and last modified
Get this branch:
bzr branch lp:~maliit-team/maliit/maliit-plugins-latest

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Maliit Team
Project:
Maliit
Status:
Mature

Import details

Import Status: Failed

This branch is an import of the HEAD branch of the Git repository at git://gitorious.org/maliit/maliit-plugins.git,branch=latest.

The import has been suspended because it failed 5 or more times in succession.

Last successful import was .

Import started on russkaya and finished taking 20 seconds — see the log
Import started on pear and finished taking 15 seconds — see the log
Import started on russkaya and finished taking 25 seconds — see the log
Import started on pear and finished taking 15 seconds — see the log

Recent revisions

1895. By Michael Hasselmann

Changes: Bump to version 0.92.5

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

1890. By Jan Arne Petersen

Changes: Bump version to 0.92.4

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::notifyImInitiatedHiding. 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::onKeyboardClosed, 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.

1887. By Michael Hasselmann

Changes: Bump version to 0.92.3

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)
This branch contains Public information 
Everyone can see this information.