- Apr 17, 2013
-
-
Christian Kandeler authored
Change-Id: Ie57ecc36a676a3744317170eed7c4265becefe1b Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Eike Ziller authored
Clang complained that the operator== was not defined in Utils namespace. Change-Id: I64853ddf3a081991cfb276b3be3a243fda87a740 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Joerg Bornemann authored
Depends items will soon be case sensitive. Change-Id: Id631058aacc5b8456ac66552b54730913568d851 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Eike Ziller authored
Task-number: QTCREATORBUG-9066 Change-Id: I76b7916b4ce64c400c175e72edc2b0a3ef015156 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Aurindam Jana <aurindam.jana@digia.com>
-
Daniel Teske authored
Change-Id: I102a4843652029dff757e12594efc4d5e5e50a99 Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
-
Thomas Hartmann authored
CONFIG += c++11 does not work with clang atm. Change-Id: I7750b333296ccedf999d2610cca126530f737777 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Thomas Hartmann authored
Change-Id: Ic5ef2d7d452046cd446204b88346533f41b1a562 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- Apr 16, 2013
-
-
Leena Miettinen authored
UTF-8 is required by Qt 5. Change-Id: I7750b337296c8edf997d2610cca126530f737c37 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Marco Bubke authored
Change-Id: Ie56c5e26a7ec077b794a4993679ab80a716740ce Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Marco Bubke authored
Change-Id: Ibdf07c4a35b40f3fc78300a1675270f8295bec42 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Marco Bubke authored
Change-Id: Ie6ac96b713775db13a02cecdc74849ad97f017e5 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Marco Bubke authored
Change-Id: I5da0c624b467448dc6f16a88fa3ad3682f423c20 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Marco Bubke authored
Change-Id: I7f30f23c5f2af24f3715bae2b1f4b7be044b0da7 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Marco Bubke authored
Change-Id: If886ca208de775472c4e97e986c2f4df81615959 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Marco Bubke authored
Change-Id: Ia7eb8730c61347833c70a3d62787c10e2a3134ca Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Daniel Teske authored
That is at least android-9 for qt 5. Task-number: QTCREATORBUG-9067 Change-Id: I977f8a35e5d2db2c645fe1a1bc52ef5d7b9f8b35 Reviewed-by:
BogDan Vatra <bogdan@kde.org> Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
-
Fawzi Mohamed authored
qmlplugindump of qt <= 4.8.5 does not output exportMetaObjectRevisions so do not use its output for the builtins. Task-number: QTCREATORBUG-9076 Change-Id: I82bdd325ef15f800c70c830ead4867787f6b7b0a Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- Apr 15, 2013
-
-
Marco Bubke authored
updateDirtyNodeRecursive and renderPreviewImage belongs to quick image and not in the node instance server. Change-Id: I629b89c748036c0614e78bcfa0c837cb16ca6374 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Leena Miettinen authored
Change-Id: I3822a47f98a9f2f31eda81c939b900ca5467bc51 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Lorenz Haas authored
The problem was, that while loading saved bookmarks, updateBookmark() was called which automatically called saveBookmarks() even if the pointer of the new bookmark was not put into m_bookmarksList. Thus the bookmark was deleted. Task-number: QTCREATORBUG-9116 Change-Id: I9cbdfc854e2bfa0dc448d96233ca76ee62417fe2 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Apr 12, 2013
-
-
Robert Loehning authored
Change-Id: Iebd03914a2abcfa014288f82360687f18d6bacd9 Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
Leena Miettinen authored
Task-number: QTCREATORBUG-8656 Change-Id: Icebbd69b56aa6b47ce872957dddfcaf01868b039 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Orgad Shaneh authored
Change-Id: Iee7af99f4758d278d66a5512b323ac441e99464e Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Christian Kandeler authored
This reverts commit a9754611. That patch does not work as-is, because it introduces a dependency from the qtcreator library to the Core plugin without adding the respective directory to the list of rpaths. While doing just that would make Creator start up again, it seems conceptually wrong, because the Core plugin is explicitly loaded by the application itself. Removing the dependency altogether seems like the cleaner solution overall. Change-Id: Ife7b726449701a0a61eb48d98c04c55a55cf47e3 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
- Apr 11, 2013
-
-
hjk authored
This fixes a regression introduced after 2.5 Task-number: QTCREATORBUG-9110 Change-Id: I72450d7c6797910e789f78c7478fc7dd3d6f6228 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Knut Petter Svendsen authored
The correct way to check if a VOB is active (mounted) is to check for a "*" in the output of "cleartool lsvob". On windows a directory for each active VOB exists under topLevel, but this is not true for unix where directories (mount points) for all VOBs exists always. Change-Id: Iccb0e38a39dfcae72326d68b9ff43b2555187f6c Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Joerg Bornemann authored
Change-Id: I38613edf14cf72d38a7c7ca631f4d7f82c112288 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Leena Miettinen authored
Task-number: QTCREATORBUG-7909 Change-Id: Ib04c10559e7945efc8fc8ddb320bd1300620fd33 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
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>
-