summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Don't try finalizing files that were never created.Eike Ziller2011-12-051-1/+2
| | | | | | | Task-number: QTCREATORBUG-6643 Change-Id: I04945ebb39caace476a12f293666cfcec0f8a9e5 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Fix search next/prev in search results.Eike Ziller2011-12-053-15/+27
| | | | | | | Broke with ebb9e252779aff1ff874565c2b056f1c8319c2c8 Change-Id: Ifb5821d4712e780df70bc1ec798123dd7b63b108 Reviewed-by: Jarek Kobus <jaroslaw.kobus@nokia.com>
* Harmattan: Introduce new condition for auto-generation of manifest file.Christian Kandeler2011-12-052-10/+7
| | | | | | | | | | 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>
* Fix crash in submit editorDaniel Teske2011-12-021-1/+1
| | | | | | | | | 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>
* SSH: Ask for private key password right on connection start.Christian Kandeler2011-12-022-7/+29
| | | | | | | | This prevents event loop issues (e.g. connection timeout). Task-number: QTCREATORBUG-6641 Change-Id: Ibeecaac2621e171a0590621fd9fdde8f7e3ab9c5 Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
* QmlJS: Fix potential crash in find usages.Christian Kamm2011-12-021-4/+5
| | | | | | | | | | 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 9b411ed5588db9dcbea955e4e45f99b5d06c1cbe) Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* QmlJS: Add protection against attached types attaching to themselves.Christian Kamm2011-12-021-1/+1
| | | | | | | | Change-Id: Ib81d5e6baabf5ac8d18411e8936098908de2c2bb Task-number: QTCREATORBUG-6635 Reviewed-by: Leandro Melo <leandro.melo@nokia.com> (cherry picked from commit 25842cb13a18ec946fe80b6d869f2b00dbd2ce9c) Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* translations: update link to wiki pagehjk2011-11-281-1/+1
| | | | | Change-Id: I4e7a4636e2af4f1cb4af1039473038e906693b2d Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@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>
* QMakeStep: Fix compilation warningKai Koehne2011-11-281-2/+0
| | | | | | | Remove unused variable. Change-Id: I8e060a8569edfa34483497188d480e624fc2c5fe Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
* Squish: Improve hook-into sub-processesChristian Stenger2011-11-253-8/+64
| | | | | | | | | | | | | 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>
* Squish: Update for label renamed in masterRobert Loehning2011-11-251-1/+1
| | | | | Change-Id: I8ad167cca8c878efd67eca9ac48b4df237d31726 Reviewed-by: Christian Stenger <christian.stenger@nokia.com>
* Unbreak focus behavior for search panel.Eike Ziller2011-11-251-0/+1
| | | | | | | | With cc11186bad9229c231f2fbba176645f3a3c20327 starting a new search would not move focus to the search term. Change-Id: Ibf84e632e99902d4a06d998271b49ebe614b79d8 Reviewed-by: hjk <qthjk@ovi.com>
* Copy dependencies specified in manifest file.Daniel Molkentin2011-11-255-11/+33
| | | | | Change-Id: I7e97af90cb7cd4c93abe2330cfbd92581b2be22e Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Doc: Fix qdoc command formattingLeena Miettinen2011-11-251-1/+1
| | | | | Change-Id: Ib1659da5f41c51675274bdd0780d060eb3a737be Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
* Transform always old code style settingsJarek Kobus2011-11-252-54/+87
| | | | | | | | | | | | | | | | | | | | | | | 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>
* Version bumpEike Ziller2011-11-251-1/+1
| | | | Change-Id: Ic65e1500c3727c26919050cdd5834dc904ad80d0
* Squish: Made functions verifyEnabled and selectFromCombo more genericRobert Loehning2011-11-242-9/+23
| | | | | Change-Id: I1f0d48712f5ec081fa323e929dabaeee1dbf9b63 Reviewed-by: Christian Stenger <christian.stenger@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>
* Avoid setting large minimum size for output panes.Eike Ziller2011-11-246-8/+38
| | | | | | | | | | | | | 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>
* debugger: don't try to escape translated stringshjk2011-11-241-11/+11
| | | | | | Task-number: QTCREATORBUG-5838 Change-Id: I897af2919d3762c23c788d276e755d8d598483ed Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Validate french translations for 2.4.Pierre Rossi2011-11-231-786/+802
| | | | | Change-Id: I8522f5a30f73e3d45cd93e4d87c9f24ad66b7c63 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Update French translations.Alexandre Laurent2011-11-231-400/+458
| | | | | | | | 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>
* Update french translationThibaut Cuvelier2011-11-231-23/+23
| | | | | Change-Id: I24210582fa22fa27d989f1daafbe3dae414526e4 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Update French TranslationJonathan Courtois2011-11-231-7/+4
| | | | | | Change-Id: If26048320f6a140ef079b40000fefa1f8452d01a Reviewed-by: Pierre Rossi <pierre.rossi@nokia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Start the french translations for 2.4Pierre Rossi2011-11-231-593/+4393
| | | | | Change-Id: I5873624fcddb224d10f7708406b8ba6db4b4f68a Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Squish: Added default mappings for Linux 64Robert Loehning2011-11-231-2/+4
| | | | | Change-Id: I3b6b6fc0b5c6520e767a7c923be9bd3f3b3b6517 Reviewed-by: Christian Stenger <christian.stenger@nokia.com>
* Squish: Implements hooking into the subprocessChristian Stenger2011-11-2310-7/+559
| | | | | Change-Id: Ic1ae2a8341d01e179f9d52b7c7ad3cbe24995bd1 Reviewed-by: Robert Löhning <robert.loehning@nokia.com>
* Polish Polish translationsJarek Kobus2011-11-231-21/+38
| | | | | | Change-Id: If7082613d90e79af74d7116ab53cceff10e9fa93 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com> Reviewed-by: Jarek Kobus <jaroslaw.kobus@nokia.com>
* QmlJS: Require Qt >= 4.8.0 to dump builtins.Christian Kamm2011-11-231-2/+3
| | | | | | | | | 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>
* analyzer: fix performance problem when resorting valgrind viewshjk2011-11-231-0/+1
| | | | | | | Task-number: QTCREATORBUG-6319 Change-Id: I5a2cc1845104bb16f912fe258ba25473ba85cefd Reviewed-by: hjk <qthjk@ovi.com> (cherry picked from commit b3ae7d7e181e359adccd9085d93504f3dc4ce1d9)
* Doc: update screen shotLeena Miettinen2011-11-231-0/+0
| | | | | Change-Id: I9304316b03934279b8387f45ecc7c6d38e33c00c Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com>
* Russian translation updateSergey Belyashov2011-11-221-20/+12
| | | | | Change-Id: Ia224cb5c164adae46b960a75d159d1f5a4e11d23 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Fix size of cmake project wizardDaniel Teske2011-11-221-1/+1
| | | | | | | Task-Nr: QTCREATORBUG-6581 Change-Id: I391df32dc49a7ee7a34ba4b47bf02d1c1690647a Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
* Doc: import statement in new project wizardLeena Miettinen2011-11-222-0/+7
| | | | | | | New Qt Quick application wizard now imports Qt Quick 1.1. Change-Id: Id1433364b29a5f23d351d4cd07cc22e69b52f67c Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
* 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>
* analyzer: fix tab order in 'start remote' dialoghjk2011-11-221-31/+25
| | | | | | | Task-number: QTCREATORBUG-5765 Change-Id: I24f4a0bab178f32da12dc6842945cff2f7ffa993 Reviewed-by: Eike Ziller <eike.ziller@nokia.com> Reviewed-by: Robert Löhning <robert.loehning@nokia.com>
* Override LC_ALL for the make stepTobias Hunger2011-11-222-2/+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>
* 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>
* QmlJS indenter: Fix hang when using 'else (a==a) {}'.Christian Kamm2011-11-222-2/+23
| | | | | | | Change-Id: Id7b8fba6707b1eaabf8065854f357cf600c809c5 Reviewed-by: Leandro T. C. Melo <leandro.melo@nokia.com> (cherry picked from commit 567e68a42a0a57f6dc83d39cf664e48c1dee6f9b) Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* Don't offer Makefile.Debug and Makefile.Release for importingDaniel Teske2011-11-221-0/+4
| | | | | | | Task-number: QTCREATORBUG-6562 Change-Id: I1630d7c13ab59d848626a4a4b8fb542765a16d6e Reviewed-by: Eike Ziller <eike.ziller@nokia.com> Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
* Added missing German translationsRobert Loehning2011-11-211-0/+12
| | | | | Change-Id: Id206ea5137e9b77e3b0e0d606de6f663c94f2450 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
* tr() fixes in formeditorwidgetRobert Loehning2011-11-211-2/+2
| | | | | | Change-Id: Ib67e2bf7cb04c708c09a0c8c811b30ae948276a4 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@nokia.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Update Polish translationsJarek Kobus2011-11-211-195/+208
| | | | | Change-Id: I8a56784d124137d51200bcb34ce063062f7645bd Reviewed-by: Jarek Kobus <jaroslaw.kobus@nokia.com>
* Fix assert on undo in qrc editorJarek Kobus2011-11-215-10/+27
| | | | | | | | | | Before creating AddFilesCommand we check if files to be added are already in qrc file. If they all are in we don't create AddFilesCommand. Task-number: QTCREATORBUG-6508 Change-Id: I633f7393f1185023052ceaa0465282e1dc7957a2 Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* More fixes in German translationRobert Loehning2011-11-211-30/+25
| | | | | Change-Id: Iabf3c67570865859ae42e8deb9125a9c9fdcf957 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
* QmlJS: Fix crash when reading malformed qmltypes files.Christian Kamm2011-11-211-1/+5
| | | | | | Task-number: QTCREATORBUG-6587 Change-Id: I0b7c65c1d7f613283e447293daf26673e88ba6e7 Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* fakevim: fix cursor positioning after ]] etc.hjk2011-11-181-0/+1
| | | | | | | Change-Id: Ia42fccff507fce1e999d4534656984b6ebf5180a Reviewed-by: hjk <qthjk@ovi.com> (cherry picked from commit 289a05a189064bcd5028b7e2fc3df1b2bec8c12e) Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
* QmlDesigner: crash fixThomas Hartmann2011-11-184-6/+6
| | | | | | | Task-number: QTCREATORBUG-6558 Change-Id: I5e5719c7764df350f4e466b8f1e90bdeed872b3d Reviewed-by: Eike Ziller <eike.ziller@nokia.com> Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>