- 20 Nov, 2014 15 commits
-
-
Eike Ziller authored
For whatever reason that only worked for local builds, but not the packages. This reverts commit ab83c30f. Change-Id: I8225e1bdd22489b619ce546ecccba420424f9880 Reviewed-by:
Robert Loehning <robert.loehning@theqtcompany.com>
-
Christian Stenger authored
Task-number: QTCREATORBUG-13137 Change-Id: I71a222a4048db65db462da07726ea5d6b917da8d Reviewed-by:
Erik Verbruggen <erik.verbruggen@theqtcompany.com>
-
Nikolai Kosjar authored
This fixes triggering the QTC_ASSERT in updateCppCompilerCallData() if the user opens and builds the following qbs project: import qbs Product {} Conceptually the initial ProjectInfo should stay invalid, but this would result in a bigger / more risky change. Will be addressed in master properly. Change-Id: I74d3374b438884f38947f551915a80ec836a85c1 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
Christian Kandeler authored
Change-Id: Ib3e6256343e912a0af4e9618d0f17e1075b94ff0 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@theqtcompany.com>
-
Daniel Teske authored
The QmakeVfs needs to be deleted after all evaluations have been canceled. Those are canceled in the destructors of the nodes, so delete the nodes before deleting m_qmakeVfs Task-number: QTCREATORBUG-13421 Change-Id: I5883f5b2daa6a13ef4facf9b9dccc125a069df94 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Daniel Teske authored
Callign applyAsyncEvaluate in the desctructor might lead to further parses, which we don't want. So bail out early in applyAsyncEvaluate. Task-number: QTCREATORBUG-13421 Change-Id: I776ff477363a3985ebc26e9160c58c2ab9c910b7 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Alex Blasche authored
Security permissions prevent access to files not owned by the current process. This patch replaces the file based handshake protocol with a local server based implementation. The server waits for QTC to connect to it and sends back the current process ID. This new mechanism works on pre 5.0 devices as well. The existing file based handshake remains and can be activiated via the env variable QTC_ANDROID_USE_FILE_HANDSHAKE. Task-number: QTCREATORBUG-13418 Change-Id: Ie40ec801f265a9e13c3220f300798c27abd97ae2 Reviewed-by:
Alex Blasche <alexander.blasche@theqtcompany.com> Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com> Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
Christian Stenger authored
Change-Id: I6ea9f4d174170b9e430ea77b2337dfdb9971c13c Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Daniel Teske authored
We reuse the m_checkForTemplateUpdate cariable, since this is going to be reverted in master and replaced by a rework of the current node handling anyway. Task-number: QTCREATORBUG-13357 Change-Id: I7deb564219f258753263f3e1473625ce749393fd Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: Ia1d4949ab7153ae887ecfa98ab84953c4fb668db Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Orgad Shaneh authored
+ always set the global palette and base style on apply This is required for correctly using the selected theme with multiple installations of Qt Creator. Task-number: QTCREATORBUG-13203 Task-number: QTCREATORBUG-13396 Change-Id: I036b96721b6d184dae43d08c5e8bc9e6d1328a7b Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: Iea8b74534a59d8410814f9dd41225b88e1e81f75 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Eike Ziller authored
Change-Id: I8fd680ba5436c0b854385910b2977db7b5ebc97a Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Leena Miettinen authored
Task-number: QTCREATORBUG-13429 Change-Id: I4c18c8605f45f84a1b8f5d49c2f3056158e07435 Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
Leena Miettinen authored
Only Qt 5 supported for building docs from 3.3 on. Added info on using https://tinypng.com to shrink PNG files. Change-Id: I450c0cf34e34abc54511fef93e8e5caac5ba89ac Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 19 Nov, 2014 20 commits
-
-
Fawzi Mohamed authored
Change-Id: I5cd29540afa5c7ec1a7031d6e698e873003b3f0a Task-number: QTCREATORBUG-13354 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@theqtcompany.com>
-
Alessandro Portale authored
This script creates several application icon files by using Inkscape to rasterize .svg items to .png, adding shadows via imagemagick, creating .ico files via imagemagick and .icns files via iconutil (OSX only). Also, this change tweaks applicationicons.svg so that the shadows won't be cut off. Change-Id: Ie8adf37d775fa5ea02329451932956f760c17620 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
Alessandro Portale authored
The leaf does not have a white border, anymore. The .ico and .icns files now have a shadow. Task-number: QTCREATORBUG-13359 Change-Id: Iebdc6aefb36592333f1d76cd28a407a121318bb6 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Ulf Hermann authored
The stopIt() slot is already connected in the constructor of AnalyzerRunControl. The double connection is clearly not intended and, considering that various analyzers modify internal state from those callse, could lead to incorrect behavior. Change-Id: I1c68eb06729849771f4a25257a219c84a032adf3 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Nikolai Kosjar authored
For the semantic info document we do not expand function like macros and because of that certain macro invocations lead to invalid code that we need to handle, e.g.: Q_GLOBAL_STATIC(CppTools::SymbolFinder, symbolFinder) class Foo {}; This change makes parsing Foo in the semantic info document successfully again, which affects highlighting of that class. Change-Id: I389265ac64d3f0b8b8f406d38fa58d78820b14ba Reviewed-by:
Erik Verbruggen <erik.verbruggen@theqtcompany.com>
-
Leena Miettinen authored
The string was changed in the wizard. Update screenshots. Change-Id: I6cd8f664a6aea69eff6c5302a42e32b1f5321ddf Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Christian Kandeler authored
We compared the display name to the unique product name to look up the product to build, but these two are typically not the same. Change-Id: I82d1433c5c830a38c55f6b8827a5137ff31fd859 Task-number: QBS-705 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Christian Kandeler authored
- Setting the QFuture result is not enough, we also need to emit the finished() signal. - Never fail silently; use soft asserts for things that shouldn't happen and compile pane output for things that can. Task-number: QBS-705 Change-Id: I4dad18c2ad573a92f2a0c5aa92b596851c56541e Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
hjk authored
Forcing a reset was already done with cc4943a2 but that change failed to change the default value. Change-Id: I6bb61d0f5b303f021910a3ae523de2e523b7ca0c Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Christian Kandeler authored
Change-Id: I0bc9ea383f74dc642b17001593313044a36abede Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Christian Kandeler authored
Change-Id: Ic1f52a73c910612d0664e0ea909f04729109bcb2 Reviewed-by:
Ulf Hermann <ulf.hermann@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: I06b62742395a1864b44d1c1ecfed0690fe61185e Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tobias Hunger authored
The fixup expando will be applied before validating a string in a lineedit. It uses the special "%{INPUT}" variable for its input and any change will be applied to the LineEdit. Change-Id: Ia496eacdbe541d418acb4a977c274527387896ca Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Christian Kandeler authored
Change-Id: I207510dfd56b1de1fc07726f126540c4b6abe3d0 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Thomas Hartmann authored
This avoids sub pixel antialias artefacts. We call disableNativeTextRendering() in updateDirtyNodesRecursive(), because items might be created or change the property after component complete. Change-Id: Icd9c87b69434a910c9555540ba7bafdc874afc5a Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Christian Kandeler authored
Change-Id: I0d2f1f4cd29334a42f2099cbb1b65628e58e1a64 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
David Schulz authored
Changes to encoding settings were ignored because a missing connection to the TextEditorSettings. Task-number: QTCREATORBUG-10384 Change-Id: I84ef06490102cb8140d3293d6cff0f2a7f4f130f Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Fawzi Mohamed authored
Change-Id: Ie7a1acfa2c958cd78b68aba1d8bbc2c482b44068 Task-number: QTBUG-42681 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@theqtcompany.com>
-
Thomas Hartmann authored
Change-Id: I47a7fc2e92247b1f4a8d81432a4ad020efd87ce9 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Christian Kandeler authored
Change-Id: I446524500b13c98edeb64e9af7d1d3390327b913 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- 18 Nov, 2014 5 commits
-
-
BogDan Vatra authored
Change-Id: I03c86d2071ce612424bac9bf92a25208d0ba9443 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
hjk authored
There were a couple of situation where the is_optimized_out flag was not used and later produced (caught) exceptions on access, or where the still availably type was not shown. Change-Id: I7ad5aa09a19357e50739d9fdf32f7423e30fe011 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Daniel Teske authored
Change-Id: Idde12cd5bcd54d007245d3bdd93e8ab47d7f214b Reviewed-by:
Paul Olav Tvete <paul.tvete@theqtcompany.com>
-
Christian Stenger authored
Change-Id: I65b4eb8dff91c69bff50c63cd42a4894df0470f0 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
hjk authored
Values "GDB", "LLDB", "CDB", the "Engine" prefix is a bit too technical. Change-Id: I81d97a435c796125015e8b7425e832420f338b9a Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-