- 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 10 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>
-
Marco Bubke authored
Change-Id: If886ca208de775472c4e97e986c2f4df81615959 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Marco Bubke authored
Change-Id: Ia7eb8730c61347833c70a3d62787c10e2a3134ca Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Daniel Teske authored
That is at least android-9 for qt 5. Task-number: QTCREATORBUG-9067 Change-Id: I977f8a35e5d2db2c645fe1a1bc52ef5d7b9f8b35 Reviewed-by:
BogDan Vatra <bogdan@kde.org> Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
-
Fawzi Mohamed authored
qmlplugindump of qt <= 4.8.5 does not output exportMetaObjectRevisions so do not use its output for the builtins. Task-number: QTCREATORBUG-9076 Change-Id: I82bdd325ef15f800c70c830ead4867787f6b7b0a Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 15 Apr, 2013 3 commits
-
-
Marco Bubke authored
updateDirtyNodeRecursive and renderPreviewImage belongs to quick image and not in the node instance server. Change-Id: I629b89c748036c0614e78bcfa0c837cb16ca6374 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Leena Miettinen authored
Change-Id: I3822a47f98a9f2f31eda81c939b900ca5467bc51 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Lorenz Haas authored
The problem was, that while loading saved bookmarks, updateBookmark() was called which automatically called saveBookmarks() even if the pointer of the new bookmark was not put into m_bookmarksList. Thus the bookmark was deleted. Task-number: QTCREATORBUG-9116 Change-Id: I9cbdfc854e2bfa0dc448d96233ca76ee62417fe2 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 12 Apr, 2013 2 commits
-
-
Robert Loehning authored
Change-Id: Iebd03914a2abcfa014288f82360687f18d6bacd9 Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
Leena Miettinen authored
Task-number: QTCREATORBUG-8656 Change-Id: Icebbd69b56aa6b47ce872957dddfcaf01868b039 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-