66 Commits (27ef2148e8b42e26e9a413481c76a655e6f6d1a1)

Author SHA1 Message Date
Ahmad Samir 97569b764c Run clang-format on the whole repo 5 years ago
Ahmad Samir d06ea23903 Use Q_EMIT instead of emit 5 years ago
Kurt Hindenburg 78a0092522 Convert src to use SPDX license/copyright 5 years ago
Laurent Montel b626359501 If include is define in .h remove it if it's defined in .cpp too (scripted) 5 years ago
Tomaz Canabrava c71a0b3f3e Move ProfileDialog to widgets 6 years ago
Tomaz Canabrava ba91583f64 Add new Library keyboardtranslator 6 years ago
Tomaz Canabrava 0478529c6f Move Profile related classes to it's own folder 6 years ago
Gustavo Carneiro 51a345bf2a Move a FallbackKeyboardTranslator class to a new files, FallbackKeyboardTranslator.h and FallbackKeyboardTranslator.cpp 6 years ago
Ahmad Samir c83bb19a68 Port away from deprecated foreach, use for-range instead, first take 6 years ago
Kurt Hindenburg 8040bb2678 fix memory leak (coverity) 7 years ago
Kurt Hindenburg afe5bb4300 For returns use a braced initializer list 7 years ago
Kurt Hindenburg dbdc8ce973 modernize use auto 7 years ago
Kurt Hindenburg 7bc9794503 For returns use a braced initializer list 7 years ago
Kurt Hindenburg 46e4938cb3 Fix base-class-event issue; return QDialog::eventFilter() 8 years ago
Ahmad Samir 581df2a23a Improve the Keyboard tab and the KeyBindings editor 8 years ago
Kurt Hindenburg 8b4cbcaf7a Use constuctor initialization list for all members 8 years ago
Ahmad Samir bd560c563f Make the key binding editor dialog bigger 8 years ago
Kurt Hindenburg cf56e5db4c sync declarations with definitions (have .h and .cpp variable names match) 8 years ago
Kurt Hindenburg c907fcea7a remove unneeded casts 9 years ago
Kurt Hindenburg 9bd78534a0 uncrustify using kf5 config 9 years ago
Kurt Hindenburg eade05a4bd Do not specify Qt modules in includes 9 years ago
Kurt Hindenburg a540e6fdd0 Fix readability-implicit-bool-cast issues using nullptr 9 years ago
Montel Laurent 83515eafbc Port to new connect api 12 years ago
Michal Humpula d3310de9e0 port KIcon to QIcon 12 years ago
Alex Richardson a3ce74d4eb Convert to Qt5 signal slot syntax 12 years ago
Kurt Hindenburg e3e06ff153 s/KLineEdit/QLineEdit 12 years ago
Kurt Hindenburg 597d4657a7 s/kde4_add_ui_files/qt5_wrap_ui cmake fix 12 years ago
Kurt Hindenburg 1ea501da62 remove include moc from .cpp files - removes build warnings 13 years ago
Alex Richardson a83db71590 Port to KF5/Qt5 13 years ago
Alex Richardson ab5e15b1b7 Revert "Port to KF5/Qt5" 13 years ago
Alex Richardson 4adfbe84bd Port to KF5/Qt5 13 years ago
Kurt Hindenburg 7a2a5beb00 Correct spelling errors/word usage 13 years ago
Kurt Hindenburg 9e25784d6d A few more c style casts -> static_casts 13 years ago
Jekyll Wu 6ddd34e9cb Fix the problem of cursor keeping moving when editing keytab description. 14 years ago
Kurt Hindenburg 5b083640ce whitespace and style fixes 14 years ago
Jekyll Wu f42fd4721b Clean up unneeded #includes 14 years ago
Jekyll Wu f0529c1c02 Prefer foreach(..) over iterating manually for readability 14 years ago
Kurt Hindenburg ed77ae37d6 Apply astyle-kdelibs 14 years ago
Kurt Hindenburg bc087ae51b Remove unused KDebug includes 14 years ago
Jekyll Wu b95f9443a0 Trivial change on #include 15 years ago
Jekyll Wu cf92cece2b Remove leading white spaces in blank lines to make them really empty 15 years ago
Montel Laurent b91f50015d Normalize signals/slots 15 years ago
Montel Laurent aa00ff2ede Fix mem leak 15 years ago
Montel Laurent a955ae6e36 Don't check pointer before to delete it 15 years ago
Kurt Hindenburg b4afdc95ea Fix crash on removing key bindings. Patch by Dario Andres 16 years ago
Kurt Hindenburg bf32017d57 Selecting any cell will select entire row. 17 years ago
Kurt Hindenburg e8cb1c4996 Change QLineEdit to KLineEdit and set the Clear button where appropriate. 17 years ago
Robert Knight 5d9997446e Update copyright year to 2008. Remove '(C)' from copyright lines. 18 years ago
Robert Knight 971a5315f9 Remove debugging messages. 18 years ago
Robert Knight 46cfc108d3 * Replace all usage of qDebug() with kDebug(), since kDebug() provides information about 18 years ago