- 06 Nov, 2013 10 commits
-
-
Leena Miettinen authored
Qt Creator does not have publishing wizards anymore. Left a short description in the IDE Overview topic and removed all other information and links. Change-Id: I3c49648779a19036d200e1dec4f46116197c18e7 Reviewed-by:
Topi Reiniö <topi.reinio@digia.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
Ulf Hermann authored
Check the dimensions of the window being painted to before actually painting the events and skip invisible ones. Some primitive profiling using QTime shows that the average time taken per event in TimelineRenderer::paint() is approximately halved by this patch when profiling the QML widget gallery example and expanding all categories in the timeline. drawSelectionBoxes() is not optimized because the number of selection boxes is expected to be so small that the overhead of the check might outweigh the performance gains of skipping events. Task-number: QTCREATORBUG-9982 Change-Id: I42e533c11e3a17f9d63b61ce5e4192c8f40e1be9 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Friedemann Kleint authored
Change-Id: I688867fcd81511f4b8c9a02cf5a36e0a32a8980d Reviewed-by:
Christian Stenger <christian.stenger@digia.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Eike Ziller authored
Change-Id: I90d3e81653266f660c27f14093459a84873b6dd3 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Eike Ziller authored
Change-Id: I6743839cc54f81eb17125f2449dd1df391b9a1a4 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Eike Ziller authored
Change-Id: Id68423b08a6f7e0d295e7b065d7c50d25f914541 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
jkobus authored
Change-Id: Ia984c36864dacd5b71c76976a351767bb4c3693c Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
jkobus authored
Change-Id: Ic5aa0bc17bc1cd3ce153c28f75233843d9b5944d Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Friedemann Kleint authored
Change-Id: I66bcd9ecad81307b1d6a015003500836e58e4e83 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Task-number: QTCREATORBUG-10396 Change-Id: I2083e493329fa287446f3c48b4ef8d08fadd9827 Reviewed-by:
Christian Stenger <christian.stenger@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 05 Nov, 2013 30 commits
-
-
Fawzi Mohamed authored
Change-Id: I97443b7a4e96bc176a38d08d415bd4d27ae6268d Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
Daniel Teske authored
::initializePage() is called multiple times, so those should be done in the ctor Task-number: QTCREATORBUG-10643 Change-Id: Ic684bfc6f4352c39d42789abab1c29b6402185d0 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Daniel Teske authored
QFuture limits the signals that are emitted for progress. A disabled step takes so little time that its progress information is lost. Since technically a disabled step never finishes, counting them in the progress was dubious anyway. Task-number: QTCREATORBUG-10606 Change-Id: I1860c65242282e8e2890f4977c487a6e6dcfbf2d Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
David Schulz authored
Task-number: QTCREATORBUG-10558 Change-Id: I5a27beca4601cae3b0de8f903a2cbc08ee801149 Reviewed-by:
Robert Loehning <robert.loehning@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Fawzi Mohamed authored
* fix incorrect old kits * avoid adding a special debugger Change-Id: I233068dbb9958045cdc2e875337297748b2b4ff8 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
Fawzi Mohamed authored
Change-Id: I2ccb7655320b18eed9f10c8b6130befe8c9cbdb0 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
David Schulz authored
Allows to kill and interrupt remote processes with the pid. Change-Id: I22befc04dafbe2a7f132bddb3e17a2b48579ef3c Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Fawzi Mohamed authored
Change-Id: If6346fdf7d159891513764ada6fb4c1fcc9c4a63 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Daniel Teske authored
Broken by qtbase commit 934f06220391eb0e0ebf66a2eb037f48adb4c43c Change-Id: Ib58aa6ff31b7ce81bfa26e1ccf1bbf209618b307 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Kai Koehne authored
Calling fromLocal8Bit() for literals is wrong, since that depends ont the user's environment. We use latin1 strings exclusively in Qt. Change-Id: I0cd0986787ea630425773672d3a892fbd0f0a77a Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Kai Koehne authored
Returning a generic QWidget* here was introduced to prevent people from accidentally using static methods via instance()-> . Anyhow, it also breaks code completions for signals and slots. Change-Id: I2933d5686c1a7e325c6c08c376fbe65ca657c365 Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
hjk authored
Change-Id: I84434ee52110d4a4d452c0343e1bfce570887976 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
hjk authored
Change-Id: I0d8e37253f472270b8efbc433dc2664f28a2b6b4 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com> Reviewed-by:
Nikita Baryshnikov <nib952051@gmail.com>
-
Kai Koehne authored
Task-number: QTCREATORBUG-10630 Change-Id: I7901b1204a389e6b9349e059186d0e89f7437740 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
jkobus authored
Change-Id: Idb9e39ff155ff7dd36f490983ae978681e47fb18 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Thomas Hartmann authored
Avoiding unwanted changes. Change-Id: Ifafa9cc76101c8b9eb877a718db050d0eb6456f0 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
Change-Id: I1805474d2c0f05b4662783972e1eb77e6097bf3b Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Leena Miettinen authored
The Qt Quick application wizards were combined into one wizard and the wizard for importing existing QML projects was removed. Change-Id: I2761c0065541a54bb3efe970ed9481352adc9fec Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Friedemann Kleint authored
These causing warnings when applying translation patches. Change-Id: Id260369ac59b4218bf5b8391eb547aec58ffd3f5 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
For some reason gradient stops end up in the navigator model. This should be fixed for 3.1. Change-Id: Ic447a6907409e4e9776cfd164a49bb6194cc4cab Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
Change-Id: I939fe8952e12f20d4a4ca6d6a41ee578cee0f7b5 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
Change-Id: Ifeb9aeb8515a91f57a0d532fb3c0e32650e4f403 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
Change-Id: Iec7483006ca91482c7f9a6a81dc742294e78ad1f Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
Change-Id: Ia0ee9345a5cc1a8b5a9f9208306d91edb47ace35 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
Change-Id: I0715d9a377493ffb383edf9f28ec1725191e5efb Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
hjk authored
At least theoretically, on our side. Practically the output seems to arrive all with ldb.SBProcess.eBroadcastBitSTDOUT from LLDB. Change-Id: I61cfb1e01193c57e06aebeaa8defa11809e24c50 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
hjk authored
Change-Id: I139a38c6646c3c19819e2c122d7f8be285eae09e Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Eike Ziller authored
Change-Id: I80bfb459c20e92fb0ea4e938421015a09f1c8518 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Ulf Hermann authored
disconnectClientSignals only disconnects signals of objects that are deleted directly afterwards. As deleting a QObject automatically disconnects its signals it's unnecessary to explicitly do that before. However, if QmlProfilerClientManager is deleted from the destructor of QmlProfilerTool, receivers of those signals may have already been deleted. This can lead to crashes. Task-number: QTCREATORBUG-10634 Change-Id: I1e5ce7a6ac4b331fa423987e3a8faa3584b991d2 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Orgad Shaneh authored
Following matches are likely to be merges, and not the branch that the first commit originated from. Change-Id: I80a442bf9f7bc7f5859a1f4c3d3e167d55b28241 Reviewed-by:
Petar Perisin <petar.perisin@gmail.com>
-