- 06 Oct, 2017 11 commits
-
-
Eike Ziller authored
Change-Id: Ib30122c6fc5b14226a1560bc1e31e99f6930266c Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io>
-
Orgad Shaneh authored
Change-Id: Ibb5718fedeaf1dcc45d51dd5da42bf0043cbb485 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Tobias Hunger authored
Delay actual deletion of projects till all signals related to the removal event (incl. the startupProjectChanged signal) are handled. Change-Id: I8e2c8db49f732b80234a3cfa81d73f17c8d02608 Reviewed-by:
hjk <hjk@qt.io>
-
Christian Stenger authored
This functionality had been added for GTest, enable it for QTest and Quick Test as well. Task-number: QTCREATORBUG-16695 Change-Id: I5a8b219e140926325da3658a0ebe3149896a172d Reviewed-by:
Oliver Wolff <oliver.wolff@qt.io>
-
Christian Stenger authored
Change-Id: Ic70e159071d6908a2889d3e5b21add0b02ce5968 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Tobias Hunger authored
This builds on top of 08677c0b and fixes one more code path to go through a common entry/exit point. Change-Id: I1d00fa9242f247028e5d3b0ef3b5fe1d3f4cb03d Reviewed-by:
hjk <hjk@qt.io> Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Christian Stenger authored
Ensure to enable Run and Debug from results pane only for items that are in fact capable to get re-run and debugged. Preparation for enabling the functionality for QTest and Quick Tests. Change-Id: I7ec28e51ae7c9caa462023d55443bd3194ae81dd Reviewed-by:
Claus Steuer <claus755@gmail.com> Reviewed-by:
Oliver Wolff <oliver.wolff@qt.io>
-
Christian Stenger authored
If we already had a correct executable we might end up using the wrong one when trying to complete the configuration again. So, if the former configuration already had an executable set do not try to complete the configuration again. Change-Id: I270be71d87b311c6a5eaad14e0d5a2de60353e5d Reviewed-by:
Oliver Wolff <oliver.wolff@qt.io>
-
Thomas Hartmann authored
The QtQuick include at this point for some reasons tries to include not existing Vulcan headers. Change-Id: Ie2dc667b3438a2bbf7e8f251520502a836b109db Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io> Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Orgad Shaneh authored
Multiarch GDB on Windows crashes if osabi is cygwin (the default) when opening a core dump. Change-Id: Ic04d508d99a3e947e05dcf3adc8bb2b265edc16b Reviewed-by:
hjk <hjk@qt.io>
-
hjk authored
After splitting out terminal and core handling they are essentially the same. Change-Id: I603cea74186eada5728295b430c9385812dcc4cd Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- 05 Oct, 2017 16 commits
-
-
Andre Hartmann authored
Change-Id: I5a3fd28ddd68b2ac17a76384cffad12064d06259 Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
hjk authored
They are valid, Also downgrade some debugger errors to warnings in anticipation of future "unusual" uses. Change-Id: I80896b37e03fe39091d08319e71e11d64db183e3 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Andre Hartmann authored
qchar.h: In member function ‘QMakeEvaluator::VisitReturn QMakeEvaluator::evaluateBuiltinConditional( int, const ProKey&, const ProStringList&)’: qchar.h:562:5: error: ‘QChar::QChar(char)’ is private QChar(char c) Q_DECL_NOTHROW; Change-Id: Idd25b20ecf68a2e801b73e916a5359ff3fc7a86f Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
hjk authored
Change-Id: I99b7e6fc8eb9054a4135f693581575c3b8b541df Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Tobias Hunger authored
Change-Id: I2bb6b42af775827dae1c1cc41f9dabf63edf58e7 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Orgad Shaneh authored
For example: window -> MAINWINDOW. This was broken by the constraint that the first char must follow a non- matching case in 2fb54abd. It was fixed for pure lowercase in f7924757, but this fix was evidentially partial. Change-Id: I0c29b54768c40d0501f006182f2bd1ae1e94f3bf Reviewed-by:
André Hartmann <aha_1980@gmx.de>
-
Andre Hartmann authored
The else part within "if (!c.isLetter())" (camelhumpmatcher.cpp:79) was not covered by the tests at all, so far. Change-Id: I35eb5908110e4692cda41b58f419867da00b6501 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Andre Hartmann authored
Change-Id: Idf2080fc4ba2ae64c7bc0d1ce7dc9c81c0c8585e Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Alexander Volkov authored
qmake really lacks version comparing functions: users either use ugly constructions to compare versions by components, such as greaterThan(QT_CLANG_MAJOR_VERSION, 3)|greaterThan(QT_CLANG_MINOR_VERSION, 4): or even incorrectly compare versions as strings: !lessThan(apple_clang_ver, "5.1")|!lessThan(reg_clang_ver, "3.4"): Add test functions versionAtLeast and versionAtMost which use QVersionNumber to compare version numbers by components. Task-number: QTBUG-62984 Change-Id: I65e6b3c296d0301d544b7e38bf3d44f8d555c7fc Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@qt.io> (cherry picked from qtbase/8a3e8856e5606ec616d4420ff8c4f77969432390)
-
hjk authored
More concise. Change-Id: I28ac441cacfceef1ad5622f15fecac1d2cca9395 Reviewed-by:
David Schulz <david.schulz@qt.io>
-
Tobias Hunger authored
Never let the startupProject become nullptr while projects are still loaded. Change-Id: Ie442c3a9b6cc4a65564002edc45b60a7993d2a52 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Tobias Hunger authored
This should not happen, but currently it does during session loading. Change-Id: Ic4da775010c8d947e8db210f618519080068e14a Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
hjk authored
Fixes a regression introduced yesterday with 58a69c46. Change-Id: I9eea3d0adf45e2b65b7d395280ae0e0fbbe01127 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
hjk authored
Change-Id: I1b4b84ff9bfa3f6e0fe3030d70a114e2cf0f0604 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
- 04 Oct, 2017 13 commits
-
-
Robert Loehning authored
Change-Id: I5baf137116e71d39c23dcc7bc12e87b363f30d98 Reviewed-by:
hjk <hjk@qt.io>
-
Knud Dollereder authored
If QT_SCREEN_SCALE_FACTORS is set we cannot set QT_AUTO_SCREEN_SCALE_FACTOR. Otherwise, we mess up the font sizes. Change-Id: I7d1a07f4c671fdcae5a81556ab9e29df7ddf92d5 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
hjk authored
It is a fixed value in the respective contexts, no need to track this 'state' separately. Change-Id: Id442202ff7a72baf5a2b19ba4bb9dfec5f47fb70 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Orgad Shaneh authored
It is required also for coredump, attch to remote etc. Change-Id: I99bdcf860fc7c4ffd7918213a121b56977bec19d Reviewed-by:
hjk <hjk@qt.io>
-
Christian Kandeler authored
Change-Id: I1af5c32f4e19f67013a53fc3da7c1bcafbd4864b Reviewed-by:
Jake Petroules <jake.petroules@qt.io>
-
Orgad Shaneh authored
Change-Id: I9b7cb3d845628abf69a73a279f5a79202c0976c2
-
Tobias Hunger authored
Task-number: QTCREATORBUG-18999 Change-Id: Ib44735d378029a30163ff2a5833d893bc0eb88c6 Reviewed-by:
Christian Kandeler <christian.kandeler@qt.io>
-
Christian Stenger authored
If the test executable cannot be started or it seems not to be the correct one or wrong arguments have been passed to it the user now gets a respective message inside the results pane. Task-number: QTCREATORBUG-18955 Change-Id: Ica68cdbb9e401c8d48a9ce8b23b65d5410d2075a Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by:
Oliver Wolff <oliver.wolff@qt.io>
-
Eike Ziller authored
It should never happen, but in the worst case do not crash anyhow. Task-number: QTCREATORBUG-19011 Change-Id: I9cd6f26929bf090262845b72d59a0654ad4eefff Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Tobias Hunger authored
Task-number: QTCREATORBUG-19008 Change-Id: I8effc8739cb9cc7a347836fde8ae7a94a402ddb7 Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Christian Stenger authored
If a test configuration cannot be guessed correctly and the user cancels the dialog to select the correct runnable we still have no valid executable. Deselect the respective configuration for the current test run and avoid warnings regarding empty executable. Change-Id: I843bf2844a5530be047c142805992a5fb79cbc19 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by:
Oliver Wolff <oliver.wolff@qt.io>
-
Tobias Hunger authored
Change-Id: Ie09ae7b765d6c2f72eb62b9db2937fbd68e232f5 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Tobias Hunger authored
Change-Id: I3cd7a9ac37a1b8c3c6018070c6fdc506abedd736 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-