- 15 Nov, 2013 16 commits
-
-
Orgad Shaneh authored
When class has a virtual destructor Change-Id: Ifcc9a05ee1eb1144ed7e035b9f077846fcb96cf3 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Ulf Hermann authored
With V4 the Javascript profiler is unusable. In order not to suggest to the user that it is actually usable, we disable it if it doesn't show any data. However, when profiling applications that don't use V4, yet, the JS profiler actually works and has to be enabled. Change-Id: Iecb97c0940addd157c5ebe229edb614448cc0554 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Tobias Hunger authored
Change-Id: I31db9d3f969d8e634cb5c84b1f3563c09e13cfd7 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Leena Miettinen authored
The Glossary was linked to three times from the Building and Running topic. Change-Id: I01f934abc3a51bfd32a1233e19da3073abe56e8c Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
hjk authored
Change-Id: I09c83b1746462b688d9c8328987ee23c0a09be7e Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Leena Miettinen authored
Simulator Qt is not distributed any more and plugins for the platforms that used it are no longer delivered with Qt Creator. If someone is still using Qt Simulator, they will have the documentation delivered with it. Change-Id: Ifc0cc7fa875e29b0cdff89772cf0f41d52a05f35 Reviewed-by:
Rainer Keller <rainer.keller@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
David Schulz authored
Change-Id: Ie4a53b05bf4e32a80cc7636f9ac16b094f6dc359 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Orgad Shaneh authored
Instead of building the hierarchy from the most basic class that implements the virtual function, start from the looked up class. Change-Id: Ia674fbb4a92dd45d4ca7bc621c54b411264cbe3d Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Thomas BOUTROUE authored
- Added the right TextFormat for dsFunction - Added TODO comments for missing dsError and dsAlert Task-number: QTCREATORBUG-10788 Change-Id: I31862971ac5b47f13036aa9c55552778ad88d4ee Reviewed-by:
Thomas Boutroue <thebootroo@gmail.com> Reviewed-by:
David Schulz <david.schulz@digia.com>
-
Tobias Nätterlund authored
Change-Id: I7e5be01328ab32db9218fbdefaede7044131d2b9 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Andreas Holzammer <andreas.holzammer@kdab.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Eike Ziller authored
Task-number: QTCREATORBUG-9843 Change-Id: If25196f727f5cc573560fa69f69c645eba00b0d0 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
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 24 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>
-