- 21 Jun, 2017 1 commit
-
-
Christian Stenger authored
Broke with 4e96f2ce. Change-Id: I7c467cc92cc8444bd3b1ef41eebff089668a0f31 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
- 15 Jun, 2017 1 commit
-
-
Robert Loehning authored
Starting a download while another is still running will open a message box which causes an error when trying to click. Change-Id: I4f26e07ba70181d009dfa71318783725adad3227 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
- 12 Jun, 2017 1 commit
-
-
Robert Loehning authored
Change-Id: I5a47e5c3da4bfd9db531957212b0f29815b1eb1a Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
- 09 Jun, 2017 1 commit
-
-
Robert Loehning authored
Task-number: QTCREATORBUG-18290 Change-Id: I5b14d781e7e5382605d7e931d0461efa1b317397 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
- 08 Jun, 2017 1 commit
-
-
Robert Loehning authored
Change-Id: I8f834a807f2dd10bed87829bf41c02e40913cd74 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
- 07 Jun, 2017 2 commits
-
-
Robert Loehning authored
- Update Creator's sources to v4.2.2 - Update project trees to what Creator 4.3 shows If needed, two separate changes are in codereview. Change-Id: I16ee341653c8b916b15208f16699c0d4cbf6df05 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Robert Loehning authored
Normal builds of Creator can only use cdb with the same bitness. In the official packages this is being solved by sharing qtcreatorcdbextXX between 32- and 64-bit builds. Change-Id: Ib31e4d71789065bef908bf13569de4284ae20de9 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
- 01 Jun, 2017 3 commits
-
-
Robert Loehning authored
Explicitly selecting the right overloading for setNamedColor Change-Id: Id5aad47ec84b672d70f393456054d4cd779b7a21 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Robert Loehning authored
Change-Id: Idff71e0d250b31436a59e10c6ab00f7d459ab89d Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
David Schulz authored
Change-Id: I2a0002be23bca2d0dc29273428772b38189f18d6 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
- 31 May, 2017 1 commit
-
-
Orgad Shaneh authored
Change-Id: I5e11dd39941b5b4fe7d27e329b5268a23e7a72b1 Reviewed-by:
David Schulz <david.schulz@qt.io>
-
- 30 May, 2017 1 commit
-
-
hjk authored
Change-Id: I7ed68c954265d4f25aec98d2d833df01a9ef9153 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- 18 May, 2017 2 commits
-
-
Robert Loehning authored
Change-Id: Iaa7ebcbc20f096d1776be13c62978d6851707d39 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Robert Loehning authored
Change-Id: Ic57dce86bccae23a2edeee42207a872793feffa0 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
- 16 May, 2017 3 commits
-
-
Orgad Shaneh authored
* Replace double casts with ll suffix, which resolves the warning. * Replace recurring shifts by using a local variable. Change-Id: I344fab50619dc27e68a151abb2f3061543c36662 Reviewed-by:
hjk <hjk@qt.io>
-
hjk authored
Task-number: QTCREATORBUG-18204 Task-number: QTCREATORBUG-17803 Change-Id: I4efe359c206b53ef773127cf29107d3cce720819 Reviewed-by:
Eike Ziller <eike.ziller@qt.io> Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Eike Ziller authored
Use a thread pool with reduced max thread count. Task-number: QTCREATORBUG-18185 Change-Id: I18bd3de82365edaf21d8dcf9c89035da1ac74756 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
- 12 May, 2017 1 commit
-
-
Robert Loehning authored
Change-Id: I2e73a27aaa3b8c28cdce93576a8cdfc861e37b8d Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
- 11 May, 2017 1 commit
-
-
Christian Stenger authored
If too many kits are present and/or the screen resolution is too low to have QC having the correct minimum windows size Squish fails to click on the items as it might be necessary to scroll to them to have them really (user-) visible. There is an obvious difference between 'visible' for Squish and 'visible' for the interacting user. Change-Id: Id658a323fcf2ae3882b225c6ce9383ed2c876e81 Reviewed-by:
Robert Loehning <robert.loehning@qt.io>
-
- 10 May, 2017 1 commit
-
-
Robert Loehning authored
Change-Id: I313d1ba1b621d45620bf613760cefdf0a2d2341c Task-number: QTCREATORBUG-17994 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
- 09 May, 2017 1 commit
-
-
Robert Loehning authored
Change-Id: I2aac18170ee7d4490852e587b2c016f913b242e0 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
- 08 May, 2017 3 commits
-
-
Robert Loehning authored
Change-Id: Ib894ae05e8049331115ee34514d7638815408065 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Robert Loehning authored
Format of .pro file changed slightly Change-Id: I026057ecc76c082ddac06e81b36c0b3b62629da0 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Orgad Shaneh authored
Add an extensive unit test to prevent future regression. Change-Id: I38b74f9b4f5893285e9afff2ddecaaad106f4114 Reviewed-by:
hjk <hjk@qt.io>
-
- 02 May, 2017 4 commits
-
-
Robert Loehning authored
Change-Id: I5178724e693db53ffcd99e3d17c3f6d18da0ef09 Reviewed-by:
hjk <hjk@qt.io>
-
Robert Loehning authored
Change-Id: I7cffa591f036ea7ff1803a49a605030612dd787b Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
hjk authored
Change-Id: I4978094dc5dcd0e57bb6790cfc8476a9db77724d Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Robert Loehning authored
Change-Id: Icdf1ffa36ea76d9fb0e6c511924d3e014346776f Reviewed-by:
hjk <hjk@qt.io>
-
- 26 Apr, 2017 2 commits
-
-
hjk authored
Task-number: QTCREATORBUG-18060 Change-Id: I5eec7bd10f54278a1d40cf9fce97fba56f4aa2e4 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
hjk authored
This requires making template argument extraction a bit more robust GCC 5.4.1 created debug info only reports the first argument for boost::variant<int, bool>: #include <boost/variant/variant.hpp int main() { boost::variant<int, float> v = 1; return 0; } py print(gdb.parse_and_eval('v').type) -> boost::variant<int, float> py print(gdb.parse_and_eval('v').type.template_argument(0)) -> int py print(gdb.parse_and_eval('v').type.template_argument(1)) -> Traceback (most recent call last): File \"<string>\", line 1, in <module> RuntimeError: No argument 1 in template. Error while executing Python code. Change-Id: Iedca8b073078c93449ab61bb2cab05d6cd9803ba Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
- 25 Apr, 2017 2 commits
-
-
hjk authored
Change-Id: If791d45c59e4aadce0c46886e238955891b27a49 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
hjk authored
These could be triggered by declared but undefined and unused static data members. Task-number: QTCREATORBUG-18030 Change-Id: I941e8cbe8ce18dca737e59472ed0ee19ace44072 Reviewed-by:
David Schulz <david.schulz@qt.io>
-
- 24 Apr, 2017 1 commit
-
-
David Schulz authored
Change-Id: Iac874ccb0c498065e1f46ebcc66a48ef721f6fff Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
- 20 Apr, 2017 2 commits
-
-
Robert Loehning authored
Change-Id: I84ccb2ad012a9dceb4bc27838bfe726ea4d9a127 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
hjk authored
Gcc does not write out full type names with 'using template ...', see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80466 This is in most cases harmless for Creator as dumpers are triggered independently of template arguments. However, if the dumper takes different code path based on the template argument type, as is e.g. needed for std::vector<bool>, wrong results are produced, as the type cache only used the template base name as type id. Work around by mangling the id of the un-typedef-ed type into the type id of a typedef, which, in case of templates contain the full parameter list. Change-Id: I63c59cccdc186b09ff780e9dfd57b0ad668ae98f Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
- 19 Apr, 2017 2 commits
-
-
David Schulz authored
Change-Id: Iaed08ddf5f4f93cae395bfdec1e8bff87fd8e618 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
hjk authored
Change-Id: Ibc43da06c195d916296f09740a1111a2586443b8 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- 14 Apr, 2017 1 commit
-
-
Montel Laurent authored
Change-Id: I0d2e61d84c74e60ef4f54074a4ca00f2d0835562 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- 12 Apr, 2017 1 commit
-
-
Robert Loehning authored
Change-Id: I78514e5a8553349abdf2558bba6c4a15ad280eba Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
- 11 Apr, 2017 1 commit
-
-
David Schulz authored
Change-Id: Ic8cb64ce1af6d6a5e74ad018813fea47555b1cfb Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-