- 03 Dec, 2012 2 commits
-
-
Kai Koehne authored
Actually this can lead to crashes if passing the QtQuick1 import path to qmlscene. The removed code was introduced in 404186a9 . However, the Qt import path for the code model is also added in QmlProject::refresh(). Task-number: QTCREATORBUG-8365 Change-Id: I8581ce3d67c83c0f27d7b8aefedf9765935bedbc Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
Eike Ziller authored
Broke while fixing the flag handling in editor manager. Change-Id: Id743de099b3c193dcbf1dc55b4372217c691488a Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- 01 Dec, 2012 1 commit
-
-
Kai Koehne authored
Compilation on mac with latest qt5 fails with fatal error: 'QWebSettings' file not found The compiler call adds "include/QtWebKitWidgets" to include path, not "include/QtWebKit" . This might be a qmake related issue on mac. Attempt to fix it by adding an explicit webkit dependency. Change-Id: I032dd4dda7371a8d477f8544b0ba0004856f3d76 Reviewed-by:
Pierre Rossi <pierre.rossi@gmail.com>
-
- 30 Nov, 2012 5 commits
-
-
Eike Ziller authored
There basically just no sense for directories to have line number suffixes, so we just remove that part. Task-number: QTCREATORBUG-8272 Change-Id: Ia103ed15cd7ab00fb2d5bb692423e8542722fa31 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Kai Koehne authored
Got broken in cb18283d . Change-Id: I402f2efa711b6dc42d5d6363b07a98560c942e33 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
kh1 authored
Depends on: https://codereview.qt-project.org/#change,38650 Change-Id: Idbd91ec7873286fe4a371c6c9dcebddece4acf45 Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com>
-
Jing Bai authored
Change-Id: I39b8284f77eb0420e63e752d7dd8881d24133d09 Reviewed-by:
Liang Qi <liang.qi@digia.com>
-
Eike Ziller authored
Task-number: QTCREATORBUG-8297 Change-Id: Ie19534c669a1160a0acce8a037016b1f3007cb6b Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 29 Nov, 2012 12 commits
-
-
Jing Bai authored
m_isDefaultKit is changed to wrong value during apply() process,we need to keep the value so that the rest of the logic works correctly. Task-number:QTCREATORBUG-8205 Change-Id: Id25e56273ed06957d0a26d893ec26b9bf73864fa Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Daniel Teske authored
Change-Id: I3bb45142a17971d21bd7e840ee0397bd49ed4469 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Robert Loehning authored
Task-number: QTCREATORBUG-8174 Change-Id: I9858ff5c24e80ed1f4375b2f4076bc74832bb217 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Tobias Hunger authored
Change-Id: Id30080cebd7aeb0917516d7d94200f90bd531397 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
Those look ugly. Change-Id: I984060aaddf3294edf748a4c5c167efba7e40da8 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Eike Ziller authored
broke with 6e432b9d4e99ca233fb687be142b8782342f41d7 Change-Id: I67bda87a4fd0f9e0c2305843ae732b3bb66bf0c8 Reviewed-by:
Morten Johan Sørvig <morten.sorvig@digia.com>
-
Aurindam Jana authored
This patch reverts 2b0c1fb3 and affd4b9c Change-Id: I65daf80a0e510f4103c2f2714a3ee583207e53d0 Reviewed-by:
Kai Koehne <kai.koehne@digia.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
Thomas Hartmann authored
This is needed on Windows for QML since QML always checks for capitalization. Task-number: QTCREATORBUG-6126 Task-number: QTBUG-28230 Change-Id: I011464288f6052bfe19452b8ce555d6c462e15dd Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Morten Johan Sørvig authored
Qt now generally expects styleObject to be set during style draw calls. Change-Id: I148d0a4e95a60c35fc6dc2b34cd0ba8d598cf7c3 Reviewed-by:
Kai Koehne <kai.koehne@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Marcel Krems authored
Change-Id: I587154926a5e4bce62984445d7a00547c0b51673 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Kai Koehne authored
Work around QTBUG-17529 by normalizing paths first. Task-number: QTCREATORBUG-6126 Task-number: QTBUG-28230 Change-Id: Ib7a52c81cf546d022b9db8402e225c8d3c10c0ca Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Aurindam Jana authored
QAbstractFileEngine is in a private header in Qt 5 Change-Id: I2f3317e48274392cda853ebf69ed96a662763094 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 28 Nov, 2012 12 commits
-
-
Christian Stenger authored
Change-Id: I981392e5ef3397c3b80f1031e0644f84de1445f2 Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
Kai Koehne authored
Override any QtLibraryInfo settings. Change-Id: Ib931d132975769a2ab90f832b672bc6740138841 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Thomas Hartmann authored
QmlProjectApplicationWizard now has a version for Qt Quick 1.1 and one for Qt Quick 2. Change-Id: Icdcf2b58ad9f252e47a838717a6234eb840a03b7 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Eike Ziller authored
QTBUG-3570 doesn't look like being fixed in Qt5. Change-Id: Icddcd0e98899c9a8ac01b99783bb9450dcbe952b Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Robert Loehning authored
Change-Id: Ib8c5766171aa87c112286073ef82e776a0dc45e5 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Eike Ziller authored
Qt 5 installs its documentation directly in QT_INSTALL_DOCS, not in a qch subdir, so we just check both for qch files. Change-Id: I7360d9695954233437f2042f35b6de194662e623 Reviewed-by:
hjk <qthjk@ovi.com>
-
Kai Koehne authored
Task-number: QTCREATORBUG-8336 Change-Id: I48c646f4594b47807da1f01c8871d72f36834166 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Eike Ziller authored
Fixes compilation with Qt5 Change-Id: I7d591355b0d4553956341ca6552cfa8f138e92c0 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Thomas Hartmann authored
Qt 5 will not expose QWindows style directly. We use QStyleFactory instead. Change-Id: I06717cb5ac5b13fbeb04ca3758fdf5df985d9102 Reviewed-by:
J-P Nurmi <jpnurmi@digia.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
J-P Nurmi authored
Qt 5 will not expose QWindowsStyle, use QStyleFactory instead. Change-Id: Id4ec0a4812cd8f8378ad1e493796c6110080c0ae Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Eike Ziller authored
Change-Id: I74d90b34e9a962cb918e5c93558f2ca2dc058f8d Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Eike Ziller authored
Task-number: QTCREATORBUG-8244 Change-Id: I39bd64bb7a3e75b54f3f0b9297a27b460b603cc9 Reviewed-by:
Kai Koehne <kai.koehne@digia.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
- 27 Nov, 2012 8 commits
-
-
Sergey Belyashov authored
Change-Id: I41db815a7759b75b08c0bc04b948973f6bc24df3 Reviewed-by:
Konstantin Ritt <ritt.ks@gmail.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
hjk authored
Change-Id: I4dbc796577d77e9bca4e8e76e2f68ada3dd440c0 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Eike Ziller authored
Qt5 has the manifest files in QT_INSTALL_DOCS but the actual examples in QT_INSTALL_EXAMPLES/DEMOS, which can be completely independent. The patch tries to resolves files relative to the manifest, and if that fails, relative to the install paths. Change-Id: I7d449e1edab01f18680a5ffe6edcb508e7b194f6 Reviewed-by:
hjk <qthjk@ovi.com>
-
Eike Ziller authored
Can be force enabled with environment variable. Change-Id: I262df587cf5a906a9e90850405c9db699c3727ab Reviewed-by:
hjk <qthjk@ovi.com>
-
Aurindam Jana authored
Update context from QML object tree or the stack frame depending upon debugger engine state. Change-Id: I4e6affba37acc016513ad95cd278a400aaa18c49 Reviewed-by:
Christiaan Janssen <christiaan.janssen@digia.com>
-
Christian Stenger authored
Change-Id: I85a4fee5acbb36096283daec982a8d31e42573b4 Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
Aurindam Jana authored
Clicking around QML code in the editor would update the Inspector. This is now disabled. The problem with the behaviour is that the object tree would be expanded and that may be unwelcome for some users. Also some code snippets may be shared by multiple objects, for eg. a custom QML component. In this case, the behaviour was undefined as to which object in the tree would be selected. This case of 'one-to-many' was not handled. Finally, the inspector queries for object ids lazily. Hence, sections of code may not be associated with an id resulting in unknown behaviour. Task-number: QTCREATORBUG-8246 Change-Id: I6266fd0767d0619af70387e2e867a756548120ca Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Christian Stenger authored
Change-Id: Ic2a475bf27167e8e3c3d3d1b5dcfb02cfbecaad3 Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-