- Oct 02, 2012
-
-
Christian Kandeler authored
The original problem was that we cannot assume QLineEdit::editingFinished() is emitted when clicking a button while a QLineEdit has the focus (QTCREATORBUG-1675). The original solution to that introduced two more bugs, namely that changes are not visible in other tabs until the dialog has been closed and reopened and that pressing "Apply" also applies changes that are done later and which the user intends to revert by by pressing "Cancel" (QTCREATORBUG-7288). This patch intends to fix all of these issues. Task-number: QTCREATORBUG-1675 Task-number: QTCREATORBUG-7288 Change-Id: I569a89f64843e08ee389e3eba6bdcb473ba22393 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Oct 01, 2012
-
-
Aurindam Jana authored
Fetch data on demand for 4.x. Since, parentIds are not known, the tree will be reset when new objects are created. Related changes in Qt side: https://codereview.qt-project.org/#change,35982 Task-number: QTCREATORBUG-7779 Change-Id: I8b53604979bbbc2e6f01bc7b785929811a76f398 Reviewed-by:
Christiaan Janssen <christiaan.janssen@digia.com>
-
Robert Loehning authored
Change-Id: I06fadcc2643b16a59adb962f134c259aa3991c39 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
Friedemann Kleint authored
When choosing "Manage kits" from the wizard, the settings dialog locks up when using Qt 5 since 2 modal dialogs execute on the mainwindow. Task-number: QTBUG-27206 Change-Id: I69b756fed48983ec7217452b2f6c3049a520f1c3 Reviewed-by:
Oliver Wolff <oliver.wolff@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Friedemann Kleint authored
Change-Id: I6ad0e25d084cfccde6776c8d4cdaae43ea071b55 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
This makes it possible to close all editors and still have the typehierarchy visible. It used to close for no apparent reason. Change-Id: I4d1500b5402905c6a04623ea60247c9d746acab8 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
Leena Miettinen authored
Change-Id: I16419b21a7414c0e97238d33c433a88233076cf5 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Leena Miettinen authored
Change-Id: If70418319529f75e893f3d5b60cb7dfa6a739dca Reviewed-by:
hjk <qthjk@ovi.com>
-
Leena Miettinen authored
Change-Id: I012af35287b0ee478eb99c95c54ba438f8e4e6d7 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Thomas Hartmann authored
We have to call start() for QTime. Calling elapsed() without calling start before was never defined. Change-Id: I229b3cbb30a2b3e5e98fdb05736ee0f37ae42c38 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Leena Miettinen authored
Change-Id: I80b8b74c07bc909e35d5e001bd65afd7d114a7c1 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Leena Miettinen authored
Change-Id: Ic312b7f78a65c7a2f17f3186f4f0ce7f0c1cf2ee Reviewed-by:
Christiaan Janssen <christiaan.janssen@digia.com>
-
Aurindam Jana authored
A client for DeclarativeDebugger Service. The service is a backport of QmlDebugger service. Change-Id: I868a286756c2d6bcbb2f41904a13d7f691e9704c Reviewed-by:
Christiaan Janssen <christiaan.janssen@digia.com>
-
Tobias Hunger authored
Change-Id: I7dd8d3b8ae919808fd7089079dcd5583ebc89913 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Leena Miettinen authored
Change-Id: I7a974072096689aaa4b1ec1cca93dcd9febe14d9 Reviewed-by:
Aurindam Jana <aurindam.jana@digia.com>
-
Tobias Hunger authored
Change-Id: I5b714d04f40aee6365520fd1b6f76ee1ca7d4cba Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Aurindam Jana authored
Version specific snippets were introduced to avoid incompatibilities during Qt5 development. Change-Id: I60fa9beafc9d55b687c08e13cdf531baecb10fbb Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Leena Miettinen authored
Change-Id: I8b808cf374fcdc124c5b2b7d9a113e6d64b17f2f Reviewed-by:
BogDan Vatra <bog_dan_ro@yahoo.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
- Sep 28, 2012
-
-
Tobias Hunger authored
This makes sure the icon is updated when changing devices in the kit. Task-number: QTCREATORBUG-7938 Change-Id: I6d5a07993593084a6226cfa044bb899d74cb5e15 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Przemyslaw Gorszkowski authored
Problem was with cyclic recurrence. To solve it we need to check if derived class is different class than its base class. Keep completion corrected. Include some unit tests when base class has the same name as derived. Task-number: QTCREATORBUG-7887 Change-Id: I7973c0b06e3b62d2da3d06048f4327d18a0b8011 Reviewed-by:
hjk <qthjk@ovi.com>
-
Orgad Shaneh authored
Change-Id: Ic707363021430ad9c8b1df6d3e3e3b444967d08f Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
Friedemann Kleint authored
Introduced special 'auto' value for debugger binary. Change-Id: I5be4fa148ce9ded06826a7dda647c5ba402dc70a Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com>
-
Orgad Shaneh authored
Mostly variable names, one string Change-Id: I9d44cba8ade9266303fe7695b8bc93647710b71d Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Sep 27, 2012
-
-
Yuchen Deng authored
Change-Id: I590d52bdf31d7e485cf2351dabed4c587911553d Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Friedemann Kleint authored
Find MinGW debugger in toolchain path. Task-number: QTCREATORBUG-7732 Change-Id: Ia1e281669186d0296f7f5718ced37b69864017e7 Reviewed-by:
hjk <qthjk@ovi.com> Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
hjk authored
The cursor was not movable when the file fit on a single screen without a scrollbar. Change-Id: I758eff6d1baa7dd6232c9b10c58ccf42f717ed6f Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
hjk authored
Task-number: QTCREATORBUG-7930 Change-Id: Ia3b2a21d843ce9de7f61f754da0b276355c377f2 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Tobias Hunger authored
We should be save already, but let's be paranoid... Change-Id: I925fb94f4cebe4c54e3419e18d307a999055ebbf Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Orgad Shaneh authored
Change-Id: I7b0c983a2a99228595a6daa1da95ca863ba66bcc Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Tobias Hunger authored
This patch causes core dumps in my work-creator while it works fine in my test creator. Revert till I find the reason for this. This reverts commit 5d253b37. Change-Id: Ib9912cda15294c28b9136f79675e0e5694788d5b Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
David Schulz authored
Change-Id: Id8ce9ebe53823abe211e43c7c44ec19a24ed63f5 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Eike Ziller authored
Change-Id: Iadbb51b48ea82afc398b59148d603867b0439448 Reviewed-by:
Aurindam Jana <aurindam.jana@digia.com> Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-7889 Change-Id: I251ef68e8dbb0a70565708053e368db89d5999e5 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Change-Id: Ibe8db500e1b8ed7b473cc07cb00e303fa6bea9d1 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
We should be save already, but let's be paranoid... Change-Id: I925fb94f4cebe4c54e3419e18d307a999055ebbe Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
Change-Id: Iac245c92039f522cc0a599461572f9fd54cf43ae Reviewed-by:
Hugues Delorme <delorme.hugues@fougsys.fr>
-
Tobias Hunger authored
Do not keep an open file around when passing the file name to the editor. The editor won't be able to save on windows since the file is locked. Task-number: QTCREATORBUG-5972 Change-Id: Ib424c76d2e3e57d43fdc1e1c222dbeb148669038 Reviewed-by:
Hugues Delorme <delorme.hugues@fougsys.fr>
-
Kai Koehne authored
Remove checking of "TabWidget" element from autotest (got removed in one of the welcome screen rewrites). Task-number: QTCREATORBUG-7835 Change-Id: Ic420586eec4195ed8e5de414e88cdf95f451dbd7 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Thomas Hartmann authored
Qt5 warns about import Qt 4.7 Change-Id: I1561f957637945d4bc61fb90abd8d0a60599133f Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
Peter Kümmel authored
- show cross and native in gui - add missing compilers Change-Id: Id48579d4e5dae3a68ed92c0cd2f41309e4f96753 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Peter Kümmel <syntheticpp@gmx.net>
-