- 15 Dec, 2011 1 commit
-
-
Kai Koehne authored
Change-Id: Ifb985083902f2210768f6538c908d1512e7f53d6 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 14 Dec, 2011 1 commit
-
-
Kai Koehne authored
We used to search only in $QT_INSTALL_DATA/bin,which might not be the correct location if Qt is configured with "-bindir" Task-number: QTCREATORBUG-6698 Change-Id: Ica54247e7ccd9a94d1a9c5923d258771287b56ac Reviewed-by:
Tommi Asp <tommi@mowhi.com> Reviewed-by:
hjk <qthjk@ovi.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 09 Dec, 2011 1 commit
-
-
Eike Ziller authored
Task-number: QTSDK-1129 Change-Id: Ief29c41ad4074d74c97b4e8aa9c69a6e4a0d9d67 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- 08 Dec, 2011 2 commits
-
-
Eike Ziller authored
Broke with 4edec9f9. Change-Id: I1dfad5964f7d36566de0874d19e7ca94e3b92054 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> (cherry picked from commit b2c73f6e)
-
Daniel Teske authored
Task-Number: QTCREATORBUG-6677 Change-Id: I01dd37fabafd8cd056cd4051b8377c6167453cb6 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 06 Dec, 2011 4 commits
-
-
Eike Ziller authored
For the bigger search filters like C++ Symbols & Files on File System it was unusable e.g. on Mac. Change-Id: I1839238660cc7508ada4e580388ee08d8eca8a6a Reviewed-by:
Daniel Teske <daniel.teske@nokia.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Tobias Hunger authored
Change-Id: Ib6a3450a7974dc568ba07633a38a29d598a9099f Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Robert Loehning authored
Change-Id: I87ce2a9c0cb8452c9e5850ae75cc0dc057f5e016 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Sergey Belyashov authored
Change-Id: Ib31f661cc50a5126cb67b628708965142da74bfb Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- 05 Dec, 2011 3 commits
-
-
Eike Ziller authored
Task-number: QTCREATORBUG-6643 Change-Id: I04945ebb39caace476a12f293666cfcec0f8a9e5 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Eike Ziller authored
Broke with ebb9e252 Change-Id: Ifb5821d4712e780df70bc1ec798123dd7b63b108 Reviewed-by:
Jarek Kobus <jaroslaw.kobus@nokia.com>
-
Christian Kandeler authored
In addition to using an empty file as in 2.3, the user can now also put a magic string at the start of the manifest file. This way, we can use this as the default while also documenting it in-place. Task-number: https://projects.maemo.org/bugzilla/show_bug.cgi?id=284797 Change-Id: I375a73a5d2e9d3e0973d97d81e0110e788d0159a Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 02 Dec, 2011 4 commits
-
-
Daniel Teske authored
Task-number: QTCREATORBUG-6657 Change-Id: I1b7b9f6e84b4e81ed1c81c70c9a0b4e3dce360e3 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com> Reviewed-by:
Robert Löhning <robert.loehning@nokia.com>
-
Christian Kandeler authored
This prevents event loop issues (e.g. connection timeout). Task-number: QTCREATORBUG-6641 Change-Id: Ibeecaac2621e171a0590621fd9fdde8f7e3ab9c5 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Christian Kamm authored
When invalid documents or documents without idEnvironment or rootScope get added to a QmlComponentChain. Change-Id: I64b7062881f19777ba20efda6efa2e7bab02571e Reviewed-by:
Leandro Melo <leandro.melo@nokia.com> (cherry picked from commit 9b411ed5) Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Christian Kamm authored
Change-Id: Ib81d5e6baabf5ac8d18411e8936098908de2c2bb Task-number: QTCREATORBUG-6635 Reviewed-by:
Leandro Melo <leandro.melo@nokia.com> (cherry picked from commit 25842cb1) Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 28 Nov, 2011 3 commits
-
-
hjk authored
Change-Id: I4e7a4636e2af4f1cb4af1039473038e906693b2d Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Eike Ziller authored
In the case when they are part of the project. The project's EditorConfiguration had an wrongly initialized default editor setting. Change-Id: If6e39ed3efca39d726c28b8278a059c8bbe7c3fc Reviewed-by:
Leandro Melo <leandro.melo@nokia.com>
-
Kai Koehne authored
Remove unused variable. Change-Id: I8e060a8569edfa34483497188d480e624fc2c5fe Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 25 Nov, 2011 7 commits
-
-
Christian Stenger authored
With this patch it's possible to not only hook into the QmlApplicationViewer (although nothing else is currently done) and additionally to not only send the closing event to the sub-process. You can now define a function that will be executed on the sub-process. Both modified tests show an example how to use it. Change-Id: I39b9959f2cf1d519b8afeb0c479ac2d68ea20ca6 Reviewed-by:
Bill King <bill.king@nokia.com> Reviewed-by:
Robert Löhning <robert.loehning@nokia.com>
-
Robert Loehning authored
Change-Id: I8ad167cca8c878efd67eca9ac48b4df237d31726 Reviewed-by:
Christian Stenger <christian.stenger@nokia.com>
-
Eike Ziller authored
With cc11186b starting a new search would not move focus to the search term. Change-Id: Ibf84e632e99902d4a06d998271b49ebe614b79d8 Reviewed-by:
hjk <qthjk@ovi.com>
-
Daniel Molkentin authored
Change-Id: I7e97af90cb7cd4c93abe2330cfbd92581b2be22e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Leena Miettinen authored
Change-Id: Ib1659da5f41c51675274bdd0780d060eb3a737be Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@nokia.com>
-
Jarek Kobus authored
Before, we didn't transform the code style settings if they were defaults (so no entries were written for them in the settings). In case someone changed global tab settings and didn't touch code style settings in 2.3, the code style settings were not transformed. Now, we transform them too so that legacy code style settings in 2.4 (named: "Old Creator") contains old global tab settings. We also take care of not creating legacy settings in case neither textTabPreferences nor CppTabPreferences nor CppCodeStyleSettings were saved (when creator 2.3 used only defaults or when it's a first run of creator 2.4 without old settings). Handle legacy transformation for qml too. Make a code bit more readable. Task-number: QTCREATORBUG-6614 Change-Id: I37b8dd4d1170f397b7d304c59575d9ae37884564 Reviewed-by:
Leandro Melo <leandro.melo@nokia.com> Reviewed-by:
Christian Kamm <christian.d.kamm@nokia.com>
-
Eike Ziller authored
Change-Id: Ic65e1500c3727c26919050cdd5834dc904ad80d0
-
- 24 Nov, 2011 4 commits
-
-
Robert Loehning authored
Change-Id: I1f0d48712f5ec081fa323e929dabaeee1dbf9b63 Reviewed-by:
Christian Stenger <christian.stenger@nokia.com>
-
Daniel Teske authored
Task-number: QTCREATORBUG-6579 Change-Id: Ia1d629df24e1a4c7f4f830f575d1be4adc552409 Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
Eike Ziller authored
The search result pane set a minimum size for the "New Search" panel which forced this relative big minimum size on all panels and made it impossible to make the output pane area small. Now, the new search is wrapped into a scroll area, doesn't enforce a minimum size anymore, and, instead, when initiating a new search (via shortcut or menu action) resizes the pane so the panel fits nicely. Change-Id: I9afe67e66f324111a10a97f33c203846231e6a93 Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Task-number: QTCREATORBUG-5838 Change-Id: I897af2919d3762c23c788d276e755d8d598483ed Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 23 Nov, 2011 10 commits
-
-
Pierre Rossi authored
Change-Id: I8522f5a30f73e3d45cd93e4d87c9f24ad66b7c63 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Alexandre Laurent authored
From now, just validation work still to do Change-Id: I64d44b9d9d6ac9fcfe4a843b78bcc0481955b70d Reviewed-by:
Pierre Rossi <pierre.rossi@nokia.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Thibaut Cuvelier authored
Change-Id: I24210582fa22fa27d989f1daafbe3dae414526e4 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Jonathan Courtois authored
Change-Id: If26048320f6a140ef079b40000fefa1f8452d01a Reviewed-by:
Pierre Rossi <pierre.rossi@nokia.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Pierre Rossi authored
Change-Id: I5873624fcddb224d10f7708406b8ba6db4b4f68a Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Robert Loehning authored
Change-Id: I3b6b6fc0b5c6520e767a7c923be9bd3f3b3b6517 Reviewed-by:
Christian Stenger <christian.stenger@nokia.com>
-
Christian Stenger authored
Change-Id: Ic1ae2a8341d01e179f9d52b7c7ad3cbe24995bd1 Reviewed-by:
Robert Löhning <robert.loehning@nokia.com>
-
Jarek Kobus authored
Change-Id: If7082613d90e79af74d7116ab53cceff10e9fa93 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com> Reviewed-by:
Jarek Kobus <jaroslaw.kobus@nokia.com>
-
Christian Kamm authored
The qmlplugindump tool is only shipped with Qt since 4.8.0. Change-Id: I05c77da2bcfc9e1dbf055c45add78543cacce79c Reviewed-by:
Niels Weber <niels.2.weber@nokia.com> Reviewed-by:
Tim Jenssen <tim.jenssen@nokia.com> Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
hjk authored
Task-number: QTCREATORBUG-6319 Change-Id: I5a2cc1845104bb16f912fe258ba25473ba85cefd Reviewed-by:
hjk <qthjk@ovi.com> (cherry picked from commit b3ae7d7e)
-