summaryrefslogtreecommitdiff
path: root/src/libs
Commit message (Expand)AuthorAgeFilesLines
* The constructor of Wizard takes now WindowFlags, get rid of QScopedPointerJarek Kobus2010-03-292-7/+14
* Regenerated the qml/js front-end.Roberto Raggi2010-03-293-24/+49
* Replace Q_GUI_EXPORT with QTCREATOR_UTILS_EXPORT.Jarek Kobus2010-03-291-3/+3
* Get rid of compile warningJarek Kobus2010-03-291-1/+1
* Introduce a new Wizard class, capable of showing progress items.Jarek Kobus2010-03-293-0/+1029
* Fixed `look at symbol under cursor' when symbol is a Qt method (e.g. a signal).Roberto Raggi2010-03-297-20/+31
* Introduced Document::isQmlDocument() and Document::isJSDocument().Roberto Raggi2010-03-292-1/+26
* QmlJS: Only collect linker errors for the current file being checked.Christian Kamm2010-03-294-19/+24
* Added icons to options dialog categoriesThorbjørn Lindeijer2010-03-262-3/+3
* Improve (un)comment selection in C++ stylemae2010-03-261-4/+10
* QmlJS: Fix reading enumerators from Qml type description.Christian Kamm2010-03-261-1/+2
* QmlJSEditor: Add completion for JS keywords and Qml reserved words.Christian Kamm2010-03-262-0/+11
* Disable C++0x support for nowThorbjørn Lindeijer2010-03-251-1/+1
* Renewed attempt to fix possible dangling pointers.Erik Verbruggen2010-03-251-3/+14
* Fix code model for nested Qml packages like Qt.labs.particles.Christian Kamm2010-03-252-5/+6
* Add errors for incorrect imports in Qml.Christian Kamm2010-03-253-5/+40
* Update Qml parser.Christian Kamm2010-03-255-6/+26
* Revert "Fixed possible crash in dangling pointers in namespaces."Erik Verbruggen2010-03-244-237/+131
* Recognize C++0x lambda expressions.Roberto Raggi2010-03-241-0/+1
* tr()-FixesFriedemann Kleint2010-03-231-5/+6
* Make disabled icons sharper in sidebarJens Bache-Wiig2010-03-232-10/+34
* Ensure a minimum indent of 1 for the help outputdt2010-03-231-1/+1
* Fixed #import completion to act the same as #include completion.Erik Verbruggen2010-03-231-0/+4
* Fixed possible crash in dangling pointers in namespaces.Erik Verbruggen2010-03-234-131/+237
* Place a whitespace between references.Roberto Raggi2010-03-231-0/+3
* Recognize C++0x rvalue references.Roberto Raggi2010-03-231-2/+5
* fix for QTCREATORBUG-927hjk2010-03-231-1/+1
* Renamed the CompoundExpressionAST::compoundStatement.Roberto Raggi2010-03-231-1/+1
* Disable gcc warning about unused parameters in net7sshKai Koehne2010-03-231-0/+1
* Refactor the externally modified file handlingcon2010-03-222-1/+31
* Fix white text in tool tips and dock widget decorationsJens Bache-Wiig2010-03-221-1/+0
* Don't cache toolbars twice. Fix flickering.Jens Bache-Wiig2010-03-192-4/+2
* Fix build on windowsTobias Hunger2010-03-191-2/+2
* Read qmldir files in a thread and cache them in Snapshot.Christian Kamm2010-03-186-11/+65
* Make the Qml code model read qmldir files for import resolving.Christian Kamm2010-03-188-11/+724
* Ensure that the memory pool can be reused after a rewind and get rid of the s...Roberto Raggi2010-03-182-0/+7
* Switched QML designer to use the ast for loading.Erik Verbruggen2010-03-181-1/+1
* Improve Qml code model import handling.Christian Kamm2010-03-188-170/+98
* Header cleanup in utils/coreplugin.Friedemann Kleint2010-03-172-42/+71
* Put the DependencyTable calculation into the QFuture.Erik Verbruggen2010-03-171-3/+7
* Put the include depenency table into a separate class, and cache it when poss...Erik Verbruggen2010-03-175-113/+217
* Fix compiler warnings with MVSC2008Kai Koehne2010-03-171-2/+1
* Clean up layouts and use minisplitter everywhereJens Bache-Wiig2010-03-172-1/+1
* Added parser support for Q_INTERFACES.Erik Verbruggen2010-03-171-0/+2
* Replace FancyLineEdit::setHintText by QLineEdit::setPlaceHolderdt2010-03-163-84/+4
* utils: compile fix with namespaceshjk2010-03-161-3/+2
* Replace reflection by generated drop shadows in sidebarJens Bache-Wiig2010-03-152-0/+51
* Preserve the user-set build directory for Generic ProjectsThorbjørn Lindeijer2010-03-151-3/+2
* Updated the QML/JS parser.Roberto Raggi2010-03-154-6/+8
* Fixed icons in plugin managerLasse Holmstedt2010-03-122-18/+32