- 23 Oct, 2013 25 commits
-
-
Erik Verbruggen authored
Task-number: QTCREATORBUG-10280 Change-Id: Ibc6ffeedb97a31a35a2d1f00625506f844692e16 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
hjk authored
Wrong test when putting a IPv4 address in... Change-Id: I8fcd68574586fdaf463d59b6f4dfb9149a120089 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: Ie2b12a526ff7199bcadfc21a3deb5354063a3e3b Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hluk authored
Change-Id: I789fc822ad4f60d7e3a39f8231d7d0cb4a78bf70 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Fixes QDateTime dumper Change-Id: I1c408e30ee0cdc22610e3037f94de5f7d246accf Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: Ia13be75a6466b710ddfe66665b124b1e2335a72c Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Daniel Teske authored
Task-number: QTCREATORBUG-10387 Change-Id: I75746491dc7dee358748aa89829ba2d6f12c0e1b Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Daniel Teske authored
We are saving anyway in extensionsInitialized() Task-number: QTCREATORBUG-10455 Change-Id: I6cdc0f11a3f0f9db5061ef1c00646de4c3251d05 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Daniel Teske authored
Change-Id: I42ee45920907d3d55a3adf77901b37fbf45bb70b Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Daniel Teske authored
Task-number: QTCREATORBUG-10198 Change-Id: Iff86f5ea19a4e4730b1bb1d21381d689369efea1 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Thomas Hartmann authored
Removing the light border so it blends better with the rest. Change-Id: I7fe5647b46fc20b960ae66fef5ade1ce7e4a2311 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
Getting rid of the ugly shading Change-Id: Ib2fa68028533ad6af7cbbc29c07ab43a5b5b4f69 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
Change-Id: Iea1a30b8718ccaafec3388aa793119443b1fe38c Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
Moving the controls slighlt to the right. Change-Id: I09a3599d88830367abd9caa6c1b62504c573b813 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Nikolai Kosjar authored
...for tests. Change-Id: Idc408e30ee0cdc22610e3037f94de5f7d246accf Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Nikolai Kosjar authored
Until now std::vector::at() was used to access the elements. This is handy for debugging since an exception is thrown for invalid indices, but it does not stop Qt Creator from crashing because exceptions are not caught. This is especially a problem for the parser, which has to look ahead via LA(n), which accesses TranslationUnit::_tokens. With this patch, explicit bounds checking is done before accessing the elements and thus calls to std::vector::at() // bounds checking, throwing out_of_range were replaced by calls to std::vector::operator[]() // no bounds checking, not throwing out_of_range Measuring the parse time for the Qt Creator project shows that there is no slowdown. In both cases, with and without the patch, about 15s are needed on the authors machine. Task-number: QTCREATORBUG-10453 Change-Id: I32b12a526ff7199bcadfc21a3deb5354063a3e3b Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Thomas Hartmann authored
Change-Id: I2a2a6f1908fa96bdaca4e3128bf9bfe54ab67d53 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
Using Layout.fillWidth: true. Task-Number: QTCREATORBUG-10413 Change-Id: Ia2771fa6e8a4cbb3acc3c2893fccbcb23fa78f6f Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
* Adding blue highlight for modified values Change-Id: I8d68dc2e23a7c1c3d2055a5be13d7f57e94860ed Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
* Adding the ExtendedFunctionButton * Adding blue highlight for modified values Change-Id: I44f7d3bfbf58f0fe60321b5c696d3e3ba9c6578f Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
* Adding the ExtendedFunctionButton * Adding blue highlight for modified values Change-Id: I2035ebba61b27ec5c75f02abc3a435709cc69f43 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
Change-Id: Iced7b432da397485015a4ea4a3e742f0ab475b6a Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
David Schulz authored
Change-Id: I3912bb9da93acd4474a15a6f6a8736e547e84ea1 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
David Schulz authored
Change-Id: I45137f08147d073f8c111c94a6303a90085183ef Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Friedemann Kleint authored
Change qtbase 72a7882cec07a9ad187c9e1772fb08f59a4b9519 avoids unnecessary creation of native siblings in Qt 5. Task-number: QTBUG-34138 Change-Id: Ie6b847f57a40d56028c771628f31acb182179066 Reviewed-by:
Gunnar Sletta <gunnar.sletta@digia.com>
-
- 22 Oct, 2013 15 commits
-
-
Fawzi Mohamed authored
Change-Id: Idc977a8c5a6c6caa3749599cb6f4a236046f53d7 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
Fawzi Mohamed authored
Moved Document::Language, Import::Type and StaticAnalysis::Severity enums to qmljsconstants.h and renamed values removing the redundant part. Thus the effective length changed little or improved (Document::QmlLanguage => Language::Qml). The separate file allows better reuse of enum values without introducing circular dependencies. Change-Id: I5186d7c04f5d3f6c289068b919be5ff1ff118326 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
Petar Perisin authored
Change-Id: Ie3ef79343b84d615255b70b786347c57511c3309 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
André Hartmann <aha_1980@gmx.de> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
El Mehdi Fekari authored
DebuggerItemManager::registerDebugger() should return the id of the added debugger in order to use it when setting a kit's debugger (addDebugger() creates and adds a copy of the passed debugger object with a unique id). The DebuggerKitInformation::setDebugger() method should set only already existing and registered debuggers. Task-number: QTCREATORBUG-10436 Change-Id: Icdcd1ed92aafe9eda44abf831aa9983dd6801980 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
hjk authored
Change-Id: I5be3b960a7a3091dc77555883d93e3d89b17381d Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Task-number: QTCREATORBUG-10232 Change-Id: I10551a258edb9456c4a9f93a3bfb374a8f07fc7d Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
This won't work without inferior calls (e.g. when loading core files), so the old code is needed as fallback. Change-Id: I1c9efc06374b00bc391bf55528546ccefc60349b Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: Ib174e84f97511b28cd7649c219a62fe606186bf2 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
... and work around the pecularities on the dumper side instead. Change-Id: I0c2703aae13dabc0f3f45efb46bd556c8741a15f Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Contrary to the documention, using the default (i.e. 'on') it seems to _require_ xplicit casting of function pointers: (gdb) p &Myns::QMetaType::typeName -> $1 = (const char *(*)(int)) 0xb7cf73b0 <Myns::QMetaType::typeName(int)> (gdb) p Myns::QMetaType::typeName(1024) -> 31^error,msg="Couldn't find method Myns::QMetaType::typeName" But we can work around on the dumper side. So let's use the default from now on. Change-Id: I3e2a87df797c6abab6183b4c121b843e5035cd47 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Tobias Hunger authored
Prefer 32bit debuggers if possible though. In the setup Robert used there is only a 64bit CDB and thus the debugger of his 64bit Qt was unset. Add unit tests to make sure changes will not effect currently working setups. Task-number: QTCREATORBUG-10463 Change-Id: I4afae314bc75d4465dbc8de5b2a4267a521a4ea1 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Daniel Teske authored
Note, that we don't know the names of the started avds, so we look for a avd that has the same abi and apiLevel. Task-number: QTCREATORBUG-10411 Change-Id: I5f6ff3ee0dddcf2bb8fca981ccedf437e32da677 Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
hjk authored
Dumper was working, but the default constructor doesn't do the parsing already nowadays. Change-Id: I098b0a03ad7d994b5746f3a4a6c39d29133509b0 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: Ie51554216ad7b132839c2779c2f647ad6222db5f Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Thomas Hartmann authored
Change-Id: Ib66e19ad2d70cb8c5fd295288a625af06104d40e Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-