Kurt Hindenburg
d4772d8166
use reinterpret_cast as ASAN show undefined behavior downcast to QWidget
8 years ago
Kurt Hindenburg
82e6bba103
change old cast (int) to int()
8 years ago
Kurt Hindenburg
3805cb9d9d
convert QSignalMapper (switchToTab shortcuts) to lambda
8 years ago
Kurt Hindenburg
6b990498e7
convert QSignalMapper (viewAdded/Removed) to lambda
8 years ago
l10n daemon script
efde8569a5
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
8 years ago
Kurt Hindenburg
e40230a710
follow up to prev commit - remove unused variable
8 years ago
Kurt Hindenburg
bed79d9fdf
convert QSignalMapper (session finished) to lambda
8 years ago
Kurt Hindenburg
6cc32028e1
Fix ambiguity of qFuzzyCompare on armv6
...
Patch from FreeBSD
https://github.com/freebsd/freebsd-ports-kde/blob/master/x11/konsole/
files/patch-src_ColorScheme.cpp
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=217079
8 years ago
l10n daemon script
bf52f60581
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
8 years ago
Kurt Hindenburg
74e36bc6ff
revert back to QLatin1String
...
On FreeBSD, QStringLiteral here generates this error:
512:53: error: lambda expression in an unevaluated operand
foreach (const QString &value, m_parser->values(QStringLiteral("p"))) {
8 years ago
Kurt Hindenburg
be60d9151d
fix spelling error
8 years ago
Kurt Hindenburg
27e894f05e
add check for division by zero
8 years ago
Kurt Hindenburg
06b13420bf
use const on method
8 years ago
Kurt Hindenburg
bed548e85a
sync declarations with definitions (have .h and .cpp variable names match)
8 years ago
Kurt Hindenburg
4530b39f0a
sync declarations with definitions (have .h and .cpp variable names match)
8 years ago
Kurt Hindenburg
1480b5cace
sync declarations with definitions; simplify openUrl()
8 years ago
Kurt Hindenburg
cf56e5db4c
sync declarations with definitions (have .h and .cpp variable names match)
8 years ago
Kurt Hindenburg
f60d9fc451
Disable copy constructors; use initialization list
8 years ago
Kurt Hindenburg
d66e5465a2
Use Q_DISABLE_COPY to disable copy constructors
8 years ago
Kurt Hindenburg
6e78f45305
disable copy operator assigment
8 years ago
Kurt Hindenburg
6c3d0bc2a0
remove obsolete reviewboardrc file
8 years ago
Kurt Hindenburg
e67dfac0f1
simplify : !A || (A && B) is equivalent to !A || B
8 years ago
Kurt Hindenburg
2a2716e685
combine declaring and setting variables
8 years ago
Kurt Hindenburg
7f35a5af09
initialize members in the initialization list
8 years ago
Kurt Hindenburg
fdc3c1b680
Use QList::reserve
8 years ago
Kurt Hindenburg
a03d773e66
change singleShot to use new connect syntax
8 years ago
Kurt Hindenburg
7cd1dd5367
QLatin1String -> QStringLiteral
8 years ago
Kurt Hindenburg
eab4e3d735
use QList::reserve()
8 years ago
Kurt Hindenburg
ce9053e695
remove unneeded signal
8 years ago
Kurt Hindenburg
923d26e0eb
change singleShot to use non-lambda new connect syntax
8 years ago
Kurt Hindenburg
6249ad2360
convert 2 singleShot to new connect syntax
8 years ago
Kurt Hindenburg
62a7f7c1ae
QLatin1String -> QStringLiteral
8 years ago
Kurt Hindenburg
43c17379c2
fix a few readability-implicit-bool-cast issues
8 years ago
Kurt Hindenburg
14589ca115
readability fixes - braces
8 years ago
Kurt Hindenburg
a588e099fa
readability fixes - braces
8 years ago
Kurt Hindenburg
a8842603c2
readability fixes - braces
8 years ago
Kurt Hindenburg
068daf47a7
readability fixes - braces
8 years ago
Kurt Hindenburg
bccd429623
readability fixes - braces
8 years ago
Kurt Hindenburg
fbbf365e31
readability fixes - braces
8 years ago
Kurt Hindenburg
2e2208d051
readability fixes - braces
8 years ago
Kurt Hindenburg
bf9c0c407d
readability fixes - braces
8 years ago
Kurt Hindenburg
181cc3fb71
readability fixes - braces
8 years ago
Kurt Hindenburg
f1d9285316
readability fixes - braces
8 years ago
Kurt Hindenburg
9054f81890
readability fixes - if braces
8 years ago
Kurt Hindenburg
8d4341bf12
QLatin1String -> QStringLiteral; remove 2 duplicate lines
8 years ago
Kurt Hindenburg
1a10da3728
return base class eventFilter() instead of false
8 years ago
Kurt Hindenburg
0f1e8e0911
swapFGBGColors convert singleshot old connect syntax to new with lambda
8 years ago
Kurt Hindenburg
33fcebfe92
unmaskBell convert singleshot old connect syntax to new with lambda
8 years ago
Kurt Hindenburg
37bd57e387
convert singleshot old connect syntax to new with lambda
8 years ago
Kurt Hindenburg
15ac1598fb
use new connect syntax
8 years ago