- 22 Apr, 2013 2 commits
-
-
Marco Bubke authored
Change-Id: I065a6febd74e13740117e0a5223fa71648a7c430 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Christian Kandeler authored
Contains a fix for in-source builds. Change-Id: Ie33bf2fa8c615498c42ec17c66c0860320dd9bf9 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
- 19 Apr, 2013 7 commits
-
-
Gabriel de Dietrich authored
Again, since the default menu role is TextHeuristicRole, and when we enter fullscreen the text is set to "Exit Full Screen", the Mac QPA menu item syncing will assign this to be the quit menu item. This would cause two problems. First, pressing Cmd-Q in fullscreen would leave fullscreen mode instead of quitting the app. Second, that would make the quit menu item to be hidden when leaving fullscreen, since the toggle fullscreen action text would change back to "Enter Full Screen", and the make a round trip to the menu item heuristic logic. Task-number: QTBUG-30654 Change-Id: I7524c54c3bd77cce891c57292825f02e163fd7fa Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Leena Miettinen authored
Add short descriptions of configuration options that we get a lot of questions about, to make it easier for users to find the information in the Manual. Change-Id: I9e5dca80dc99fbf9d241aba9d392ac11d784c5a7 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Sze Howe Koh <szehowe.koh@gmail.com>
-
Daniel Teske authored
Change-Id: I3afaab99c8e71a6dabe6d61ed55247a1cecc2d45 Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Eike Ziller authored
Change-Id: Ia3d1fa31bb8045ecb7638c5dfe800bb57f449cfa Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Thomas Hartmann authored
Change-Id: I96b7916b4ce64c404c175e72edc2b0a3ef015155 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Eike Ziller authored
That shouldn't have gone into 2.7... This reverts commit 4647cb77 . Change-Id: I4abfc8120d7c3d5a6b9e11d212f955cd66ba01a5 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Kai Koehne authored
We don't recommend Qt 4.7 any more, Qt 4.8 is minimum. Change-Id: I66dde5b7012b82380d77aab658d5e3591f30c768 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- 18 Apr, 2013 16 commits
-
-
Kai Koehne authored
The actual compiler versions e.g. actually depend on Qt, not Qt Creator. Change-Id: I04ea7c5d94ef445ea54a91ea9c463851fddce2c1 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Kai Koehne authored
Be explicit that the supported platforms are only valid for the standalone (non Qt5) packages. Also update minimum Mac version to 10.6, and simplify Windows versions section. Change-Id: Ie9d001eec4e6d5dd1ade7d54a1fc75ac0bb4d741 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Kai Koehne authored
Change-Id: I7c0865e25083576101de17ba1c49ddae4d67e585 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
Kai Koehne authored
Qt Creator is also a QtScript/QML IDE since a while. Change-Id: I046da1478e92e45eed7e5cccb1888a3b30b00faa Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Gabriel de Dietrich authored
This fixes a problem on Mac, where the default menu role is TextHeuristic, and menu item syncing would reassing this entry as "About Qt Creator". Also ProxyAction would not forward the menu role. Task-number: QTBUG-30679 Change-Id: If5ad5fb3a34131c080543bf8160e9ab5140c8585 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Leena Miettinen authored
As the Qt version and compiler are now specified in a kit, and not in build settings any more, the instructions for adding kits, Qt versions, and compilers should be moved up one level, directly under "Configuring Projects". I also added some instructions and links to them in the text. These topics could also go into "Building and Running", but I feel they now fit quite well here. Change-Id: Icdf436a97e824e44a5997f39a105996c5bef05dc Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Christian Kandeler authored
Change-Id: I66ca1ad22f8a857582e6d3fdb0bf2dfc8334628a Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
Marco Bubke authored
Change-Id: I8d0b782df5e0819d7f20c2294aa4be9b017a6cb9 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Eike Ziller authored
Change-Id: If4211acb37cb3c87a901ebf3da030bd1da3cf99c Reviewed-by:
Aurindam Jana <aurindam.jana@digia.com> Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Marco Bubke authored
Change-Id: Ibb9b054f49a04be65d16e8a55c45ee6524d39729 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
This allows QuickWindowNodeInstance to return the content item instead. The function parentObject() in ObjectNodeInstance now knows QQuickRootItem, because the parent of the root item should is the windows (which is just a QObject but treated as item from us). Change-Id: Ibaa7ccc8dd9346689cc4443ce0b594056feaa0cf Reviewed-by:
Marco Bubke <marco.bubke@digia.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
If there is no package the unqualified name is the name not an empty string. Change-Id: I04a51fc79ea9e312e2035ce80eb0f846673a3a44 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
This was wrong and could trigger asserts. Change-Id: I5daac224b467444d46f16a888a3ad3682f423c20 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
Packages can be qualified by several ".". We have to take this into account. Change-Id: I5da0c624b464448dc6f16aaafa3ad3682f423ccc Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
For simplicity we just pretend Window is an item. The state editing is broken atm but does not crash. We will fix this later. Change-Id: I5da0c624b467448cccf16a88fa3ad3682f4ccc20 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Fawzi Mohamed authored
Using empty string as default terminal avoids storing a path to QtCreator resources (which becomes invalid if creator is deleted) on mac. Change-Id: I9d5fe9bce38387d82de451652df6be9ec5eb5960 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 17 Apr, 2013 9 commits
-
-
Joerg Bornemann authored
Also adjust the qbs plugin to changes. Change-Id: I26f9beca50ceac1fd6b64ca79fe9881096afa1ce Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Leena Miettinen authored
Add links to information about adding Qt versions and compilers and configuring kits to the "Building and Running an Example" tutorial. Change-Id: I57892ae6ca58ccccfda6512b2b3b9f5bce17b4da Reviewed-by:
Sze Howe Koh <szehowe.koh@gmail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Christian Kandeler authored
Change-Id: Ie57ecc36a676a3744317170eed7c4265becefe1b Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Eike Ziller authored
Clang complained that the operator== was not defined in Utils namespace. Change-Id: I64853ddf3a081991cfb276b3be3a243fda87a740 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Joerg Bornemann authored
Depends items will soon be case sensitive. Change-Id: Id631058aacc5b8456ac66552b54730913568d851 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Eike Ziller authored
Task-number: QTCREATORBUG-9066 Change-Id: I76b7916b4ce64c400c175e72edc2b0a3ef015156 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Aurindam Jana <aurindam.jana@digia.com>
-
Daniel Teske authored
Change-Id: I102a4843652029dff757e12594efc4d5e5e50a99 Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
-
Thomas Hartmann authored
CONFIG += c++11 does not work with clang atm. Change-Id: I7750b333296ccedf999d2610cca126530f737777 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Thomas Hartmann authored
Change-Id: Ic5ef2d7d452046cd446204b88346533f41b1a562 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 16 Apr, 2013 6 commits
-
-
Leena Miettinen authored
UTF-8 is required by Qt 5. Change-Id: I7750b337296c8edf997d2610cca126530f737c37 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Marco Bubke authored
Change-Id: Ie56c5e26a7ec077b794a4993679ab80a716740ce Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Marco Bubke authored
Change-Id: Ibdf07c4a35b40f3fc78300a1675270f8295bec42 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Marco Bubke authored
Change-Id: Ie6ac96b713775db13a02cecdc74849ad97f017e5 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Marco Bubke authored
Change-Id: I5da0c624b467448dc6f16a88fa3ad3682f423c20 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Marco Bubke authored
Change-Id: I7f30f23c5f2af24f3715bae2b1f4b7be044b0da7 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-