...otherwise the ClangCodeModel might pass on "-DHELLO=1\r" if
MingwToolChain is used.
Change-Id: I073ba5409822fed75ee30079ef985170acf98f13
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
If the user right clicked on a node and invoked the new dialog that way,
always consider that node even if it is deeper in the file system tree
than the new files.
Task-number: QTCREATORBUG-13215
Change-Id: Ic87033cb9a5e480eee8fb56eacad506d2fd39653
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
We used to get a list of possible qmake file names, but now we
just get a list of filename patterns.
Task-number: QTCREATORBUG-13200
Change-Id: I9e635ec04b25139cfa8e7096173ac9e1910d0ef5
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
These were added when the overall project still supported Qt 4. Now the
general requirement is even stronger than what was specified in these
plugins.
Change-Id: I71241e20a72a413d30c4e089bcc19b0762a732da
Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
When adding includes for Qt classes with module names: Default to Qt5
names (if no Qt version ifdef is wanted).
Task-number: QTCREATORBUG-13267
Change-Id: I214315589e4876215ff5993aa91359f11c5cf8f6
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
* The .ui.qml files were not properly generated.
* The .qrc file was wrong
* We have to use Window and set visible to true
Change-Id: I4617aba04048bebf744cf164013bd5af0aaadcd1
Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
Broke with 3bafbe710f
We need to have the attachPid set with the inferiorPid after we got it
from the iossim tool.
Task-number: QTCREATORBUG-13261
Change-Id: I4f876817bed5566b5025d23416dd85676bc2e68b
Reviewed-by: Fawzi Mohamed <fawzi.mohamed@digia.com>
For example git rm somefile and modify another, then open the commit
editor and double-click the modified file.
Change-Id: I8c7044b4279192b95dcff4d63f48228ec4960f63
Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
This is an attempt to solve QTCREATORBUG-13218.
This should not be needed.
Change-Id: Icc41d83cb051ace11708645e5de18eae70746122
Reviewed-by: Christian Stenger <christian.stenger@digia.com>
Reviewed-by: David Schulz <david.schulz@digia.com>
Commit 4b82817391 changed the parent of
the OpenEditorsWindow to 0, which is why it didn't get the keyboard
focus anymore.
Task-number: QTCREATORBUG-13196
Change-Id: I2fbf90bebfcab251e985fb80f5dfda16fd477d1c
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
The ProjectExplorer sets the current node after renaming, but since
the qmake project manager is still parsing, that doesn't actually work.
So we do set the current node via a small hack.
Change-Id: Ideefef82740529f7acc71b4d0c467d6818a49710
Reviewed-by: Robert Loehning <robert.loehning@digia.com>
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
Despite the trend to use it for geographic names and organizations...
Change-Id: If135e78d1777f3f7d6c1688e9007969082bf3545
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
This provides the same global fall back as the global expander
without relying on the currentKit() discovery process there.
Change-Id: I6f62e58c086ad45fa76acfdf5e0a273ff3fa86e9
Task-number: QTCREATORBUG-13231
Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
Reviewed-by: Robert Loehning <robert.loehning@digia.com>
The naming of the architecture subfolders have changed between the
"Debugging Tools for Windows" versions and the tools shipped with the
Windows 8 SDK.
Old names: amd64 and i386.
New names: x64 and x86.
Change-Id: Id828ba9fbb0c5074d1046ac7a710fedf07c6c984
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
To list pairs of changes/files from commit. Also replaced `log -n1' with
'show'.
Change-Id: I5f62e58c085ad45fa76acfdf5e0a273ff3fa86e9
Reviewed-by: Orgad Shaneh <orgads@gmail.com>