- 23 Jun, 2014 17 commits
-
-
Tobias Hunger authored
... wire it up so that "No compiler found in kit" gets you to the kits page. Change-Id: Ie7b34d285a6d2eef81ccd5fdc86d91bcd0254515 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Tobias Hunger authored
Everybody used to do their own thing... Also unify the "Configuration is faulty" message we write into the Application output window. Change-Id: I0e5c4ec68155d66aa1d0ea53134b98917869e5c6 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Change-Id: Icf473145f615f8ea80887f9620ca95af812d0c98 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
Thomas Hartmann authored
We have to create a local SelectionContext for the target node. Change-Id: I69a490fbc154d5cc15d9ea4f40899afdbab77a7c Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
Change-Id: I381df57461ab3e45e477dc34674e78161342432b Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
Buttons do not have a fixed width of 160px anymore and the sidebar layout becomes dynamic. Task-number: QTCREATORBUG-12108 Task-number: QTCREATORBUG-12091 Change-Id: I940b4b7c9c79a312766501559147abb85833b78f Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
Marco Bubke authored
Change-Id: Ie16f486fbe873fbec6663ac965e244c59c0e0e6b Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com>
-
Friedemann Kleint authored
Add a depth member to GerritChange indicating the tree depth and populate it by searches over the dependent changes. Display the root changes sorted by date and add dependent changes to their deph=1 parent, avoiding deeply nested items. Change-Id: I66ccf392ce47514841c661820797e81996e9e5cc Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Orgad Shaneh authored
Enables specifying reviewers over http[s]. Supported since gerrit 2.6 (specifying reviewers will be broken for earlier versions). Prepare for supporting other options (draft, publish, topic...) Change-Id: Id0b6508409123cddb9dec5ea9e78d7a6a1423057 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Lorenz Haas authored
Change-Id: I9b0a4b305415e1f97353bd4ebc2631634cebd1cb Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
Lorenz Haas authored
Task-number: QTCREATORBUG-12244 Change-Id: Iab666f003df04da97ed7f4aa47f9b979e319e9a4 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Lorenz Haas authored
If a variable's name is only "m_" it should not be recognized as a prefix (resulting in an invalid/empty getter and meaningless setter) but rather as a name with the "_" postfix. This way, it results in getM() and setM(). Change-Id: I9a8249fc12319034b95532415f40b6c3183f7754 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
hjk authored
Change-Id: Ib98280a5913649f26625761584bd40b20ae7a20f Reviewed-by:
Christian Stenger <christian.stenger@digia.com> Reviewed-by:
Tim Sander <tim@krieglstein.org> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Fawzi Mohamed authored
Change-Id: I0e8529dc339e995be1817b2f3d18ca9bc2c80738 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
hjk authored
Change-Id: I5ad041e658089ed3f965cf5fb77fda00571389b9 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Tobias Hunger authored
This is far from correct and will not accept a wide set of valid email addresses, but it is better than what we used to have and so far only one person complained about that. Task-number: QTCREATORBUG-12472 Change-Id: I0d7ed19c9811af0ce28218c40d79988d26cb588b Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Eike Ziller authored
The code for opening examples nowadays explicitly changes to edit mode before opening the example documentation, so we do not need to do that hack here anymore. Change-Id: I536784fdc0def8916c14f6df1bb7e50d11aff164 Reviewed-by:
Karsten Heimrich <karsten.heimrich@digia.com>
-
- 20 Jun, 2014 14 commits
-
-
Nikita Baryshnikov authored
Change-Id: Ic2617b5eca47ebbcc04119dd7e064b8f570fbc09 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Alessandro Portale authored
QTreeView is a better list view with columns than QTableView. One special reason for this change is that QTreeView finds a proper default row height regardless of the system DPI. Change-Id: I3342e2295a3782b480ea811bfe335e3a77482891 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Friedemann Kleint authored
Change model and dialog methods to use QModelIndex and remove obsolete methods. Split out method to populate a list of standard items from a change. Change GerritModel::itemForId() to recurse over the tree. Change-Id: I9393f498ffbdf63ba3ad78146d041bcda3835527 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Tobias Hunger authored
Not having a tool chain is actually allowed, so do not soft-assert for that. Change-Id: Ia913fa271a1f1e299451e9fabd4ed6bcfb32f043 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Eike Ziller authored
Change-Id: I2beb9b4fe9153bad930b0acfa6dfbce62c0173c7 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
Eike Ziller authored
With this patch it is just used with the context help "always show in external window" option. Change-Id: I4bc6ba8e0e241500f6970d4cb72f66ba02075ef5 Reviewed-by:
Karsten Heimrich <karsten.heimrich@digia.com>
-
Eike Ziller authored
That contains the tool bar together with a help viewer, which can also be used for an external help window, and later be extended to also replace the extra "central widget". Change-Id: I73fac4c135b985cbe47062b90783f156b5062005 Reviewed-by:
Karsten Heimrich <karsten.heimrich@digia.com>
-
Nikita Baryshnikov authored
Was broken in 12103e0f Change-Id: I28ce266f609a232bf1ed99bb044ffc6a3b561d57 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
David Schulz authored
Also adding the possibility to insert text into the blockselection. Task-number: QTCREATORBUG-7773 Change-Id: I7a47a1d630f769a8253ee1a2f21057820ea170d5 Reviewed-by:
Lukas Holecek <hluk@email.cz> Reviewed-by:
Christian Stenger <christian.stenger@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Tobias Hunger authored
Change-Id: I9b86baf964252e3d155cce533c79ca7a9dc9b315 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Thomas Epting authored
Started implementing common functions to add new and existing files to a project, using the API provided by Qbs. Works for most use cases already. However, this is still work in progress. Change-Id: I36ea921c203bd7caad564a45cd40cda408c72b54 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
El Mehdi Fekari authored
When opening a project the first time with Qt Creator and selecting a BlackBerry kit, Qt Creator does not pop up the dialog asking the user to add a bar descriptor. This makes the deployment step useless since the bar descriptor is mandatory for packaging. The user has to close and reopen the project again in order to be able to generate a bar-descriptor. Change-Id: Ibb930e60d3b9d98ad9631caa092f6ec17b33b749 Reviewed-by:
Sergio Ahumada <sahumada@blackberry.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Change-Id: Id2eec876d84acb783e850d184a194b4d6a963259 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Tim Sander authored
Change-Id: Ie51847de912748d05a6b208bec82fd612d777202 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
- 19 Jun, 2014 9 commits
-
-
Tim Jenssen authored
Change-Id: I31344f7cfa56ae5dd6662bef4e449007b7ec3ec4 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Tim Jenssen authored
Change-Id: I421d20a33f8f30fe796f72e4500a2756b97c7983 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Tim Jenssen authored
Change-Id: Ieeddea3d813f13cb7018d6611156f1f98b69e6be Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Tim Jenssen authored
Change-Id: Ib553128667a85abadfe9b810860b0f7a68499bed Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
We are already in the QmlDesigner namespace and default gives no real information about the class. Change-Id: Ia45c93c778d207c5237d52f5bd2bef6ee6559bb5 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
We are already in the QmlDesigner namespace and the class is a pure abstract interface. Change-Id: Ibabea5f8091fda22a3086ae032af794bc12ebf38 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Marco Bubke authored
Change-Id: Icd1b0fcb19a0e15279b68059efa6aa251ce806a0 Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com>
-
Marco Bubke authored
Change-Id: I64ed8842587266b44a0cc377b3ac50d40b3633a7 Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com>
-
Marco Bubke authored
Change-Id: I0876f3b94df6ea0cf457e67306c89a798f0c8bfd Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com>
-