propertyeditorview.cpp:191:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
propertyeditorview.cpp:201:9: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
Change-Id: Ie9fd7afe060b4e4a8052fffd144fe3e908d3d18e
Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
The order of meta object initialization and the call of tr() can be
wrong, and then the Todo plugin is not loaded.
Change-Id: I2d8481892e78af5e04d632c427d55d2a2fd67402
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
And initialize some members that were not really initialized before.
Change-Id: I2c32187c406774595b1575fdfb6d1a4f1116f478
Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
Lead to the tiny bug that one could not trigger a shortcut "Alt+Escape"
while in the locator input field
Change-Id: I4eb3182588357f8ce0817459b3d20e4bbd87287a
Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
instead of hardcoding the logic of the "<no document>" entry.
Change-Id: Id1cf934ee256ef264da97b1495773f36d8c053ef
Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
Now all sub-blocks of folded block don`t became folded too when we add
new blocks in document
Change-Id: Id347d99195d2835a1de46a397175ff9fa68bb1ae
Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
If the test case would result in a failing test it does not
execute further commands.
Ensure to close possible open editors even for failed test runs.
Change-Id: Ifcdcb76de5d10f649d38b84dad8999c6fd491ade
Reviewed-by: hjk <hjk@theqtcompany.com>
There are cases like changing an Evaluated Expression that make
re-evaluation necessary.
Change-Id: I51fe46b67399a59aebbdeb9c3e778795b1c52cf1
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Currently when clicking the X icon next to Clang Static Analyzer
progress bar, clang is no longer executed, but the mouse cursor remains
busy, and trying to quit Qt Creator warns about running analyzer.
Change-Id: I1dc8b92fdaf03cd25a2ad40d24d0f76907dd791c
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@qt.io>
We don't just need any items in the model,
we need an item that passes the filter.
Change-Id: I831a8a2d4ba27c838e7ea07625d066a19946a789
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
Apparently there is some way of having a valid model index and an
invalid item index in QML root item. We don't know how that happens,
but we can work around it with a one character change.
Change-Id: Id2f611bfefe3119f3527e10b00249036d883334f
Task-number: QTCREATORBUG-16282
Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
- Install library symlinks.
- Do not create symlinks for plugins.
- Skip some translations.
- Rename some binaries.
- Do not install the ptracepreload library.
Change-Id: I0faa98034154e3840cd2695cab14b72c34cfc5c3
Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Don't try to add an RPATH to Qt if the library/executable
does not link to Qt. Chances are, that the reserved space
for the RPATH is too short in that case.
Change-Id: Ie8d50ede43d19236611fe56667995e58606062db
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
And another linker flag that was present in the qmake project file, but
not in the qbs one.
Change-Id: I703d5df2171cf97974111993aec8ed244435afec
Reviewed-by: Eike Ziller <eike.ziller@qt.io>
Content of the QHelpContentWidget gets populated asynchronously,
so wait a bit to have at least one entry - which normally should
be our own documentation.
Change-Id: Iad78f0bab0dd7f2f5a83cd94d2b2830ba146f554
Reviewed-by: Robert Loehning <robert.loehning@qt.io>