- 03 Nov, 2014 2 commits
-
-
Oliver Wolff authored
Task-number: QTCREATORBUG-13275 Change-Id: I1fb8b951468793bd6edc0e10e53d708a876c0bf3 Reviewed-by:
Andrew Knight <andrew.knight@theqtcompany.com> Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Oliver Wolff authored
Change-Id: I0e738ff7c8e9ef53d4a9a4c1a2105b1a4e974255 Reviewed-by:
Andrew Knight <andrew.knight@theqtcompany.com> Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
- 31 Oct, 2014 14 commits
-
-
Fawzi Mohamed authored
The superclass GccParser already adds one. Change-Id: Ib57f9206ab9c7ea3ce0fbd434c828d974392d01b Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Leena Miettinen authored
Change-Id: Id9cf0094b6f9fa1cb8ee6f190541f6c681b77164 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
Nikolai Kosjar authored
...otherwise the ClangCodeModel might pass on "-DHELLO=1\r" if MingwToolChain is used. Change-Id: I073ba5409822fed75ee30079ef985170acf98f13 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tobias Hunger authored
Task-number: QTCREATORBUG-13280 Change-Id: I81cfe7875b1c7a1f16c13b49fe56849210db3acd Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Robert Loehning authored
Change-Id: I296d492ea79512ac73dfec4d86743b1203ee9631 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Robert Loehning authored
Thank you Qt4 for all the good times we had together. Farewell. Change-Id: If0e81b71a97524bb0c84ea5bbcba4c29244a0a5e Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Daniel Teske authored
If the user right clicked on a node and invoked the new dialog that way, always consider that node even if it is deeper in the file system tree than the new files. Task-number: QTCREATORBUG-13215 Change-Id: Ic87033cb9a5e480eee8fb56eacad506d2fd39653 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I7a6355e8491fc8d3548419106f8a0d9981015653 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
We used to get a list of possible qmake file names, but now we just get a list of filename patterns. Task-number: QTCREATORBUG-13200 Change-Id: I9e635ec04b25139cfa8e7096173ac9e1910d0ef5 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Orgad Shaneh authored
Change-Id: If7d6ba7265620edb14d258884b26578c36da2651 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-13268 Change-Id: If6b8543d8d61ca4388b065c375709fe22bbc8e76 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
Christian Kandeler authored
These were added when the overall project still supported Qt 4. Now the general requirement is even stronger than what was specified in these plugins. Change-Id: I71241e20a72a413d30c4e089bcc19b0762a732da Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
David Schulz authored
Change-Id: Ic107154400550227dad58194aca70b5370f147bc Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
David Schulz authored
Change-Id: I9e9b7af1cc2c910b6c5865a611963b371248f90e Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
- 30 Oct, 2014 22 commits
-
-
Fawzi Mohamed authored
Change-Id: I23701fe8c9934f0ad661f6c7458179eb5ab44504 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
Tim Jenssen authored
Change-Id: I23b2fc2d1c64581dbfde9f77d8a39bc5d185bb54 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Tobias Hunger authored
Change-Id: I8d6b6b1519dc711710ad4d28148d3e86291bae58 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tim Jenssen authored
- "tooltip" is how it is in the component so use this everywhere Change-Id: Ib8caa26365e50e1f68e04768b051941bbebe146e Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Tobias Hunger authored
Change-Id: I54368d8f7ceba1e43b0834f106edf16e065ad32d Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
Change-Id: Ia1368334156c33ca270b5cc7d946efcdb7b635a8 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
When adding includes for Qt classes with module names: Default to Qt5 names (if no Qt version ifdef is wanted). Task-number: QTCREATORBUG-13267 Change-Id: I214315589e4876215ff5993aa91359f11c5cf8f6 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Thomas Hartmann authored
* The .ui.qml files were not properly generated. * The .qrc file was wrong * We have to use Window and set visible to true Change-Id: I4617aba04048bebf744cf164013bd5af0aaadcd1 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
Robert Loehning authored
Task-number: QTCREATORBUG-13239 Change-Id: Id2e7340b0ed8baa8dff1e1dbbfb45a1219c12a63 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Thomas Hartmann authored
If a style is activated by setting QT_QUICK_CONTROLS_STYLE we have to use QGuiApplication instead of QApplication. Change-Id: I138a4fb75508f989f97b207a7024a426fa379f9e Reviewed-by:
J-P Nurmi <jpnurmi@theqtcompany.com> Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com>
-
Thomas Hartmann authored
Change-Id: I178b9cdbb895ef221d74b9aa282163307550fd13 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Eike Ziller authored
Broke with 3bafbe71 We need to have the attachPid set with the inferiorPid after we got it from the iossim tool. Task-number: QTCREATORBUG-13261 Change-Id: I4f876817bed5566b5025d23416dd85676bc2e68b Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
Tobias Hunger authored
Return an empty string for "false". Change-Id: I54506fb3db5857786c0448b0c76114ad237ef555 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Fawzi Mohamed authored
Change-Id: I70145eae04f2fc885846215796e54578d7a9c897 Task-number: QTCREATORBUG-13258 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Eike Ziller authored
Change-Id: I04046b792f5b5264534e2654db28fcb18638869b Reviewed-by:
Karsten Heimrich <karsten.heimrich@digia.com>
-
Eike Ziller authored
Change-Id: Ie8ecc98a065a5f9d79be45a6921f7b2165c75ead Reviewed-by:
Karsten Heimrich <karsten.heimrich@digia.com>
-
Eike Ziller authored
Change-Id: I64f5faaccec513848cc2eab83f98927475e67d54 Reviewed-by:
Karsten Heimrich <karsten.heimrich@digia.com>
-
Orgad Shaneh authored
For example git rm somefile and modify another, then open the commit editor and double-click the modified file. Change-Id: I8c7044b4279192b95dcff4d63f48228ec4960f63 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Nikolai Kosjar authored
Change-Id: Ib346359487cb06c0fc95ff5796e9dd6f220b9d16 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Ulf Hermann authored
Change-Id: Ia4f152e0e25cb21ad6302c1bf788faff1a84e573 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
Ulf Hermann authored
There seems to be a demand for more details on the events shown in the scene graph profiler. This change should handle that. Change-Id: I1de95a7168d9af98d75c163bb10e56699895c7fc Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
Friedemann Kleint authored
Task-number: QTBUG-41670 Change-Id: Iff82dbbad2248eae8ec9af12e0d92f3e6e592d6c Reviewed-by:
Oliver Wolff <oliver.wolff@digia.com>
-
- 29 Oct, 2014 2 commits
-
-
Orgad Shaneh authored
Qt4-style [dis]connect used in EditorConfiguration Change-Id: I3be75abd58840084472e3341472b126cc2752fab Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Leena Miettinen authored
New concept in Qt Creator 3.3 and Qt 5.4. Change-Id: I24cacd4c98bb6873625d5cda44a78d5ba0ad8f5b Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-