- Apr 25, 2016
-
-
Alessandro Portale authored
Change-Id: Icba67a1404b6e4604aef56def00bfe2098b8c8fe Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
- Apr 22, 2016
-
-
Alessandro Portale authored
I missed to change these in 5e32183c Change-Id: I54740576f8a5b99d3c588f759b2337601b1e8dd5 Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com>
-
Thomas Hartmann authored
Arguments of typeid should not have side effects. Change-Id: I197ee77e0757fcb961e62fa7bdff36e7d58da12a Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Nikolai Kosjar authored
Change-Id: Idecb0e9b78cc14c603de09fc460bbf17f43bb451 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Christian Kandeler authored
To HEAD of 1.5 branch. Change-Id: I2aa0c0c4993bc6c58a0776f2bb67119c13eaae38 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Nikolai Kosjar authored
This leads to the "-x c++" arguments to libclang for these file types and thus avoids crashes of libclang 3.6. Task-number: QTCREATORBUG-16140 Change-Id: I6141615a1b0b7ad92d7151ad58c304eaf99fb4f3 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
Tobias Hunger authored
Technically this is still the same version: CMake decided to go from 2.8.x to 3.0. Change-Id: Ia8b18dd40a87ebc7ba3169d738069d29e36ec25f Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io>
-
David Schulz authored
Task-number: QTCREATORBUG-16118 Change-Id: I3061d4534b1ec88e1960ce88d5e77c4e45b4a76d Reviewed-by:
Eike Ziller <eike.ziller@qt.io> Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Nikolai Kosjar authored
Change-Id: I4d7043fe86f003011ac799184bf7aaa2f0a48b64 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
Change-Id: Ib9a84e25fe3c7aa171a8e7a2f0b3759974d23e71 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
These actions are supposed to behave exactly like the ones in the menu, so use these. Change-Id: I21b4a170839ec009d6462d033329cd6fda6b516a Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Christian Stenger authored
If had been triggered on the Breakpoints view everything was fine, but triggering on the editor this did not update the Breakpoints view. Change-Id: I7f8e672bdf0f7f00cdb11183dc5e8e0eea817884 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Alexandru Croitor authored
Change-Id: Ia8e6da004ea22515fccf4292cc3ddd8c530040c2 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- Apr 21, 2016
-
-
Alessandro Portale authored
And for that, we also need separate theme color roles. Change-Id: I27bf4499acb516f7f824f5e57632797653b150ec Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Alessandro Portale authored
Avoiding scalining of icons in menus. Change-Id: Ie855075dbc6edf09b71894bff7b0c33ba6c03517 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
Change-Id: Id0bcca4ca2dba21409e37197269b8166070cf572 Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
hjk authored
In remote setups this is typically a local copy of the executable. Change-Id: I2c4e38559245e7b2cb4a609b93d80fde2b999cec Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
Ulf Hermann authored
This reverts part of a1dd1e4c. We need the dummy run configuration in order to be able to analyze C++ library projects. Change-Id: I927ba1a8944a1d9b437fb46e913ea235edcd3156 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io> Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Alessandro Portale authored
The lower resolution(s) are needed in setups where attached Displays have different scale factors and Qt Creator is dragged to the lower resolution screens. Task-number: QTCREATORBUG-16128 Change-Id: I20a2e67e4ac5929f3cffc9d7b25e340257be0cee Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Christian Kandeler authored
In the remote gdb adapter. Change-Id: I6f0d9a8d7198aac4d79bb6643ce67428350f1920 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Thomas Hartmann authored
Change-Id: I8108202f1f8226502016d054dee64a5a5e2c5ebb Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Thomas Hartmann authored
Trying to serialize a void start using QVariant does assert. Solution: Ignore properties of type void star. This was triggered by TreeView. Change-Id: Idca5646a472fdfce8761861f5bf889bb73300fff Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Update debugger screenshots. Change-Id: Icc7d9ac0c74d137547c022ffec0792c33a2c9e63 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
- The path settings have been moved to a new tab - Describe using Source Server for fetching source files - Add screenshot. Change-Id: I3884fbb3e0175b64956bc9cb71213d92709e130d Task-number: QTCREATORBUG-15709 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com> Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
This essentially uses inferior.executable as the actually executed binary (formerly remoteExecutable) and a new symbolFile as source of debug info (formerly inferior.executable). Change-Id: Ib129fa1dd4af2446129ab42eb5ba42154e92ab20 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
Christian Stenger authored
Task-number: QTCREATORBUG-16129 Change-Id: I126f278d9202c63ef731ec2f29562d73ad9eade9 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
Christian Stenger authored
Change-Id: I55dd45c1f39abf1540ec668dd17f878c85c06253 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Tobias Hunger authored
Task-number: QTCREATORBUG-16126 Change-Id: Id7f88f38e3f9e857acfabbf57001e29115f58507 Reviewed-by:
Ulf Hermann <ulf.hermann@qt.io>
-
Nikolai Kosjar authored
Change-Id: I9d09dd800043b88925fad4873759f6c4f8638981 Reviewed-by:
Ulf Hermann <ulf.hermann@qt.io> Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Ulf Hermann authored
Change-Id: Idaafbc650849744af660e896bf875bdd43e6ae36 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
-
Ulf Hermann authored
Change-Id: I90ca5c9374a1c82d9a5113c06c2e5c76719d45c7 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
Christian Stenger authored
Introduced with d432b144. Change-Id: Ic33d46a33efd1c09c162c6adc31526efd4fe2b9d Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Ulf Hermann authored
As we don't want to run the application, we should check how it was built in order to know the word width. Change-Id: I3bcd86a4653a049d660a9f23f8faf823f3ed52a0 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
Eike Ziller authored
Change-Id: I87873a70a4b73130758529c4cd125ec422db7e7e Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
- Apr 20, 2016
-
-
hjk authored
The type info is not directly accessible to the debugger. The workaround used so far generally works for initialized data, but can force loading all debug information otherwise. The behavior is exceptionally bad for LLDB 3.7 with GCC 5.x/C++14 due DW_TAG_base_type 'auto' encoded with DW_ATE = 0x0, bit_size = 0 produced by GCC and not understood by LLDB. Change-Id: I2b28b8a6aa15751c8e797bcbf501b81622680596 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Christian Stenger authored
Change-Id: I38d74f4a34e14f646eaf9f24ca9dc2e14ba06050 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
Change-Id: I3fd0b25097101ac41c1801992282eef959a5b0da Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io>
-
Nikolai Kosjar authored
...that ocurred for e.g. "foo (<COMPLETE HERE>". We did not handle the following cases: 1) white space after the function name 2) nothing before parenthesis Change-Id: If6aedd2cc938df30516e13a860d07d7a509633ae Reviewed-by:
Erik Verbruggen <erik.verbruggen@theqtcompany.com>
-
Nikolai Kosjar authored
...which can occurr for e.g. files with a high difference of opening and closing curly braces and many structs. Make use of the ASTCache for parseSimpleDeclaration() and parseMemberSpecification(). Those two were the most recurring calls for the code provided in the bug report. Task-number: QTCREATORBUG-16049 Change-Id: I13cc7fba2fb6c3be863690a222c8bbfeacbddc05 Reviewed-by:
Erik Verbruggen <erik.verbruggen@theqtcompany.com>
-
Eike Ziller authored
Change-Id: I23e3a81425f1cb32d02d8520a2d4804b9d6b9a04 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-