35 Commits (0db4e8892b90f2ca1e89e2c82e793fd37bd32e47)

Author SHA1 Message Date
Ahmad Samir c83bb19a68 Port away from deprecated foreach, use for-range instead, first take 6 years ago
Tomaz Canabrava e1474c3bc9 remove clang warnings: else after return 7 years ago
Kurt Hindenburg 2e1071fc90 Use QVariant::toInt() 7 years ago
Kurt Hindenburg 8f44c36aec modernize use auto 7 years ago
Kurt Hindenburg b0e4e474a9 For QPointer do not compare to nullptr, use isNull() 8 years ago
Kurt Hindenburg 5b6ba95255 Do not setShortcut() on the OK button on dialogs 8 years ago
Kurt Hindenburg 7f35a5af09 initialize members in the initialization list 8 years ago
Kurt Hindenburg 516902701e uncrustify using kf5 config 9 years ago
Kurt Hindenburg a540e6fdd0 Fix readability-implicit-bool-cast issues using nullptr 9 years ago
Kurt Hindenburg 2b586e6ff8 use auto 9 years ago
R.J.V. Bertin 378518ea4b shortcut adaptation to platform standards on Mac 9 years ago
Kurt Hindenburg ff66b231bf Remove unneeded includes 11 years ago
Kurt Hindenburg 917d932f46 Add const and & 11 years ago
Kurt Hindenburg f316dc77f6 s/reset/beginResetModel endResetModel/ 11 years ago
Montel Laurent 83515eafbc Port to new connect api 12 years ago
Montel Laurent 6c15e52276 Port to QDialog 12 years ago
Alex Richardson a3ce74d4eb Convert to Qt5 signal slot syntax 12 years ago
Kurt Hindenburg dea32dcb08 s/KLineEdit/QLineEdit 12 years ago
Kurt Hindenburg 597d4657a7 s/kde4_add_ui_files/qt5_wrap_ui cmake fix 12 years ago
Kurt Hindenburg cdf2b2bc78 Switch from c-style casting to c++ casting via static_cast 13 years ago
Jekyll Wu 131091c983 Adjust including form for some Qt headers as preparation for Qt5 14 years ago
Kurt Hindenburg 220ab68002 Use c++ casts - static_cast instead of c-casting 14 years ago
Jekyll Wu 25b8b5353c Trivial style change: remove extra blank lines 14 years ago
Jekyll Wu f42fd4721b Clean up unneeded #includes 14 years ago
Jekyll Wu 3d8da1f878 Make 'foreach(...)' more readable 14 years ago
Kurt Hindenburg 933cbb044e Apply astyle-kdelibs 14 years ago
Jekyll Wu d300378cae Make the "copy input to" dialog also being window modal 15 years ago
Jekyll Wu 125e2c7bd2 Declare pointer and reference in a consistent way 15 years ago
Jekyll Wu 8f1bbd4353 Remove trailing white spaces 15 years ago
Jekyll Wu cf92cece2b Remove leading white spaces in blank lines to make them really empty 15 years ago
Laurent Montel 1660658aab Fix mem leak 16 years ago
Robert Knight 956277c014 Convert tabs to 4 spaces to match kdelibs conventions. Previously 18 years ago
Albert Astals Cid 1222b0e15b avoid unnecessary copies by using const & in foreach 18 years ago
Robert Knight 8119515cca Copy Input Dialog: Fix 'Select All' / 'Deselect All' buttons. 18 years ago
Robert Knight 3ddffbd214 Re-implement 'Send Input to All' (now Edit -> Copy Input To...) 18 years ago