summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Squish: Update object for tst_modify_readonlyRobert Loehning2014-10-141-1/+1
| | | | | Change-Id: I45814f0e7d7e719c4ea73de658e44bd0e7c17d9a Reviewed-by: Christian Stenger <christian.stenger@digia.com>
* QmlProfiler: Increase minimum size of timeline items to 3pxUlf Hermann2014-10-142-5/+11
| | | | | | | One pixel wide lines are too hard to spot. Change-Id: I94f71ba4305078d8682673618be0f5a5e1f85ba8 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
* QmlProfiler: Pass input events with the same signal as all othersUlf Hermann2014-10-142-2/+2
| | | | | Change-Id: I1d2e4da0ffe4772acff95ec27d5459309d41aa60 Reviewed-by: Kai Koehne <kai.koehne@digia.com>
* Add ui.qml support to code mode and editorFawzi Mohamed2014-10-1411-17/+74
| | | | | Change-Id: I6d818ddad1e7467578c63161c278455ef6ac743e Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
* WelcomeScreen: Fix font differences in "Projects" tabAlessandro Portale2014-10-141-0/+1
| | | | | | Task-number: QTCREATORBUG-13165 Change-Id: I6ee42792e374d2a80c24871421bcf99ebecab719 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
* Manual tests for UI splitThomas Hartmann2014-10-1470-0/+3013
| | | | | | | This adds a couple of projects for testing the ui split. Change-Id: I9056702e724541a43895f28453ce31516a348e70 Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
* Update URL to the Qt Account pageAlessandro Portale2014-10-142-3/+3
| | | | | | | It moved to https://account.qt.io Change-Id: I54df8eb37d06d2ab5f4d6c3bb489fbdd7d3e5229 Reviewed-by: Christian Stenger <christian.stenger@digia.com>
* Squish: Don't use deprecated function when having a Qt5 buildChristian Stenger2014-10-141-1/+1
| | | | | Change-Id: I8717bda9c4a24effe36a80e689829e93539186c6 Reviewed-by: Robert Loehning <robert.loehning@digia.com>
* Debugger: Add QVarLengthArray dumperhjk2014-10-131-0/+6
| | | | | Change-Id: I817ccd432a81ea0bf7432e6660a049fd41c926ec Reviewed-by: hjk <hjk121@nokiamail.com>
* QmlDesigner: Activate anchor target selectionThomas Hartmann2014-10-131-1/+0
| | | | | Change-Id: I5aada9ffa67177b13ec7cf7f3c819f2f0530a822 Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
* WelcomeScreen: Adding @2x variants for the iconsAlessandro Portale2014-10-1314-1/+113
| | | | | Change-Id: I50ecb0ff07c84033eaede6fd8a5dbcdc2ae5230d Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
* Fix that opening qmake projects could result in delayed first parsingEike Ziller2014-10-131-1/+1
| | | | | | | Do not set the timer interval while the timer is running. Change-Id: If72eb77fed88a5dda3f6356b1bd82aab781b160d Reviewed-by: Daniel Teske <daniel.teske@digia.com>
* Squish: Fix Welcome page related testsChristian Stenger2014-10-136-45/+54
| | | | | Change-Id: Ifbec46c6e695835f9d88d298823e8793ed428409 Reviewed-by: Robert Loehning <robert.loehning@digia.com>
* Squish: Fix some tests due to latest refactorings in QCChristian Stenger2014-10-138-13/+17
| | | | | | | Refactoring of dialog wizards and editors. Change-Id: I6604a302b04579519c78698375bc4b1027ac8b02 Reviewed-by: Robert Loehning <robert.loehning@digia.com>
* ProjectExplorer: Fix invisible Run submenuFinn Brudal2014-10-131-0/+2
| | | | | | | The Run submenu on the Project context menu was never shown. Change-Id: I4fd29e3b7974114f094d995ef5d31f8bdbc25596 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
* Utils: Move MacroExpander to file pair of its ownhjk2014-10-137-18/+105
| | | | | Change-Id: I777accd58dafca39a0d3e50541af325277c49c6b Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
* Help: Fix "Open Link" context menu item in search pane.Eike Ziller2014-10-131-1/+1
| | | | | | | | It selected all text in the search result widget, instead of opening the link. Change-Id: I264a8cc7ab29e71519d6d10b75a21fcd940d459d Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
* Help Window: Add contents view to side barEike Ziller2014-10-134-10/+34
| | | | | Change-Id: Id690c71471ed9a61bd7a926db70e1b1fb9fac8ab Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
* Help: Make it possible to create multiple content viewsEike Ziller2014-10-133-56/+35
| | | | | Change-Id: I77ccbd1b48e9611f263716a248a6193dcbad8823 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
* Help: Clean up bookmarks widgetEike Ziller2014-10-134-59/+16
| | | | | | | | Remove unused buttons, and unify style with other views (e.g. no focus rect on OS X) by using the common navigation tree view class. Change-Id: I51ce1806507e45077bcbf6b8589585bb15eae712 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
* Help Window: Add Bookmarks viewEike Ziller2014-10-134-2/+30
| | | | | Change-Id: I8b4db5b3208c4133466fe4e61f1dd1f18b432fea Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
* (Help)SideBar fixesEike Ziller2014-10-139-77/+63
| | | | | | | | | | | | | | 1. Get rid of the need to remember the side bar items, instead use the IDs for activation. 2. Fix issue with empty side bar that cannot be shown, if settings exist but contain invalid item IDs. 3. Use actual IDs instead of translated window titles for item IDs. This requires using a different settings group to avoid issues with 2. when going back to earlier versions of Qt Creator. Change-Id: I1a760aa5a019db3231803af1bb72f83db49ba6b0 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
* Add index and filter combo box to external help windowEike Ziller2014-10-1316-113/+237
| | | | | Change-Id: Icc815379220c55d9d7dc5d154278ba21ce2e9984 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
* Navigation side bar: It is "View", not "Pane"Eike Ziller2014-10-132-2/+2
| | | | | Change-Id: Ic6a2f953089a58a8aaa432b9edeb7f6357d527f6 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
* WelcomeScreen: Improve hovering of recent project itemsAlessandro Portale2014-10-132-41/+31
| | | | | | | No gaps inbetween the items. The whole area is click-sensitive. Change-Id: I269e657ef8940387d9844baf17741c1cb3a50dd9 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
* TextEditor: Move some enums to namespace scopehjk2014-10-139-60/+61
| | | | | | | In preparation for the final s/BaseTextEditor/TextEditor. Change-Id: Ie18db9817ec9eec53d805443605ca55423c64c93 Reviewed-by: Christian Stenger <christian.stenger@digia.com>
* Debugger: Speed up reading of 0 terminated blobs in dumpershjk2014-10-131-21/+21
| | | | | Change-Id: Iebc64c21f4dd6f4876989e57d3a347b96e1bd449 Reviewed-by: Christian Stenger <christian.stenger@digia.com>
* ManhattanStyle: Reduce scope of local variableOrgad Shaneh2014-10-121-1/+1
| | | | | Change-Id: Id9dcb4706934ee36972a55c73c23f046357c9512 Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
* Debugger: Add an macro expander for debugger engine typehjk2014-10-102-2/+18
| | | | | Change-Id: Ib16f3b410ea83f6a4687b03677c51fbec26165d7 Reviewed-by: hjk <hjk121@nokiamail.com>
* Kit: Denoise kit.cpphjk2014-10-101-24/+21
| | | | | | | Mostly namespaces. Change-Id: Ib11a75207d20e4db1233542e7e021dab647d70a6 Reviewed-by: hjk <hjk121@nokiamail.com>
* QmlDesigner: Updating WindowSpecificsThomas Hartmann2014-10-101-0/+52
| | | | | Change-Id: Ic4bead3e100d00cf532fa10cda42270eb642bb26 Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
* QmakeProject: Make initial parse use the async parsingDaniel Teske2014-10-104-68/+30
| | | | | | Task-number: QTCREATORBUG-12123 Change-Id: I79dcd684fe826108189db521c392c0f1d7632f88 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
* ~QmakeProFileNode: Simplify codeDaniel Teske2014-10-102-5/+4
| | | | | Change-Id: I6d56b8637b4194b57c4c0df033d0bc7919e24aeb Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
* QmakeProject parsing: Move code from gui thread to parser threadsDaniel Teske2014-10-104-291/+437
| | | | | Change-Id: I05c1ec01a2c1ae4017ad2d09b07aa87854e3f118 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
* QtSupport: Use the new MacroExpander basehjk2014-10-103-48/+28
| | | | | Change-Id: I8a3f3d461179ab1abf1704166ad3861645d49f99 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
* Utils: Introduce a not-so-abstract MacroExpander utility classhjk2014-10-101-0/+15
| | | | | | | | | The current use of AbstractMacroExpander requires some boiler plate code that can be avoided. Change-Id: I753d872d824274d94d5105232a8fc05ac7bf0711 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
* Adding new wizards for QtQuick supporting Qt 5.4.Thomas Hartmann2014-10-1016-0/+227
| | | | | Change-Id: I2af1cff65032bb583864c1c8ee3a3636a46e3c39 Reviewed-by: Jarek Kobus <jaroslaw.kobus@digia.com>
* FancyMainWindow: Fix method naminghjk2014-10-102-4/+4
| | | | | | | ... and resulting logic error. Change-Id: Id1d437c6ad3e9531387859b7d449d4b47f86f0e3 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
* Debugger: Add dumper for Qt3's (sic!) QStringhjk2014-10-102-2/+19
| | | | | Change-Id: I24d266587425a5c50ec3dcb548a29877730cbdff Reviewed-by: Christian Stenger <christian.stenger@digia.com>
* Profile parsing: Extract VPATH information for the .pro fileDaniel Teske2014-10-102-20/+50
| | | | | | | And reuse that for all .pri files. This is a lot faster. Change-Id: Iff81a50b892ad666ed6c899aa242b6e9b394f339 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
* Debugger: Remove unused dumper codehjk2014-10-101-10/+0
| | | | | Change-Id: Idc2d17e34bf5666c56d6f54b657867f1b0ecf943 Reviewed-by: Christian Stenger <christian.stenger@digia.com>
* Adding new QtQuick features for Qt 5.4Thomas Hartmann2014-10-102-0/+10
| | | | | Change-Id: I2b23d08c9d9602b1001c96901a57cf8abfb2e9dd Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
* QmlDesigner: fix regression from last filter import fixTim Jenssen2014-10-101-8/+10
| | | | | | | | | - adding line ending to the import code - set correct fileUrl to resolve local directory imports Task-number: QTCREATORBUG-12625 Change-Id: I2861fc5674ff0fa4f6cc9e308a22cd2853ffa85c Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
* Help: Make it possible to create multiple index viewsEike Ziller2014-10-105-70/+292
| | | | | | | | | This unfortunately means doing the filtering by hand, because filtering on the QHelpIndexModel would be shared between multiple views. Change-Id: Iae38952a92dbb1b4a9685aea6f057d96f0d0784f Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* Partially revert "GenericProject: Use some Qt 5 connect"hjk2014-10-091-1/+1
| | | | | | | The QSignalSpy parts are 5.4 only, but we need to run with 5.3 Change-Id: I77f778cd66af2f2182d067ca16d2aceeacb9ab3f Reviewed-by: hjk <hjk121@nokiamail.com>
* QmlDesigner: move setObjectOwnershipTim Jenssen2014-10-091-2/+1
| | | | | | | - to the same position like in the other methods Change-Id: Ie12147de0e9030a35928a2c0a5dd38d34f998845 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
* QmlDesigner: improve error output of the puppetsTim Jenssen2014-10-094-7/+24
| | | | | | | | | - errors -> warning none false outputs -> debug - adding some more error outputs Change-Id: Ice61d10a87dc5ef789b7913cae166641b18ddf27 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com> Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
* QmlDesigner: avoid setContext warning if there is already oneTim Jenssen2014-10-091-1/+1
| | | | | Change-Id: I2d23f8f18cce11bdfbdcb4a8d9d6d99fec7d20e6 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
* QmlDesigner: use engine argument like all similar methodsTim Jenssen2014-10-091-3/+3
| | | | | Change-Id: I1238cbd60e38ade3f54937ca8f901517c543a3ad Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
* QmlDesigner: remove unnecessary spaces/linesTim Jenssen2014-10-093-13/+4
| | | | | Change-Id: I867ab5afc82e67644b7004e97886b46250f5d3df Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>