- 22 Apr, 2015 11 commits
-
-
hjk authored
- introduce topLevelItemCount (similar to QTreeWidget) - squash untypedTreeLevelItems() - rename removeItems() to clear() - rename removeItem() to takeItem() - rename treeLevelItems<> to itemsAtLevel<> Change-Id: I0f1bb4110f7687b20da3d92e3d943858645a9fa2 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
kai666_73 authored
Example: struct Foo {}; struct Bar { template <typename T> T *templateFunc() { return 0; } }; struct Test { Bar member; void testFunc(); }; void Test::testFunc() { member.templateFunc<Foo>(); // "templateFunc" and "Foo" outside of FindUsages } Change-Id: I0c5109d00c67054fe15b3fb98cf8cbca69123d8b Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
David Schulz authored
...without a search expression. Task-number: QTCREATORBUG-12865 Change-Id: I87c325ff85a005ffc87ad2df391c19251b5e2e08 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
hjk authored
- rename index{From->For}Item - rename item{From->For}Index - remove ununsed setColumnCount Change-Id: I1cce9657e476dd1e8ffa9f7cdb2e646fab6884ab Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Christian Stenger authored
Change-Id: I4a91b920796cd4cdfd383ac24282ef59c0c4a421 Reviewed-by:
Robert Loehning <robert.loehning@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: I2d1d75d150e4072e649f77e6e46c9a3256f3194b Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
hjk authored
Change-Id: I46221428f2c883103839e57c8fc433f05302addd Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I530b655404541c9a9afaa1e87f2b39c867c93e37 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
hjk authored
This allows tree items to rely on not being part of a model inside their destuctors. Change-Id: I5f19739d3701426b068a07bf82f5199fbb259f29 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: If0441cd6aaf505c311a50d7bd307e5b83edbc428 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Tobias Hunger authored
Simplify the code a bit, and make it work while at it:-) Change-Id: I4eb613ce526e148c18588443e5153d6e0118fa01 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
- 21 Apr, 2015 14 commits
-
-
Daniel Teske authored
Clicking on error messages is supposed to jump to the editor. And "Show Output" on the task is supposed to select the error in the output. The old code just registered the task for the last line of output. This broke for every parser that allowed for error messages that spanned multiple lines. And was obviously also incorrect for tasks that weren't generated due to compile output. Fix both of those issues by giving the IOutputParsers more control on which lines are linked to a task. Task-number: QTCREATORBUG-14136 Change-Id: I095922c9875620dabfb7d406f6b152c8a9b25b62 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com> Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Tobias Hunger authored
This is necessary for the custom tool chain that has its widgets squashed together. Task-number: QTCREATORBUG-10329 Change-Id: I53f125721c1e018bca07503049f412fec3725c22 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tobias Hunger authored
Do not bother to paint a nice gradient just to paint all over it again. Change-Id: Ia01dae59f48e3b7cd2923e28770e9d953028b22a Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Daniel Teske authored
Otherwise the Designer doesn't know about those files and removes all refrences to them from edited .ui files. Change-Id: Icbb0a19b191c789ae00e45d8d8e26f92fddbae0b Task-number: QTCREATORBUG-14275 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tobias Hunger authored
Allow the first combobox to shrink below the length of the displayed text: That information is repeated in the details anyway. Change-Id: Iadb554cbd08a4a9a0a0d8060cbbedc8cdacb791a Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Daniel Teske authored
The Build and Run pages already have a scrollbar, so remove the outer scrollbar. Change-Id: I1b3ac31d2fa85c7ddca2b22644107c0718a13f7c Task-number: QTCREATORBUG-14289 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Daniel Teske authored
It will be added via INCLUDE anyway. This also removes all code using BaseQtVersion::systemHeaderPaths(), which is thus also removed. This function was introduced to support Symbian. Change-Id: Id372e1cfc20bd22de948ed9a7d28dfa9135cbfa9 Task-number: QTCREATORBUG-13964 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
hjk authored
Task-number: QTCREATORBUG-12724 Change-Id: I4b8939ec80e398b251fd79387bc2863aa1da775b Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: I8100c3f029687d5d0b7af6a8f4c29cf939ee93e6 Reviewed-by:
Jarek Kobus <jaroslaw.kobus@theqtcompany.com> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Nikolai Kosjar authored
Change-Id: I3469aab3ea699d531f12383138f4e91411b98e7f Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Benjamin Zeller authored
Provide a way for plugins to map include paths into a build chroot. Plugins can register a path mapper if required, otherwise the paths are not touched. Change-Id: I621982831fa354d6d0f558a6c1dce4e014421f12 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: Ib6e3a0ef5d11a5c1e8807ae39f228dfab58786cc Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: Idf5f8233e4457bb22437d442732432acf0ce313e Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
David Schulz authored
Reducing the number of calls to findLinkAt() when hovering over text. Task-number: QTCREATORBUG-12573 Change-Id: I679ee7d9599071e1e3ea20cc028440df6dad0d25 Reviewed-by:
Nikita Baryshnikov <nib952051@gmail.com> Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
- 20 Apr, 2015 14 commits
-
-
Joerg Bornemann authored
The "Convert to Stack Variable" quick fix generated invalid code for the following snippet: QString s = new QString(); Task-number: QTCREATORBUG-14279 Change-Id: I1f5e33d2089bc2d5713eae1e9f4dc5986523112c Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Tobias Hunger authored
Add a separate method to sort lists of kits and remove the sortedKits() method again. You should not use the sorted list whenever possible, so requireing a two-step process to get that is not too hard. And it allows to sort sub-sets of all kits, which is exactly what we might have on the TargetSetupPage. Task-number: QTCREATORBUG-13549 Change-Id: Iaa8443bcc8c321425daa13a1fb1e024d18939306 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: Ide74482b133dd1fec40a725d9aa81bd749385f37 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: I96e822df7eb5a0fc85108163a7ecf7b5e2a98d58 Reviewed-by:
Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
-
Orgad Shaneh authored
Makes it easier to add features to ClassOrNamespace without rebuilding half of the project. Change-Id: I7ac646e8ad08fc8da6f7ed43ff184fb17edbd6b7 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Orgad Shaneh authored
It's, well, deprecated... Change-Id: Ie9d7e80345a8d9404f702dd877b3e940a1a49d93 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Tobias Hunger authored
Delay till subprojects are handled and only create .user files for those projects that are not a subproject. Change-Id: I606acbce5a9a8ca7c033f94869e796edd88d6c1e Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Tobias Hunger authored
This can happen e.g. when a system upgrade bumps the soversion of libraries moc/uic/etc. are using. Task-number: QTCREATORBUG-12550 Change-Id: I4ee3427d8dcd390133ac178762a26ba48cddd4bf Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Eike Ziller authored
Change-Id: Ic595ee0f45b7d3ec22b4c4086c0c6785b41c21f4 Task-number: QTCREATORBUG-11179 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Tobias Hunger authored
This did trigger all kinds of side-effects, one of them was Task-number: QTCREATORBUG-14294 Change-Id: If39f827828e9c5a2559bd6b3b5392ac819fbd931 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Eike Ziller authored
Several bugs were fixed in QQuickWidget, making it viable to use it by default with Qt 5.5. Change-Id: If31d2cfabf80d01b1588269a1fde96742621e995 Task-number: QTCREATORBUG-13440 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Tobias Hunger authored
Use new TextEditorWidget::firstVisibleLine, etc. methods to find a better line to center on. Task-number: QTCREATORBUG-14230 Change-Id: I36424fcd1200d362d06c456e7b4c13e671dbd4b6 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tobias Hunger authored
... that are currently visible on the screen. Change-Id: I6c56f376f1a34a7314584df057cf03a8e5387a08 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: Ib4b79f8ba27ab856dfeb93a8b697b087be90d633 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 18 Apr, 2015 1 commit
-
-
Orgad Shaneh authored
Change-Id: I0c0cc577db9b75044ebd9f5fdc51cecc0f91e3ea Reviewed-by:
Adam Majer <adamm@zombino.com> Reviewed-by:
Przemyslaw Gorszkowski <pgorszkowski@gmail.com>
-