- Apr 11, 2013
-
-
Erik Verbruggen authored
When idle-timer fires for the Todo plug-in, this method gets hit. When I have qtcreator.pro loaded, and 1 file open, and hit enter once, this change reduces time spend in this method from 223ms to 22ms of UI thread activity. Change-Id: I76234601d39605a85e89700d18dd017ac1b8a902 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Thomas Hartmann authored
The cursor should be disabled after component complete. Change-Id: I3ee089b23f43b42a478aaacc4073cbdfd0da2323 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
No reason the export the symbol. Change-Id: I34a42f866333585774129021777265e8a7524555 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
For those properties the QQmlProperty constructor does crash. Change-Id: Ia78583e080ced936d98517ce0d3244d3040f8ceb Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Oswald Buddenhagen authored
QDir::absoluteFilePath(QString()) apparently appends a trailing slash Task-number: QTCREATORBUG-9096 Change-Id: I7c816590daa87df4b646e5cee75566c97b839b52 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- Apr 10, 2013
-
-
Guillermo A. Amaral authored
Currently the Android plugin only checks for the linux-x86 prebuilds in the 64-bit Android NDK (and mingw-and-ndk), this means Qt Creator goes bonkers because it can't find the toolchain and debugger for the kits it auto-detects/creates. A work around is to symlink linux-x86_64 to linux-x86 in every toolchain. Change-Id: I04522b65ef48b6090a9f6925e8e3420ad1d333ee Reviewed-by:
Paul Olav Tvete <paul.tvete@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Kai Koehne authored
The default timeout for the timer is set to 0 for projects that have the 'run in terminal' option checked in the run settings. Make sure that this timeout is set to a reasonable number once the first connect fails, before we retry. Task-number: QTCREATORBUG-8931 Change-Id: Iaa8acb50d76f182ceda77f8e6923738ad79ff445 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Aurindam Jana <aurindam.jana@digia.com>
-
Thomas Hartmann authored
If the typeinfo is provided by the cpp code model if have to use the object value for the lookup. Task-number: QTCREATORBUG-8746 Change-Id: I42e55782ee16ddc255e2f919845a385ff1f3f636 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
Change-Id: I2908388db3e5a627dd3242ff524832812822f799 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
Dragging in Images from the resources tab was broken. Creating an Image has to work with QtQuick 1.0 and QtQuick 2.0. Change-Id: I60702a94ec5fc53805513775f5517c30f9e1b7cd Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
Dynamic properties were not properly rewritten. Change-Id: Icf2bdd41104aaaeb0473f0616958752dcb19fdb4 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
Change-Id: I4183765f654087a38b8ffe60d2b52c3be785f9e3 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Przemyslaw Gorszkowski authored
Task-number: QTCREATORBUG-166 Change-Id: I7a19065a57bfb943e5fc4e2bd9bd81988c1175e3 Reviewed-by:
Sergey Shambir <sergey.shambir.auto@gmail.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Przemyslaw Gorszkowski authored
It fixes: * highlighing * find usage * follow symbol when function of class has the same name as: * local variable * template parameter * other struct/union/class/enum * function argument in function scope. Task-number: QTCREATORBUG-8902 Change-Id: Iddc0f764af689babb40d39460d174bac7b919b31 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Sergey Shambir <sergey.shambir.auto@gmail.com> Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Przemyslaw Gorszkowski authored
Fixed: * code completion * highlighting * find usage * follow symbol Task-number: QTCREATORBUG-9005 Change-Id: I3fcc2638482ca1071c1aa7b6aab0d4dd128595bb Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Thomas Hartmann authored
The warnings were triggered by the constructor of Message. We use PrototypeMessageData which is just the pure data. Change-Id: Iaa85880000ccd936d98517ce5d3294d3040f8cee Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
We need this in the rewriter to avoid warning. Change-Id: Ia99583e080eed936d98517ce553294d3040f8cee Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
Thomas Hartmann authored
The API is confusing so we give a warning. Change-Id: I7a26766609316772bebc3088d820d472243b2c74 Reviewed-by:
Marco Bubke <marco.bubke@digia.com> Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
Christian Stenger authored
Change-Id: Iba67cc28d29346689ca8443ce0b594056feaa0cf Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
Christian Stenger authored
Details: * removed unused functions * removed "QtQuickConstants" (Targets class is used for more than just Qt Quick) * removed Components class Change-Id: I2908348db3e5a627d63242f9524832812822f790 Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
Daniel Teske authored
Broke in 3c6f76d1 Task-number: QTCREATORBUG-9046 Change-Id: I9bace8f8cefaefe9adf73aa3c5ebd93dae66e258 Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Thomas Hartmann authored
Change-Id: I73f47baf1fe48816c74574c068b1deaca4ce89e6 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
Change-Id: Ia79583e080ced936d98517ce553294d3040f8ceb Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
Change-Id: Iaa8588b000c8d936d98517ce5d3294d3040f8cbb Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
Change-Id: Ia78583b080ced996d98517ce5d3294d3040f8ceb Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
- Apr 09, 2013
-
-
Christian Stenger authored
Targets checked for debugging libraries now match the targets selected while creating the project. Change-Id: Ib5e73254b549a66850da64ffb955531aae6b3477 Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
Rafael Roquetto authored
Task-number: QTCREATORBUG-9077 Change-Id: I5b969077a679cdc4da667fbbfcabd0bd6fa75fb9 Reviewed-by:
Laszlo Papp <lpapp@kde.org> Reviewed-by:
Mehdi Fekari <mfekari@rim.com> Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com> Reviewed-by:
Tobias Nätterlund <tobias.naetterlund@kdab.com>
-
Rafael Roquetto authored
Change-Id: I4e35c15a16eda924af217a668159cf2f65af0e94 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Przemyslaw Gorszkowski authored
Fixed: * highlighting * follow symbol * find usage Task-number: QTCREATORBUG-9006 Change-Id: I34a42f8665335857f41290217e7265e8a752455b Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Sergey Shambir <sergey.shambir.auto@gmail.com> Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Leena Miettinen authored
Change-Id: I6ef3a730f659b7275d993d5d685d757b5adbcd93 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- Apr 08, 2013
-
-
Marco Bubke authored
WeakResizeController is a wrapper class for a weak pointer to the ResizeControllerData. Change-Id: I9052a26e6a5c29d2e794ceecc33075d3ae9970db Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Marco Bubke authored
Change-Id: I6b832cd436a70d4c6976fc192e0b2ad9a6964614 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Marco Bubke authored
Change-Id: Id9d00c0fa0c1f5d3780191dbe912c5c7c581e549 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Marco Bubke authored
Be careful if you use a private smart pointer. Change-Id: Ia78583b080c8d936d98517c55d3294d3040f8cdb Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
hjk authored
This takes care of "unusual" contents. Change-Id: I5e9ce2066281d169e88a58e85e6d4dd590760e2a Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
This implements the host side of https://codereview.qt-project.org/#change,50290 Change-Id: I13c7df29534a2a85202c2b295b139896443b0120 Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
BogDan Vatra <bogdan@kde.org> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Thomas Hartmann authored
QWeakPointer is deprecated for tracking QObjects in Qt 5. Change-Id: I3e9089b25f43b42a478aa4cd4073cbdfd0da3823 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Erik Verbruggen authored
This prevents a whole lot of re-allocations when the output byte array needs to grow. It also prevents some heap fragmentation for big files. Because the preprocessed output is short lived (it will be parsed immediately after, and then discarded), it is not squeezed to the minimal size. This would result in another allocation. Change-Id: I4974be5144f88cdfc4ddc9d8330200725aa90803 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Robert Loehning authored
Change-Id: I59ec1c5000afcdd2c91ed55c32aaae11b95b620a Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- Apr 05, 2013
-
-
Leena Miettinen authored
If available, the name of the branch from which the project was opened is displayed in brackets after the project name in the Projects view in the sidebar the Edit mode. Change-Id: Iffec0c8b1a822605f3bbd9d94a1d84aba0cda2e2 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-