summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix up git sub modules for release 3.3.0baserock/3.3.0Richard Dale2015-02-061-1/+1
|
* QtSupport: Fix wrong build directory for examplesv3.3.0Daniel Teske2014-12-083-1/+13
| | | | | | | | By partially reverting 92fbbaea9b4d96f88d556c12cb40c5382a53df70 Task-number: QTCREATORBUG-13630 Change-Id: Ia04a224f2a12839d2cf27828009c945383a4c19c Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
* QNX: Deploy only *.so.? libsRafael Roquetto2014-12-082-4/+15
| | | | | | | | | | | | | | | | | While on Unix systems, libQt5XYZ.so* are symlinks to libQt5XYZ.so.1.2.3, on Windows hosts these files are copies instead of actual symlinks. Therefore, when deploying from a Windows host, all the duplicates get uploaded to the target, effectively taking a lot of unnecessary space. Because Qt QNX apps link only agains *.so.? files, we deploy only those when on Windows hosts. Change-Id: I8f9f3f3a30d227b907f94f30ca47636dcb345eec Reviewed-by: hjk <hjk121@nokiamail.com> Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com> Reviewed-by: Tobias Nätterlund <tobias.naetterlund@kdab.com> Reviewed-by: Filipe Azevedo <filipe.azevedo@kdab.com> Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
* Debugger: Fix uninitialized variablehjk2014-12-051-2/+2
| | | | | | | This has caused GDB not to be started in remote scenarios. Change-Id: I09351e10018cc4052bd80130f2e56ec94ff14965 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
* Update Polish translationsjkobus2014-12-051-1550/+8086
| | | | | Change-Id: Ibd2f7f1ccdb2054db20a34c279441d92166ea5ae Reviewed-by: Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
* Squish: Test auto variables in tst_memberoperatorRobert Loehning2014-12-051-0/+4
| | | | | Change-Id: I7b5bbdcfbd685abb5a716cc237276761065eb962 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
* qmljs: lookup libraries in the correct placeFawzi Mohamed2014-12-041-1/+1
| | | | | | | | This lead some libraries to be “lost”, typically QtQuick Change-Id: I44e8fd12f53ce1371a2d4bd094fe5b67cad30676 Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com> Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
* Doc: add missing info about sidebar views in Qt Quick DesignerLeena Miettinen2014-12-047-41/+61
| | | | | | | | | | As it turns out that we have a sidebar also in the Design mode, with partly the same views as in the Edit and Debug modes, I added info about the missing views and fixed the terminology. Change-Id: I997d472548781a466bec3e64dbf28ecb1476b3eb Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com> Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
* Doc: resetting QML code modelLeena Miettinen2014-12-041-1/+22
| | | | | | Change-Id: Iaa1764c419bdb05c3d24bc2e3e2ea29130c96633 Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com> Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
* Doc: update screenshot of C++ class wizardLeena Miettinen2014-12-041-0/+0
| | | | | | | The dialog looks different and its name changed. Change-Id: Ied3b3135734089447fc4638eb7216f7dc0d09bee Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
* Doc: Qt Quick Designer extensionsLeena Miettinen2014-12-0416-7/+275
| | | | | | | | Move the documentation for commercial features from a separate manual to the Qt Creator Manual. Change-Id: Ifc8f10bda4a2a234e4b81f812601ce2ceb104ddd Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
* ProjectExplorer: Fix unload project from context menuDaniel Teske2014-12-042-1/+11
| | | | | | Task-number: QTCREATORBUG-13583 Change-Id: I8587abdd7aa6f07c511384a512c8f6d1ce7be69d Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
* Ukrainian translation update for 3.3Viktor Ostashevskyi2014-12-041-945/+4096
| | | | | Change-Id: I9c31c2cccb4908156f61a0dcd070a09849116582 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
* QmlProject: Reevaluate QML info after initial setupKai Koehne2014-12-041-4/+1
| | | | | | | | | | | We're setting up targets only after the initial refresh(Everything), so we need to reconfigure the project after that. This fixes issues where the QML editor still uses Qt Quick 1 imports from the default Qt kit when a project is initially loaded. Change-Id: I15af4a1b90231632303d2fd73db350a9d2aff0ce Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by: Fawzi Mohamed <fawzi.mohamed@theqtcompany.com>
* Add ANGLE library to AcknowledgementsKai Koehne2014-12-041-0/+37
| | | | | | Change-Id: I2f3b7a3c2bf185adbf4e97d82cf8e5f8d9164736 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
* Doc: fix typo speficying > specifyingLeena Miettinen2014-12-031-1/+1
| | | | | Change-Id: I8520bcf7a1e6300b53822082f8376113bd02713a Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
* ios: fix kill when running on deviceFawzi Mohamed2014-12-034-23/+85
| | | | | | | | Change-Id: I2bd9a461c055ef8aa5f5ed9facc879def0078f6f Task-number: QTCREATORBUG-13259 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com> Reviewed-by: Fawzi Mohamed <fawzi.mohamed@theqtcompany.com>
* CppTools: Remove QTC_ASSERT in CppModelManager::editorDocument()Nikolai Kosjar2014-12-031-11/+6
| | | | | | | | | | | | | | This fixes SOFT ASSERT: "!filePath.isEmpty()" in file /home/nik/dev/creator/creator-ut/src/plugins/cpptools/cppmodelmanager.cpp, line 467 which can be triggered by e.g. a "git show" document (onCurrentEditorChanged does not check for an empty file path). Change-Id: If4ed8e552069b290cb4ac93da52427b7ed2b91e8 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
* Squish: Let test continue instead of crashing on protocol errorChristian Stenger2014-12-031-1/+4
| | | | | Change-Id: I3c862d26fbbdf124c0b347225cfd97e0748a0830 Reviewed-by: Robert Loehning <robert.loehning@theqtcompany.com>
* Debugger: Fix map dumper with LLDB-320.xhjk2014-12-032-23/+35
| | | | | | | | | The underlying problem here is still that we can deduce the item type from the map type except by string manipulation and type lookup. Which fails at times. Change-Id: Ibe6a8ca1fbd84c43c7d31b65e017792d1b6a1e0b Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
* qmljs: fix projectInfoForPath and fileToPath mappingFawzi Mohamed2014-12-031-4/+9
| | | | | | | | | | m_fileToPath was not always updated correctly which lead projectInfoForPath to return a wrong/invalid project info, messing up the paths used by the code model. Change-Id: If5e144f1ef2c7353b9077deb1b9c9aa9d1708651 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by: Fawzi Mohamed <fawzi.mohamed@theqtcompany.com>
* Core: FileSystemFilter: Pass cleaned absolute paths to EditorManagerNikolai Kosjar2014-12-031-2/+3
| | | | | Change-Id: Iafbda13697686acf5595b799001e80967763eb8f Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
* CppTools: Update document on activationNikolai Kosjar2014-12-036-11/+121
| | | | | | | | | | | | | | | | | | | | | | ...if the project was updated in the meanwhile. If a project is updated mark invisible editor documents dirty and update them if they get focus. This also fixes document highlighting when restoring a session for documents that the user "switched away" before the project info is pushed to CppModelManager. This completes CppTools: Update visible documents on project update commit c2eb91e053332d010adc8b9e7918d9de28ef4c90 which only takes care of visible documents. Task-number: QTCREATORBUG-13270 Change-Id: Id445e7f509deac5d03194aecc54ce4629b7926ce Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
* CppTools: Do not offer pointless ")" signature completionNikolai Kosjar2014-12-031-1/+3
| | | | | | | | | | | | If "Automatically insert matching characters" is activated and '(' is typed before the semicolon in the declaration int f; we offered the ')' completion, although the ')' was already inserted. Change-Id: Id5a50fa94c2cb7b5c4056d87028501b0b90afc73 Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
* ClangCodeModel: Fix re-parsing with new optionsNikolai Kosjar2014-12-031-0/+1
| | | | | | | | | | | If the command line options changed unload the unit so the next SemanticMarker::reparse() will call clang_parseTranslationUnit() with the new options. Task-number: QTCREATORBUG-11606 Change-Id: I44e3da97850abd875a88abde0b406b14198b5be8 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
* iOS: do not set simulator type before initial setupFawzi Mohamed2014-12-023-5/+7
| | | | | | | | | | The run configuration did try to set the simulator type for devices, and also before knowing the available simulators. Make most IosDeviceType initialisations explicit about the device type. Change-Id: I22b87bf4568e1af0c12b1fb91d3074bf29438db2 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by: Fawzi Mohamed <fawzi.mohamed@theqtcompany.com>
* ProgressManager: Fix potential leakOrgad Shaneh2014-12-021-0/+1
| | | | | | | | Detected by valgrind Change-Id: I43ea6dcc67620074642164f552f61642250d9c90 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com> Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
* Fix crash on unloading projectDaniel Teske2014-12-021-1/+4
| | | | | | | | This code path is taken if there's only one project open. Task-number: QTCREATORBUG-13569 Change-Id: If39c451b8d471df4a178610e986c9f35703746a7 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
* Update Russian translationSergey Belyashov2014-12-021-0/+4
| | | | | | | Change-Id: Iec1754c6c01a36ecd2ff04d0c2f15ff0a88c9d36 Reviewed-by: hjk <hjk121@nokiamail.com> Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com> Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
* Debugger: Fix QRegion dumper on 32 bit for Qt < 5.4hjk2014-12-021-1/+3
| | | | | Change-Id: I2554ae77154d88185120bf661f9e732485d92a28 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
* Update qbs submodule.Christian Kandeler2014-12-021-0/+0
| | | | | | | To HEAD of 1.3 branch. Change-Id: I4812a7261cf65457ce3e3dd00be89d9b2c0fbdbb Reviewed-by: Joerg Bornemann <joerg.bornemann@theqtcompany.com>
* FakeVim: Relative numbering is enabled only in FakeVim modeLukas Holecek2014-12-021-4/+7
| | | | | | Task-number: QTCREATORBUG-11750 Change-Id: I1cfe9c078dcb0098b4894c848af0065aab505779 Reviewed-by: hjk <hjk121@nokiamail.com>
* MacroExpander: Delay variable chooser populationhjk2014-12-013-25/+18
| | | | | | Change-Id: I4bf81bcf8bb4f14bf6c31f613d79e79380b666e0 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by: hjk <hjk121@nokiamail.com>
* Version bumpEike Ziller2014-12-012-6/+6
| | | | | Change-Id: Ieacb686c9c241159054543e2501d0354a63c1853 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
* Debugger: Add MSVC runtime module name for VC 12.David Schulz2014-12-011-1/+3
| | | | | Change-Id: I856ed20ad1df493dd430ebf1d0043e57bb9f14f4 Reviewed-by: hjk <hjk121@nokiamail.com>
* Qnx: Introduce QnxDeviceProcesshjk2014-12-013-6/+77
| | | | | | | | | This is helpful for more selective and direct process killing. Previously, all processes with a given name were killed, and in some cases stale awk and grep processes were left over. Change-Id: I4fb3999818062b8c1fdf7dca8a337ef9c158be9b Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
* ProjectExplorer: Move environment "Batch Edit" button uphjk2014-12-011-3/+2
| | | | | | | | | It was often enough below the visible area of the view and people did not notice it exists. Change-Id: Ie1427c3cb90b6d4a200a17cf51402aabc51de7e7 Reviewed-by: Jarek Kobus <jaroslaw.kobus@theqtcompany.com> Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
* Debugger: Disable QVariant(KeySequence) dumper for LLDBhjk2014-12-011-1/+1
| | | | | | | | | | | This triggers errors in LLDB error: main.o Parsing a die that is being parsed die: 0x00001ddf: DW_TAG_subprogram operator void *QMetaObject::Connection::* error: main.o Parsing a die that is being parsed die: 0x000100fa: DW_TAG_subprogram operator QObjectData *QScopedPointer<QObjectData, QScopedPointerDeleter<QObjectData> >::* Change-Id: Iae6a8ca1fbd84c43c7d31b65e017792d1b6a1e0b Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
* Doc: QML_PUPPET_MODE env variableLeena Miettinen2014-12-011-0/+6
| | | | | | | | | The variable was added for checking whether a QML plugin is run in Design mode or by an application. Task-number: QTCREATORBUG-12439 Change-Id: Iad99b7279c8191cb8b17ca81ff24fb9db731fdc9 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
* Fix QML watch expressions for v8Kai Koehne2014-12-012-10/+6
| | | | | | | | | | | | Fix syncing of watch expressions with Qt Quick 2. For v8/v4 we're utilizing the 'evaluate' command, which we have to re-send on every change to get updates. We therefore now call synchronizeWatchers() whenever the stack changes. Task-number: QTCREATORBUG-13473 Change-Id: I7356e9518a719839c5cbb6e518be18e665078e85 Reviewed-by: Ulf Hermann <ulf.hermann@theqtcompany.com> Reviewed-by: Robert Loehning <robert.loehning@theqtcompany.com>
* Qt Quick Compiler Support: Only allow valid settingsAlessandro Portale2014-12-012-9/+17
| | | | | | | | | | | | | | | If the Qt Quick Compiler binary is not present in the binary tools directory of the Qt version, disable the checkbox. A warning will be added in the next minor version, sind we already have string freeze. QML debugging does not work when using the Qt Quick Compiler. So, in case the Qt Quick Compiler is checked, let's disable the QML debugging checkbox. Change-Id: I739b1f71dc53aca9cf00e6ffd15246184d89816b Reviewed-by: hjk <hjk121@nokiamail.com> Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
* Update qbs submodule.Christian Kandeler2014-11-281-0/+0
| | | | | | | To HEAD of 1.3 branch. Change-Id: I633185f4c62a2290367f5a232c5ca7f818a36377 Reviewed-by: Christian Kandeler <christian.kandeler@theqtcompany.com>
* Debugger: Fix LLDB reference display for LLDB 320.xhjk2014-11-282-16/+30
| | | | | | | | There is seemingly still no proper API for that, and the old hack broke. Use a new one. Change-Id: I9e638ca1fbd84c43c7d31b65e017792d1b6a1e0b Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
* QmlProfiler: Use ClosedHandCursor for dragging categoriesUlf Hermann2014-11-281-1/+1
| | | | | | | It fits better to the OpenHandCursor we show when not dragging. Change-Id: I6d3d635b4d56dc0b6e5baa502722cac045e2e6e2 Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
* Doc: update QML emulation layer optionsLeena Miettinen2014-11-281-3/+4
| | | | | | | A check box was divided into two radio buttons. Change-Id: I0439e038be2508a62811a5200c10a07367e85576 Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
* CppTools: Fix include hierarchy for clang code modelNikolai Kosjar2014-11-288-17/+28
| | | | | | | | | | This makes the editor document snapshot accessible through BaseEditorDocumentProcessor since we need it for the include hierarchy if the the clang code model is activated. Task-number: QTCREATORBUG-13553 Change-Id: I7214cc578d05fe5cad6e12b4d29fe6f840a88e8d Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
* CppTools: Always check for a valid BuiltinEditorDocumentParser*Nikolai Kosjar2014-11-284-7/+17
| | | | | | | | | | This fixes a crash if the include hierarchy sidebar is invoked with the clang code model. BuiltinEditorDocumentParser::get(editorFilePath) returns 0 in that case. Task-number: QTCREATORBUG-13553 Change-Id: I9292691c8156bdaaffcac1c3864201ba8a6cbdef Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
* CppEditor: Avoid duplicate "Add #include XYZ"Nikolai Kosjar2014-11-285-2/+73
| | | | | | Task-number: QTCREATORBUG-13422 Change-Id: I3648bf44760fdac4e8e1e79652519136af6032c8 Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
* CppEditor: Tests: Refactor out BaseQuickFixTestCaseNikolai Kosjar2014-11-283-200/+219
| | | | | | | | We will add another type of test case that allows us to test the list of offered operations. Change-Id: I528b3844181c139c8955091ac0bbcf6475fd8a4f Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
* Debugger: Add more reference related autotestshjk2014-11-281-3/+19
| | | | | Change-Id: Iae638ca1fbd84c43c7d31b65e017792d1b6a1e0b Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>