- Feb 27, 2012
-
-
Aurindam Jana authored
SearchResultFindSupport is now renamed as TreeViewFind. It offers a generic way of searching text in a tree view. ScriptConsole and SearchResultWidget uses TreeViewFind. Change-Id: I2672d8fa5f1d20a35a751d8e85f8a8026b949643 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Morten Johan Sorvig authored
QAbstractFileEngine is private in Qt 5. Protect the header include statement with a version check. (The actual QAbstractFileEngine usage in this file already has a version check). Change-Id: I0da5fe83547986a12dc51eb430c099c48f7e8e3e Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Aurindam Jana authored
Keep scrolling when new items are added only if the scrollbar is at the bottom. Change-Id: Id520585fed0ecc63be8bf1850b72af7df8a2d491 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Christian Kandeler authored
- Add/fix include guards. - Add QtNetwork dependency. Change-Id: Ia9ebf9d48117e4b45325a365d52873034404d4c8 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Aurindam Jana authored
Show File and Line Info for items that have the info. Clicking on the item opens the file and sets the cursor position on the line. The context menu also provides option to copy contents and option to clear the view. Change-Id: I161de392ba35e37d323b049371619b01c617c798 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Kai Koehne authored
In this case we don't get any application output / message telling us that the server is waiting, so let's try to connect directly. This is a regression introduced in commit 742019e3 Change-Id: I85d9f846c72e8b227dae5d6e847ab9366a34e2cc Reviewed-by:
Aurindam Jana <aurindam.jana@nokia.com>
-
- Feb 25, 2012
-
-
hjk authored
Change-Id: I0a54370379d3b27824641c41c3499e4bd2056181 Reviewed-by:
hjk <qthjk@ovi.com>
-
- Feb 24, 2012
-
-
hjk authored
Change-Id: I953008bbd9ae4d9e253e48f2562f6b1a34542a95 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
hjk authored
Note that this changes the name of the plugin .so. you might have to remove your old one manually. Change-Id: Icb6c4ff5455aad40182dfcd00a64d80c424c11b7 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Christian Kandeler authored
Change-Id: I4da0d92552146b9fa7a2236bce2f2ed0c9fe6147 Reviewed-by:
hjk <qthjk@ovi.com>
-
Christian Kandeler authored
One second is ridiculous. Change-Id: Id22998df7dd0dc8248a4267ebb4c738a1c9d1e0b Reviewed-by:
hjk <qthjk@ovi.com>
-
Tobias Hunger authored
Really ugly hack to get remote deployment for desktop linux going again. This is a regression that we recently introduced and should have again in the next version of Qt Creator. The proper fix will be happening when adding a system environment for Qt Creator 2.6. Change-Id: Iaa9782eda0f7bb434ac5a538a4ef49be11eb3643 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Tobias Hunger authored
Remove dependency on Qt4ProjectManager from QtSupport. It is not declared and not necessary either. Change-Id: I3b31425f23c37e995191fe8c28503cfac7c34c56 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
hjk authored
Change-Id: I0d6e18e393e07b101c1b429825a8897a15317034 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Daniel Teske authored
The supported targets don't change, it is which targets can be created Change-Id: I0a454281c061457d23f3a9c2ec1d2a6bd6484474 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Orgad Shaneh authored
Change-Id: Ia3655a4d11f2a2393959139071ec2696fdde22a5 Reviewed-by:
hjk <qthjk@ovi.com>
-
Friedemann Kleint authored
- Compile with QT_NO_CAST_FROM_ASCII, fix single character strings - Remove special character from constants.h, fix constant names - Fix tr() errors. - Clean include directives - struct -> class (coding style) Change-Id: Id6108a03312bdecc6df3015b5a12653c95390647 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Eike Ziller authored
Change-Id: I6e2a85dd0d83266e2b15e0bee6154a9caee6ff50 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Juhapekka Piiroinen authored
Includes an updated MeeGo/Harmattan application template for QtQuick application wizard. Change-Id: I746ccea7c0f680f5b4b177481b7eb18f861ad136 Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
Dmitry Savchenko authored
Change-Id: Ideaf91b2f9ce3d9252ca40b7224a2ab4238341f1 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Vasiliy Sorokin authored
Change-Id: I8f12017be5dc65b1244df369880e3b4851af4b2e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- Feb 23, 2012
-
-
hjk authored
Change-Id: I9e1751e890c42cc9f2d7f855b25c3d7e24b5501f Reviewed-by:
hjk <qthjk@ovi.com>
-
Robert Loehning authored
Hoping to stabilize this on Mac. Change-Id: Iaac5891076166130071ce5ca59a5a89402e6017a Reviewed-by:
Christian Stenger <christian.stenger@nokia.com>
-
hjk authored
Change-Id: I5913ddaaab1a80b1557f0bcf7ebcc15e0e4b74eb Reviewed-by:
hjk <qthjk@ovi.com>
-
Erik Verbruggen authored
Now we can parse: auto foo()->int; without getting semantic errors. Change-Id: Id65c1198c20b2b0c7e8e4eee8ad176d0d66fc0d7 Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Erik Verbruggen authored
This failed for: template<class T> inline S<T>::S(nullptr_t):_p(0){} Change-Id: Ibb48f403a66cb19567e65270aa166849ee81a162 Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Thomas Hartmann authored
The tooltip allows renaming, cloning and deleting and shows included projects. The following method was added to Session: QStringList projectsForSessionName(const QString &session) const; I moved the SessionNameInputDialog into the header to reuse it. I added new roles to SessionModel (ProjectsPathRole, ProjectsDisplayRole). The following slots were added to SessionModel to expose the backend functionality: void cloneSession(const QString &session); void deleteSession(const QString &session); void renameSession(const QString &session); Change-Id: I0182a26dc63b4f051ea948756decd5413c832c60 Reviewed-by:
hjk <qthjk@ovi.com>
-
Aurindam Jana authored
Set the current Index as 0 (topmost stack frame) when setFrames() is called. Change-Id: Iff0acd672930b51b53ef7ad0335b62d463c14500 Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Change-Id: I700abc4ff629992aa7cc821b9a575685fd1e8005 Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Change-Id: I28005f36e3ebaf3f83fb3ba230b74babfeaea85d Reviewed-by:
hjk <qthjk@ovi.com>
-
Eike Ziller authored
Change-Id: I5b39a1753ed8b64a6e2f3a71ffb6dc9dd0546971 Reviewed-by:
hjk <qthjk@ovi.com>
-
Christian Stenger authored
Change-Id: I8077f50a1359db9044a0b0c607e3cc94e7f1f042 Reviewed-by:
Bill King <bill.king@nokia.com> Reviewed-by:
Robert Löhning <robert.loehning@nokia.com>
-
hjk authored
Change-Id: I9eb046348d4b56e64ffc2a2beb057d2fe090f8c3 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
hjk authored
Change-Id: I8a6fe6598d3d167a20c17e7f695fb6eff3fa0874 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Kai Koehne authored
Actually wait for the 'Waiting for debugger on port ' ... message to appear in the application output before connecting, and also use the port specified there. Change-Id: Ib498e5306bc49f2f3d468353b1c5d1ea38a809e6 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Daniel Teske authored
Change-Id: If20e212123a353505002c16b4c39bd3cc316143b Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Christian Kandeler authored
Change-Id: I246ae125285da6c5be8e2acbe8547270a185d298 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Thomas Hartmann authored
We support (pure) qml projects only on the desktop. Change-Id: Ib68d8ddab053a2b4e4b60cc07e9408eff0e27d63 Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com> Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Erik Verbruggen authored
When the information for a project is updated, the mapping was cleared and only recalculated for the new project info. Thereby wiping out the info for any previously added project. Change-Id: Ic6999b9be07f8cb6b4638723e6c8c7d2d3ca52e7 Reviewed-by:
Erik Verbruggen <erik.verbruggen@nokia.com>
-
Christian Stenger authored
Task-number: QTCREATORBUG-6967 Change-Id: I460110bbad5a400aef474f837fe29c2821594fd5 Reviewed-by:
Robert Löhning <robert.loehning@nokia.com>
-