- 25 Feb, 2016 2 commits
-
-
Marco Bubke authored
There is implicit knowledge that the reference is read only in the code so we should honor that and make is explicit. Change-Id: I0d6eab6595ae1414ad2607760a2e02fd49bafd72 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Marco Bubke authored
Change-Id: Ia0509cc922b3807ffc31c278e634bab0f67d2c4d Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- 24 Feb, 2016 27 commits
-
-
Nikolai Kosjar authored
...by removing the unneeded ProjectFileAdder. Its job is already done earlier, so use the results. Change-Id: Ifd865e6203ed6162a0d852c2128fb6d30208a52b Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
Jochen Becher authored
Change-Id: I19be1de5f0c8414b4d76dbbbb68e71183b7ce08e Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Christian Kandeler authored
Qbs already has some definite information about file types. Change-Id: I024feeae3e6df5ec5462924ffedc7332e585f6b7 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
Christian Kandeler authored
To HEAD of 1.4 branch. Should have happened as part of latest merge, but did not for unknown reasons. Change-Id: I2a999c8689166bb946a4fef94e30b16d7df8b887 Reviewed-by:
Jake Petroules <jake.petroules@theqtcompany.com>
-
Robert Loehning authored
Change-Id: Ifba9af5446fec3daa42aa9794a26d02e23b8459d Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Orgad Shaneh authored
For the executable to be readable. Change-Id: Iada62dd5c99b642f8f4938182f2c5e0b2141d34c Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Niels Weber authored
Change-Id: I4899d4ed34bf1132f688390010640f226ace1264 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
David Schulz authored
Task-number: QTCREATORBUG-7994 Change-Id: I6c197ccc3a148555018e8f8184d116c88d7ea400 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Robert Loehning authored
Task-number: QTCREATORBUG-15772 Change-Id: I0910d0fce3f93c72febf15b4590c36768146b972 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
-
Thomas Hartmann authored
Do not hide virtual done() slot with done() signal. Change-Id: Ic09439fdac2727f316f4a0983ffbd290f8555292 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tim Jenssen authored
warning was: "flamegraphview.cpp(95) : warning C4334: '<<' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?)" Change-Id: Iea483e75719a8ba8d227faa4c866aca757cd6886 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Robert Loehning authored
Change-Id: I7c1563a69fe6f135a15eb86c1bcfe6b8050de193 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Alessandro Portale authored
The QPainter::drawPixmap call does not modify the painter state. Change-Id: I1cbae43e6531c9e3d2ae2d3cd1c2d77ce23c4c52 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Eike Ziller authored
- QThread instead of std::thread for better integration with Qt - Use thread pool for recycling threads - Map and reduce functions are handled like any function passed to runAsync, so they either report results through the QFutureInterface, or through the return value. - Automatically deduce the reduce result type Change-Id: I7a31370c21f8c27b378cd87c3d5974b162449ce1 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Alessandro Portale authored
avoid overlapping columns Task-number: QTCREATORBUG-15770 Change-Id: I68862df8e8da0e850dc54f304279966188801029 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Alessandro Portale authored
And return 1.0 for Qt 5.6 Change-Id: Ie3e25484e20e04798e4f1277d584cbab35f31b47 Reviewed-by:
J-P Nurmi <jpnurmi@theqtcompany.com> Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Thomas Hartmann authored
Change-Id: I8ca6e748e590f4c2e46641d3998722b47e0847dd Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
-
Thomas Hartmann authored
We cannot prefix the signals of the root item with the id. Change-Id: I2be656492ae1eb1eef6fcf60821990a04aad985a Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Thomas Hartmann authored
Hide private signals starting with "__" (convention) and avoid duplicates. Change-Id: If044cfc1e495a895515bae1baff430f0f91917fd Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Thomas Hartmann authored
Change-Id: Ifa7ae959f6aa4622549e5c32a5df14893124c1b6 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Thomas Hartmann authored
Both function are useful also outside of the navigator. * void ensureAliasExport(); * bool isAliasExported() const; Change-Id: I46331cae01573e990b5d1a03095c2903dbc95665 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Thomas Hartmann authored
The designer will now jump to an existing signal handler. If no signal handler does exist a dialog that allows to add a new one is opened. Task-number: QTCREATORBUG-14815 Change-Id: Iefdbec0aa8c2aeca95a0eb4c6b24d84adc357654 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Thomas Hartmann authored
This is a dialog that lets the user choose a possible signal handler. Change-Id: I22192edf130a96b3b9ffd69346f4df60f4870a69 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
-
Thomas Hartmann authored
This patch implements a visitor that looks for signal handlers. We specify a file, a type name and an id. The visitor is checking for signal handlers like this: filename.qml: TypeName { id.onAnySignal: {} } Change-Id: I35c7dd840c7c7298d393bf131c50b206b2f2544c Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Eike Ziller authored
Conflicts: src/shared/qbs tests/manual/proparser/main.cpp Change-Id: I13654bf10c14eb6b1d6805fe86b67ac73b2e4d75
-
Orgad Shaneh authored
It's hard to find entries in long lists when they're not filtered. Change-Id: I4172b7f4d8d99c61f2e48232f655bf4ffbae34fd Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Dmytro Poplavskiy authored
m_dhKey pointer has been used for debug output just after resetting it to nullptr. Change-Id: I1aa4e16b19c7a16738b7734423277cf7eecd8054 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
- 23 Feb, 2016 3 commits
-
-
Christian Stenger authored
Change-Id: I0ed48bc18489a59b0205f56a89b84e9e21fe29ca Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Christian Stenger authored
Change-Id: I653d76452289a91fdb069be14dd2c8816f856306 Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com> Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Marco Bubke authored
You can only set one text style but in many cases like Function and Declaration it would be nice if they could be merged. Change-Id: Icda892057b79eef1bea2fa8b2c5f0f7cbc5f518a Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
- 22 Feb, 2016 8 commits
-
-
Orgad Shaneh authored
Change-Id: Ia3a07f73bd39304bb4bf1b67cb662499792fa2ca Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com> Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com>
-
Orgad Shaneh authored
void func() { const int var = 42; auto lambda = [var](int input) { // var is not highlighted return var + input; }; } Change-Id: I95a5732ab8391e1232894e419b081c729e2d1ba1 Reviewed-by:
Marco Bubke <marco.bubke@theqtcompany.com>
-
Marco Bubke authored
Sometimes you need a very small array which has a size and max size. QVarLengthArray is simular but has some size and run time overhead and it has no max size. It will instead malloc. So this array is for very small collections under 256 values which never allocate and have only a size overhead of a byte. Change-Id: Ia392c750d566c4accc6077c3dc4d9d4ae501e599 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Orgad Shaneh authored
setupFolder is called recursively... Change-Id: Ief1d1d45294a3821f5496d832a2130a8ff779f44 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
Thomas Hartmann authored
This is a small project that tests the dummydata feature. Change-Id: I710ec6ac8ebf86c85a155a812e581cca88845666 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
-
Marco Bubke authored
Perf is not producing reliable stack traces without. Change-Id: I5f594d45b06a66d91b0c687937dd948d6c724c62 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Eike Ziller authored
We need to deploy Qt 5.6 into its own directory (lib/Qt/) in the Qt Creator packages, so the LD_LIBRARY_PATH that is set in qtcreator.sh needs that too. Task-number: QTCREATORBUG-15748 Change-Id: I637322dfe5eb669b6447aa2f2b52e3ba2fe2979f Reviewed-by:
Edward Welbourne <edward.welbourne@theqtcompany.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-15559 Change-Id: I5361c9803a9ce86bcfdc66026f946a048c5180e1 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-