Alex Richardson
a83db71590
Port to KF5/Qt5
...
TerminalDisplayAccessible is disabled for Qt5 currently since I don't
have any experience with accessible stuff and it is more complicated
than just changing a few includes
REVIEW: 111937
2013-08-20 23:34:35 +02:00
Alex Richardson
ab5e15b1b7
Revert "Port to KF5/Qt5"
...
This reverts commit 4adfbe84bd .
This work will go into a new branch instead
2013-08-13 23:26:19 +02:00
Alex Richardson
4adfbe84bd
Port to KF5/Qt5
...
To build for KF5 pass the option -DQT5_BUILD=ON to CMake
TerminalDisplayAccessible is disabled for Qt5 currently since I don't
have any experience with accessible stuff and it is more complicated
than just changing a few includes
REVIEW: 111937
2013-08-13 21:26:59 +02:00
Kurt Hindenburg
bee9aa8f78
minor style fixes - remove empty lines start/end code blocks
2012-05-13 10:08:05 -04:00
Kurt Hindenburg
5b083640ce
whitespace and style fixes
...
Use 'git diff -w --ignore-all-space' to see non-whitespace changes
2012-04-05 11:08:53 -04:00
Jekyll Wu
57e53021b4
Remove unneeded #include
2012-04-05 15:18:12 +08:00
Jekyll Wu
d51fe86819
QList<String> ==> QStringList
2012-04-05 04:32:02 +08:00
Jekyll Wu
d8bc9b48f9
Add class FallbackKeyboardTranslator
...
One benifit is the fallback translator is now defined upon semantic,
independent upon the format of .keytab file.
2012-03-21 04:31:49 +08:00
Jekyll Wu
5c28f79f0e
Revert "Rename: defaultTranslator ==> fallbackTranslator"
...
I was stupid
This reverts commit 912e52b12a .
2012-03-21 03:41:06 +08:00
Jekyll Wu
912e52b12a
Rename: defaultTranslator ==> fallbackTranslator
...
It is really not the default. Maybe a separate class FallbackTranslator
should be created, just like FallbackProfile.
2012-03-21 03:15:02 +08:00
Jekyll Wu
0789217e20
Move code around
2012-03-18 15:37:41 +08:00
Jekyll Wu
16a470abe5
Split class KeyboardTranslatorManager into its own files
2012-03-18 15:14:10 +08:00