- 20 Nov, 2013 16 commits
-
-
Leena Miettinen authored
Change-Id: Ifc45fcb1c3953d72558899dc44fba825846a1c2b Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
Eike Ziller authored
QFileIconProvider already does some pixmap caching, but only in some cases (non-executable, non-link). Since QFileIconProvider is expensive, we want as much caching as possible. It still should be investigated why it seems to be even more expensive on OS X 10.9 in some cases though. Task-number: QTCREATORBUG-10491 Change-Id: I5a0f995eafdced47dc6da869c72a1ca016b25f63 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Kai Koehne authored
The fix in acca83ad wasn't enough: One has to make sure that even ~EditorManagerPlaceholder doesn't delete EditorManager implicitly, since it's explicitly deleted in ~MainWindow. Anyway, EditorManagerPlaceHolder::current() is never used, so we can get rid of this static variable entirely and simplify the code by just checking for EditorManager::parent() in the PlaceHolder destructor. Change-Id: I3a0374d20c9f3f9d2680cf8302953a336670fc8a Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
hjk authored
This only affects MinGW where the feature triggered QTCREATORBUG-5200 in the past. Right now the performance impact of c9c0f801 (fixing QTCREATORBUG-10826) is unclear and no time to investigate. Trading the feature for robustness seems in order. Power-users can remove the return line in the script to get it back. Change-Id: If5a30808b72969493e5f40dd0fcbafdcccec343e Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Fawzi Mohamed authored
Change-Id: Ied59f5d56c5816d9da57f23a619d604acec76000 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Fawzi Mohamed authored
Change-Id: Ib9c9b86fbed19539dc42696292bdb3b93dd1b575 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Fawzi Mohamed authored
Change-Id: I9f4de2a06aad3afb80372a4b80e56db658683575 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
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 24 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>
-