- 26 Feb, 2013 16 commits
-
-
Tobias Hunger authored
Change-Id: I6e1c692abf39387cb981a8a63d4857e7dbe8c2a2 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
This helps getting the plugin initialization right. Change-Id: Id67508fe2d188132ca16ab8cca808a8c11080fa3 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
Warn when somebody tries to register KitInformation after kits are already loaded. Also warn when trying to access kits before all plugins are initialized. This helps with making sure that initialization of plugins is done as expected. Change-Id: Ie2e9c79eee2a2c0de3397db9a95b5e41b614bfe8 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Erik Verbruggen authored
Change-Id: I16f91e81402ecff0039acf1dfc68d9ce7f6d1c81 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
hjk authored
As we disable of 'by-address' breakpoints by default after each debugger run as they are unlikely to be correct on the next run, starting with disabled breakpoints might happen. Disabling it immediately is faster and less racy than relying on the 'change needed' mechanism. Change-Id: Icc5548d322f7ef4f099d218b4f04b4c40e3cb850 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
Erik Verbruggen authored
The fix: when finished with a FunctionDefinition, only flush when the number of usages reaches the chunk size. This should prevent a lot of chunks with a low number of usages for files with short methods. The tuning: for files larger than 10000 lines, use a larger chunk size to prevent the UI thread from having to re-layout/re-paint too often. Change-Id: I419174d306b8380c6fa8402825767e26c73f62ec Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Robert Loehning authored
Change-Id: I14ba2d2eee033a6e779cd1cca47e25572020dc40 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Thorbjørn Lindeijer authored
Change-Id: I30831cf7f89f91f5a76a9b66d22a1d1b675ee628 Reviewed-by:
Thorbjørn Lindeijer <bjorn@lindeijer.nl> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Orgad Shaneh authored
Regression introduced in ab85e734 Change-Id: I92ec1f9d45b713d426fdae99d16e93ba5eb455cb Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
hjk authored
This avoids a problem when setting the ignore count on a pending breakpoint. Task-number: QTCREATORBUG-8809 Change-Id: I8cdeb9c525de33336a21c739c6dc99f824f6fe7a Reviewed-by:
David Schulz <david.schulz@digia.com>
-
Leena Miettinen authored
Change-Id: I4b4294c3fcb0eb9dfc8b9f73040d4fae80944d8b Reviewed-by:
Karsten Heimrich <karsten.heimrich@digia.com>
-
David Schulz authored
Task-number: QTCREATORBUG-8834 Change-Id: I75ed8014076644e987f7883e762a2ed395d0ecdf Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Leena Miettinen authored
So that users don't have to read the bug reports to understand what was changed. Change-Id: I52020ebdbe492e8278fcf2b5f5bdbedb89c3f275 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Jan Kundrát authored
Change-Id: Ie919eff17c3122a70f4a8f3349b399e0a62017aa Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Nuno Sucena Almeida authored
Task-number: QTCREATORBUG-8821 Change-Id: Icb843108bd48dd1266469667f318a5ef32b05e06 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
David Schulz <david.schulz@digia.com>
-
Jan Kundrát authored
This is apparently the default in my build environment. Change-Id: I7bcb971a0e819b9a7693c08e95fe73a0b6ff7bbc Reviewed-by:
Lukas Holecek <hluk@email.cz> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 25 Feb, 2013 22 commits
-
-
Tobias Nätterlund authored
This adds dependencies on private Qt headers for the QNX plugin, as we need the QZipReader to read the .bar file. Change-Id: Id70def551776a9d5ac43203cf807d2a0ca65e22f Reviewed-by:
Rafael Roquetto <rafael.roquetto@kdab.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Leena Miettinen authored
Change-Id: I4be04b05063320687e7c174c7f0e513f03c062d4 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Joerg Bornemann authored
Using the comma operator was unintended. The dependency to Qt.core is added implicitely. Change-Id: I3371ae24b5f5e10172ece0edde75a81ae3172e26 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Eike Ziller authored
We now keep the current context if the focus is set on a widget with a parent hierarchy that doesn't define one. This way, toplevels without a context, like popup windows without parent, will keep the behavior from before other toplevels could define contexts at all (2118d542 ) Task-number: QTCREATORBUG-8667 Change-Id: I8dd04d1f97f6ced10f8fa4269bc91457211396ca Reviewed-by:
David Schulz <david.schulz@digia.com> Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
Friedemann Kleint authored
QDate is a 64bit in Qt 5, which will be aligned on 64bit borders in 32bit and 64bit builds. In Qt 4, it will be aligned on 32bit borders for 64bit builds as well. Differentiate between padded and non-padded types when retrieving the address of a QSharedData-member. Change-Id: I6a16d6aa2dc0d5ad85d3d25f71ce09c06bd04c05 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
Tobias Hunger authored
Change-Id: I966a127d42e9819bb722d23c631b6db3af6e08d7 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
Change-Id: Icf0a882dbccff61b449af64cb001a4583675df42 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Leena Miettinen authored
This change log entry was lost during a merge conflict. Change-Id: I2d89abcbc2aa546377a08828bb9f706cdd029414 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Nikolai Kosjar authored
Change-Id: I5a712c7dbf58465cd0a675be03ba22a73c57bb12 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
Daniel Teske authored
Task-number: QTCREATORBUG-8819 Change-Id: I2b78706ed7e090ed66ad412fb8600b0f73a7323e Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Friedemann Kleint authored
Change-Id: Ie883243a3c818386307424f8c9dbea4ec1b7e6a8 Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
David Schulz authored
Task-number: QTCREATORBUG-8826 Change-Id: I4eaa6e7c2228deb0c10a4c428a2bb7ad1b975230 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Leena Miettinen authored
Move two debugging items from "C++ Support" to "Debugging". Create subsections for "Code completion" and "C++11 support" in "C++ Support". Try to list related items together. Change-Id: Id3cb1ac54ac1226adbc7a5d0413f6a5142f3365d Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
Kai Koehne authored
Remove Debugger dependency to QmlJSTools . Instead mark all modules that use QmlJSTools API as dependent, even if the dependency is already implicit (QmlProjectManager depending on QmlJSEditor). Change-Id: I9e936429674fbd580dafc348b6695d07158e5341 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Joerg Bornemann authored
Change-Id: I2f559a2dc3af6adc41e417ad2b5d4a5ac8c47f0d Reviewed-by:
Kai Koehne <kai.koehne@digia.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Leena Miettinen authored
Change-Id: I2df164796febdb71d522407b792a5a626fe41fc3 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
BogDan Vatra authored
Change-Id: I103d5199d608a166e15098a89d63f4f7cc1f5c21 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Daniel Teske authored
This deletes all kits. AndroidPlugin::extensionsInitialized() is called before QtSupport::extensionsInitialized() so, the qt versions aren't restored yet at that point. The Qt Version Manager will though emit a signal on restoring them. Change-Id: Ibf39d6f73ad173f358de3d757d8cdd97c52eca41 Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
Christian Kandeler authored
This is necessary for people using the binary release. Change-Id: I3e8821175c00812bdb8c65f0aedb8208894d08b2 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Davide Pesavento authored
Task-number: QTCREATORBUG-8588 Change-Id: I429b7dc101b780a66b3e92c40eef3efef2328bf2 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Tobias Hunger authored
Task-number: QTCREATORBUG-8789 Change-Id: I7fd782a789cea2f3ad6186018b975167a578f716 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
setDirty() wasn't called when inserting/removing rows from the assets model Change-Id: I553d9db13caaff1a80d021dea9c202bd1b607fbf Reviewed-by:
Mehdi Fekari <mfekari@rim.com> Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
- 22 Feb, 2013 2 commits
-
-
Christian Stenger authored
...and stop execution of the current test case Change-Id: I46ac21e79f643f6890b7303d08c204dcd9fa9386 Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
Kai Koehne authored
The warnings are just shown on console / through qWarning(), so there's no need to translate them. Change-Id: I27bc9a043d9dd76d41fcde6c253b04b69fef40ad Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-