- Apr 29, 2015
-
-
Jake Petroules authored
Change-Id: I91de51de3ce2fb0acc20b87992324e9ec8a26bc2 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com> Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
Jake Petroules authored
Change-Id: I979118e3552e75cd3a64c3b600a448e36214b646 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- Apr 28, 2015
-
-
David Schulz authored
Task-number: QTCREATORBUG-14331 Change-Id: I3a120c82628e3cd43f9abc3c97021a3674300fbc Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
David Schulz authored
Task-number: QTCREATORBUG-14344 Change-Id: Id05b16e649d39e354e6fda9ede9aa44984f3f429 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- Apr 27, 2015
-
-
Orgad Shaneh authored
Change-Id: I49caf77ee5e9f08fdede9d6881a4da717c5da057 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
hjk <hjk@theqtcompany.com>
-
David Schulz authored
Hitting a frame without source code information when stepping inside functions results in a step out. Same is now applied to frames with unreachable source code. Task-number: QTCREATORBUG-9677 Change-Id: If7f7b417d98e8ab058fc98cef3041cb616579619 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
Triggered by double-clicking a normal source file+line breakpoint while looking at some disassembly: We want to jump to the original source file in that case. Change-Id: Ia6eddcaf27e4160c7a989ab757315f5314f65d1e Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Eike Ziller authored
At the moment we need to throw the parsed information away and reparse everything if we add another mime xml file (*), so make sure that we do not use mime information (which triggers a first parse) before we added all mime xml files. (*) we do that because the data for a mime type is distributed through a whole range of classes which do not easily allow to remove an already registered mime type, but we must be able to overwrite mime types from freedesktop.org.xml. Change-Id: I5e532875cc750af1da3e0139397279d7be203c27 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
- Apr 24, 2015
-
-
Christian Kandeler authored
To HEAD of 1.4 branch. Change-Id: Id69fc79579068f3a940d467a2d800d5f091cf6df Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Viktor Ostashevskyi authored
Change-Id: I3c8b0af8f204cf7c31f1452cf43bea82788e7cb2 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by:
Viktor Ostashevskyi <ostash@ostash.kiev.ua>
-
Eike Ziller authored
Only disable plugin rows with disabled *Required* plugin dependencies. Change 044eeacd introduces another dependency type "Test", which are actually not dependencies in a strict sense and even can be cyclic, which makes this bug especially obvious. Change-Id: Ie504b4dd52670d838b712e88ae2e42123975b1d5 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Eike Ziller authored
For some reason freedesktop.org claims that CSS files are text/x-csrc, so we explicitly make plain text editor the handler for text/css. Change-Id: I9685706523fff450ab10d1d0eb1850090e55c51a Task-number: QTCREATORBUG-14334 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Claus Steuer authored
For ninja projects the "build.ninja" file is parsed to extract the cxx flags for each target. This file is located in the working directory of the "all" target, however since commit "65c113bc" qtcreator searches in the build directory of the current target. I have restored the search behavior to the previous state and added some code to ensure that the parsed flags really belong to the target Change-Id: I7cc7f6dbd4f12aec698133206da889037131bb13 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Nikolai Kosjar authored
For indexing we used a custom revision that was updated on each modelManager BuiltinIndexingSupport::refreshSourceFiles() call. This could lead to rejection of updated documents triggered by refactoring actions, like for the following case: 1. Open a project containing a.h and a.cpp 2. Open a.cpp, insert some new lines, save and close the document 3. Open a.h and rename a function that is defined in a.cpp --> The refactoring action modifies a.h and a.cpp, so re-indexing of those is triggered. Since a.cpp has already a higher revision (step 2) than the updated document, the updated document is discarded. As a consequence find usages and follow symbol fails for the renamed function. Now the document call back provided to CppSourceProcessor is responsible for updating the document revision based on the latest revision in the global snapshot. Change-Id: I4dfa0a4d34991655acfa749109f00c47b0fbfdbe Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Erik Verbruggen <erik.verbruggen@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Nikolai Kosjar authored
These are special identifiers and were thus not included in the 'add all keywords' handling. Change-Id: I7f65df5711193e945bfa955dcb70a6ab454606b5 Task-number: QTCREATORBUG-11341 Reviewed-by:
Erik Verbruggen <erik.verbruggen@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Nikolai Kosjar authored
Like for other comments, don't try member completion if the doxygen comment ends with a dot. Task-number: QTCREATORBUG-8597 Change-Id: I2d5204ba8f45fc9ee94e285a907364cc722e62c7 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com> Reviewed-by:
Erik Verbruggen <erik.verbruggen@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- Apr 23, 2015
-
-
hjk authored
Task-number: QTCREATORBUG-13153 Change-Id: Ifc1393a9bedd0be793d752ad6af85221f5f8d247 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
Change-Id: I500faf9846f610f224808a4664d43d50cc5ad870 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
- Apr 22, 2015
-
-
Kai Koehne authored
This reverts commit 67581c5f. The patch has multiple issues: Removing and renaming the .qml file will leave the 'other' place unaltered. Also, adding new .qml files won't add them to both places. Change-Id: I918aa398f9cd183378982fb15562e8fa66d3ede3 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
J-P Nurmi <jpnurmi@theqtcompany.com> Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
hjk authored
Task-number: QTCREATORBUG-14309 Change-Id: I86bb47138a1e3d76120d1c2d0625a86036715d57 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
J-P Nurmi authored
It's nice that main.qml shows up in the project tree under "QML" Change-Id: I4e8be4cc962f2d1c204e7435e0a67a88ea76db5e Reviewed-by:
Nikita Baryshnikov <nib952051@gmail.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
J-P Nurmi authored
Task-number: QTCREATORBUG-13780 Change-Id: I9819e25559848f6635a83522b856da97679c5126 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- Apr 21, 2015
-
-
Eike Ziller authored
Change-Id: Ia82609d55311698ca675943cdfe7b2b91d6f59c2 Task-number: QTCREATORBUG-14241 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Thomas Hartmann authored
Change-Id: I448dbdb9fcbd72e6388cd15268447c08eebc68f0 Reviewed-by:
Robert Loehning <robert.loehning@theqtcompany.com>
-
Christian Stenger authored
Task-number: QTCREATORBUG-14072 Change-Id: Ia69aebcb4183ccca7ce8d2332b1482cbefba00a7 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- Apr 20, 2015
-
-
Nikolai Kosjar authored
Opening a main.cpp of a Qt Widget Application project that is configured with a GCC toolchain leads to errors [1] like /usr/lib/gcc/x86_64-linux-gnu/4.8/include/ia32intrin.h:41:10: \ error: use of undeclared identifier '__builtin_ia32_bsrsi' due to a wrong determination of the clang directory with intrinsics. The directory was determined as $${LLVM_LIBDIR}/clang/$${LLVM_VERSION}/include whereas $LLVM_VERSION was extracted as e.g. "3.5" from 'llvm-config --version' instead of "3.5.0". The path of clang intrinsics dir shipped with Qt Creator (as package) does also match this version scheme: $QTC_INSTALL_DIR/share/qtcreator/cplusplus/clang/3.4.2/include [1] Visible with qtc.clangcodemodel.verboserun=true Change-Id: I1061912eef437a9889987e638915d2fabe208011 Reviewed-by:
hjk <hjk@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- Apr 17, 2015
-
-
Ulf Hermann authored
Add sections about extra command line options and troubleshooting. Change-Id: I2ecd7b32a211321bcf9c31ee65f92386b70958db Reviewed-by:
Kari Hautamäki <kari.hautamaki@theqtcompany.com> Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Daniel Teske authored
Change-Id: I0356c71850a6b5a2147ac35cb79ae53e234aa3e0 Task-number: QTCREATORBUG-14096 Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Robert Loehning authored
Tutorial videos from 2014 are slightly different than those from 2013. Change-Id: I7f8c850b89df95a018495740f26bf277a751a5dd Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
This was testing a bool value, not a stream, and doing that wrong on Windows. Change-Id: I86b1aaea99e77b2aa3c37bb5c9c3e0ba8a90cb05 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- Apr 16, 2015
-
-
Daniel Teske authored
Change-Id: Ib0bb4ff89581a66b21431fe0009003b1f1430021 Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com>
-
Daniel Teske authored
We need to retrieve the current node before the dialog opens up. While the dialog has focus, the current node depends on what is visible in the EditorManager. Change-Id: Icdb212e8d837c9cd789e369f76d6a136d46fcaae Task-number: QTCREATORBUG-14295 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Kai Koehne authored
We don't package them anymore inside Qt Creator since years. Change-Id: Id624d5cb88960887a10feb0cc0188c786a4be187 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Sergey Belyashov authored
Change-Id: I641f212cd3239c2b211c55599cf92d01766b14db Reviewed-by:
Denis Shienkov <denis.shienkov@gmail.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
-
Sergey Belyashov authored
If someone specifies C compiler instead of C++ one, then extractToolchainPrefix() returns an empty result which causes invalid behaiour on build stage. Task-number: QTCREATORBUG-14250 Change-Id: I94d2a281c6a98178c486019344c6cdc71ac50a49 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Ulf Hermann authored
Only emit the change signal if the height has actually changed. Change-Id: Ic4bf67f25cb4a7f204815b4e6b0c6bd88c71944a Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Ulf Hermann authored
Change-Id: I327a12212f6e0d842ed2c230a4d489a3178033d0 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Ulf Hermann authored
Emit the signal every time the height changes, but not if it doesn't. Change-Id: I3a3da737bc99ae99ac6d5690c55c21d94cf5b647 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Ulf Hermann authored
Change-Id: If1ea56b5a885d17a38ab0cab29f7700b485a9b82 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Ulf Hermann authored
In some transitional states we could end up without a zoomControl or a model. Make sure we won't access it then. Change-Id: I20b2363aae5fd860e97b393a65be20da26cec437 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-