Merge lp://staging/~njpatel/unity/ibus-support into lp://staging/unity
Proposed by
Neil J. Patel
Status: | Merged | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Merged at revision: | 1471 | ||||||||||||||||
Proposed branch: | lp://staging/~njpatel/unity/ibus-support | ||||||||||||||||
Merge into: | lp://staging/unity | ||||||||||||||||
Diff against target: |
285 lines (+113/-25) 5 files modified
plugins/unityshell/src/DashView.cpp (+6/-0) plugins/unityshell/src/IMTextEntry.cpp (+93/-19) plugins/unityshell/src/IMTextEntry.h (+9/-1) plugins/unityshell/src/PlacesHomeView.cpp (+2/-2) tests/standalone_dash.cpp (+3/-3) |
||||||||||||||||
To merge this branch: | bzr merge lp://staging/~njpatel/unity/ibus-support | ||||||||||||||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Jason Smith (community) | Approve | ||
Review via email: mp+73586@code.staging.launchpad.net |
Description of the change
- Adds support for IBus (either directly or through XIM), plus other, non-async, input methods (working on getting async ones working)
- Adds support for copy-and-paste in the entry
To post a comment you must log in.
- Fixes allocation of dash
- Makes the standalone dash be the size of a 1024x600 screen (minus the launcher + panel), which eases testing.