- Nov 27, 2012
-
-
Orgad Shaneh authored
Change-Id: I54a3ff0ecf0393fc7b525e1ee86d68f18e9cd387 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Orgad Shaneh authored
Only comments were adapted Change-Id: Id1393d512ed950ca747267c1e024d54e3bfc279d Reviewed-by:
hjk <qthjk@ovi.com>
-
Orgad Shaneh authored
Change-Id: I3beaa2b2d1f3a4c3dc14404f88375172620969e0 Reviewed-by:
hjk <qthjk@ovi.com>
-
Lukas Holecek authored
Change-Id: Ie156438b6633b7e9680e028fca7eca1b8788a63d Reviewed-by:
hjk <qthjk@ovi.com>
-
Lukas Holecek authored
Yank followed by vertical movement ends in same column as at the beginning of the command (or at the end of line if line ha less columns). Change-Id: I573a8435ba9b76430fa3778e536726882f4c6ce1 Reviewed-by:
hjk <qthjk@ovi.com>
-
- Nov 26, 2012
-
-
Lukas Holecek authored
Overwriting a mark with new position and undoing restores the previous state of the mark. Creating new mark (not overwriting old value) on a position and undoing won't remove the mark. Change-Id: I673874ef9df0aae16f86efe8599a43a77aae19ee Reviewed-by:
hjk <qthjk@ovi.com>
-
Lukas Holecek authored
Change-Id: I76eb6d39efb384cb706847b07bb282a8b2f1a6d3 Reviewed-by:
hjk <qthjk@ovi.com>
-
Lukas Holecek authored
Change-Id: I825d82c8577d2e9163248f4e968e177741683145 Reviewed-by:
hjk <qthjk@ovi.com>
-
Lukas Holecek authored
Change-Id: I6733c0de42215b9cf2f662836e4e5956eab1c0e2 Reviewed-by:
hjk <qthjk@ovi.com>
-
Lukas Holecek authored
Change-Id: I6c4bf3b39b334ae621e4648bbc57f50ba8d418ec Reviewed-by:
hjk <qthjk@ovi.com>
-
Lukas Holecek authored
Change-Id: I1b46bda3f70a533d149cf38de02d89e2cf706f3f Reviewed-by:
hjk <qthjk@ovi.com>
-
Lukas Holecek authored
Change-Id: Iff0c719c6b301dac333a55acfb073c7d1e1a27c8 Reviewed-by:
hjk <qthjk@ovi.com>
-
Lukas Holecek authored
Change-Id: I845eeebe44ed859cc96d69fbd660fce56cc1418b Reviewed-by:
hjk <qthjk@ovi.com>
-
Lukas Holecek authored
Change-Id: I3d4642ebf69055722568cf0e59f5480ad5b2c418 Reviewed-by:
hjk <qthjk@ovi.com>
-
Mitch Curtis authored
Currently, pressing Ctrl+Shift+Enter to insert a line above the current line does not work consistently when the current line is the first in the document. For example, if the cursor (|) is not on the first line: 1. #include <QDebug> 2.|#include <QTest> becomes 1. #include <QDebug> 2.| 3. #include <QTest> after Ctrl+Shift+Enter. When the cursor is on the first line, however: 1.|#include <QDebug> 2. #include <QTest> becomes 1. #include <QDebug> 2.| 3. #include <QTest> after Ctrl+Shift+Enter. This patch corrects the above result: 1. | 2. #include <QDebug> 3. #include <QTest> This is also in line with Eclipse's behaviour, for example. Change-Id: I542050b6090ed0cfdf613bf67bbd2651eb99ec9d Reviewed-by:
David Schulz <david.schulz@digia.com>
-
Erik Verbruggen authored
The indexing support for the built-in code model is moved to its own file. Symbol searching will now call for a searcher through that support interface, which will create a fully configured and ready-to-go searcher that can be started in the/a future. Change-Id: Idc3ee1c7c789a69fa05ee1d42415313dcea94cf8 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Orgad Shaneh authored
Change-Id: If913f595de78dc8bc4eff1a5c3ad7fe8d5a623ae Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
David Schulz <david.schulz@digia.com>
-
Eike Ziller authored
Conflicts: src/plugins/cpptools/cppcompletion_test.cpp src/plugins/projectexplorer/kitmanagerconfigwidget.cpp src/plugins/qmlprojectmanager/qmlprojectapplicationwizard.cpp src/plugins/qtsupport/baseqtversion.cpp tests/auto/cplusplus/findusages/tst_findusages.cpp Change-Id: Idd2abc09753a71a6c252bfa9914274459b2c7e63
-
Erik Verbruggen authored
Qt5 will set the mmacosx-version-min to either 10.6 or 10.7, depending on the mkspec used. These lines resulted in two mmacosx-version-min flags, when libc++ is used (macx-clang-libc++ mkspec), this leads to compiler errors. As Qt/qmake already adds the flag, there should not be a need to set it in the .pri/.pro files. Change-Id: Ib8cc59d2b064737aa0b5a889b2b3183eceaea1f3 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Nov 24, 2012
-
-
Aurindam Jana authored
QML objects are fetched lazily when constructing the object tree. Incase parents have not been previously fetched, we fetch the required data to construct only the relevant branch of the tree. Task-number: QTCREATORBUG-8246 Change-Id: Id529c3b2334d33ff4eb46b14f50cf042ad2960e2 Reviewed-by:
hjk <qthjk@ovi.com>
-
- Nov 23, 2012
-
-
Lukas Holecek authored
Change-Id: I59b991766a5c1a7579059ff652e27340b65f2c84 Reviewed-by:
hjk <qthjk@ovi.com>
-
Christian Kandeler authored
Change-Id: I4de7ae4391f57f4c7eac4e5e8b057b8365ca42c9 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
hjk authored
Change-Id: Ia289d7cded868200f2894178ac725d11bb90783a Reviewed-by:
hjk <qthjk@ovi.com>
-
Thomas Hartmann authored
The reference to Maemo does not make sense anymore. Change-Id: Ic7f8245912d200397e7dcc20e69ee42eed2939dc Reviewed-by:
hjk <qthjk@ovi.com>
-
Tobias Hunger authored
Task-number: QTCREATORBUG-8225 Change-Id: I7b5db59ef7967a074e07ae87deff90235190aaa9 Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
hjk authored
Change-Id: I82dc948b8cf6c58cab5ab15ba124a6631448f2c4 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Orgad Shaneh authored
Change-Id: I23134b7eef222dcdb3425e2f2f6d62ab863009fe Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Michael Brüning authored
Resources addressed as urls in offline css files were not loaded (e.g. breadcrumb icons) due to the base url not being setup and therefore defaulting to the main page, when it should have been set to the url of the corresponding style sheet to make relative urls work correctly. This also eliminates the need for the workaround introduced earlier. Task-number: QTCREATORBUG-8211 Change-Id: Icf365781544255e322259262ea6a19a0b1dc7a25 modified: src/plugins/help/helpviewer_qwv.cpp Reviewed-by:
Karsten Heimrich <karsten.heimrich@digia.com>
-
Michael Brüning authored
Task-number: QTCREATORBUG-7199 Change-Id: Iaad133b5dd729b2f9dc141b13162213cd6a41f49 Reviewed-by:
Karsten Heimrich <karsten.heimrich@digia.com>
-
- Nov 22, 2012
-
-
Lukas Holecek authored
Change-Id: Ib4996a88d1bbbec25ab864a37f62825e5b0a2b27 Reviewed-by:
hjk <qthjk@ovi.com>
-
Aurindam Jana authored
Pass both arguments to qmake. The assumption being that most projects will not mix both Qt Quick 1 and Qt Quick 2. In the case of others, debugging will be enabled only for the first debugging client that is enabled. This is inline with the current behaviour where debugging multiple engines is not supported. Change-Id: I90cd6c6ff559a3a7519ee3ee10690c0e8135c97b Reviewed-by:
hjk <qthjk@ovi.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Erik Verbruggen authored
Change-Id: Ic093079fa65d8d749911fd9f5b0f629e9fe68a1e Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com> Conflicts: tests/auto/cplusplus/findusages/tst_findusages.cpp Change-Id: I87d305e2d68582aa00b92f9599368615cd76ec74 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Przemyslaw Gorszkowski authored
This change solves only problem with Qt containers. stl containers need separate change. Problem was with predeclaration of template class after declaration of this template class. (there is unit test added which shows the problem). Task-number: QTCREATORBUG-8228 (cover only Qt containers) Change-Id: If1f76c88c955b7b55347d302b353f5cd52b244a4 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com> Conflicts: src/plugins/cpptools/cppcompletion_test.cpp Change-Id: I9f665276926f2e440ad0c92e94dd1aeee89005b3 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Thomas Hartmann authored
Export macro not required for forward declarations. Change-Id: I8db6499c81a1f1c116e08feb3d8916c1acfe4ebd Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Peter Kümmel authored
setenv.cmd from Windows SDk 7.1 automatically maps to a cross-compiler and does not know /amd64. Nothing to do for Windows SDK 8: "...the Windows SDK no longer ships the following components: Windows SDK Platform Toolset Visual C++ Compilers and C Runtime (CRT) Windows SDK Configuration Tool" Change-Id: Iade79631c4fd30f376c08b6dd9b47d174c0d9059 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Thomas Hartmann authored
Now url properties get a nice file browser when the sheet is generated. Change-Id: Ife4ab3081d92a5ccfab3c3d529de12c22f98d51a Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
Tobias Hunger authored
Allow autodetected kits to be set as default kit. That was not possible via the UI so far. Change-Id: I6dac210d8390e6ab25cf8f022e5ae8293115cacf Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Kai Koehne authored
Mark especially the import wizard as Qt Quick 1 only (we won't provide a Qt Quick 2 version at the moment, and will most likely remove it completely in 2.7) Task-number: QTCREATORBUG-8313 Change-Id: I2dc0d4055a7e174d3d92525189c0d98e3b1f8860 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
Thomas Hartmann authored
In case alpha != 255 the constructor of QColor does not work. Since we do resolve alias properties in the code model we can explcitly "cast" to QColor using the property reader. Same for url. Change-Id: I15f67592efbf7c574d49cf687353a280cf3120e6 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Aurindam Jana authored
QML debugging is enabled by default for applications created with the Qt Quick 2 application wizard. Task-number: QTCREATORBUG-8208 Change-Id: I1869649ce88c35e2d8d4a6677b1d257f7454f223 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-