- 15 Nov, 2013 5 commits
-
-
Eike Ziller authored
Even if it was an empty argument. Change-Id: I610c4cea82bdbc557e63acd1663040ca70a5d3ee Reviewed-by:
hjk <hjk121@nokiamail.com>
-
David Schulz authored
Change-Id: I9daf0e057a3f5a274ae6b44c0c46ac7b1e036fe6 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
David Schulz authored
...to a numeric value for encoded debugger values. Change-Id: I9969ea01f50738210963fa08dc871edc90c1bae2 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Przemyslaw Gorszkowski authored
Very simple tests for include hierarchy model: * test if checked file includes one file * test if checked file is included by one file * test if checked file includes one file and is included by one file Change-Id: I3688f9ddb86a569f780fc156bdfcf6b81a9fb0c1 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Leena Miettinen authored
Explain why the field might still show "System" even though "UTF-8" is now the default. Change-Id: I2960d4cb86405d122ee31690a07e7a57176d093d Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- 14 Nov, 2013 28 commits
-
-
Tobias Hunger authored
We want to restore even partially valid ABIs (e.g. those where we are not 100% sure about the supported word width). This change fixes Mingw compilers that went missing from their kits after creator was reopened: The ABI did not get restored due to the word width not being set and the default host ABI was set instead. This then made the debugger no longer a match (msvc20x does not match msys!) and thus getting removed from its kit. Task-number: QTCREATORBUG-10463 Change-Id: Ie89c7aed2f092f3032860915c74655ff70dae77d Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Fawzi Mohamed authored
Task-number: QTCREATORBUG-10695 Change-Id: I4a61cc03f0aa978d07d48e8f56f032a7a666879b Reviewed-by:
David Kaspar <dkaspar@blackberry.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Ulf Hermann authored
Deduplicate the code and fix the "jaggy" behavior. Task-number: QTCREATORBUG-10762 Change-Id: Iaca3bc5b77cb8d92f082232e6fd3c2d9e0935300 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Ulf Hermann authored
The left handle of the range mover element didn't properly follow the mouse movement. Also, a lot of code is duplicated between RangeMover and SelectionRange. This change prepares RangeMover for being reused in SelectionRange by eliminating external dependencies. Task-number: QTCREATORBUG-10762 Change-Id: Ia3b83101263e7af8ed46e1aaf4e92654b0068861 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Ulf Hermann authored
The timeline can be vertically navigated by flicking, which is not very appropriate for desktop applications. This change provides a scroll bar and mouse wheel scrolling in addition to that. Also it makes the vertical movement stop at the boundaries. The mouse wheel would exhibit unintuitive behavior without it. Change-Id: I5ef126525e452f46aa0a483a544345b8f618d829 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Thomas Hartmann authored
The Welcome page should not impose a minimum size on Qt Creator. We use a ScrollArea instead. This was a regression introduced by porting to Qt Quick 2. Task-number: QTCREATORBUG-10505 Change-Id: I5bbe4a18bdb96e91723987995a3632487bab536d Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Eike Ziller authored
Change-Id: Id5f383f58125c44496a3d6936b27638bce48622d Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Leena Miettinen authored
Use automatic linking to link to the info in the docs for the Qt version that is used to build the docs. Change-Id: I32950f344f8f62eae1108bb58228adbd2fa47b68 Reviewed-by:
Jerome Pasion <jerome.pasion@digia.com>
-
Oleksii Serdiuk authored
CMakeBuildInfo::sourceDirectory wasn't always populated, which sometimes led to 'CMake Error: The source directory "<path>" does not appear to contain CMakeLists.txt.' error when re-running CMake for shadow builds. Change-Id: I4caece897155ee9e056d2da8185da43b94cbd99d Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Daniel Teske authored
Task-number: QTCREATORBUG-10777 Change-Id: Ie02ecbd95c38a50512b943e5f688bf4187a1eda5 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
QQmlType::isComposite and QQmlType::sourceUrl are both unavailable when used in objectnodeinstance.cpp Change-Id: I21f66b00348c0535b4779206bd63e363f4b2c225 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Tobias Hunger authored
QString::midRef is available in Qt 5.0, but QStringRef::toInt only was added in 5.1. Change-Id: I66666b00348c0535b4779206bd63e363f4b2c666 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
Do not override a custom ABI when a new set of supported ABIs is detected. Task-number: QTCREATORBUG-10582 Change-Id: I8476b520e80f39037240175cac135ad68752f725 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
Change-Id: I893f06d5863573a6b787b65d02262bbfc6eee2f7 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Friedemann Kleint authored
Task-number: QTCREATORBUG-10697 Change-Id: I492cf635b3468dbd9b759200902b3d98c1021b12 Reviewed-by:
Kai Koehne <kai.koehne@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Nikolai Kosjar authored
Since commit 566be099 we might reparse the current document if the current editor changes. This is fine as long as the current document has a file path, which is not always true, especially for the documents created in the FakeVim tests. Task-number: QTCREATORBUG-10767 Change-Id: Ibe00ef8bb6a144e2ba09b311025d238c2dcde112 Reviewed-by:
Christian Stenger <christian.stenger@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Leena Miettinen authored
Remove information about CodePaster. Remove info on other obsolete settings, and explain all current settings and options. Change-Id: Ib128ec733808b12a79ec0e835ecbc0bfb889ab2b Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Thomas Hartmann authored
With ScrollView the mouse wheel does work. Task-number: QTCREATORBUG-10708 Change-Id: I6f9a85421049f1d2e56608340533af5b28d5c7ab Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Tim Jenssen authored
Everything is done by the qt.conf mechanism Task-number: QTIFW-402 Task-number: QTCREATORBUG-10752 Change-Id: I003e7135d29c000a58e151cb9f913712d1110336 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Orgad Shaneh authored
Change-Id: I2e8ac37b2e980bed88e270ccd10cb7319f1f9ffd Reviewed-by:
David Schulz <david.schulz@digia.com>
-
Thomas Hartmann authored
If we use a QtQuick 1 code model for Qt Quick 2 an error is shown. Task-number: QTCREATORBUG-10763 Task-number: QTCREATORBUG-10741 Change-Id: I43e824e12789d824d8e4c8f94725c7c4b0f178ec Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
Thomas Hartmann authored
In some cases we use a Qt Quick 1 code model for a file with Qt Quick 2 imports. This patch adds a warning for this, since auto completion is incomplete. Change-Id: I60888fd269c02f38da097104f5ecc982dd65573a Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
David Kaspar authored
Slog2InfoRunner class now more properly parses the slog2info output including datetime, applicationid filtering, buffer-name, buffer-id. Task-number: QTCREATORBUG-10646 Task-number: QTCREATORBUG-10712 Change-Id: I71aaf6b9b3ff1da16d3c46065a1dc5125dc1503e Reviewed-by:
Tobias Nätterlund <tobias.naetterlund@kdab.com> Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com> Reviewed-by:
David Kaspar <dkaspar@blackberry.com>
-
Friedemann Kleint authored
Change-Id: If10d13a6ce540901def95d9a1cb7c5cb8ac911eb Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
Nikolai Kosjar authored
Change-Id: I10abee9f6a3b1b95d03bda5f5ef32b6fb1d85be3 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Nikolai Kosjar authored
The document was not always updated in time. Change-Id: Iac89985d39a8784e3cbf63dfd42b1c5150775068 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Nikolai Kosjar authored
Change-Id: I6636b6d753db6c80d219755032e6e3915b0dcd55 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Orgad Shaneh authored
Change-Id: I8413252c90a1487d291f15d92837c30ab697b245 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 13 Nov, 2013 7 commits
-
-
Daniel Teske authored
Fixes the inconsistent state from Task-number: QTCREATORBUG-10710 Change-Id: Ifabb1eef4b81e6d33244fd7af8becc453dd66669 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
Change-Id: Iaf69fd16fa9ba0a5c63b6636d183836accdfd005 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Tobias Hunger authored
Change-Id: Ibf63c0be68e83a870a0cb3ddce0b38381a1e4153 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Tobias Hunger authored
Change-Id: I753306b56540d9e3a3044d6a0f88bce0ce439500 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Tobias Hunger authored
Change-Id: I8586c1ae6f63edd75f8392a8e524e8197a7a72e8 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Tobias Hunger authored
Change-Id: I602cc87d7ef659eed72c60f610249af62adc20ba Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Tobias Hunger authored
Change-Id: I69d495cd61585123df99631d92f6c26b114d49b7 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-