- 23 Oct, 2017 5 commits
-
-
Nikolai Kosjar authored
Change-Id: I9ee553f29fa7a7f60291e2d7d2a56062dc722b9d Reviewed-by:
Ivan Donchevskii <ivan.donchevskii@qt.io> Reviewed-by:
David Schulz <david.schulz@qt.io>
-
David Schulz authored
Take into account that a block can contain multiple visible rows. Change-Id: Ifedeb113b3c1a6a374fa9418106e612c56559cba Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
David Schulz authored
Splitting the paintEvent method into various sub routines to increase the maintainability. Change-Id: I4aa7a52aa6e20279654784b55f92053d6ede00be Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
Robert Loehning authored
Change-Id: I972190b2777dccb142fcd9b382dc6367786dbaf1 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
Robert Loehning authored
Change-Id: If7656e0938380714bff655c80e6d0082a427ef71 Reviewed-by:
André Hartmann <aha_1980@gmx.de> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- 21 Oct, 2017 2 commits
-
-
Marco Bubke authored
Makes tests much easier. Change-Id: I8b5892ff0deb2e22ac0e874dda0d8d20a32fd2e6 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Marco Bubke authored
Having a global temporaryDirPath makes changes much easier. Change-Id: Iec92bba7b7eca5b0e893ebee9f457734deba8cc8 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
- 20 Oct, 2017 4 commits
-
-
Nikita Baryshnikov authored
in FileSystemFilter Change-Id: Idb4e0510b6d7e9e5de3fc32880c1fc1d423902ac Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Marco Bubke authored
Before the string was simply swapped with the other string which can lead to an unexpected behavior for xvalues. Now the destructor of the source is called and it is default initialized. foo = std::move(bar); bar would now hold the value of foo. Change-Id: Ibea3f18333a168634b7faf2fdaf9b5b52c82d5cc Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Andre Hartmann authored
* Remove QLatin1{Char|String} * Use member initialization * Use range-for * Use nullptr Change-Id: I51c24c0a2066861f59731585f19d61b28c76c0a3 Reviewed-by:
hjk <hjk@qt.io> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@qt.io>
-
David Schulz authored
The container is used to initialize and group data that is relevant during a paint event. This conatiner will be used in follow up patches as an argument to subroutines. Change-Id: I00c8bafff526e2d90776e7ea75621fc5e4c2981f Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
- 19 Oct, 2017 20 commits
-
-
Ulf Hermann authored
The only thing about RemoteLinuxAnalyzeSupport that's actually specific to the QML profiler is the debug services preset. Change-Id: I1360f9555b18b74d9a86799900b58ce69e3bc205 Reviewed-by:
hjk <hjk@qt.io>
-
Ulf Hermann authored
Change-Id: If50aba7544c082d99cf03d2cf3c309fc99488803 Reviewed-by:
hjk <hjk@qt.io>
-
Ulf Hermann authored
We need the node types to figure out the qrc path a specific source file will appear under in the application. Change-Id: I712810a9fe8b64f9b03422000961f3c0622ec9ac Reviewed-by:
Thomas Hartmann <thomas.hartmann@qt.io> Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Tobias Hunger authored
As LANGUAGE takes precedence on LC_MESSAGES variable sometimes If LANG is not set to C now en locale really should be used for messages by gcc. This fixes parsing of gcc header paths and error messages on non- english locales Change-Id: I96db16b555b8ff22b041b6e965558b342ef1a378 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Joerg Bornemann authored
Found by clazy. Change-Id: I9ccca922f6aa8b6a8f1c16c6e62db8dae3c4cc6f Reviewed-by:
Jake Petroules <jake.petroules@qt.io> Reviewed-by:
Christian Kandeler <christian.kandeler@qt.io>
-
Joerg Bornemann authored
Use case-insensitive comparisons instead of converting toLower() first. Found by clazy. Change-Id: I0d32b0ba7ccb5493d1c86d41044b09c8baed3dc8 Reviewed-by:
Jake Petroules <jake.petroules@qt.io> Reviewed-by:
Christian Kandeler <christian.kandeler@qt.io>
-
Joerg Bornemann authored
Use qEnvironmentVariableIsEmpty instead of qgetenv(...).isEmpty(). Found by clazy. Change-Id: I62054e68c3b51c69be4ce6605ed6aef20633c9a9 Reviewed-by:
Jake Petroules <jake.petroules@qt.io> Reviewed-by:
Christian Kandeler <christian.kandeler@qt.io>
-
Joerg Bornemann authored
Found by clazy. Change-Id: I55126cc2f6d19ea9f713f4c83cbf02e48d5ddf8e Reviewed-by:
Jake Petroules <jake.petroules@qt.io> Reviewed-by:
Christian Kandeler <christian.kandeler@qt.io>
-
Eike Ziller authored
Change-Id: Ie83666bd18e899dabf5190c360027bf02abecdaf
-
Christian Stenger authored
QC now finds some more compilers. Change-Id: Icbf8d29a24c3360d2d7d8ed73011f705dd156aa8 Reviewed-by:
Robert Loehning <robert.loehning@qt.io>
-
Filipe Azevedo authored
Change-Id: I9630620753f32934020d18266436472c869d9cd1 Reviewed-by:
hjk <hjk@qt.io>
-
Eike Ziller authored
Change-Id: I8caac292ab36a28ed7e3d73d0a90d06ea1e88b0d Reviewed-by:
David Schulz <david.schulz@qt.io>
-
hjk authored
Change-Id: I78e89a662140f37f5f9719dbbbff070f1e2fbe84 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Christian Stenger authored
Especially when using CMake based projects in combination with GTest we might have lots of build targets defined inside the same 'project file'. Overwriting the already assigned content is purely wrong. Instead handle each found build system target on its own. Task-number: QTCREATORBUG-17882 Task-number: QTCREATORBUG-18932 Change-Id: I3297a9e1da8ae4186fd4267e3485368b1a059314 Reviewed-by:
David Schulz <david.schulz@qt.io>
-
Nikolai Kosjar authored
...and maybe other cases. Since Clang: fix findStartOfName handling commit 82d0650b the proposal's base position was calculated wrong. As a result, an early return triggert in CodeAssistantPrivate::displayProposal (call to newProposal->hasItemsToPropose(prefix, reason)) and no completions were displayed. Fix by ensuring that the added code from the mentioned commit is only called when needed, namely only for function expressions. Task-number: QTCREATORBUG-19083 Change-Id: I8f23c9b7186f9d81159939c8b3ef475a09bbe760 Reviewed-by:
Ivan Donchevskii <ivan.donchevskii@qt.io> Reviewed-by:
David Schulz <david.schulz@qt.io>
-
Riitta-Leena Miettinen authored
Change-Id: Ifbe95f063c00401f6ad777e95b0d0ee96c77969b Reviewed-by:
hjk <hjk@qt.io>
-
Tim Jenssen authored
Change-Id: Id3bce005ed4c972d6cbb7f37cf609ff551c7066c Reviewed-by:
Marco Benelli <marco.benelli@qt.io>
-
Riitta-Leena Miettinen authored
Change-Id: I4c0e84373c0d9cc31106b77c190daa52a83b02db Reviewed-by:
Thomas Hartmann <thomas.hartmann@qt.io>
-
Eike Ziller authored
One less indirection Change-Id: I4b4f8000c2493a676bc02cff87a475f1f185e569 Reviewed-by:
hjk <hjk@qt.io>
-
Eike Ziller authored
Change-Id: I0289c3187f07e26d05a7ca591cc8b12b767c3502 Reviewed-by:
Thomas Hartmann <thomas.hartmann@qt.io>
-
- 18 Oct, 2017 9 commits
-
-
Riitta-Leena Miettinen authored
Change-Id: I5f3c45559f867fdc3751ff893b87279fe6fab79c Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Tobias Hunger authored
Do not unconditionally prepend QT_HOST_BINS to PATH as part of the Kit setup. Prepend this directory to PATH in the Qmake- and GenericBuildConfigurations instead. Task-number: QTCREATORBUG-18714 Change-Id: I1c1d1362105b82f9c369d989e90d4f7079c2c9a2 Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Tobias Hunger authored
Make it clear that emitEnvironmentChanged also updates the cache of the current environment. Change-Id: I012c5a2b3d7d4037ed609b26e053ce0ce36f6cec Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Tobias Hunger authored
Use logic more similar to BuildConfiguration::prependCompilerPathToEnvironment Change-Id: I24935cc354f136b19ec71afd6e8a4d795446db4e Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Tobias Hunger authored
Do not unconditionally prepend the (c++) compiler path to PATH for all projects using GCC-derived toolchains. Prepend the compiler path in the Qmake- and GenericBuildConfigurations instead. Also change the order: Apply buildconfiguration's addToEnvironment first, only then apply the kit's addToEnvironment. This does change a few things: * CMake and Qbs will now get the normal PATH * MSVC compilers will have their compiler path prepended to PATH by the effected BuildConfigurations. This should be harmless, since that happens before the environment setup script is appended. Task-number: QTCREATORBUG-18714 Change-Id: I548182bc447d80d24f4de4ce7cf12ee1a753ed26 Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Christian Kandeler authored
The string concatenation macros were not set, as opposed to the qmake build. Change-Id: I32e2c72c891419ef8352cb7b46e3b7f9b82b6312 Reviewed-by:
Jake Petroules <jake.petroules@qt.io>
-
Tim Jenssen authored
- detaching the TextEditView already emits the TextEditor change signal -> so removing the call from QmlDesignerPlugin::deactivateAutoSynchronization() - in case the user closed explicit the editor we do not want to emit any signals anymore Change-Id: Idb5c2cdde583f7d32f2a9ef5628d1b6d3fc7bb3f Reviewed-by:
Ulf Hermann <ulf.hermann@qt.io>
-
Thomas Hartmann authored
This ensures the plugins are loaded early enough to install views. Change-Id: Ie2dfaf510a8ab1cd924ed96cdc8efba454ffb29b Reviewed-by:
Thomas Hartmann <thomas.hartmann@qt.io>
-
Thomas Hartmann authored
Change-Id: Id5a75aaeb7de329a72ca468c8299d4f798f60766 Reviewed-by:
Thomas Hartmann <thomas.hartmann@qt.io>
-