- 03 Sep, 2012 6 commits
-
-
Friedemann Kleint authored
Obtain RunConfiguration from RunControl add logic to use the ABI if that fails. Task-number: QTCREATORBUG-7677 Change-Id: Iebf053e6b7a25644a4d4c02b80bf952ef9e6a078 Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Make "Configure Project" help text link to options dialog depend on the actual architecture instead of listing all possibilities. Also, make the link work. Task-number: QTCREATORBUG-7810 Change-Id: I78360cdc5b1a836b46dad5c31bdf7335d83e846e Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Christian Stenger authored
Task-number: QTCREATORBUG-7643 Change-Id: I26f9a3637a39a26e82b72de1143e31b5e55b076e Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
Friedemann Kleint authored
Change-Id: I3a9def260c14944e6fd69fa87b0f1527b8efde3c Reviewed-by:
hjk <qthjk@ovi.com>
-
Eike Ziller authored
Change-Id: Ifce34d5f51d863eca9e7497a8638703f32cecf44 Reviewed-by:
hjk <qthjk@ovi.com>
-
Friedemann Kleint authored
For editor tooltips and the editor context menu 'Watch expression', always try to find a local variable first and use its expression. Change the tooltip manager/widgets not to rely on the debugger model enum and obscure expression, filter by complete iname instead. Remove obsolete enumeration. Change gdb's handling of tooltips such that local variables are displayed immediately without creating additional tooltip items. Change-Id: I9b55823428029ba50d84d3a8cab55eb58942e72b Reviewed-by:
hjk <qthjk@ovi.com>
-
- 31 Aug, 2012 8 commits
-
-
Robert Loehning authored
Change-Id: I367dc2fb71339a335700d7411465b16ec114a7eb Reviewed-by:
Christian Stenger <christian.stenger@nokia.com>
-
Yuchen Deng authored
On Linux/Unix, there does not exist "MinGW Makefiles" generator. Using "Unix Makefiles" can simply fixed the issue on Linux. And does not effect Windows builds. Change-Id: Id69e1a24485fbab05866f52d823035abc1dca06b Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Christian Stenger authored
Change-Id: I08120e945fea6455ea109926b9b0a95406d078da Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Friedemann Kleint authored
Change-Id: I3bc3608f437e377f60fbf28ded950e3118ce69c4 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Leena Miettinen authored
Fields were also renamed accordingly. Change-Id: I2f2658cdca2293c10c73d967fe66d520cb6de4d0 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Daniel Teske authored
Task-number: QTCREATORBUG-7771 Change-Id: I11a41f624dbeddbbff75e2b3a827315d26995425 Reviewed-by:
Frederik Gladhorn <frederik.gladhorn@nokia.com>
-
hjk authored
Change-Id: I922764db127242f1e392a2cb3906c61ba83c9b64 Reviewed-by:
hjk <qthjk@ovi.com>
-
Friedemann Kleint authored
Factor out to watchutils. Change-Id: I8cf316be819d765dcea964ac6405bfa9b075de59 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 30 Aug, 2012 19 commits
-
-
Friedemann Kleint authored
Change-Id: I127a33939bd46945d2cfd47f70ee72cb50a986c7 Reviewed-by:
hjk <qthjk@ovi.com>
-
Orgad Shaneh authored
Symbian leftovers Change-Id: I4479113b6f80eb4a667054d72da1b185c315f61d Reviewed-by:
Kai Koehne <kai.koehne@nokia.com> Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
Friedemann Kleint authored
Change the behaviour of defaultTerminalEmulator() to already return the run option in line with terminalEmulator(). Change the QLineEdit in settings to an editable combo offering the available terminals. Change-Id: I333ef08ad06934bcd9fcafb50ff1eced1af6293a Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@nokia.com>
-
Leandro Melo authored
When adding Q_EMIT a while ago the the if chain got messed up and Q_SLOT was being skipped. Change-Id: Ib1f49c00290a09286506de9510d0067eaf5e3b96 Reviewed-by:
hjk <qthjk@ovi.com>
-
Tobias Nätterlund authored
The path to the BAR package in the run configuration did not react to changes in the deploy configuration. Change-Id: I5eabbf600a3c0704ff4049edeceee67644c615df Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Friedemann Kleint authored
Change-Id: Ibd0385fbe5a7dacd9138b794c9927538be235680 Reviewed-by:
hjk <qthjk@ovi.com>
-
Jarek Kobus authored
Change-Id: I3c96c467f79fa7722c270a5887997294a7042adc Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Robert Loehning authored
This reverts commit 64602549 Change-Id: Ifa0aaf19787a0d73ddf1a6d3dfe690bbfa8b4e1e Reviewed-by:
Christian Stenger <christian.stenger@nokia.com>
-
Robert Loehning authored
Change-Id: I6532c7d9639d587663a204d401295d67b2310d8b Reviewed-by:
Christian Stenger <christian.stenger@nokia.com>
-
Oswald Buddenhagen authored
it's not sufficient to load the qmake.conf only any more. Change-Id: Ic699ad5e202d6f3e115e44621b4c6ee2def6edd2 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Friedemann Kleint authored
The console trap seems to cause a spurious "* stopped" message without reasons in gdb 7.4. Ignore once. Fix warnings about empty file names in cleanupFullName() for assembly frames. Ignore "* running" in state InferiorSetupRequested, which occurs for Windows terminals. Task-number: QTCREATORBUG-7770 Change-Id: Ief6dff4a946eea1b1489caddf8748fb10a647dad Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Task-number: QTCREATORBUG-7770 Change-Id: Iecfd25e11748622afaebc320ea29d633f9e08638 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Friedemann Kleint authored
Bring back the slot, suppress a warning about empty binaries in the release check. Task-number: QTCREATORBUG-7677 Change-Id: I2f1703b38b68995a1e2533ed8a6c94985cc3b430 Reviewed-by:
hjk <qthjk@ovi.com>
-
Orgad Shaneh authored
Change-Id: Ie59a7613775c7e5ab19524adc0c5658a81532e95 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Kaffeine authored
Change-Id: I82c4fde505d67de30787077c788af97822153b1e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Christian Kandeler authored
Mixing debug and release mode is a bad idea in general and does not even work on some platforms. Change-Id: I0e112de1f3e878c5d8f3b57789df194c772848ae Reviewed-by:
Andreas Holzammer <andreas.holzammer@kdab.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Ryan May authored
Because missing registers are discarded, the register number returned by GDB (when values are obtained) are not the same as the indices into the internal list of registers. Explicitly store this mapping now. Task-number: QTCREATORBUG-7468 Change-Id: Ica6fc6e6bd0a240cbd59923e4cabc7127e1aad8b Reviewed-by:
hjk <qthjk@ovi.com>
-
Orgad Shaneh authored
Change-Id: Ia3e2fc737c4d40e9b8bce0fbb147fe3d8a523351 Reviewed-by:
hjk <qthjk@ovi.com>
-
Daniel Teske authored
Change-Id: I0724a3c8d4add1821b97a4a068f94df1dbc4e512 Reviewed-by:
Robert Loehning <robert.loehning@nokia.com> Reviewed-by:
Aurindam Jana <aurindam.jana@nokia.com>
-
- 29 Aug, 2012 7 commits
-
-
hjk authored
Feature worked, test description was wrong. Task-number: QTCREATORBUG-7281 Change-Id: I81c93b66cb28e9d6adf15a49c086d5faaa908d0a Reviewed-by:
hjk <qthjk@ovi.com>
-
Leandro Melo authored
Task-number: QTCREATORBUG-7780 Change-Id: Ie93704feff17ad8229e50fb1133048f2c7598dea Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
David Schulz authored
in Fonts & collors settingspage Change-Id: Ia067e86a31a12301458a5d49e1096e7b2aa0f118 Reviewed-by:
hjk <qthjk@ovi.com>
-
Daniel Teske authored
Task-number: QTCREATORBUG-7652 Change-Id: I0751a494f97ff77c7dc52e81c789b0f0111633c5 Reviewed-by:
Robert Loehning <robert.loehning@nokia.com>
-
Christian Kandeler authored
- Correctly read the packaging icon. - Inform of packaging file changes in all cases, not on initial setup. - Emit signals from debian manager with the right argument. Change-Id: Id44828b6e581e639acd491923cff8114cb57f6c6 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
hjk authored
Sticks out in the target setup page otherwise. Change-Id: I2b9e657dc05ff41e6e511e7bdd1abf5f83800bca Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Make it actually remember things and allow completion if lineedit is not empty. Change-Id: Iccec6de94a8a304773dbb679e06fc68e2e496376 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
hjk <qthjk@ovi.com>
-