summaryrefslogtreecommitdiff
path: root/src/plugins/qt4projectmanager
Commit message (Collapse)AuthorAgeFilesLines
* Compile fix for Mac 10.5.8 gcc 4.0.1Jarek Kobus2011-11-222-13/+15
| | | | | Change-Id: I77a9ac922ead256c3c58be39ad0383aef67f3133 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* Override LC_ALL for the make stepTobias Hunger2011-11-221-1/+12
| | | | | | | | | Override LC_ALL in the makestep, not LANG in the toolchain's addToEnvironment. Task-number: QTCREATORBUG-6488 Change-Id: Ic3de4f53f99b6b9d88a1337c65aa7f4839d4099d Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* Don't use MDeclarativeCache::qDeclarativeView()Alessandro Portale2011-11-161-1/+1
| | | | | | | | | | | | | | | | | Commit d687d11240877f848f3d1c28e2ec70ed4ff555f4 unfortunately caused two severe regressions for MeeGo: QTCREATORBUG-6473: The application creates two QDeclarativeViews QTCREATORBUG-6490: QDView functions inaccessible. Existing apps broken This commit removes most of d687d11240877f848f3d1c28e2ec70ed4ff555f4 just leaving the boosted QApplication. Now, QmlApplicationViewer *is* again the QDeclarativeView. Change-Id: I219540353ff4dd1061221d6cbe69ce9a58500e91 Task-Id: QTCREATORBUG-6473 Task-Id: QTCREATORBUG-6490 Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
* QML Debugging: Always name qmake step "Enable QML debugging"Kai Koehne2011-11-151-4/+1
| | | | | | | | | We used to differ between Qt 4.7, where the step was "Link QML debugging library", and 4.8. Let's just call the checkbox "Enable QML debugging" for all Qt versions, which is easier to document. Change-Id: I9bdffd75769a9d3c08efbf7471e00be46c9d9ed7 Task-number: QTCREATORBUG-6541
* Use QString::fromLatin1 instead of QString::fromAsciiAlessandro Portale2011-11-081-1/+1
| | | | | | | | | There is no good reason to break the Qt coding style, here. The strings "%1/../Resources/%2" and "%1/../%2" are Latin1 aswell as Ascii. Change-Id: Idbf3b7650fd650f93293496839fec4d21626cd0b Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
* Make links clickable in Nokia Store wizardDaniel Teske2011-11-071-0/+33
| | | | | | | Task-Number: QTCREATORBUG-6469 Change-Id: Iff7bd0c153bae4d278736548e1487363ae364f0f Reviewed-by: Robert Löhning <robert.loehning@nokia.com>
* QtQuick/Html apps: Fix some non-shadowbuild casesAlessandro Portale2011-11-041-1/+1
| | | | | | | | | | | | | | If the .target of a .source/.target tuple is empty, we get a "//" in the path. Let's replace it with a "/" before string-comparing it to another path. If the .target is just a "." like in the HTML template code, we get to replace a "/./" with a "/". Change-Id: I5b6fef93c3efd5a21f9461b6e85c76f13bfb75e1 Task-Id: QTBUG-21060 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
* Don't add superfluous newlines to qmake project files.wongk2011-11-041-4/+1
| | | | | | | Task-Number: QTCREATORBUG-5635 Change-Id: If12d6028b41b962e29d4aff38af3ea7ebd0eae41 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* App Wizard templates: Use com.nokia.symbian 1.1 instead of 1.0Alessandro Portale2011-11-035-12/+12
| | | | | | | | Bumping the minimum required Qt version from 4.7.3 to 4.7.4, accordingly. Change-Id: I1f88278552c83ff18f9a710eb1f08b74f43688b8 Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
* String fixesRobert Loehning2011-11-031-1/+1
| | | | | | | Change-Id: Iffa87a0e394b799e3987fa60f0a7559d5c1d0d27 Reviewed-by: Eike Ziller <eike.ziller@nokia.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com> Reviewed-by: hjk <qthjk@ovi.com>
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-03222-444/+444
| | | | | Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* projectexplorer: More consistent '...'hjk2011-11-021-3/+3
| | | | | | | Used for buttons that open additional dialogs, but not comboboxes. Change-Id: I9b40eac236f18b4c0b2e358ddeccb953024e8d50 Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Qt: Pick tool chain that works with the default mkspecTobias Hunger2011-10-312-0/+15
| | | | | | | | | | | Pick a tool chain that suggests the same mkspec as the Qt version was build with if possible. This should help with the case of us choosing the wrong tool chain on mac. Change-Id: I206658fd36f2f3c2223392a2c69cf264b5b6a54e Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* Fix memory leaks (lacking destructors for uis)Jarek Kobus2011-10-284-0/+12
| | | | | | Change-Id: I07c2708d727d59286b0d625a4c0c318f18b03b93 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com> Reviewed-by: hjk <qthjk@ovi.com>
* CODA: Increased timeout for Deploy stepPawel Polanski2011-10-281-1/+1
| | | | | | | | | The 2s work perfectly for most cases. However, while deploying via WLAN sometimes due to weak signal the 2s is not enough Change-Id: If3a8bfbf6c4a244e589c1620a5c953486a0524d0 Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Fix leakDaniel Teske2011-10-271-0/+1
| | | | | Change-Id: I5d7b0faf4c0331eb88f75a2f778eaa71ca8fa10a Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
* Fix bug with unclean paths with multiple .pro files in the same dirDaniel Teske2011-10-271-1/+1
| | | | | | | Task-number: QTCREATORBUG-6414 Change-Id: Idb9277e951270688766b1e569c7ae0f962b2e4c3 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* "Build Issues" was renamed to "Issues"Robert Loehning2011-10-253-3/+3
| | | | | Change-Id: If514e2497a52456bfd16aaebf2a7c83def4621f7 Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Make sure we pass -after arguments after user argumentsDaniel Teske2011-10-213-7/+19
| | | | | | | | Otherwise the user can't pass on normal arguments Task-number: QTCREATORBUG-6346 Change-Id: I986563a75113a6d5acf601b5ccb63d6a35570bad Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
* Fix -spec parameter not used in profile evaluation nor code modelDaniel Teske2011-10-184-3/+22
| | | | | | | Task-number: QTCREATORBUG-4723 Change-Id: I845326bdc8726c27502c66c5aeaacb0d286c54c1 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* Merge branch '2.3' into 2.4Oswald Buddenhagen2011-10-185-6/+6
|\ | | | | | | | | | | | | | | | | Conflicts: src/plugins/debugger/commonoptionspage.ui src/plugins/madde/maemoqtversion.cpp src/plugins/projectexplorer/runsettingspropertiespage.ui Change-Id: Ieccda73ddca22f9a2d41351619cb682b06d9bfcf
| * Fixed some typos and added some missing ellipisesJure Repinc2011-10-055-6/+6
| | | | | | | | | | | | | | | | | | | | During translation into Slovenian I noticed some typos in original string. For example some missing ellipsis characters and some incorrectly spelled MeeGo names (as Meego) Change-Id: I48eaa95303f1e82ab9893f713056382e8daaef41 Merge-request: 2200 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* | Symbian^3 specific include paths addedPawel Polanski2011-10-171-1/+7
| | | | | | | | | | Change-Id: I003066e7aaebaf4508695b8588bb8bea893f992c Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* | Actually delete CONFIG+=declarative from list of user argumentsKai Koehne2011-10-131-0/+1
| | | | | | | | | | | | | | Fix incorrect merge in b0efd44d20e9129c40b47ad3715c248962a947b9 . Change-Id: I7b007cdaf89732336463685a1af7000584a46e6e Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* | Check all Makefile* for importing buildsDaniel Teske2011-10-102-55/+74
| | | | | | | | | | | | | | | | | | | | | | | | Correctly import both MAKEFILE=Makefile.something in the .pro file, and makefiles created via qmake MAKEFILE=Makefile.other. Also correctly handles multiple Makefiles in one directory. Task-number: QTCREATORBUG-6120 Change-Id: I9c04399aaea7c38f2a4ed2877195f2e36c8f20c7 Reviewed-on: http://codereview.qt-project.org/6347 Reviewed-by: Daniel Teske <daniel.teske@nokia.com> Sanity-Review: Qt Sanity Bot <qt_sanity_bot@ovi.com>
* | Qt4ProjectManager: Remove outdated forward declaration.Christian Kandeler2011-10-051-1/+0
| | | | | | | | | | | | Change-Id: I10024c9762c748d119afe559ea2838adf5e13739 Reviewed-on: http://codereview.qt-project.org/6067 Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
* | Use builddir not project dir for expanding relative libs pathsDaniel Teske2011-10-041-1/+1
| | | | | | | | | | | | | | Change-Id: Id9743739fafe42c3d0f695cec0342b68544c64b0 Reviewed-on: http://codereview.qt-project.org/5992 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
* | Add missing baseEnvironmentChanged signalDaniel Teske2011-10-041-1/+7
| | | | | | | | | | | | | | | | | | | | The base environment depends on *all* library pro files. Do emit baseEnvironmentChanged accordingly. Change-Id: Ia24f3d65492fbe7d2bb4f9fa9e46202ae1764213 Reviewed-on: http://codereview.qt-project.org/5991 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
* | Fix restoring of Qt4RunconfigurationsDaniel Teske2011-10-043-3/+3
| | | | | | | | | | | | | | Task-number: QTCREATORBUG-6228 Change-Id: Ib4f4890cb4c9ef10ddf2cdf3d6946601708ee7e6 Reviewed-on: http://codereview.qt-project.org/5979 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* | Reduce number of categories and minimum size of preferencesEike Ziller2011-09-291-2/+2
| | | | | | | | | | | | | | | | | | | | | | Merges the Project, Qt4 and Tool Chain categories into one Build & Run category, which makes it finally possible to reduce the minimum height of the preferences dialog. Change-Id: I8d94aac9c9531200f5d8ca212a53d3edc5734138 Reviewed-on: http://codereview.qt-project.org/5023 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* | Fix setToolchain, upsDaniel Teske2011-09-281-1/+1
| | | | | | | | | | | | | | Change-Id: Ie300f6786336a663e12e52a2546e8ebf0458e080 Reviewed-by: pending Reviewed-on: http://codereview.qt-project.org/5728 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* | Fix endless evaluate loop for invalid qtsDaniel Teske2011-09-281-0/+3
| | | | | | | | | | | | Change-Id: Id4ba165f95876cc0b986f5db7e6a788c3fdb2dc0 Reviewed-on: http://codereview.qt-project.org/5709 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* | Qt4ProjectManager: Export Qt4Manager.Christian Kandeler2011-09-261-1/+3
| | | | | | | | | | | | | | Change-Id: I4de9f5b0cdda0065f415b6d4e915343bd49fad14 Reviewed-on: http://codereview.qt-project.org/5543 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* | Toolchain: Allow all tool chainsTobias Hunger2011-09-236-1/+30
| | | | | | | | | | | | | | | | | | | | Allow all tool chains if either the Qt version is invalid or no Qt modules are not selected. Change-Id: I9842c30aca0a8752915548dc258f257c3fd39e4d Reviewed-on: http://codereview.qt-project.org/4990 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* | Make Qt4ProjectManager::QMakeStep mulithreading safeDaniel Teske2011-09-231-8/+9
| | | | | | | | | | | | Change-Id: I41abb5e7138351e61c6c9dfc87121837edb21fbe Reviewed-on: http://codereview.qt-project.org/5452 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* | Make Qt4ProejctManager::MakeStep::run multithreading safeDaniel Teske2011-09-231-2/+2
| | | | | | | | | | | | Change-Id: I416360d35681d2721878cb9fefd861d6e1f209b4 Reviewed-on: http://codereview.qt-project.org/5451 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* | Remove unused memberDaniel Teske2011-09-231-1/+0
| | | | | | | | | | | | Change-Id: Icb404090885619f76a0a34861da8474c0f16571d Reviewed-on: http://codereview.qt-project.org/5450 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* | Implement Code Style schemesJarek Kobus2011-09-231-3/+3
| | | | | | | | | | | | | | | | Task-number: QTCREATORBUG-5092 Change-Id: I218cef02f7c242e4dfae59b1b8021ea618e60d07 Reviewed-on: http://codereview.qt-project.org/5160 Reviewed-by: Leandro T. C. Melo <leandro.melo@nokia.com>
* | Move wizards' cancel button to the left on Mac.Eike Ziller2011-09-221-1/+11
| | | | | | | | | | | | | | | | | | | | | | It is too far to the left now, but that can't be helped (it's a Qt limitation). Task-number: QTCREATORBUG-6156 Change-Id: I0201356234abb618dc3b573673d512c0a97c4839 Reviewed-on: http://codereview.qt-project.org/5406 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* | QmlJS: Only try qmldump on Desktop and Simulator Qt.Christian Kamm2011-09-211-4/+16
| | | | | | | | | | | | | | | | | | | | In particular, don't complain about a missing qmldump binary on other platforms. Change-Id: Ie2e96bcb67e609aa5aed31510b06139d2d9ce77e Reviewed-on: http://codereview.qt-project.org/5327 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Leandro T. C. Melo <leandro.melo@nokia.com>
* | s/error_message/errorMessage/ghjk2011-09-211-1/+1
| | | | | | | | | | | | Change-Id: I9a91028fb7c00a20843d99ece659ec8b7acc7710 Reviewed-on: http://codereview.qt-project.org/5312 Reviewed-by: hjk <qthjk@ovi.com>
* | Consistent names for AbstractGeneratedFileInfo::FileType keysAlessandro Portale2011-09-202-14/+14
| | | | | | | | | | | | | | Change-Id: I619873dac7fe67209f9cc2128945cda080e2e6a0 Reviewed-on: http://codereview.qt-project.org/4828 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Marco Bubke <marco.bubke@nokia.com>
* | remove superfluous semicolon from test wizard's outputJoerg Bornemann2011-09-201-1/+1
| | | | | | | | | | | | | | Change-Id: Id7d5a448c520f3000f686389e50b781bed98b205 Reviewed-on: http://codereview.qt-project.org/1345 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
* | Add Qt4Project::proParsingDone(), which is emitted after parsingDaniel Teske2011-09-192-1/+4
| | | | | | | | | | | | | | | | Change-Id: Id2eb1d2494438bac17f3104ee8a9ed56cc9b1db9 Task-Nr: QTCREATORBUG-6056 Reviewed-on: http://codereview.qt-project.org/4665 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
* | minor stylehjk2011-09-195-8/+7
| | | | | | | | | | | | Change-Id: Id21e8a3962550a1c66d761e718b48a8fcf4053e7 Reviewed-on: http://codereview.qt-project.org/5122 Reviewed-by: hjk <qthjk@ovi.com>
* | qt4project: disable debug outputhjk2011-09-191-1/+1
| | | | | | | | | | | | Change-Id: I33ae40566677d9b80b27facddab25c1ee7905761 Reviewed-on: http://codereview.qt-project.org/5118 Reviewed-by: hjk <qthjk@ovi.com>
* | all: less QScopedPointerhjk2011-09-192-3/+2
| | | | | | | | | | | | Change-Id: I536bdb4d4f0c10fa858560f3c160fc0fff8da9b2 Reviewed-on: http://codereview.qt-project.org/5116 Reviewed-by: hjk <qthjk@ovi.com>
* | more stylehjk2011-09-1912-139/+140
| | | | | | | | | | | | Change-Id: Iecd6819a5376beced5413f134d3026fb889a13b1 Reviewed-on: http://codereview.qt-project.org/5115 Reviewed-by: hjk <qthjk@ovi.com>
* | Fix proFileUpdated signalDaniel Teske2011-09-163-38/+34
| | | | | | | | | | | | | | | | | | | | | | Make sure it is always emitted if the parseInProgress state changes Change-Id: I0e8dc6df5c68f14bd51885c078e909be10af8efa Task-Nr: QTCREATORBUG-6057 Reviewed-on: http://codereview.qt-project.org/4657 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Daniel Teske <daniel.teske@nokia.com> Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
* | debugger: hard-code some qt5 related pathshjk2011-09-161-1/+1
| | | | | | | | | | | | | | | | This is not a final solution. Change-Id: I19e7a99e1b056704864d27855197678a0d3fd10b Reviewed-on: http://codereview.qt-project.org/5073 Reviewed-by: hjk <qthjk@ovi.com>