- 22 Jun, 2016 1 commit
-
-
hjk authored
dynamic_cast<> breaks in cross-library situations. In the past the issue was witnessed on Mac, this time on FreeBSD in various configurations. The workaround deployed here is to manually create unique type ids in form of (addresses of) global variables. Task-id: QTCREATORBUG-16462 Change-Id: Ie28fbb3d31d06c1a722a3d9ea808831191298e71 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io> Reviewed-by:
Ralf Nolden <nolden@kde.org> Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
- 21 Jun, 2016 1 commit
-
-
David Schulz authored
Change-Id: Id48d494510ee53a9e888e22a752e8210f3d4ae2d Reviewed-by:
Eike Ziller <eike.ziller@qt.io> Reviewed-by:
Marco Bubke <marco.bubke@qt.io>
-
- 20 Jun, 2016 5 commits
-
-
Jake Petroules authored
Change-Id: I38f810ae72ff1f7ef428835b2eeeed6d726d4727 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
Christian Stenger authored
Instead fetch it once before starting asynchronous processing. Backported from 72e6dd2a on master. Change-Id: If159311d1ce244c39482acb2ed0d7e33907a2933 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
Riitta-Leena Miettinen authored
Change-Id: I5ddb23ae1f78aae136869fd335030b530e1f266a Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
David Faure authored
Testcase: trying to use an existing build dir which was made for /d/foo where /d is a symlink to $HOME/d. To help understanding the problem, the error message now prints both source dirs, the one found in the builddir and the one we expected. Change-Id: I9a24fbd6ef3cf8108c5edba0d2a5b99ecdea0e89 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Eike Ziller authored
Change-Id: Ifc422cd795803d419a7aba20e37923fb9084cf43 Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
- 17 Jun, 2016 2 commits
-
-
Christian Kandeler authored
To HEAD of 1.5 branch. Change-Id: I846f5f97071ad3567409dcdf6dfa7fe66931ada1 Reviewed-by:
Joerg Bornemann <joerg.bornemann@qt.io>
-
Riitta-Leena Miettinen authored
Change-Id: Id45d3f9228ab35a57c0cc5a0d044bc510727c637 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
- 15 Jun, 2016 1 commit
-
-
Eike Ziller authored
Change-Id: I987e481d45842e7f88e4d968eff01a261855a116 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io>
-
- 14 Jun, 2016 1 commit
-
-
Ralf Nolden authored
The ABI dection works on inspecting the ELF header which should contain the values for ELFOSABI, with the macro ELFOSABI_NETBSD equals 2 and ELFOSABI_OPENBSD equals 12. However, on these systems the ELF binaries are built using 0 so detection will fail and default to Linux, preventing to use the correct qmake for Desktop Qt. Therefore, on these systems default 0 to use the host OS (NetBSD or OpenBSD), otherwise Linux as before. Change-Id: I293389980860977ba6c2ad9903edd567f0a5b9f0 Reviewed-by:
Jake Petroules <jake.petroules@qt.io> Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
- 09 Jun, 2016 3 commits
-
-
Eike Ziller authored
Change-Id: Ic6c37187806ae2848d229693c9bf030dba5d50c5 Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Eike Ziller authored
Some markdown implementations want 4 spaces for second list indentation level Change-Id: I0dfa3ac6c0ffe7231b56d4ec39ec51335cf5f018 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Friedemann Kleint authored
Add mode argument to registry access helpers allowing to access the 64bit registry from 32bit applications and vice versa using special REGSAM values, similar to the new QSettings formats introduced in Qt 5.7. This allows for setting the 64bit post-mortem debugger when running as a 32bit application on 64bit Windows. The -wow argument is extended to indicate accessing the 64bit node from 32bit. Task-number: QTCREATORBUG-16386 Change-Id: I7f003673777e4b8c1b259ba1905a4207b4ce0b43 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
- 08 Jun, 2016 1 commit
-
-
David Schulz authored
It may cause hick ups when debugging an application that has pdb files larger than 1 GB. Change-Id: I596d8f39396f39164f4b59df8ac0b06fbf2ad358 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
- 06 Jun, 2016 2 commits
-
-
David Schulz authored
Just use the specific scripts to detect whether a toolchain is installed. Partial revert of 2be4d264. Task-number: QTCREATORBUG-16359 Change-Id: Ic8c8fbc30f0c1269aeb51abbd21902097bd6c285 Reviewed-by:
Eike Ziller <eike.ziller@qt.io> Reviewed-by:
Alessandro Portale <alessandro.portale@qt.io>
-
hjk authored
The parent's address is not always the base address of the array data, but often a wrapper like QVector, so the correct computation of the item's address is more involved, removing the benefits of the optimization. Change-Id: Iecb19799addc1502649fefbad0953b77947f4193 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
- 03 Jun, 2016 3 commits
-
-
Christian Kandeler authored
Only messages of type "info" appear there these days. They should not force the message pane to open. Change-Id: I2e0c01574eecffb7b9df41594df8abb6fd722397 Reviewed-by:
Joerg Bornemann <joerg.bornemann@qt.io>
-
Thomas Hartmann authored
Trimm expression to avoid ambiguity that leads to assert. Task-number: QTCREATORBUG-16059 Change-Id: Id5f0378e38f0edeba22236c6e9519c8107e4a311 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Christian Kandeler authored
To HEAD of 1.5 branch. Change-Id: I29c839b4e249808124c225cc07f89cda97d5b755 Reviewed-by:
Joerg Bornemann <joerg.bornemann@qt.io>
-
- 02 Jun, 2016 2 commits
-
-
Eike Ziller authored
Change-Id: I383cafdf23b254e07bb08232e75383279b0eb906 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io>
-
Robert Loehning authored
Change-Id: I54cd03bc1d24b715df15de37291f776f9867416f Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
- 01 Jun, 2016 2 commits
-
-
Christian Stenger authored
Change-Id: I273304f0c6d451d28a256c99588479525eef95e4 Reviewed-by:
Robert Loehning <robert.loehning@qt.io>
-
Victor Heng authored
The wizard is unable to advance when a mandatory field is hidden. Assume a hidden widget is not mandatory. Change-Id: I19bdc1a661d91b75151d3aec34ad9d584002a556 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
- 31 May, 2016 3 commits
-
-
Robert Loehning authored
Change-Id: Id7c2c1a17fed053f2e8601fc4c7716705e260431 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Robert Loehning authored
Change-Id: I6259382a2359a795654a6d6536112c090ede130f Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Orgad Shaneh authored
To HEAD of 1.5 branch. Change-Id: If6cfb3db0150ae6d49391996a6f2a279990e130b Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
- 30 May, 2016 9 commits
-
-
hjk authored
This forcefully ignores the Run in Terminal setting, i.e. debugger starts up properly, but without the console. It a stop-gap measure deemed less harmful than the 4.0 'start up gets stuck' behavior. Change-Id: I015147c4db23bf91ea09001ce923fbab97eeae77 Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
hjk authored
... to a place where it can potentially be re-started. Change-Id: Icc7ba4512533cdef659507442eec069e073f84b1 Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Christian Kandeler authored
We can't just blindly delete the qbs jobs after cancelling them, as that is not a synchronous operation. Task-number: QTCREATORBUG-16273 Change-Id: I29787da857e70404a1be1b4bc54921f5a8ce448b Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Christian Stenger authored
The template has slightly changed in 6b506b34. Change-Id: Id58e67beacaac046c6dd235b715f360dc7ef4c09 Reviewed-by:
Robert Loehning <robert.loehning@qt.io>
-
Tobias Hunger authored
I have missed that this change was headed for 4.0 instead of master. It breaks the build there. This reverts commit 0043c721. Change-Id: Ia359798c2636b2b4699de9cc73484ec12a757601 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Orgad Shaneh authored
Change-Id: Ie3401d009044a46af7fac314d1f29975543a44b0 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Orgad Shaneh authored
Change-Id: I71af11e3fba9a47c24b06bb19617ab212ee5b8a1 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Robert Loehning authored
Change-Id: I668cc7b1fcb569b50d2178fe792f566721c9d4d4 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Robert Loehning authored
Change-Id: I731b119169063912cd3b528a1a6a58727002ae67 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
- 27 May, 2016 4 commits
-
-
Christian Kandeler authored
If "dry run" is enabled for the project resolving step, then the rule execution step needs it too. Task-number: QTCREATORBUG-16343 Change-Id: I6db7ad68b447299d2b4848f128a262e6097786d4 Reviewed-by:
Jake Petroules <jake.petroules@qt.io>
-
Christian Kandeler authored
- Make messages with level "warning" or "error" appear in the Issues pane. - Do not suppress messages of level "info". People add "console.info()" calls into their projects for debugging and they expect to see the output in Creator. Task-number: QTCREATORBUG-15983 Change-Id: I6c84bc1ef08dbf85d7e88af864b18f64fcedfe1a Reviewed-by:
Jake Petroules <jake.petroules@qt.io>
-
hjk authored
Restarting with cached outdated information is problematic. Change-Id: I396da2fef96a161c1ab150134b8e65a758a16d58 Task-number: QTCREATORBUG-16355 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Christian Kandeler authored
To HEAD of 1.5 branch. Change-Id: I9452fd110330713ea58593cc4c4f6673533b2d41 Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-