- 24 Mar, 2015 1 commit
-
-
Orgad Shaneh authored
By default, a clean settings path is used for test environment. All the default plugins are loaded, although they're not needed. This change significantly improves loading time for tests. Change-Id: I24254f3e538e3f0e6d233d0989738dc1ce238209 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 23 Mar, 2015 20 commits
-
-
Lorenz Haas authored
Task-number: QTCREATORBUG-14163 Change-Id: I57eca70466bbf5d28d16afafc07ab243206fcff5 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
hjk authored
That fixes a recent regression. If a dumper announces to have children, but doesn't produce any we re-tried for ever. This is reproducible e.g. by putting an 'return' before any 'if d.isExpanded():' stanza in a dumper and triggering that dumper. Keep track of expanded items, and only ask for children once per location change. Change-Id: I349fdc7380444eb3ac9fa2fae098a3f3e7658195 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
Task-number: QTCREATORBUG-13774 Change-Id: I2c14a50c1457ca4f24843df2691fda83a790931b Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
hjk authored
The current setup (dumper->gui: list of descriptions, gui->dumper: index in list) is fragile and not easily i18n'able. Go with an enum based approach now. Change-Id: Ie78c596065a8b2ba87ad725274da29d4be3a6da4 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Daniel Teske authored
Even though that target is not usseable at that width, this looks better. Change-Id: If985808bcde6c0a836e4d6085536d0a1d9023c4d Task-number: QTCREATORBUG-14182 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Ulf Hermann authored
Whenever you remove a plugin with a settings page you will eventually run into this. We can silently ignore it. Change-Id: I887d7e7d21e1e2f68375b60456160f9998f9c650 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Tobias Hunger authored
Gitorious is closing down, so set links to qt.io sites. Change-Id: If8c2576f1015066266b8a308f42e902020ab188c Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
Daniel Teske authored
That compiler doesn't have variadic templates so std::tie takes at most 5 parameters. Change-Id: I9c8b56a3847be54a9cc4a5a356835efd8772ffa7 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@theqtcompany.com> Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
BogDan Vatra authored
Static libs can't be run on Android and on iOS, so we need to filter them out. Change-Id: I90b778ffaa5e7d6267cc0e8d753be56bf93007a7 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
BogDan Vatra authored
handleRunControlFinished was already handled in ProjectExplorerPlugin::initialize and it just emit updateRunActions signal. There is no need to call a function just to emit a signal as long as "connect" can do it for us. Change-Id: I58e759eb9101b65e6faa117f5157c63f69b18ea9 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
BogDan Vatra authored
runControlFinished was never fired, let's fire it the same way as we fire runControlStarted signal. Change-Id: I551b9b534c428d97a90b28847383c5ed1dc6c718 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: Iba84d32c807c99b99bceb4b61e5dd45c59f4512a Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Ulf Hermann authored
This was a workaround to compensate for the fact that windows in window containers don't follow the stacking order and thus the state widget wasn't shown. With QQuickWidget we don't need to do this anymore. Change-Id: I2c1e57d891bee6284ef9f033b8747df4b153271b Task-number: QTCREATORBUG-11833 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Thorben Kroeger authored
Change-Id: Ic364457884765ea755d0dc6e3e35296d5bd36359 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
David Schulz authored
Change-Id: Ic5cdf0092d720bc13c1609b6e489e48712645f8b Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
David Schulz authored
Change-Id: I19327d45a7a45433b68359d4143e96017f271b4d Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Thorben Kroeger authored
This fixes the following: In normal mode: input: |aaa bbb ccc keys: yiw w "_diw P result: aaa aaa ccc Change-Id: If66d80660c1bef5be1466883db30a87254065f00 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Thorben Kroeger authored
The yank register "0 is only used when using y{motion} commands. This fixes the following: In normal mode: input: |aaa bbb ccc keys: yiw w diw "0P result: aaa aaa ccc Change-Id: I7fb8a62aed29b753ff8b129b5a8aa5f8e965026e Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Thorben Kroeger authored
In insert mode: input: "aaa bbb ccc|" keys: C-u result: "" Change-Id: I1813369c401aaee1a634c363ca5f4c252062613c Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
This makes WatchModel practically a WatchHandlerPrivate. Change-Id: Iaf3435711012af5e233a7dfc0dc0caf9c8c3ab24 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 21 Mar, 2015 1 commit
-
-
Leena Miettinen authored
Change-Id: I0f814e9f8be8f91072be8c0fb0c38ccef7a5ce2d Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- 20 Mar, 2015 12 commits
-
-
Tobias Hunger authored
Change-Id: If7bae084cd34c6fb0fe77f9227d9848517c0e691 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
hjk authored
Change-Id: I1494d5ed0635768095ff78b61341b2339e885b3f Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Orgad Shaneh authored
* Start a debugging session * Add an evaluated expression "(char*)foo " * Delete the expression * Press F10 * It reappears Change-Id: I5c54ca6ab2f4be6c613880a2747e4aff653d15be Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
... into its only caller, remove duplicated and unused code. Change-Id: Ibdd84eeda34e4f7b4b307dc619c9f31399d7ec5f Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
Change-Id: Iaa9c0b16c3f09b72d7a755a2d66c8ac1bf021283 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
Change-Id: I7f879f373ce460459318302a13fa83814c69310d Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Christian Stenger authored
Change-Id: Ic75a4d6d7fc5cfd27f2a42b59b83366bb1822a39 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Leena Miettinen authored
Change-Id: I408faf99e71d6e368f719af8796ea0d238258d84 Reviewed-by:
Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
-
hjk authored
... in WatchHandler and DebuggerEngine interface. Adjust using code. Change-Id: I6371f3e96ba46a783e23a5767cdde24a10d3fce7 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
Change-Id: Ia00f0747f40b18e99da2a7824d3e490291ab0b23 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
Change-Id: I18d247efe2bcf0815e7867148b62fdecdd9af7be Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
Change-Id: I1761b75c0c2605e2d3157f318f26da5158cc6395 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 19 Mar, 2015 6 commits
-
-
Eike Ziller authored
Also do that if the output pane doesn't want the focus. The user still wants to see the output pane even if the main window is not the current window. Change-Id: I341543be53082adec4fade4ffa859ca7c74d3dae Task-number: QTCREATORBUG-13088 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Eike Ziller authored
It now grows at least within a certain range Task-number: QTCREATORBUG-9566 Change-Id: Ie64a0c0c75ca7ac3a2e709bd27ba66a95b870634 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Ulf Hermann authored
In OpenGL ES you have to: * Specify the precision for most values in fragment shaders * Add a special declaration to use fwidth() * Make sure both values passed to max() are of the same type (this may be the case for some Desktop OpenGL implementations, too) Repeating the default precision (highp float) in vertex shaders is useless and might lead to type casting problems, so we drop it. Without this change, the timeline doesn't work on Windows with ANGLE. Change-Id: I69a1976eddb6f4dc6dfe5fe9f270839432088cbb Reviewed-by:
Maurice Kalinowski <maurice.kalinowski@theqtcompany.com> Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com> Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
Ulf Hermann authored
The offsets can get very large if you have long traces or zoom in very closely. We hardly ever need more than a few on each level, so this is just a waste of memory. Also, use 64bit integers to index them, as we can get very close to the numerical limit with 32bit ones. Change-Id: I20db4ea5dd2ea8922fa6552c106194bb4f19a76b Task-number: QTCREATORBUG-14105 Reviewed-by:
Kai Koehne <kai.koehne@theqtcompany.com>
-
Joerg Bornemann authored
This can be used e.g. by profilers that need to match some on-device path to a local path. Change-Id: I38e572bfbd7848cfb2e8ba9e275b99bb09692fea Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com> Reviewed-by:
Ulf Hermann <ulf.hermann@theqtcompany.com>
-
hjk authored
Change-Id: Iec6b4478862578397ee2b3953cd06730bd0db121 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-