- 23 Mar, 2015 14 commits
-
-
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 9 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>
-
David Schulz authored
Change-Id: I91c26bcb70a10ed00c32f8bf18f16e0ac449c5b6 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
... and further unify GDB and LLDB code paths. Change-Id: Id89f3804c53190c4888082891fd3c3c55eceac84 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
hjk authored
In that state one should be able to remove them. Change-Id: I9c1383decb087971cdc01607c32801f6ac22f99d Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
- 18 Mar, 2015 4 commits
-
-
Alessandro Portale authored
The list of mimetypes was missing new types like tga, dds and webp. Just ask QImageReader::supportedMimeTypes() for the supported types, which is also easier to maintain. Task-number: QTBUG-45061 Change-Id: I80573da868088915b8d746c56374786e5e36903c Reviewed-by:
hjk <hjk@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Leena Miettinen authored
Change-Id: Ia828f07279cde4d57b2550937a94f13edfe996b2 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Leena Miettinen authored
Update screenshot. Change-Id: Ib2591d1d2c594d098d2265cd7cbc18f05f12d5ca Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
Change-Id: I0db0f605ccfac21127556f4ebaab801cf5393ab9 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-