lp:~vthompson/ubuntu-terminal-app/testing-fix
Created by
Victor Thompson
and last modified
- Get this branch:
- bzr branch lp:~vthompson/ubuntu-terminal-app/testing-fix
Only
Victor Thompson
can upload to this branch. If you are
Victor Thompson
please log in for upload directions.
Branch merges
Propose for merging
- Ubuntu Terminal Developers: Pending requested
-
Diff: 24755 lines (+24263/-0) (has conflicts)96 files modified.bzrignore (+11/-0)
README (+11/-0)
assets/color-schemes/BlackOnLightYellow.schema (+42/-0)
assets/color-schemes/BlackOnRandomLight.colorscheme (+104/-0)
assets/color-schemes/BlackOnWhite.schema (+42/-0)
assets/color-schemes/DarkPastels.colorscheme (+103/-0)
assets/color-schemes/GreenOnBlack.colorscheme (+104/-0)
assets/color-schemes/Linux.colorscheme (+100/-0)
assets/color-schemes/WhiteOnBlack.schema (+42/-0)
assets/color-schemes/historic/BlackOnLightColor.schema (+42/-0)
assets/color-schemes/historic/DarkPicture.schema (+44/-0)
assets/color-schemes/historic/Example.Schema (+47/-0)
assets/color-schemes/historic/GreenOnBlack.schema (+42/-0)
assets/color-schemes/historic/GreenTint.schema (+49/-0)
assets/color-schemes/historic/GreenTint_MC.schema (+49/-0)
assets/color-schemes/historic/LightPicture.schema (+44/-0)
assets/color-schemes/historic/Linux.schema (+47/-0)
assets/color-schemes/historic/README.Schema (+132/-0)
assets/color-schemes/historic/README.default.Schema (+44/-0)
assets/color-schemes/historic/Transparent.schema (+49/-0)
assets/color-schemes/historic/Transparent_MC.schema (+51/-0)
assets/color-schemes/historic/Transparent_darkbg.schema (+42/-0)
assets/color-schemes/historic/Transparent_lightbg.schema (+51/-0)
assets/color-schemes/historic/XTerm.schema (+46/-0)
assets/color-schemes/historic/syscolor.schema (+44/-0)
assets/color-schemes/historic/vim.schema (+40/-0)
assets/kb-layouts/README (+72/-0)
assets/kb-layouts/default.keytab (+169/-0)
assets/kb-layouts/historic/vt100.keytab (+133/-0)
assets/kb-layouts/historic/x11r5.keytab (+71/-0)
assets/kb-layouts/linux.keytab (+164/-0)
assets/kb-layouts/macbook.keytab (+175/-0)
assets/kb-layouts/solaris.keytab (+108/-0)
assets/kb-layouts/vt420pc.keytab (+168/-0)
debian/changelog (+29/-0)
debian/compat (+1/-0)
debian/control (+40/-0)
debian/copyright (+50/-0)
debian/rules (+21/-0)
debian/source/format (+1/-0)
konsole-qml-plugin.pro (+97/-0)
src/BlockArray.cpp (+377/-0)
src/BlockArray.h (+126/-0)
src/Character.h (+221/-0)
src/CharacterColor.h (+294/-0)
src/ColorScheme.cpp (+774/-0)
src/ColorScheme.h (+342/-0)
src/ColorTables.h (+55/-0)
src/DefaultTranslatorText.h (+2/-0)
src/Emulation.cpp (+458/-0)
src/Emulation.h (+467/-0)
src/ExtendedDefaultTranslator.h (+74/-0)
src/Filter.cpp (+542/-0)
src/Filter.h (+380/-0)
src/History.cpp (+986/-0)
src/History.h (+490/-0)
src/KeyboardTranslator.cpp (+892/-0)
src/KeyboardTranslator.h (+584/-0)
src/LineFont.h (+21/-0)
src/LineFont.src (+786/-0)
src/Pty.cpp (+310/-0)
src/Pty.h (+206/-0)
src/Screen.cpp (+1360/-0)
src/Screen.h (+672/-0)
src/ScreenWindow.cpp (+292/-0)
src/ScreenWindow.h (+257/-0)
src/Session.cpp (+1064/-0)
src/Session.h (+626/-0)
src/ShellCommand.cpp (+167/-0)
src/ShellCommand.h (+90/-0)
src/TerminalCharacterDecoder.cpp (+251/-0)
src/TerminalCharacterDecoder.h (+148/-0)
src/TerminalDisplay.cpp (+2168/-0)
src/TerminalDisplay.h (+715/-0)
src/Vt102Emulation.cpp (+1221/-0)
src/Vt102Emulation.h (+188/-0)
src/default.keytab (+128/-0)
src/konsole_wcwidth.cpp (+224/-0)
src/konsole_wcwidth.h (+24/-0)
src/kprocess.cpp (+412/-0)
src/kprocess.h (+372/-0)
src/kpty.cpp (+701/-0)
src/kpty.h (+191/-0)
src/kpty_p.h (+50/-0)
src/kptydevice.cpp (+422/-0)
src/kptydevice.h (+360/-0)
src/kptyprocess.cpp (+129/-0)
src/kptyprocess.h (+178/-0)
src/ksession.cpp (+242/-0)
src/ksession.h (+132/-0)
src/plugin.cpp (+63/-0)
src/plugin.h (+46/-0)
src/plugins.qmltypes (+169/-0)
src/qmldir (+3/-0)
src/tools.cpp (+80/-0)
src/tools.h (+10/-0)
Branch information
Recent revisions
- 13. By Dmitry Zagnoyko
-
Fixed text displaying bug (LP: #1182503). Fixes: https:/
/bugs.launchpad .net/bugs/ 1182503. Approved by Ubuntu Phone Apps Jenkins Bot, Michael Hall.
- 11. By Dmitry Zagnoyko
-
Added virtual key press events and fixed widget size properties. Fixes: https:/
/bugs.launchpad .net/bugs/ 1177155. Approved by Ubuntu Phone Apps Jenkins Bot, Michael Hall.
- 10. By Dmitry Zagnoyko
-
changed project structure.
Approved by Ubuntu Phone Apps Jenkins Bot, Michael Hall.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:ubuntu-terminal-app