- Oct 11, 2017
-
-
Eike Ziller authored
That functionality is available through the context menu. Task-number: QTCREATORBUG-19035 Change-Id: If08fe798f06c013ca5149fad7934d38e357b2342 Reviewed-by:
André Hartmann <aha_1980@gmx.de>
-
Eike Ziller authored
Change-Id: I0b6451d7f68fae93e0b140aaea030c88ec1a8801 Reviewed-by:
Eike Ziller <eike.ziller@qt.io> Reviewed-by:
Alessandro Portale <alessandro.portale@qt.io>
-
Orgad Shaneh authored
Change-Id: I80e01ee352c5a973b5b84537df7b4170b6e1f036 Reviewed-by:
André Hartmann <aha_1980@gmx.de>
-
Vikas Pachdha authored
Task-number: QTCREATORBUG-19066 Change-Id: I618347d81396a779de3f7b02da6f5f363a22ae88 Reviewed-by:
BogDan Vatra <bogdan@kdab.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- Oct 10, 2017
-
-
Alessandro Portale authored
Whether it is should be the wrench or the screw-nut is currently unclear. Let's make it a wrench for now. Change-Id: I8688e808dab0f522d7fee59885ae443ea0b67db1 Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Vikas Pachdha authored
pkgutil always return the Xcode path installed via app store Task-number: QTCREATORBUG-18091 Change-Id: I47b5a9c3f3a482feea2dc903dbff3441a3930ab6 Reviewed-by:
Jake Petroules <jake.petroules@qt.io>
-
David Schulz authored
Change-Id: Ifbf31010171ea4fd762457337ed56f60c19d5b4c Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
- Oct 09, 2017
-
-
Alessandro Portale authored
Use themable, HighDPI enabled icons for commit and diff. Re-use an existing red cross for the removesubmitfield. Change-Id: I43f46db96d07de9a7e166937d470d48e45d7f3fb Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Christian Stenger authored
Task-number: QTCREATORBUG-18961 Change-Id: I6f00c84ea6279ceb59745e5bb12349511ae4637b Reviewed-by:
David Schulz <david.schulz@qt.io>
-
David Schulz authored
The rectangle of an annotation is cached after it was painted. If just a part of an editor was updated all annotations were removed but only redrawn annotations were added to the cache again. This behavior is replaced by removing annotations that are not visible and those which got redrawn. So annotations that are still visible but were not redrawn are kept in the cache. Change-Id: I9246f1347b8f795284fb4fc9aabe11f251d16c25 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
David Schulz authored
Change-Id: I8a0ab2df9d310da6025325ab3114eeadabfd4fb1 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
David Schulz authored
Request an update covering the complete annotation rectangle if it is not part of the event rectangle and Correctly calculate the position for the gradients. Task-number: QTCREATORBUG-18855 Change-Id: I68b61459e6fd94949baebba25f965226f9d5e441 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
David Schulz authored
Paint an annotation only if the event rectangle contains the block for that specific annotation Change-Id: I5f992f916da25268dd2c9e6b4703701934c8551d Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Alessandro Portale authored
Less In-Your-Face. Change-Id: I4beb93e1db5f9fd7776fd07e49d7dc6f210468c1 Reviewed-by:
Alessandro Portale <alessandro.portale@qt.io>
-
Change-Id: I91295b054b1603aa8daca297c6a29c0ac7f134d0 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
- Oct 06, 2017
-
-
Change-Id: I7657e0e823ae4c826efc987e2f414a51af3f1305 Reviewed-by:
David Schulz <david.schulz@qt.io>
-
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>
-
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>
-
- Oct 05, 2017
-
-
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>
-
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>
-