summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Long live the king!hjk2010-03-052089-2092/+2092
|
* Library/Unit Test/Custom Widget Wizard: Add Target page.Friedemann Kleint2010-03-058-56/+72
| | | | | | | | Handle target page correctly. Remove static enumerations of page ids by member variables to handle differing page setups. Fix page switching logic in library wizard. Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
* Disable run controls if no qml file is selectedLasse Holmstedt2010-03-054-11/+89
| | | | | Task-number: BAUHAUS-396 Reviewed-by: dt
* debugger: fix new wstring dumper encodinghjk2010-03-052-9/+37
|
* QmlDesigner: Adapt qml files to new "on" syntaxKai Koehne2010-03-054-5/+4
| | | | Reviewed-by: Christiaan Janssen
* Qml: MouseRegion got renamed to MouseAreaKai Koehne2010-03-0515-58/+58
| | | | Reviewed-by: Christian Kamm
* Disable targets in the targetselectionpageTobias Hunger2010-03-054-4/+49
| | | | | | | * Allow to restrict possible targets in the targetselectionpage * Only show the page when it makes sense Reviewed-by: Friedemann Kleint
* Sort projects alphabetically in projects modeTobias Hunger2010-03-051-3/+13
| | | | Reviewed-by: con
* debugger: fix QHash dumper in the case of simple keyshjk2010-03-051-2/+2
|
* debugger: fix QLinkedList dumperhjk2010-03-051-1/+1
|
* debugger: suppress generation of breakpoint information in the new dumpershjk2010-03-051-8/+8
| | | | Functionality has been moved back to the plugin for now.
* Update the Qml type description file.Christian Kamm2010-03-051-1321/+1189
|
* In the XML describing the Qml types, order the types by name.Christian Kamm2010-03-051-0/+4
| | | | | | This should allow diffs of the generated file to be more meaningful. Reviewed-by: Roberto Raggi
* Fix wrong namespace.kh12010-03-051-1/+1
|
* debugger: fix testArray() test casehjk2010-03-051-1/+4
|
* QmlDesigner.ItemLibrary: Eliding text labelsChristiaan Janssen2010-03-051-1/+1
|
* Added gui example for debugger testingFriedemann Kleint2010-03-055-0/+668
|
* QmlDesigner.ItemLibrary: fixed: do not display non-visual componentsJörg Schummer2010-03-051-40/+44
| | | | | Task-number: BAUHAUS-433 Reviewed-by: kkoehne
* Mentioning bugfix in changes file.Robert Loehning2010-03-041-0/+1
|
* Shortcutsettings/FakeVim: Indicate modified shortcuts/regexps.Daniel Molkentin2010-03-042-4/+62
| | | | Fixes: QTCREATORBUG-559
* Merge remote branch 'origin/1.3'Oswald Buddenhagen2010-03-041-5/+0
|\
| * remove objectionable message :-DOswald Buddenhagen2010-03-041-5/+0
| |
* | Fix contact info.Robert Loehning2010-03-042-2/+2
| | | | | | | | Reviewed-by: kh
* | Some more improvements for the startup time.kh12010-03-042-56/+64
| | | | | | | | | | After this change and the change we did to 4.7, we are down to ~100ms time in extensionsInitialized on Windows, should be even more on Linux.
* | Remove the register call for the qml file, I put it into help module.kh12010-03-041-22/+0
| |
* | Set auto save filter to false, it triggers an unnecessary db write.kh12010-03-042-2/+2
| |
* | Fix contact info.kh12010-03-042-2/+2
| |
* | Fixed incorrect indentation when reparenting nodes.Erik Verbruggen2010-03-041-7/+15
| |
* | Fix incorrect slot connection.Daniel Molkentin2010-03-041-1/+1
| | | | | | | | Reviewed-By: Robert Loehning
* | Fix missing item drop indicators in the QML editorJens Bache-Wiig2010-03-041-1/+20
| | | | | | | | | | We need to draw drop indicators for this. I made them semi transparent white rectangles for now.
* | Changed error to warning when using a string literal for an ID.Erik Verbruggen2010-03-041-3/+8
| |
* | QmlDesigner/QmlInspector: Document private headers dependencyKai Koehne2010-03-042-5/+42
| | | | | | | | | | | | | | | | | | Users also can now explicitly set the path to the private header files by passing "QT_PRIVATE_HEADERS=$PATH" to qmake, or force qmake to ignore the plugins by passing in an invalid /empty path. Reviewed-by: con
* | Beautify & Update READMEKai Koehne2010-03-041-5/+5
| | | | | | | | | | | | | | Always write "Qt Creator" space. Also, make sure lines are broken at 80 characters. Reviewed-by: con
* | Fix possible core dumpTobias Hunger2010-03-041-1/+1
| | | | | | | | | | ... when creating a new project without any Qt version being available
* | debugger: partial fix for new QObject dumperhjk2010-03-041-0/+3
| |
* | debugger: revive the fallback to CLI when gdb/MI refuses to set pendinghjk2010-03-042-50/+50
| | | | | | | | | | | | breakpoints. Seems to be needed for "GNU gdb (GDB) SUSE (6.8.91.20090930-2.4)"
* | Improve parsing of linker problemsTobias Hunger2010-03-042-28/+69
| |
* | Fix unit tests for gcc parserTobias Hunger2010-03-041-15/+29
| |
* | Add unit test for the gcc output parserTobias Hunger2010-03-045-0/+419
| |
* | Extend ioutputparser interface to improve testabilityTobias Hunger2010-03-045-2/+28
| |
* | Windows: Add Support for Windows SDKsFriedemann Kleint2010-03-045-81/+353
| | | | | | | | | | | | | | | | | | Detect SDKs before VC installations. Add static list of installations initialized on demand. List SDKs and VC with platforms settings depending on Qt-version. Detect installations properly, checking existence of setup scripts. Handle delayed shell variable expansion used by SDK setup scripts. Tested with SDK 6.1 onwards (32bit/64bit). Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
* | QmlDesigner: Fix crash when deleting an item for a malformed qml fileKai Koehne2010-03-041-3/+7
| | | | | | | | | | | | | | This fixes a crash when editing a file where e.g. PropertyChanges had an invalid target property. Reviewed-by: Lasse Holmstedt
* | debugger: use the right flag to select using full paths for breakpointshjk2010-03-041-1/+1
| |
* | Fix visual selection for keyboard navigation in New dialog.con2010-03-041-1/+1
| | | | | | | | Reviewed-by: Erik Verbruggen
* | Updated Russian translationSergey Belyashov2010-03-041-2526/+7249
| | | | | | | | | | Merge-request: 2163 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* | make README to refer to qt 4.7Oswald Buddenhagen2010-03-041-2/+2
| |
* | debugger: fix breakpoint markers in constructorshjk2010-03-041-0/+6
| |
* | Debugger/Attach to running: Default to ps if /proc does not exist.Friedemann Kleint2010-03-041-3/+50
| | | | | | | | | | Polish the process dialog. Task-number: QTCREATORBUG-800
* | Designer: Fix goto slot in case of sources in different paths.Friedemann Kleint2010-03-041-3/+2
| | | | | | | | | | | | Check on path is too strict (since the documents are already limited to the ones including the header). Task-number: QTCREATORBUG-746
* | Fixed crash when moving layers in navigator and undoing afterwardsLasse Holmstedt2010-03-031-4/+5
| | | | | | | | | | Task-number: BAUHAUS-428 Reviewed-by: marco