- 12 Nov, 2013 39 commits
-
-
Leena Miettinen authored
Move information about positioning from the "Using Qt Quick Designer" topic to the "Creating Screens" topic. Arrange the information in the same way as in the Qt Reference Documentation. Add information about "Using Layouts" and "Using Split Views". Change-Id: I0f940b5f578d5f52e787ef83d230a67efb158a4d Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Leena Miettinen authored
Change-Id: I2aebd41e4e7d64d7941f41c54453a41c8c2d3408 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Leena Miettinen authored
To make it clearer which button users need to click. Change-Id: I8e5c38c34262fb569785f99ce64a83760a56468f Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Leena Miettinen authored
Support for the Web View was temporarily dropped as it was buggy. Change-Id: I73f6950b6135133cbc4cb69c952271392e00f9c2 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Leena Miettinen authored
The command has been moved to the Qt category. You can now choose between Qt Quick 1 and Qt Quick 2. Change-Id: Ifd75326eb54c01876e4701eba516ace30544822c Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Tobias Hunger authored
Change-Id: I291f6841c39b966b69f3776b4880c7b3f5274e24 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
Do use less d->m_abi->currentIndex() and introduce a method instead. Change-Id: I1127ce37b62658f9cfc90cdb623a446d5dc449a8 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
Do not forget custom ABI when switching to a supported ABI and back. Change-Id: Ie44f2b22727607c61aa3940a3ab4620e4e5a5ac1 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
This simplifies the retrieval of the ABI a bit at the cost of making the handling of custom ABIs more tricky. The good thing as that we used to loose the custom ABI settings when we switched to a pre-defined ABI and that is no longer the case. Change-Id: I0ac38c3da221acbbdeebc82121ca0d5387ebc04d Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
hjk authored
Change-Id: Ifd4e47e5ebe7c1bc1c0e0a7dd133a2e682ef7b83 Reviewed-by:
Christian Stenger <christian.stenger@digia.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Tobias Hunger authored
Do not ignore changes to the base environment. Remove the code asking for the change to be ignored in the first place while at it. Change-Id: I0a3558daef86e6c052267a21943f27db71c52ca3 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Friedemann Kleint authored
Extract base class for 'Sticky Notes' service with settable parameters (for adding a custom-configureable 'Sticky Notes' service later on) and derive KDE service from it. Task-number: QTCREATORBUG-9995 Change-Id: I92c6e5ae45b498bf7ccc260c2ef4ca6e3e0ebf19 Reviewed-by:
Maurice Kalinowski <maurice.kalinowski@digia.com>
-
Leena Miettinen authored
Change-Id: I2dceb9a186da5a340a7c2286aa3bdc9a2c622077 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
Daniel Teske authored
Also remove files from PRECOMPILED_HEADER if needed. Task-number: QTCREATORBUG-10621 Change-Id: Ife1f8f0c3219ad51fbd4bf1ef48fb82c404cb2a6 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Thomas Hartmann authored
There are a couple of issues with TextInput. So we use TextField instead. Focus issues are still an issue even if using controls. Task-number: QTCREATORBUG-6278 Change-Id: I005eda1565e0a3fa002baeffaab9c12662f90288 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Ulf Hermann authored
The timeline can cover a large vertical space. The introduction of the Flickable element to navigate that space has reverted the effect of commit 5eb057c7. This change restores the performance improvements and avoids overflows in the underlying buffers. Change-Id: I86ddd66652ee0a26c81619682a883622072b0f87 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Ulf Hermann authored
Change-Id: Icdafee1bcc38812ace152d71c6302e130d1b6cf5 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Ulf Hermann authored
The vertical Flickable element can get very large if certain categories are expanded. If the time marks have to fill the whole element the underlying buffers holding the pixmaps and/or OpenGL data may overflow. Task-number: QTCREATORBUG-10420 Change-Id: I45952e8237bb827a963e0e4e8deb060646c0c8f4 Reviewed-by:
Ulf Hermann <ulf.hermann@digia.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Ulf Hermann authored
Change-Id: I71a5ed05ccd219639a088fe73193d5263ca5880b Reviewed-by:
Ulf Hermann <ulf.hermann@digia.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Ulf Hermann authored
Introduce a second flickable element to encapsulate the timeline as well as the labels and move SelectionRangeDetails and SelectionRange out of that to make them float on top. Task-number: QTCREATORBUG-10420 Change-Id: Ib4af7dc4b0155b9371c582938f1b4abb3e40cf06 Reviewed-by:
Ulf Hermann <ulf.hermann@digia.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
hjk authored
Change-Id: Ice56ff3291411f4c740af3cc812313ddb99d7d71 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Accept colon, space or tab after the location (url:line and optional :column). Apparently in QML each and every error message is built up as the responsible developer thinks it makes the most sense and no two seem to agree on a common format. Task-number: QTCREATORBUG-10692 Change-Id: I103ae6eeb12b427cce2069db7da5d98a0737bda6 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
David Schulz authored
Task-number: QTCREATORBUG-10671 Change-Id: Ife5b1a5f2ec42ddaa1e1bc4ac1a953f34efd0d1a Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Leena Miettinen authored
Update changed field names, remove information about an obsolete field, and make terminology more consistent. Change-Id: I71cde2f371de5dc6e04658cc052601994fbf2aad Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Leena Miettinen authored
Update the screenshot. Change-Id: Ief6eaf0617a31abdd07e186a8e90224920a02864 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Fawzi Mohamed authored
Change-Id: I3cf1c241a236f8b38fda1b4d40c45e75faa3a1f7 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Fawzi Mohamed authored
Task-number: QTCREATORBUG-10734 Change-Id: I521ac0881ff83a44846b133de5c292af8cda9d4e Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Paul Olav Tvete authored
Change-Id: I9fd032fe7bd45955704ad09d302fb175b7cb7ce3 Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
hjk authored
Also, be explicit about there non-automaticness. This fixes a regression introduced in 574771. Change-Id: I23a63fdc6698006e03b6bbc46a2cb444f70fc025 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Fawzi Mohamed authored
Task-number: QTCREATORBUG-10705 Change-Id: Ie5c1e94a012cbdfb7cc69a3430fcad3c779e8bbe Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
Fawzi Mohamed authored
Change-Id: Ic6f13dea277500fc9d3c3fb3b08069998d4b65ce Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
Orgad Shaneh authored
Change-Id: I1fe31ec0b772e80b17cdca24ecca25d0fc2c12f8 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
David Schulz authored
When breakpoints are inserted we are also calling this function, but the state isn't set to InferiorStopRequested. Change-Id: If448e7596c9c08cebdc8b2ed5b23df0e232fd817 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
David Schulz authored
Change-Id: I0d4184c709c79882f7666bc96642a074f2997ce4 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Tobias Hunger authored
Make Switch to button work in dialog shown when cloning sessions in the session manager. Task-number: QTCREATORBUG-10701 Change-Id: I6901a6cb842eabbfa38b25f3cc4925bec43c61a4 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Erik Verbruggen authored
- fix memory leak in find-usages - do not retain snapshot in search history - when an editor is invisible for more than 2 minutes, release the backing snapshot Retaining snapshots will retain their documents, and if done for too long, the memory consumption might grow. This is especially the case when switching to a different kit (Qt version): in that case, the new versions of headers will be indexed, while the old ones stay around. Task-number: QTCREATORBUG-5583 Task-number: QTCREATORBUG-7645 Task-number: QTCREATORBUG-9842 Change-Id: I045eda1565e0a3fa702baeffaab9c12662f90289 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com> Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Friedemann Kleint authored
Change-Id: I7878a67413a9f4b04a12025e4b4dc5c65e0ee3c7 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Christian Kandeler authored
Change-Id: I2f6d9188f7c4ce0b8413c081be18f9fef70c2a17 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Yuchen Deng authored
warning: C4005: 'va_copy' : macro redefinition Change-Id: Ib2bfd2229cb3ae00e084dd6df7a4558a5a766d55 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
- 11 Nov, 2013 1 commit
-
-
Tobias Hunger authored
Change-Id: I05fa7a90642590813fb28443b067900c79a17c9f Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-