aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs
Commit message (Expand)AuthorAgeFilesLines
* Building debugging helpers: Increase timeout to 80000ms.Friedemann Kleint2010-10-061-1/+1
* Botan: Always compile with optimizations.Christian Kandeler2010-10-051-0/+1
* Resolve local using namespace directives.Roberto Raggi2010-10-051-14/+21
* L10n: tr()-FixesFriedemann Kleint2010-10-051-1/+1
* Git: Only allow commit if author information is validTobias Hunger2010-10-042-19/+31
* QmlJS: Fix an instance of relying on the Qt package name.Christian Kamm2010-10-011-1/+2
* QmlJSDebugClient: Update library to latest changes in qtKai Koehne2010-10-014-109/+224
* QmlJS: Prepare qmldump for multiply exported C++ objects.Christian Kamm2010-10-012-70/+137
* QmlJS indenter: Fix incorrect indent after break/continue.Christian Kamm2010-09-302-1/+3
* Tooltips: Avoid showing too much content.Leandro Melo2010-09-301-15/+19
* C++: added quickfix to insert a method definition.Erik Verbruggen2010-09-303-413/+2
* DebuggingHelpers: Check for Qt version instead checking private filesKai Koehne2010-09-302-0/+28
* Translator correctionsJarek Kobus2010-09-291-1/+1
* PathChooser: Fix Windows.Friedemann Kleint2010-09-291-4/+5
* PathChooser: Fix: Unable to enter relative command paths.Friedemann Kleint2010-09-291-12/+18
* QML Observer: Build together on runtime with debugging toolsLasse Holmstedt2010-09-291-0/+1
* Compile qmldump with debugging helpersLasse Holmstedt2010-09-293-2/+291
* QmlJS: Fix initializer of property declaration not being visited in BindChristian Kamm2010-09-281-1/+1
* QmlEditor: Fix gcc warningsKai Koehne2010-09-281-4/+4
* QmlOutline: Show functions in outlineKai Koehne2010-09-284-0/+9
* Fixed compiler warnings.Erik Verbruggen2010-09-272-10/+3
* C++: make InsertionPointLocator ready for re-use.Erik Verbruggen2010-09-272-14/+48
* QApplication::aboutToQuit signal is used for the plugin manager's shutdownDenis Mingulov2010-09-272-2/+1
* Revert "Remove the QmlJSEditor dependency from Qt4ProjectManager."dt2010-09-273-16/+2
* QtQuickToolBar: support for .sci filesThomas Hartmann2010-09-271-1/+82
* QmlJS indenter: Fix break/continue/throw in if statement without braces.Christian Kamm2010-09-272-0/+9
* QmlJS indenter: Fix problem with object literals.Christian Kamm2010-09-272-1/+11
* PathChooser: Make use of the environmentTobias Hunger2010-09-242-19/+76
* Environment: New method to find an executableTobias Hunger2010-09-242-16/+38
* QmlJS: Fix QmlComponentChain not being exported.Christian Kamm2010-09-241-1/+1
* Fix resource paths in ui files of QmlJsEditorFriedemann Kleint2010-09-243-20/+20
* QmlJS: Add initial 'Find Usages' support.Christian Kamm2010-09-249-102/+124
* QmlJS: Cache some commonly used QML specific objects.Christian Kamm2010-09-242-42/+85
* QmlJS: Synchronize Engine::registerValue.Christian Kamm2010-09-242-0/+4
* QmlJS: Fix segfault during import resolution.Christian Kamm2010-09-241-1/+2
* UI text - set QML keywords non-translatableLeena Miettinen2010-09-243-32/+32
* compilation fix with namespaceshjk2010-09-232-1/+9
* Remove the QmlJSEditor dependency from Qt4ProjectManager.Christian Kamm2010-09-233-2/+16
* Move ProjectExplorer::Environment to Utils::EnvironmentTobias Hunger2010-09-233-2/+556
* PathChooser: Fix some regressionsdt2010-09-231-2/+4
* QmlObserver: showing a warning when changes cannot be synchronizedChristiaan Janssen2010-09-222-4/+17
* Added ResolveExpression::context()Roberto Raggi2010-09-222-0/+6
* Keep the lookup context alive.Roberto Raggi2010-09-221-1/+6
* QmlInspector: dumping object properties when fetching treeChristiaan Janssen2010-09-211-2/+3
* Open context menu for MainWindowArvid Ephraim Picciani2010-09-202-1/+9
* Path Chooser: Add a basedirectorydt2010-09-172-1/+20
* HistoryCompleter : only save non empty entriesArvid Ephraim Picciani2010-09-171-0/+2
* HistoryCompleter: allow deleting items via an X "button"Arvid Ephraim Picciani2010-09-171-16/+87
* Compile WarningFriedemann Kleint2010-09-171-1/+0
* HistoryCompleter : down key with empty completion shows allArvid Ephraim Picciani2010-09-171-2/+29