aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* debugger: allow using a local core file with a remote kithjk2012-10-233-26/+57
| | | | | | | | This is a common use case when examining core files from devices without ssh access or "externally" created core files and used to work with 2.5. Change-Id: Ie8ee5e2e0216c1e8c3265cf01e59f2c92d8730ef Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* Update Polish translationsjkobus2012-10-231-7700/+11012
| | | | | | Change-Id: I88ce5cc11761ec44305f569a61d4aea8c91f1c5e Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Jarek Kobus <jaroslaw.kobus@digia.com>
* Revert "Disable theming of menu bar."Jens Bache-Wiig2012-10-221-0/+61
| | | | | | | | | | | | | This reverts commit 7b8cd4272938b7ca9f585ddcec83b92fe6ede692. This basically makes creator looks uglier on most platforms while not really fixing anything on Ubuntu. The menubar is on ubuntu (and mac) not shown in natively compiled versions so it effectively fixes nothing, but makes the appearance inconsistent on other platforms. Change-Id: I4576b4dcc722dca59a7480eba41ce8efa970533b Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* Update share.qbsOrgad Shaneh2012-10-221-2/+2
| | | | | Change-Id: I14972581bdc449719104cb981af7cce6b7c5a1aa Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
* Doc: where appropriate, refer to Qt 4 SDKLeena Miettinen2012-10-2210-27/+27
| | | | | | | | | | The contents of the Qt 5 installation program will differ from those of the previous Qt SDK (no tool chains for Nokia mobile devices, for example). To make this clear, refer to the Qt 4 SDK, where appropriate. Change-Id: Ia6c3ab5fc3edd150fbe5362f85353243860afdb7 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com> Reviewed-by: hjk <qthjk@ovi.com>
* Also allow Qt5 to provide example manifests.Eike Ziller2012-10-221-6/+3
| | | | | Change-Id: I71630c7ea8d413949f57797b90672cc3d9b8778f Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
* ProjectExplorer: keep cursor position stable while renaming kitshjk2012-10-221-0/+2
| | | | | Change-Id: Ice81bb94326dfc179b12067a9419b817343eb788 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* Prevent endless loop if a project with dependencies couldn't be loaded.Marcel Krems2012-10-221-7/+7
| | | | | | | Task-number: QTCREATORBUG-8085 Change-Id: I6e09c871cba02360eb93c11b5650683eba652ed0 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
* Update contributor listEike Ziller2012-10-221-4/+13
| | | | | Change-Id: Ib49ead780e1e5e19bb692cf7ece3e91c271531e9 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* adjust deployqt to deploy also a qt5tjenssen2012-10-221-5/+7
| | | | | | Change-Id: I4f0864a78d8fc861a716bd8e8734ab0fd4181cc1 Reviewed-by: Kai Koehne <kai.koehne@digia.com> Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* Fix use of QtWebKit in QtCreator's Help pluginSimon Hausmann2012-10-221-1/+1
| | | | | | | | The help plugin uses the widgets API of QtWebKit and therefore needs QtWebKitWidgets Change-Id: I49b8530e3f44b42c48979c33d0b6b1fdb20c374b Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* Add Traditional Chinese translationFranklin Weng2012-10-221-0/+44631
| | | | | | | | | It's a clean version without all obsolete items. Done-with: Juei-ray Tseng <e222et@gmail.com> Change-Id: I609f8d6df15f75fa2728c90dab8b8f6d6c7db154 Reviewed-by: Liang Qi <liang.qi@digia.com>
* CreditsOrgad Shaneh2012-10-221-1/+2
| | | | | | | | | | * Add Knut Petter Svendsen * Fix Peter Kümmel's name Change-Id: I43f2cb35b6b0ac51d8f2a0e91539910382167f62 Reviewed-by: Peter Kümmel <syntheticpp@gmx.net> Reviewed-by: Knut Petter Svendsen <knutpett@pvv.org> Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* VCS: Avoid potential crashOrgad Shaneh2012-10-211-3/+3
| | | | | Change-Id: Iedae7965eca0c32e0868795ea7541a5064c6c4a6 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
* Mac: Don't link to 10.7+ api even when compiling there.Eike Ziller2012-10-191-13/+7
| | | | | | | | | | | | | | The 'fullscreen' feature uses constants that are only available on 10.7 or later, but when compiling on 10.6 we just defined the constants ourselves. With this patch we define the constants ourselves even on 10.7 and later, to avoid linking to 10.7-only symbols when compiling on 10.7 or later, making it possible to run a Qt Creator compiled against a 10.7 SDK also on 10.6. Change-Id: I65236a85bdda3473fab0e424270b96880943d685 Reviewed-by: Erik Verbruggen <erik.verbruggen@digia.com> Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
* C++: Fix typedef resolving when templates are involved.Erik Verbruggen2012-10-196-12/+145
| | | | | | | | Task-number: QTCREATORBUG-7978 Change-Id: I27e6ebe56e410d509580a1e00f8986642cacc5ba Reviewed-by: David Schulz <david.schulz@digia.com> Reviewed-by: Eike Ziller <eike.ziller@digia.com> Reviewed-by: Christian Stenger <christian.stenger@digia.com>
* Squish: Moved editor tests to editors suiteRobert Loehning2012-10-198-3/+3
| | | | | Change-Id: I82bd92db762f7f997460ece4c2f77d0381dca6b5 Reviewed-by: Christian Stenger <christian.stenger@digia.com>
* Squish: Raised snooze in waitForCleanShutdown()Robert Loehning2012-10-191-1/+1
| | | | | Change-Id: Iae110755f979a78c5cb3e4199cfc851f1feccb0c Reviewed-by: Christian Stenger <christian.stenger@digia.com>
* Squish: Add test for renaming macrosChristian Stenger2012-10-198-2/+240
| | | | | Change-Id: I9c9bc9556234ec321c6e3723f5276a0b66f6c90a Reviewed-by: Robert Loehning <robert.loehning@digia.com>
* Creator should not try to open links ot non-html documents internally.kh12012-10-191-2/+0
| | | | | | | Task-number: QTCREATORBUG-4059 Change-Id: Id91997a0ca2ba404d71620b476c61e28275c4458 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* Kit: emit kitUpdated signals on changes to devices/toolchains/qtDaniel Teske2012-10-196-0/+48
| | | | | | | | That is even if the id did not change, but the actual objects for those ids changed. Change-Id: Ib176f18cf66b11436d046bf08a81db27fce458f9 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
* CMake: Use correct environment for new kitsDaniel Teske2012-10-191-0/+1
| | | | | | | Task-number: QTCREATORBUG-8073 Change-Id: I9c262fd553fa1af0e8de4900f465fe45aa8bbf78 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
* Mac: use the deployed Qt for sdktoolEike Ziller2012-10-191-1/+2
| | | | | | | Task-number: QTCREATORBUG-7926 Change-Id: I546dc1e899b6efbce3742046f1b5cc83a9c69612 Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
* Qnx: Update the wizard templates for Qt5 applications on BlackBerrymfekari2012-10-194-2/+8
| | | | | | | | Change-Id: I4b17c59b1e25fd453d2fe09fb865832291ffc87c Reviewed-by: Fabian Bumberger <fbumberger@rim.com> Reviewed-by: Vladimir Minenko <vminenko@rim.com> Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com> Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* Squish: Cleaned path maintenance in tst_build_speedcrunchRobert Loehning2012-10-181-9/+3
| | | | | Change-Id: Ic3cb8571c79ab2880975a439d893ba794c153d7e Reviewed-by: Christian Stenger <christian.stenger@digia.com>
* Doc: Let 'make docs' also work without window managerKai Koehne2012-10-181-1/+2
| | | | | | | | | qhelpgenerator uses QtGuiWindow, but e.g. for build farms there's no window manager available. Change-Id: Id33af086ff86b0ee4778693a14da61832e360e7d Reviewed-by: Tim Jenssen <tim.jenssen@digia.com> Reviewed-by: Niels Weber <niels.weber@digia.com>
* Squish: Fixed validateSearchResult()Robert Loehning2012-10-181-1/+1
| | | | | | | Fixes fails in tst_CSUP04 introduced by 6b5bccd08e7f37bd4be322c0284d60e30ccece90 Change-Id: I7ad33b745e7a55b078952ca88c9ee5123ffc639b Reviewed-by: Christian Stenger <christian.stenger@digia.com>
* Squish: Hack for fixing waitForCleanShutdown()Robert Loehning2012-10-181-0/+1
| | | | | Change-Id: I925a59fdd96f161a324375ebee4b4588dfd035fb Reviewed-by: Christian Stenger <christian.stenger@digia.com>
* Squish: Copying project to tempDir in tst_basic_cpp_supportRobert Loehning2012-10-181-18/+11
| | | | | Change-Id: I1788ff642486204beb22bf0a02400c50fbb7f3bf Reviewed-by: Christian Stenger <christian.stenger@digia.com>
* Squish: Removed outdated cleanupsRobert Loehning2012-10-183-31/+2
| | | | | | | __removeTmpSettingsDir__() does it all. Change-Id: Ic1eb2ef02665c5d863956a1587f4f46344743f8e Reviewed-by: Christian Stenger <christian.stenger@digia.com>
* Doc: Update FAQhjk2012-10-181-10/+2
| | | | | Change-Id: I0e39f0199652d17dcf483485074b62092fe16d03 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
* Qnx: Connect to the device before launching the applicationmfekari2012-10-183-11/+3
| | | | | Change-Id: Ic3bac7f5abaf363a2334d5c7c2273ae53c3234e6 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
* Installer: Suppress error if newer version of vcredist is already installedEike Ziller2012-10-181-1/+1
| | | | | | | | Task-number: QTCREATORBUG-8076 Change-Id: Ia39491569fe696ec27c8375251ce6a0d5923dc1e Reviewed-by: Karsten Heimrich <karsten.heimrich@digia.com> Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
* Adapt .pro, .qbs files and wizard templates to QtQuick1-renaming.Friedemann Kleint2012-10-1824-83/+28
| | | | | | | | QtQuick1 is now (again) called QtDeclarative. Change-Id: Ic75f1a47e972cac470730b53e102e9ab71548c47 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com> Reviewed-by: J-P Nurmi <jpnurmi@digia.com>
* Version bumpEike Ziller2012-10-182-2/+2
| | | | Change-Id: Id0b100ae13cdd5edd82614c10bdf0cdeb45e6615
* VCS: Make 'Patch command' searchableOrgad Shaneh2012-10-181-0/+1
| | | | | Change-Id: I7b2f813e090a443c3cd4fb771a05c79c8e84e972 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* Update the changelog.Nicolas Arnaud-Cormos2012-10-181-1/+1
| | | | | | | The QNX plugin is not experimental anymore. Change-Id: I10dc94135c7b54ab615612c4a2a6345ad0531d5d Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* debugger: Fixed automatic run of self testRobert Loehning2012-10-171-1/+1
| | | | | Change-Id: Icf2c100db571a37bc9e20e0e9cab47a627cfec23 Reviewed-by: hjk <qthjk@ovi.com>
* Doc: update links on the Technical Support pageLeena Miettinen2012-10-171-5/+8
| | | | | Change-Id: Idca0e0ebdb846bf3613f1368b16611f09f583a64 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
* Kits: Ensure that kitUpdated is send on applyDaniel Teske2012-10-171-0/+1
| | | | | Change-Id: If2afb0d0c9e83c3815e838c6e31d2e2f815e3ac2 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
* QmlProfiler: prevent details pop-ups to leave screenChristiaan Janssen2012-10-172-0/+52
| | | | | | | Task-number: QTCREATORBUG-8058 Change-Id: Id20e9d0573ee52bd0965a4e56c51df2aee6d2fa2 Reviewed-by: Christian Stenger <christian.stenger@digia.com>
* Squish: Removed workaroundRobert Loehning2012-10-171-3/+0
| | | | | | | | Bug is fixed in Qt 4.8.3 Task-number: QTCREATORBUG-7215 Change-Id: Idccfa11bf23ef4ed1962a8f84cf039b3de2bb8ea Reviewed-by: Christian Stenger <christian.stenger@digia.com>
* QmlProfiler: Detect interrupted executionChristiaan Janssen2012-10-173-0/+8
| | | | | | | | | | | | | | | | Task-number: QTCREATORBUG-8022 The profiler would switch to state "AppKilled" if the connection was cut before all the profiling data could be read. With Qt4.8, however, the application dies before any data is sent at all, and such state would never be reached. This patch fixes the flow of states and properly detects when an application started profiling successfully but dies before delivering the data. If the application doesn't run at all (for example, launching a QtQuick1.1 app from Qt5), the profiler fails gracefully without showing the error dialog. Change-Id: I6fc53127b5dfe41de112e140b77895d430d3f79c Reviewed-by: Kai Koehne <kai.koehne@digia.com>
* QmlProject: Enable runconfiguratons after restoreDaniel Teske2012-10-171-3/+9
| | | | | | | Task-number: QTCREATORBUG-7980 Change-Id: I180bfc999421a13f25f41487d7498f652432b1c5 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
* QtcPlugin.qbs: use the right name binding in GroupJoerg Bornemann2012-10-171-1/+1
| | | | | | | | | | We're going to add the property Group.name in qbs. Consequently, Groups must use product.name when accessing the name of the product. Change-Id: Id2527300a8a7c26bb742d4111f9d47ded6c492b1 Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
* Fix qbs buildv2.6.0-rctqtc/v2.6.0-rcOrgad Shaneh2012-10-172-2/+2
| | | | | Change-Id: I73bed3284d491338359c730375c2b81d947dd5a4 Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
* Remove experimental flag from QNX plugin.Eike Ziller2012-10-173-7/+1
| | | | | Change-Id: I3a3beced9001580ce15a74431ed73c52f432de44 Reviewed-by: hjk <qthjk@ovi.com>
* SSH: Link Botan objects into libQtcSsh.Christian Kandeler2012-10-1612-186/+92
| | | | | | | | | | Using Botan as a shared library is dangerous due to the use of dynamic_cast and exceptions, which both reproducibly fail to work on MacOs. Since there are no other users of Botan, we just add its objects to the SSH library. Change-Id: Ic79f081d2e1231a52feef02ef5b68761692f1110 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* CMake: Reparse .cbp files on swtiching targetsDaniel Teske2012-10-162-8/+27
| | | | | | | | | Also fix the code to not reparse the wrong file if the bc for a non active target would be changed. Task-number: QTCREATORBUG-8063 Change-Id: I40be4bbb1a5ef6ccc78515f153534a7304cae0e1 Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
* QNX: Fix environment file parser for newer BB NDKTobias Nätterlund2012-10-161-4/+34
| | | | | | | | | | | The newer NDK specifies the QNX_HOST_VERSION and QNX_TARGET_VERSION separately, extend the parser to support assignments such as QNX_HOST_VERSION=${QNX_HOST_VERSION:=10_0_9_52} and the Windows equivalent Change-Id: I728fa0f6a4f0bd3b435d408794da1a6c8a93bd37 Reviewed-by: Mehdi Fekari <mfekari@rim.com> Reviewed-by: Thomas McGuire <thomas.mcguire@kdab.com> Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>