- Oct 23, 2013
-
-
Daniel Teske authored
For users upgrading from a broken 3.0 beta installation Change-Id: Ieecf38f74879d1efacbfd775ab29eba9e17a4c43 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Thomas Hartmann authored
* adding TextInputSection * moving StandardTextSection to the front Change-Id: Ic6eb7aecefa63c1e7c6f003b5b8ae900291aaee1 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
Change-Id: I44e9f35bfa592c015f3a089ace82c64995d89748 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
Change-Id: Ic89df790be9c30cb84ce4d2ecaa7ebe5d322c9b8 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
Change-Id: Iee3416c098608de5a76b1ef017a95efb7077c2bf Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
Change-Id: I8c8bcee36b2e2ee1d2e32535da135ac5182459a5 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
hjk authored
Brew puts the headers under /usr/local/include. Change-Id: I12ad68574586fdaf463d59b6f4dfb9149a120089 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: I80cd68574586fdaf463d59b6f4dfb9149a120089 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Makes e.g. QVariant5 dumper pass Change-Id: I8fad68574586fdaf463d59b6f4dfb9149a120089 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
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>
-
- Oct 22, 2013
-
-
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>
-