Merge branch '5.3'

Authored by kossebau on Aug 15 2018, 4:12 PM.

Description

Merge branch '5.3'

Merged Changes

CommitAuthorDetailsCommitted
2f72b8f5bb2cD14742kossebau
TestKTextEditorPluginIntegration: add QEXPECT_FAIL for mainwindow yet alive 
Aug 15 2018
dff6fe84eef3kossebau
Clean-up duplicated ;; 
Aug 15 2018
3f3a62893d07kossebau
File templates: add comment "Assignment operator" in generated API dox 
Aug 15 2018
835b11640732kossebau
Generate strings with lists by collecting items, then use QSL::join() 
Aug 15 2018
6210edbe90f9kossebau
Use QString::chop 
Aug 15 2018
919f5cbf33d2kossebau
Use QString::truncate 
Aug 15 2018
923da8209d7bkossebau
Do not reimplement QStringList::contains 
Aug 15 2018
1312363dabd8kossebau
Use QChar/QLatin1Char/char for single char strings where possible 
Aug 15 2018
f8bbbd020f3dkossebau
Use initializer list with containers and multiple initial elements 
Aug 15 2018
074b93768187kossebau
Use reserve() before appending with known size 
Aug 15 2018
d9efcd2e1d19kossebau
Create strings in one expression (saving mallocs thanks to QStringBuilder) 
Aug 15 2018
fd49ad513a1ekossebau
Gdb plugin: remove outdated bogus code adding a \n, just to be removed 
Aug 15 2018
a863f9fe9a66kossebau
More const ref argument passing 
Aug 15 2018
aa167a2de736brauch
Set version number to 5.2.80 
Aug 14 2018