- 13 Apr, 2015 8 commits
-
-
hjk authored
SBTarget.CreateValueFromAddress was not supported by older versions of LLDB. Unfortunately, we still can't use SBTarget.CreateValueFromExpression. Change-Id: I982021531a2ab070aa279dd17e9714f86efe83cc Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Christian Stenger authored
Change-Id: I9deb837b693c433e3c865dda2b212129e193d63b Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
Change-Id: I49cfb29a3d6ec2245ed05956bb2cd46c6a2338cc Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Sergey Belyashov authored
Change-Id: Ic05b7fd7693779d6866d0857014339cae7d69212 Reviewed-by:
Denis Shienkov <denis.shienkov@gmail.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
-
Nikolai Kosjar authored
Regression introduced by commit 9fb5b0be CppTools: Add basic completion support for qt5 style signals/slots Change-Id: I0a8e5ef31c1394512a51a26ed08b0f445add5acd Reviewed-by:
Erik Verbruggen <erik.verbruggen@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Leena Miettinen authored
Remove a note about viewing the docs, as they now open in a detached window on top of Qt Creator. Move the number that indicates the search field next to the field in text. Update the screenshot, because the field order was reversed on the page. Change-Id: I0fbb1175240891094a3f73554e0a69685d4c45ab Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Eike Ziller authored
We have to make sure that the help engine is properly set up before trying to read the bookmark data. Change-Id: Id57cce5f538472eeac17b39a3640bf2ed77fa56a Task-number: QTCREATORBUG-14106 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: Ia773f4cc69f9554caeb78c1380ddf69095684000 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
- 12 Apr, 2015 2 commits
-
-
Orgad Shaneh authored
Missed in 808f4492 . Change-Id: I8760ab9fa897d708423b21c34771d5275f87d1d7 Reviewed-by:
André Hartmann <aha_1980@gmx.de>
-
Nikita Baryshnikov authored
When a commit has several files, opening diff for the first file works, but trying to open another diff without closing the previous one doesn't refresh the diff editor. Change-Id: Ia973cb70f2355a89b70787dd97042ef9f751d9d6 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Nikita Baryshnikov <nib952051@gmail.com>
-
- 10 Apr, 2015 6 commits
-
-
Christian Kandeler authored
...when rebuilding the project tree. Consider this product: CppApplication { files: ["form.ui"] } Now change it to this: QtGuiApplication { files: ["form.ui"] } The qbs file tags will now include "ui", so the Qt Creator file type must change from "UnknownFileType" to "FormType". Therefore, we need to replace the respective file node in the tree. Change-Id: I6aa7e66d1af584e8ded2ffbb9b1215e8fc1135b8 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Ulf Hermann authored
The aggregator doesn't own the models. They may live in separate plugins and should be cleared from the code where they are created. Change-Id: Icbde117561e530bd83fe752acd483e2c42692a1c Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Christian Kandeler authored
To HEAD of 1.4 branch. Change-Id: I989d723fcaf718d3502ee9047e9dd6048013244f Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Daniel Teske authored
Change-Id: Ifaa4d87c73d2597a018d867f3c081113132e76ee Task-number: QTCREATORBUG-14202 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
-
Daniel Teske authored
Don't consider targets that end in _unittest or _automoc. Also don't read CMakeDirectoryInformation.cmake as that doesn't work with add_subdirectory. Change-Id: If06af60e1637e94cccd32d09fc26c6b87488671b Task-number: QTCREATORBUG-12183 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Christian Kandeler authored
... after adding and removing files. We need to do this for qbs because in contrast to other build system managers, we have optimized away the re-parse step. Change-Id: Iec217819621696081d6e8b87ef48be0be681372c Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
- 09 Apr, 2015 3 commits
-
-
Leena Miettinen authored
Update the screenshot, because the icons have changed. Change-Id: I55e46f8f01d293021914fd28c1e7f7d83d8bde11 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Ulf Hermann authored
If you insert events with equal start times in a way that the model can not reorder them by their end times the parenting follows the indexes, not the end times. This has caused confusion multiple times and it's good to test it. Change-Id: I3e9ba212ff377dc2afa2a2893637bb55edebafea Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
Leena Miettinen authored
In the Issues output pane filter. Change-Id: I3283628f74dd48c2e95eeedad93ce28f1686c25f Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
- 08 Apr, 2015 4 commits
-
-
Christian Kandeler authored
We should use the actual display name of the node there, not some hardcoded value. Task-number: QTCREATORBUG-14240 Change-Id: Idf0fc4cdaab52d7f838d3d48d834a89b55ee593f Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Leena Miettinen authored
For purely commercial apps, this is done by using the template, but Qt Creator is mostly open source, so an image is used. Use a \commercial macro with a tooltip and link to the image. Change-Id: I5e3df953821551331afef2ec642b482b52ff909e Reviewed-by:
Topi Reiniö <topi.reinio@digia.com>
-
Leena Miettinen authored
Commercial only. Change-Id: Id2ee9a7765f226c32ec1595e32f4b53ee94d1207 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
This makes the GccExtension dumper test pass with GDB Change-Id: Ia1319e878416bea8b162a1a9eef1271cb7bebc63 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 07 Apr, 2015 5 commits
-
-
Orgad Shaneh authored
Should have been removed in fbb756cd . Change-Id: I86e0fd556ac031e6a88e9397a039d67ded5f7bd7 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Raphael da Silva Couto authored
At some cases, android.bat on Windows running longer. Change-Id: I53ae90e4d7fea69b603cf8cca8c1f8ee5aa36a6a Task-number: QTCREATORBUG-14223 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Christian Kandeler authored
To HEAD of 1.4 branch. Change-Id: Ib37e757f5b90db01fdc6d77a21556f214e776aa0 Reviewed-by:
Jake Petroules <jake.petroules@petroules.com>
-
Ulf Hermann authored
Sometimes the text would not fit and constantly resizing them is ugly anyway. Change-Id: Id1136ae3b2d2f339ff6f4302b45794201221e6c4 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Nikolai Kosjar authored
When the configuration (defines and includes dirs) did not change, we only updated the m_projectToProjectsInfo data structure, but not the others (m_projectFileToProjectPart, m_fileToProjectParts). Change-Id: I0ca235ea4bbe4556bd8b6d36897dedd6482f86a0 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 06 Apr, 2015 1 commit
-
-
Nikita Baryshnikov authored
Change-Id: I8582fdb790f5541263eb17d1fa9418c3a48f88f6 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- 02 Apr, 2015 11 commits
-
-
hjk authored
Change-Id: Iae342ffe68385de877c7a1e9a7e61e7d4889f731 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
Failures were due to version specific reordering. This is still checked in cases h1, h7, h8. Simplify maintanance by removing the check in the other cases. Change-Id: I481672e693f6370c75bc4739d6cca937b9f027ea Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
Take new QPolygon{,F} dumpers into account, also make QUrlPrivate field accessible, Change-Id: I2b5c122895c3ee389ba939eaeffcd613fa206009 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Christian Stenger authored
Change-Id: Id4f437fe17d7989c15ad223c20605773411a1142 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
David Schulz authored
Change-Id: I2da7f4b21251e1417efaf20813ce260ea286b1f2 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Robert Loehning authored
Change-Id: Ie65752d2c8c87c3802c810b98ffe7b122549c762 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
David Schulz authored
Change-Id: I8ecfd77cd72e155e291acdc96fcbfd49572c91e3 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
This practically removes any functionality beyond plain plot display, but does that at least reliably, cross-platform, without dependency on 3rd party python packages. Change-Id: Iaff2f78595394522f32264c642df20dd48b83f8b Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
David Schulz authored
Change-Id: I13c0541bad047aa872bdb04f50e6cd0557a40f1a Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Christian Stenger authored
Change-Id: If783fe330bccd19140dd916c42dfe7f424b68a85 Reviewed-by:
Ulf Hermann <ulf.hermann@theqtcompany.com>
-
hjk authored
We require 7.5.1 now, so the case is uninteresting. Change-Id: I40bf1c3d531b83998a45e7476ed48397b23b4ae6 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-