summaryrefslogtreecommitdiff
path: root/src/plugins/projectexplorer
Commit message (Collapse)AuthorAgeFilesLines
* GCC: Better mkspec suggestion on macTobias Hunger2011-12-201-2/+2
| | | | | | | | Change-Id: Ie613fc0b2ba6a06b5726bf40aa50958c84b9b772 Reviewed-by: Eike Ziller <eike.ziller@nokia.com> Reviewed-by: hjk <qthjk@ovi.com> Reviewed-by: Mirko Boehm <mirko@kde.org> Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
* Fix tab settings for non-code files.Eike Ziller2011-11-281-0/+2
| | | | | | | | 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>
* Fix crash on closing a tab of a asynchronously closing runcontrolDaniel Teske2011-11-241-4/+20
| | | | | | Task-number: QTCREATORBUG-6579 Change-Id: Ia1d629df24e1a4c7f4f830f575d1be4adc552409 Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
* Override LC_ALL for the make stepTobias Hunger2011-11-221-1/+0
| | | | | | | | | 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>
* Make "Clean" and "Build" translated in "Add %1 Step"Jarek Kobus2011-11-221-0/+4
| | | | | | | | | | | | | | Do the same as in case of "Deploy" string: after restoring overwrite it with proper translated string. Side note: tr("Build") and tr("Clean") have already been used inside buildconfiguration.cpp so it will not produce a new record in .ts file, i.e. this change is not introducing a new message in string freeze period. Task-number: QTCREATORBUG-6595 Change-Id: I05040bba5066cbe0b55085cb2acbe43df34becd7 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* Give SessionDialog a parent widgetJarek Kobus2011-11-223-4/+4
| | | | | | | | In this way there is no additional item on taskbar Change-Id: Ib946064f3d859a61eaa5495bc4fb7740b641e154 Reviewed-by: Eike Ziller <eike.ziller@nokia.com> Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* use correct codec for stderrOswald Buddenhagen2011-11-071-1/+1
| | | | | Change-Id: I15d8774f14e711bf3673cc9e5118d1b3d155b9b2 Reviewed-by: hjk <qthjk@ovi.com>
* Remove one messagebox when removing a buildconfigurationDaniel Teske2011-11-041-8/+0
| | | | | | | Since the user is asked twice atm. Change-Id: I07221c47ab96bd9881d611cc2070ef43333cd2a0 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
* Fix warnings about slot.Friedemann Kleint2011-11-042-1/+3
| | | | | | | Introduced by 46e912ad24f472178563deedb97840d11d78c6b0. Change-Id: I0c037c52fe4d39df1306df19bbe7686415ee959a Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* Fix painting issue on the Issues pane.wongk2011-11-041-1/+1
| | | | | | | Task-Number: QTCREATORBUG-6415 Change-Id: Iad5041dc387b8a9bea2068a8242a6968446aa37a Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
* Search: Uniform shotcut for File patternRobert Loehning2011-11-031-1/+1
| | | | | Change-Id: Id87876faf0465a912bc7078240b77adddcb5866c Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* Appoutputpane sender() can't be used in a queued connectionDaniel Teske2011-11-032-6/+13
| | | | | | | The bug was introduced in 97b4bcfa6c98a0a3a4dcc6dc6315513f27b7a976 Change-Id: Iec364a40ff748cd8f94f65e8fd22d4d71a5de5f4 Reviewed-by: hjk <qthjk@ovi.com>
* Project::removeTarget add missing return truDaniel Teske2011-11-031-0/+1
| | | | | Change-Id: Ifcf42827596fed48c9bf4c5f25910a586ebc18ef Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
* If user cancels save file prompt, cancel entire action.wongk2011-11-031-1/+4
| | | | | | | Task-Number: QTCREATORBUG-6440 Change-Id: I8807de53b1a05a0abd57c140dab5ba8df441efd5 Reviewed-by: Daniel Teske <daniel.teske@nokia.com> Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-03198-396/+396
| | | | | Change-Id: If18afb5d4665924e7d9250dccbc60a65e6daa75e Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* projectexplorer: More consistent '...'hjk2011-11-023-4/+4
| | | | | | | Used for buttons that open additional dialogs, but not comboboxes. Change-Id: I9b40eac236f18b4c0b2e358ddeccb953024e8d50 Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Fix showing of "Debugging Helper Missing" warning.Eike Ziller2011-10-313-16/+2
| | | | | | | | It was only showing up if one had a helper library that was outdated. Change-Id: I8d0ffcd16434dc6cfeadd408a2bdb59aa3ec73ba Reviewed-by: Daniel Teske <daniel.teske@nokia.com> Reviewed-by: hjk <qthjk@ovi.com>
* BuildManager: Display times for build messagesOrgad Shaneh2011-10-311-1/+7
| | | | | | Task-number: QTCREATORBUG-6426 Change-Id: I253b005c1e0af093342a5b8315086c007138b764 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* Fix various crashesDaniel Teske2011-10-3112-46/+196
| | | | | | | Task-Number: QTCREATORBUG-6365 Change-Id: I19a200e3c811eef83d591f6eacca3e48eb0fba8f Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
* GCC: Autodetect old GCC versions needed for macx-g++XY mkspecsTobias Hunger2011-10-311-1/+7
| | | | | Change-Id: If35b1ef2c0eba424cbdf70e0405243c14d413bab Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* "Build Issues" was renamed to "Issues"Robert Loehning2011-10-253-4/+4
| | | | | Change-Id: If514e2497a52456bfd16aaebf2a7c83def4621f7 Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Fix id of gcc toolchains to include the correct abiDaniel Teske2011-10-211-0/+1
| | | | | Change-Id: Ibdccea90c1a234a5c4ddaed27f0d50cb3204f603 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
* Add runControl started/finished signals to the projectexplorerDaniel Teske2011-10-204-6/+18
| | | | | Change-Id: I17e6f09af61d4acf490eb48be690ddeacc10aac3 Reviewed-by: Paweł Polański <jaggernod@gmail.com>
* projectexplorer: add some visual grouping on the run settings pagehjk2011-10-191-18/+33
| | | | | Change-Id: If529364653481f9ad4c0005564fae7ff476b1871 Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Merge branch '2.3' into 2.4Oswald Buddenhagen2011-10-182-1/+126
|\ | | | | | | | | | | | | | | | | 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-052-3/+3
| | | | | | | | | | | | | | | | | | | | 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>
* | ToolChain: Fix parsing of gcc output and localizationTobias Hunger2011-10-181-2/+1
| | | | | | | | | | | | Task-number: QTCREATORBUG-6253 Change-Id: Icb5b204e93e216c94b369349992d1eb21ec60a62 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
* | Fix typoJarek Kobus2011-10-131-1/+1
| | | | | | | | | | Change-Id: I48babc6f7cae32420d28106f1d82a6aab6f09835 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
* | Task Pane: Sort list of filters alphabeticallyKai Koehne2011-10-121-4/+6
| | | | | | | | | | Change-Id: Ife88fd800da42d45c859a5637bfa4259f898add2 Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* | tr()-fixes for 2.4.Friedemann Kleint2011-10-062-195/+3
| | | | | | | | | | | | Change-Id: Iaf94e8b634cd68bc8a5eaacc65df47fc40f2b3c7 Reviewed-on: http://codereview.qt-project.org/6173 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
* | ProjectExplorer: Change how .shared settings workLeandro Melo2011-10-064-172/+196
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After discussing the subject we have opted to not automatically track and synchronize shared settings. The current use case is that one needs to manually created/edit a .shared file and place it under the project's directory. We then identify such settings and merge then into the user ones. Whenever the user changes such a setting in a way it differs from the .shared value we mark it as a sticky setting. Change-Id: I1a7196acea5fb76c3ba21ce950a7bfd1aa774da3 Reviewed-on: http://codereview.qt-project.org/5985 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Eike Ziller <eike.ziller@nokia.com> (cherry picked from commit 97e9399130baa95e11c34144f9f31b3c97b9a2dc)
* | CERC: Use invalid ABITobias Hunger2011-10-051-1/+1
| | | | | | | | | | | | | | | | | | | | Use a invalid ABI since we have no idea what we will end up running. Make the debugger figure out specifics when needed. Change-Id: Ia74080887617a097a16d789dfd7f88458409a23c Reviewed-on: http://codereview.qt-project.org/6065 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
* | Rename "Build Issues" pane to "Issues"Kai Koehne2011-10-052-2/+2
| | | | | | | | | | | | | | | | | | | | The issues pane now also contains e.g. results of an analyzer run and QML warnings, so it's not only about 'Build Issues' any more. Change-Id: Ifb9c79bd5b074e6811cc015560af3d72bf9dfcf2 Reviewed-on: http://codereview.qt-project.org/5977 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* | Taskwindow: Speed up the task windowTobias Hunger2011-10-054-427/+702
| | | | | | | | | | | | | | | | | | | | | | Make the taskwindow semi-graciously handle my Qt Creator build with 91k build issues. Change-Id: I47275e2057d2ff9bf5229f0a367bb19c4f3141e4 Task-number: QTCREATORBUG-1551 Reviewed-on: http://codereview.qt-project.org/5263 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* | ABI: More unit test dataTobias Hunger2011-10-041-0/+3
| | | | | | | | | | | | | | Change-Id: Ic7ff574db5a04deea9532f25b4083fa6649a0b19 Reviewed-on: http://codereview.qt-project.org/5470 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
* | CDB: Set 32bit and 64bit debuggers as requiredTobias Hunger2011-10-042-66/+59
| | | | | | | | | | | | | | | | Task-number: QTCREATORBUG-6083 Change-Id: I8daac067d7c78a85c1e121c0a9870161e0e2aa27 Reviewed-on: http://codereview.qt-project.org/4748 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
* | Reduce number of categories and minimum size of preferencesEike Ziller2011-09-292-8/+7
| | | | | | | | | | | | | | | | | | | | | | 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>
* | projectexplorer: inline runsettingspropertiespage.uihjk2011-09-294-171/+105
| | | | | | | | | | | | | | Change-Id: I291a5f0cf76721ade80ff72fc9c9d20b027bb1c5 Reviewed-on: http://codereview.qt-project.org/5736 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* | settingspropertypages: stylehjk2011-09-283-8/+6
| | | | | | | | | | | | | | Change-Id: I2430de067715374ae7e31fefacf3e7970db89754 Reviewed-on: http://codereview.qt-project.org/5735 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* | projectexplorer: this is never 0hjk2011-09-282-6/+6
| | | | | | | | | | | | | | Change-Id: I3245a7d46bc29480b3d8029e79f7b8fcb359ea90 Reviewed-on: http://codereview.qt-project.org/5737 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* | IOutputPane: constify some member functionshjk2011-09-286-33/+33
| | | | | | | | | | | | Change-Id: I023b7f5976b30fc950d2dd5a76f749ef4720ac2f Reviewed-on: http://codereview.qt-project.org/5618 Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* | Compile fixLeandro Melo2011-09-261-2/+2
| | | | | | | | | | | | | | Change-Id: I1f2a0ef6ab0eae28d1e830107af213df89573aaf Reviewed-on: http://codereview.qt-project.org/5551 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Leandro T. C. Melo <leandro.melo@nokia.com>
* | ProjectExplorer: Introduce shared settings supportLeandro Melo2011-09-264-18/+200
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Continuing the series... This patch is the one that actually introduces the shared settings support. They are stored in a .shared file. Details on how to make settings shared and how the overall mechanism works are documented in the code. Notice that currently no setting is actually shared yet. Those should go into separate commits. Change-Id: I53cc6b4e96d836b00faa422ef358103bd5065bae Reviewed-on: http://codereview.qt-project.org/5083 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
* | ProjectExplorer: Rename userfileacessor.* to settingsacessor.*Leandro Melo2011-09-264-6/+6
| | | | | | | | | | | | | | | | | | | | So the file name matches the class names. Continuing the series from the previous commit... Change-Id: I86460f553371bdb09c2b404079f4601b1f25cf42 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com> Reviewed-on: http://codereview.qt-project.org/5082 Reviewed-by: Leandro T. C. Melo <leandro.melo@nokia.com>
* | ProjectExplorer: Refactor file settings acessorLeandro Melo2011-09-263-197/+333
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is the first patch of a series. The final goal is to introduce shared settings into Creator. This particular patch shouldn't affect functionality, but it changes a bit the design of the settings acessor and prepares the code for the upcoming commits. In addition it also makes restoring the settings slightly more robust, since it will try to load a compatible "old" file from the quick check before it actually performs the more expensive check. NOTE: Files userfileacessor.* will be renamed in a following commit to settingsacessor.*. It's not done right now because I think it will make the review easier on gerrit. Reviewed-by: Tobias Hunger Change-Id: I950c813936afb6c55c770e0d6f061eb27b37c47b Reviewed-on: http://codereview.qt-project.org/5081 Reviewed-by: Leandro T. C. Melo <leandro.melo@nokia.com>
* | Fix typoTobias Hunger2011-09-231-1/+1
| | | | | | | | | | | | Change-Id: I96e403cde9c8d3a59e6a5008550df2d9fe697b5d Reviewed-on: http://codereview.qt-project.org/5457 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
* | Make Qt4ProejctManager::MakeStep::run multithreading safeDaniel Teske2011-09-232-1/+6
| | | | | | | | | | | | Change-Id: I416360d35681d2721878cb9fefd861d6e1f209b4 Reviewed-on: http://codereview.qt-project.org/5451 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* | Remove unused memberDaniel Teske2011-09-232-2/+0
| | | | | | | | | | | | Change-Id: I0e937203eaf95db76fb1f432b7706c7bb560a789 Reviewed-on: http://codereview.qt-project.org/5449 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* | Implement Code Style schemesJarek Kobus2011-09-2315-645/+115
| | | | | | | | | | | | | | | | 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>
* | ABI: Add sh architectureTobias Hunger2011-09-222-0/+15
| | | | | | | | | | | | | | | | * incl. unit test Change-Id: Id56f713104cf05cb25fc788fa8b06a9df90b417b Reviewed-on: http://codereview.qt-project.org/5398 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>