- 20 Nov, 2013 9 commits
-
-
jkobus authored
Change-Id: Ie7e2db1416ec2eb51339a05b8af408c18a0cdbf3 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Przemyslaw Gorszkowski authored
For "includes" we should use snapshot from "SnapshotUpdater"(project specific snapshot, not global snapshot) instead of "global" snapshot. The snapshot of the editor's SnapshotUpdater contains the documents parsed with the appropriate include paths/defines etc. and should therefore be used for the include hierarchy. Change-Id: I6bbaf5040536b771d32697aad1db364758ff8382 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Daniel Teske authored
Task-number: QTCREATORBUG-10833 Change-Id: I574f6c72b38e76f424b179919fee14a132b3ed4f Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
-
hjk authored
Change-Id: I776687b6abdf45b86cf879d6c7d1164da37ac04f Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
An unavailable display value doesn't mean an invalid index Change-Id: I68baa09c9d6176dcd1a3f983ec375414292d7026 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Nikolai Kosjar authored
We need to wait for the document parser, otherwise the CppModelManager object might get destroyed first and will be referenced later in CppEditorSupport::parse(). Change-Id: I1b591640c1da3e63e49ac0b4b8af41aae31b3d43 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Thomas Hartmann authored
Since grabMouse() is limited on Mac OS X, we cannot use the custom drag and drop code anymore. The icon stays visible. Task-number: QTBUG-34201 Task-number: QTCREATORBUG-10414 Change-Id: I92009c34881d086049e50b0c9ef109a7149ac657 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Orgad Shaneh authored
In case 2 VCS manage the same directory, topLevel will be the same for both. Chopping tmpDir gives a wrong directory for the second VC. Change-Id: Ie20c716cf8b713dae0d5d8ecc4c947f1c5029544 Reviewed-by:
Knut Petter Svendsen <knutpett@pvv.org> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Daniel Teske authored
Change-Id: Ie697a36747118de61fb1d35cbfc71bc939a88600 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 19 Nov, 2013 30 commits
-
-
Friedemann Kleint authored
Change-Id: Ib88d5539007f17793c71d5d2f9a409dcf7f8b17c Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
Daniel Teske authored
See the below task for details: Task-number: QTCREATORBUG-10575 Change-Id: I7756d8780b33ede4c3d4eac7e281c9eabfa47e35 Reviewed-by:
Robert Loehning <robert.loehning@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
hjk authored
We probably should completely skip the code in the cases where Qt itself already propagates the object name to the underlying threads. Task-number: QTCREATORBUG-10826 Change-Id: I7e9e5b7c990a270c8563e40c1fe1e900724c1e5c Reviewed-by:
Ryan May <ryan.may@eecradar.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Daniel Teske authored
Task-number: QTCREATORBUG-10256 Change-Id: I8e761ac072954eb1802b9b4eec415f48414b7990 Reviewed-by:
Jarek Kobus <jaroslaw.kobus@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
hjk authored
"GNU gdb (GDB; openSUSE 13.1) 7.6.50.20130731-cvs", and failing. Change-Id: I16c3af14127a7afb56454e56d7d92cb349b921d4 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Leena Miettinen authored
Change-Id: Ia085693367b4a19e7e254e808df3f8d0fcedbf27 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
jkobus authored
Change-Id: Iabcf82b6ea04ba5105767dcc9c9c4e8b272afc18 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Kai Koehne authored
Fixes a crash on exit in ~AnalyzerManager, where EditorManager::instance() might be already 0. Change-Id: Ie1d5aa5590d2dd763f5cb8c7e0a8a5e593fd2af6 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Eike Ziller authored
Change-Id: I5d633ca2d21b6352c59cdeb7cd85267ced1d2170 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Christian Kandeler authored
The current implementation disables the run config if the build system does not supply information about which executable to run. But this is too restrictive, because users can set the executable manually. Change-Id: Ia792c06063ca88ad7168a0dd96131266e8aaf1cb Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Nikolai Kosjar authored
If parse() is called in another thread the CppToolsEditorSupport might be already destructed. Task-number: QTCREATORBUG-10548 Change-Id: Ie4215937eb1847b51bce8b080aca4925c0bee39f Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
jkobus authored
Change-Id: Id999a376c037c831f0bb8850253c74d16d5c385d Reviewed-by:
Kai Koehne <kai.koehne@digia.com> Reviewed-by:
Alex Blasche <alexander.blasche@digia.com>
-
Ulf Hermann authored
For some reason, when the timeline width is 0, the background width can get negative, if using bindings; it works fine when using anchors. Change-Id: I5eb76f83b9c41c1a71a135082770079cedc7f16c Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Christian Kandeler authored
If the state is Inactive when calling setFinished(), the finished() signal will not be emitted and the run control will never finish. Change-Id: I0c29138c31205cf43472d42821fd1a6af93cc1ac Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Tobias Hunger authored
Mark the qbs flavors of the plain C and the plain C++ project as console applications. Task-number: QTCREATORBUG-10815 Change-Id: Ic143ffe4026a97d0d27e0a85e62724b26e0ea5ce Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Nikolai Kosjar authored
Change-Id: If4a680bdd00c566661232ffb63b1573d8826a493 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Leena Miettinen authored
The option has been removed from the UI. Change-Id: I6b8c0b60d0172bf5aedfc712ee9fb9e51afcadda Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Ulf Hermann authored
We only need one scrollable element in the WelcomePage. By passing the height properties of inner elements to the outermost one we can avoid multiple vertical scrollbars next to each other. Since this removes the QScrollArea around the welcome page it fixes QTCREATORBUG-10796 Task-number: QTCREATORBUG-10796 Change-Id: I08b0409e21f16be6c3e0e5a58f2665320d0a14fe Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Leena Miettinen authored
Disabling the option is described in the Debugging Helpers topic. Change-Id: Idead0835f0064477338a7b8a74bbbec143abf389 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
This was disabled as workaround for QTCREATORBUG-7432 but can be supported again after fefbc172. Task-number: QTCREATORBUG-7432 Change-Id: Ic85f6f91c0f6f04dc76f66984cb5773b0753ad26 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Ulf Hermann authored
In certain conditions the area covered by the canvas can have a negative size. This patch handles that case gracefully. Change-Id: I952edfa5bd0f8b42ce69356106f2e0f326dceeb7 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Niels Weber authored
Task-number: QTCREATORBUG-9491 Change-Id: Iae5025a311b72596a038424baa4cfb60149b1cdd Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Leena Miettinen authored
You just select from a list of debuggers in the Kits tab, now. Change-Id: Ifd82947b61641a4c15ba60bc49bf8db8e07d4b83 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Orgad Shaneh authored
When function has a different return type Change-Id: I1178e7e2c6b7e074a3737aaef597ebeff8d776dc Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Orgad Shaneh authored
Change-Id: Ia34c661364acda585c286bc1ef756b3554630657 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Tobias Nätterlund authored
Task-number: QTCREATORBUG-10760 Change-Id: I5377246968c892bd1232ae7c80d4d84585a66267 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Orgad Shaneh authored
Change-Id: I07dcb0fecd6d3927d49ff100228da88eb4601f8b Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Orgad Shaneh authored
Change-Id: If1214142a6ea3fe21bfac5f21f0781284aec922e Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Orgad Shaneh authored
* Use more data functions * Better use of QEXPECT_FAIL * Less noise when adding a test Change-Id: I0ebc4eaf2bf9f2bcff3be25bbe6c14e3087f8c56 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Eike Ziller authored
* choose an enabled tab if current tab gets disabled (for some reason that is not automatically done by QTabWidget * don't show any widget if the filter string is not matched by anything Task-number: QTCREATORBUG-8318 Change-Id: I0066c2b3aeb9cc0cdacaa0a88f9adbc70c20cfa7 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 18 Nov, 2013 1 commit
-
-
Leena Miettinen authored
Change-Id: I623f6e6ebf94b83161bf8a52f469611fe792e57c Reviewed-by:
hjk <hjk121@nokiamail.com>
-