- Dec 06, 2013
-
-
Martin Bohacek authored
Change-Id: I509f39a6423a572219d941f10ca429914ee61996 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Dec 05, 2013
-
-
jkobus authored
Change-Id: If68e0c62781b235c2f0e573afe6d0e28709f28f3 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- Dec 04, 2013
-
-
Guillaume Belz authored
Also, converted non-breakable spaces into . Change-Id: I3cf7f3b1bc3a5bd90219ea5ffa794411d5c8bc85 Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@digia.com> Reviewed-by:
Pierre Rossi <pierre.rossi@gmail.com>
-
Jarek Kobus authored
Change-Id: I55ac136b63e389f5c433a401067dd2ea477632d3 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
Jarek Kobus <jaroslaw.kobus@digia.com>
-
Sergey Belyashov authored
Change-Id: I98caf7eb1f5fa1ea3ba21a296e42e8906e2541ab Reviewed-by:
Sergey Shambir <sergey.shambir.auto@gmail.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
- Dec 03, 2013
-
-
Ulf Hermann authored
Apparently the QML engine also loads pictures for invisible Image objects. The pictures icons for examples and tutorials on the welcome screen thus always try to load an extra video icon, which always fails. By setting the URL to an empty string if the example or tutorial being loaded is no video we can avoid that. Change-Id: Ibafc11ed233f386bbbf1e7a4830fcb34bc1cd55d Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Robert Loehning authored
Change-Id: I8b69fa1dd1a68a8422bac4662dfa60e836cac18b Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Jarek Kobus authored
Change-Id: Ib405c0941b47453d1ae492055ceef91f369e2312 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
Jarek Kobus <jaroslaw.kobus@digia.com>
-
Ulf Hermann authored
Aparrently clipping is slow in QML, so we use elide and manually control visibility instead. Change-Id: Idb743a8daec04b028f103a075a5416729f0e2a16 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Ulf Hermann authored
By tying the scroll offsets and visible areas of the two scrollable elements together we avoid excessive loading times for the examples. Change-Id: I6522ef3e6c0454e5bb05bef143953d8d1850ffdc Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Kai Koehne authored
Task-number: QTCREATORBUG-10975 Change-Id: I6eb87a789ce88b1f3f298ef65b8bb96ce2348501 Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
Jarek Kobus <jaroslaw.kobus@digia.com>
-
- Dec 02, 2013
-
-
Thomas Hartmann authored
Unchecking a tab has no clear semantic. Change-Id: I9bb3d659a76655846c79cabbe23717119ed0cf08 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com>
-
hjk authored
Change-Id: I53a5701c9d1791e2705eafb258ff440f97e53b87 Reviewed-by:
John Layt <jlayt@kde.org> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Eike Ziller authored
The integration was only doing that for breakpoints, but not for stepping etc. Task-number: QTCREATORBUG-10813 Change-Id: I4be7ec691e839bf062ab67587062cba00cc85e4f Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Topi Reinio authored
Remove following videos that use outdated terminology: - Qt Quick Elements, Part 1 - Qt Quick Elements, Part 2 - Qt Quick Elements, Part 3 Task-number: QTBUG-35187 Change-Id: Iacecf06b4868ecbc71fa2b7d3cc3ad23533e88b4 Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
- Nov 29, 2013
-
-
hjk authored
Change-Id: I9e26e4dcee19caa0b4292655efdfeda5f1232714 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Viktor Ostashevskyi authored
Change-Id: Ib81a3ca1bef70250e83dcf5f45bc145ff78cee32 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
- Nov 28, 2013
-
-
hjk authored
Change-Id: Ic24cb5ffb8d1a93372c3661a8b7c91f11fe4e9ad Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: Idd33e104e6e80f9b1f87af9409db810c2c37a4a2 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: Ia37f6a0ad0b9b59439f916e7ca93ee3bb9812fa1 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Nov 27, 2013
-
-
Fawzi Mohamed authored
This will need to be replaced with the results of the import scan, but that will be for 3.1. Change-Id: Icd398282142972421044c3b4d05fec9057cff95c Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
hjk authored
'None' is not in a range... Change-Id: I2df534556ab811dbd285d94ec14021d8597fe226 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Ulf Hermann authored
Previously the correctly gdb-identified dynamic types were overwritten with the value's static type. This is probably because the dynamic type doesn't include the "&" for "reference". That, however, can easily be fixed by just appending "&". As we're only handling references there it should be safe to do so. Task-number: QTCREATORBUG-10888 Change-Id: I7310916ce662956e66491423ad26658c32c8776b Reviewed-by:
Christian Stenger <christian.stenger@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Task-number: QTCREATORBUG-10925 Change-Id: Iec57515e8adca8bd2e638157b9c1f0d4d9310c68 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
hjk authored
Change-Id: Iaceefc5da11a03052e5a2eb50dab7a85588813b0 Reviewed-by:
Christian Stenger <christian.stenger@digia.com> Reviewed-by:
David Schulz <david.schulz@digia.com>
-
hjk authored
Task-number: QTCREATORBUG-7550 Change-Id: Ic4bdf6cdb402aac4aa0245568a0d6f1eb7a9e259 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
- Nov 26, 2013
-
-
hjk authored
Change-Id: I83788acb6cfa9a659482d64bead10dd27e71fade Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Nov 25, 2013
-
-
Thomas Hartmann authored
Change-Id: I7434d1d9f8175cf2799ea4eea491cdcbaee40040 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
We have to ensure that currentColor is not set to early. Change-Id: I243898e08adf2f68d037374cc6c8ff586b1d5d0d Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Sergey Belyashov authored
Change-Id: I6f49b83d6ab554b039f6a159b4520db5649d1e2d Reviewed-by:
Denis Shienkov <denis.shienkov@gmail.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
Ulf Hermann authored
Previously the recent projects had an extra scrollview and the sessions had a fixed height. In addition, as there will never be any scrollbars around the recent projects anymore we don't need the borders around them anymore, either. Task-number: QTCREATORBUG-10731 Change-Id: I491265148a3ce777f15b8ba7d852248b583f2c83 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
Change-Id: I2e6097ebb1e6265eeef7ee6b65e34945fdc83213 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- Nov 21, 2013
-
-
hjk authored
Change-Id: I3ff3f032af9ca54f2c48fe6e611fee73691e5ea2 Reviewed-by:
Ulf Hermann <ulf.hermann@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Fawzi Mohamed authored
the attached process is seen as still running just after the attach and continuing fails, immediately later a spontaneous stop is detected and on ios (where we set continueAfterAttach) we continue after the spontanous stop. This also work in the desktop case. Change-Id: I92fbcd3ba319da7d9e664f67c8cbbea00f0daa43 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
J-P Nurmi authored
Use native text rendering to get crisp fonts Change-Id: I75ca9ae323f2e4bd60e080cdcc2a6d90f0234c33 Reviewed-by:
Jens Bache-Wiig <jens.bache-wiig@digia.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- Nov 20, 2013
-
-
Marco Bubke authored
Change-Id: I599598795fda265030c319f45329e1c67e6f5bfa Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
hjk authored
This only affects MinGW where the feature triggered QTCREATORBUG-5200 in the past. Right now the performance impact of c9c0f801 (fixing QTCREATORBUG-10826) is unclear and no time to investigate. Trading the feature for robustness seems in order. Power-users can remove the return line in the script to get it back. Change-Id: If5a30808b72969493e5f40dd0fcbafdcccec343e Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
jkobus authored
Change-Id: Ie7e2db1416ec2eb51339a05b8af408c18a0cdbf3 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
hjk authored
An unavailable display value doesn't mean an invalid index Change-Id: I68baa09c9d6176dcd1a3f983ec375414292d7026 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Nov 19, 2013
-
-
Friedemann Kleint authored
Change-Id: Ib88d5539007f17793c71d5d2f9a409dcf7f8b17c Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-