Commit Graph

22 Commits

Author SHA1 Message Date
Kurt Hindenburg
dfafff97d4 remove QDebug/qWarning and use QCDebug 2017-03-31 21:06:18 -04:00
Kurt Hindenburg
2b586e6ff8 use auto 2017-03-28 11:25:26 -04:00
Kurt Hindenburg
51267a67ba Use QStringLiteral and QLatin1String 2015-10-15 15:48:44 -04:00
Kurt Hindenburg
dc5ba8c695 add QList::reserve() 2015-10-12 09:46:10 -04:00
Kurt Hindenburg
44457f8e37 Fix write locations for konsole's files
QStandardPaths::writableLocation(QStandardPaths::GenericDataLocation
apparently doesn't include an / at the end.
2014-10-28 08:53:44 -04:00
Montel Laurent
fe770fbf2b kdelibs4support-- 2014-10-19 18:18:11 +02:00
Hrvoje Senjan
9ecc27aadb Fixup commit 15d09f9, QStandardPaths can't use wildcards directly 2014-10-18 22:24:18 +02:00
Montel Laurent
8182ac8edc Port to QDebug 2014-10-17 09:09:20 +02:00
Michal Humpula
15d09f9161 port from KStandardDirs to QStandardPaths
REVIEW: 120498
2014-10-11 14:34:15 +02:00
Kurt Hindenburg
b6429eadec port from K_GLOBAL_STATIC to Q_GLOBAL_STATIC
Patch by Michal Humpula michal humpula hudrydum cz

REVIEW: 120496
2014-10-05 10:01:00 -04:00
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