summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fixes: make compile after qml renaming dated 22/04/2010"v2.0.0-beta2.0.0-betacon2010-05-052-11/+11
* Fixes: make compile after qml renaming dated 22/04/2010Bill King2010-05-052-11/+11
* Copy changes file.con2010-04-261-1/+1
* Avoid potential regular locking up of Qt Creator whenever working on acon2010-04-262-16/+1
* debugger: prevent crash if breakpoint has been removed before the 'info line'hjk2010-04-211-0/+2
* Fix crash for reseting a propertyMarco Bubke2010-04-201-5/+7
* Just use the path as the url can have an anchor attached etc...kh12010-04-202-4/+5
* Quick fix to make the documentation work, needs a proper solution though.kh12010-04-193-19/+77
* don't use fromRawData() for the file name parts.Oswald Buddenhagen2010-04-191-4/+3
* QmlDesigner: Fix crash on exitKai Koehne2010-04-191-3/+4
* Never nag again about Qt Quick Visual Designer after pressing X, or enabling ...con2010-04-161-0/+2
* List are now handled before writable properties for reseting propertiesMarco Bubke2010-04-161-4/+4
* Don't interact with list there the interface is not fully implementedMarco Bubke2010-04-161-34/+30
* QmlDesigner: crash fix for copy and pasteThomas Hartmann2010-04-162-3/+4
* QmlJSEditor: Prevent an infinite parsing loop with invalid qml/js files.Christian Kamm2010-04-161-0/+1
* debugger: fix for "Can not step into functions on Symbian" QTCREATORBUG-1185hjk2010-04-161-1/+1
* Handle qmake with or without trailing .exeTobias Hunger2010-04-161-0/+2
* Fixes crash on adding configurationsdt2010-04-151-1/+1
* Fix crash on removing cloned buildconfigurationsdt2010-04-151-4/+4
* QmlJS: Remove defaultProperty tags from qml-builtin-types.xmlChristian Kamm2010-04-151-46/+46
* Fix crash for a dangling pointerMarco Bubke2010-04-141-4/+6
* Fix crash for double deleted itemsMarco Bubke2010-04-141-1/+8
* Return zero for a null object in the graphics node instanceMarco Bubke2010-04-141-0/+3
* Test if a item exist for this node in the formeditor.Marco Bubke2010-04-141-1/+1
* Revert "QmlDesigner: Remove 'variant' as qml type"Kai Koehne2010-04-142-2/+4
* QmlDesigner: Fix PropertyEditor with latest qt.gitKai Koehne2010-04-141-1/+1
* QmlJS: Update type descriptions for recent Qml updates in Qt.con2010-04-141-476/+215
* GCC parser improvementsTobias Hunger2010-04-141-1/+54
* QmlDesigner: fixes crashThomas Hartmann2010-04-141-2/+6
* add a README for the gdb patch collectionhjk2010-04-141-0/+27
* debugger: add a patch to solve the 'Cannot step on Maemo' problem.hjk2010-04-141-0/+17
* Replace 'var' by 'variant' in all Qml filesKai Koehne2010-04-1429-77/+77
* Fix compilation (release build)Kai Koehne2010-04-141-1/+1
* qtcdebugger: Made error message more helpful.Robert Loehning2010-04-131-0/+2
* Fix ui completion for new projectsdt2010-04-132-15/+18
* Mention project name in targetsetuppageTobias Hunger2010-04-132-5/+9
* Rework targetsetuppage interface slightlyTobias Hunger2010-04-132-29/+25
* Only offer to import directories building the sourcesTobias Hunger2010-04-133-7/+20
* Use clean copy to iterate, not the user provided oneTobias Hunger2010-04-131-1/+1
* Add a method to find pro-files used to create a MakefileTobias Hunger2010-04-132-4/+23
* Make duplicate Qt import-version detection work betterTobias Hunger2010-04-131-3/+2
* Fix possible crash in targetsetuppageTobias Hunger2010-04-131-1/+5
* restored commented-out codeLasse Holmstedt2010-04-131-2/+2
* Fixed auto-switching issues with QML inspector and c++ debuggerLasse Holmstedt2010-04-134-18/+25
* Work around to deep build directory.dt2010-04-131-1/+5
* QmlDesigner.propertyEditor: fixes rare crashbugThomas Hartmann2010-04-131-2/+1
* Handle "/usr/bin/ld: cannot find -lsomelib" in gccparserTobias Hunger2010-04-131-17/+33
* Fix some false positives in the build issuesTobias Hunger2010-04-132-5/+34
* Make gnumake parser less noisyTobias Hunger2010-04-132-51/+81
* Fix possible crash in TargetSetupPageTobias Hunger2010-04-131-2/+9