- 24 Jul, 2017 10 commits
-
-
Marco Bubke authored
We don't want users to stop to use new features. Change-Id: I7c63f236a8c0059e6db6904b7ceef4d78da6cf42 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Marco Bubke authored
If you hover a diagnostics in for a clang query you get now a simple tool tip. Change-Id: I6352dd3d4b9a33c183e69037eac903469b90eea4 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Marco Bubke authored
Non constant pointers are used many times as non output arguments, so you get misleading information. Task-number: QTCREATORBUG-18591 Change-Id: Ic5f987db44ad63a0b1a38fd59cd807db5f2acc8f Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
Nikolai Kosjar authored
"clang -cc1" is the frontend only and as such it does not have any include paths set. Use -Xclang <arg> instead. [1] https://clang.llvm.org/docs/FAQ.html#id2 Change-Id: I372601cae5c672562b63fa07ed9e638e984fdd58 Reviewed-by:
Marco Bubke <marco.bubke@qt.io>
-
Nikolai Kosjar authored
Not sure whether this can happen at all, but if it can, we should not make the UI unusable. Change-Id: I1a40630d0c1f057e20a33b2c755e1fd5aea0b003 Reviewed-by:
David Schulz <david.schulz@qt.io>
-
Robert Loehning authored
Change-Id: I116d7fece2a96dbfc9adad0905bc08d8ea4ca40e Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Riitta-Leena Miettinen authored
Change-Id: I9b2d8ee52e83c60b7c6d46d2b5e8e830536e6bdb Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
Christian Stenger authored
Instead of letting warn prevail over pass and fail over warn just add warn as additional visual marker at the icons and keep the original test result. Task-number: QTCREATORBUG-18311 Change-Id: Ia67288fa84598b02c20fc1019799b1bb9282d63e Reviewed-by:
David Schulz <david.schulz@qt.io>
-
Christian Stenger authored
If two test cases had the same name but came from a different executable the results pane still might have shown any later one (badly) cascaded inside the first one. Avoid this by providing an additional unique information (the respective executable for the test case) Task-number: QTCREATORBUG-18502 Change-Id: Ib071e389758b6269a9a90cc4c4afbcf86ca583ac Reviewed-by:
David Schulz <david.schulz@qt.io>
-
Christian Kandeler authored
To HEAD of 1.9 branch. Change-Id: I9561a75c9ef9ceb2b331d7244aded508a596e037 Reviewed-by:
Joerg Bornemann <joerg.bornemann@qt.io>
-
- 23 Jul, 2017 1 commit
-
-
Orgad Shaneh authored
Change-Id: I2a686b6f56947d3fbb6dc70757e539bf4f274bff Reviewed-by:
André Hartmann <aha_1980@gmx.de>
-
- 21 Jul, 2017 16 commits
-
-
Thomas Hartmann authored
This makes it less likely to accidentally move an item instead of resizing it. Change-Id: I6102a05c50a68d50ea9e4a316f48089186b3a373 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Thomas Hartmann authored
The check for selectedItemCursorInMovableArea has to be the first check, because otherwise we might change back to the selection tool if e.g. the item list is empty. This leads to a flickering cursor and bad usabilty. Change-Id: I0ea82cd1c4bf83cde0b173ab08f19bd04b1128c0 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Riitta-Leena Miettinen authored
If the symbol is a class, and filenames contain the symbol, Qt Creator also offers to rename the files. Change-Id: Iba467cc4bf5ec6d4098973c9d391ffaff2f3bc4b Reviewed-by:
André Hartmann <aha_1980@gmx.de> Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
Nikolai Kosjar authored
Do not insert for these cases: * <Cursor>{ * namespace X <Cursor> * if the next block is indented, like e.g.: if (e) <Cursor> g(); * on empty line if text before looks like a finished statement or scope opening/end Change-Id: Id9decc1e964a775724a929c2a3e79b5283105560 Reviewed-by:
David Schulz <david.schulz@qt.io>
-
Nikolai Kosjar authored
Change-Id: I4c2bdf55112f473770db1515bd412215685bfe04 Reviewed-by:
David Schulz <david.schulz@qt.io>
-
Nikolai Kosjar authored
This can be triggered by: 1. Put the cursor on some identifier 2. Type some e.g. a-z character and trigger Ctrl+Shift+R as fast as possible Typing the characters modifies the document and triggers the CppUseSelectionsUpdater asynchronously. The result comes in when we are already in local renaming mode, thus the assert triggers. Change-Id: I4ae7b2b4c259b3b1ef637f5272b0bda06b6db2ec Reviewed-by:
David Schulz <david.schulz@qt.io>
-
Eike Ziller authored
-
Eike Ziller authored
Change-Id: I1c28caf86ad36c371cafb60527cdaceb25d633c5
-
David Schulz authored
Change-Id: Ib59c9770390523e1863ac507ce43512ba679c591 Reviewed-by:
Eike Ziller <eike.ziller@qt.io> Reviewed-by:
Alessandro Portale <alessandro.portale@qt.io>
-
Riitta-Leena Miettinen authored
Change-Id: If38ff8abd3ddedae7cd368bc67d533dfeff22208 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by:
Alessandro Portale <alessandro.portale@qt.io> Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Alessandro Portale authored
The feedback was clear: Icons were too big. This patch decreases the sizes from 92x68 to 48x48. 48x48 should not be too big anymore, and at the same time it should still allow to have an understandable image. Change-Id: I45a9f2214a43987ed60d2bd7527c025016dde745 Reviewed-by:
hjk <hjk@qt.io> Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io> Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Alessandro Portale authored
The _TOOLBAR variant of the icon has almost the same color as the background in light themes and is therefore not suited, here. Change-Id: Ifc28bfca2f8c0764f0bc507dad63d8936727f610 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Riitta-Leena Miettinen authored
Change-Id: I0129e6902d236f8fbc4216ae882abec349739a34 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io> Reviewed-by:
André Hartmann <aha_1980@gmx.de>
-
Riitta-Leena Miettinen authored
...as the chosen tool for exporting designs from Adobe Photoshop to .ui.qml files. Remove the descriptions of using the old export script. Change-Id: Ib09d737c43debcf9773ba9145d66d5f6d91a4c98 Task-number: QTCREATORBUG-18486 Reviewed-by:
Alessandro Portale <alessandro.portale@qt.io>
-
Riitta-Leena Miettinen authored
The link target does not make sense in Qt Creator context. Explicit linking to \l macOS will still work. Change-Id: I1a77bf87e889a5a6c374e56a1286c0f39d0585a2 Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Orgad Shaneh authored
TextMarks with empty file names are not added, no reason to remove them. Change-Id: I8647deaa1136294d2f7c3c63337d967afea675c2 Reviewed-by:
David Schulz <david.schulz@qt.io>
-
- 20 Jul, 2017 13 commits
-
-
hjk authored
Ensure that RunControls ramp down asynchronously. Since RunControls now ramp down asynchronously the plugin can only report synchronous shut down if no RunControl/OutputPane was present. Task-number: QTCREATORBUG-18605 Change-Id: Ib8d1f857f85c74d4f18ecb85db537121a2275668 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Thomas Hartmann authored
It is not required and prevents the mockup from working if QQControls 1 are missing. Change-Id: Ib439bded6dce6b8e0d6f21e9b22f3dad2a6c0d3a Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Marco Bubke authored
We now support highlighting for an example text and for the query. Change-Id: I88c415ff871cf3e4c2d4fc83d60a8555bf0ce08a Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
David Schulz authored
Change-Id: Iddcf6951b44a73cd3e9d740d9aba725fa4d7d663 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
hjk authored
... instead of simply setting the result state. Change-Id: I6525893b6459fbc07a6da2d036d531101864515b Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
hjk authored
... when a RunWorker reportStopped(). We have now always a "main" RunWorker (again) that is in a better position to decide what to do with "lower" worker states than the RunControl. The overall RunControl stopped state meaning is not changed: It is Stopped if all workers are Stopped (or Done, or Failed) Change-Id: I04ce6a8cb5b2067ec05fd506f6adc6ca65de0c39 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Nikolai Kosjar authored
Change-Id: I3591ad94ca98979c2d47585d33800a489d87eeda Reviewed-by:
Ivan Donchevskii <ivan.donchevskii@qt.io> Reviewed-by:
David Schulz <david.schulz@qt.io>
-
Nikolai Kosjar authored
...to cut some build dependecies. Changes to textmark.h affected rebuilding of translation units that did not seem related, e.g.: clangprojectsettings.cpp -> clangprojectsettings.h -> project.h -> kit.h -> task.h -> textmark.h Change-Id: I3c1777ecf6579c68787cb4c7e86849b15979b9bf Reviewed-by:
Ivan Donchevskii <ivan.donchevskii@qt.io> Reviewed-by:
David Schulz <david.schulz@qt.io>
-
Marco Bubke authored
We don't support different LLVM version but you can enforce them yourself. Change-Id: Ifdba9170ba96661a9a692154122cdd96f0143df0 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Marco Bubke authored
Change-Id: Icdd539c4e537e5aab55943010055c9719dd622fe Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
hjk authored
Change-Id: I58693457f6441f6992cae61365a58b3d2d933986 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
hjk authored
Only needed for native combined debugging. Task-number: QTCREATORBUG-18577 Change-Id: I7c5d877b9601e77ab8de251305db829a07675f8d Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Marco Bubke authored
The search button was enabled if there was some text in the search term line edit. If the search term line edit is not used than we need a different mechanism to enable the search button. Change-Id: I5b168447c125199920e82d7990dbdd1a85dff1d7 Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-