summaryrefslogtreecommitdiff
path: root/src/libs
Commit message (Expand)AuthorAgeFilesLines
* Don't try finalizing files that were never created.Eike Ziller2011-12-051-1/+2
* Fix crash in submit editorDaniel Teske2011-12-021-1/+1
* SSH: Ask for private key password right on connection start.Christian Kandeler2011-12-022-7/+29
* QmlJS: Add protection against attached types attaching to themselves.Christian Kamm2011-12-021-1/+1
* QmlJS indenter: Fix hang when using 'else (a==a) {}'.Christian Kamm2011-11-221-2/+8
* QmlJS: Fix crash when reading malformed qmltypes files.Christian Kamm2011-11-211-1/+5
* centralize setting of "CONFIG += shared dll" for librariesOswald Buddenhagen2011-11-189-10/+0
* Plugin tests: Fix '-test all'.Christian Kamm2011-11-141-1/+6
* QmlJS: Fixed attached objects.Christian Kamm2011-11-072-17/+7
* C++: Fix crash in type hierarchy when anonymous in typedefsLeandro Melo2011-11-071-2/+5
* process_ctrl_c_stub: forward exit code of the child processJoerg Bornemann2011-11-071-3/+9
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-03477-953/+953
* C++ insert def: Fix bug when minimizing name.Christian Kamm2011-10-313-71/+29
* C++: Fix findMatchingDeclaration for functions not in a class.Christian Kamm2011-10-311-3/+3
* QmlJS: Avoid an infinite loop if a qmltypes file has a cycle.Christian Kamm2011-10-312-8/+25
* QmlJS indenter: Never touch indent of multi-line strings.Christian Kamm2011-10-312-5/+6
* Limit the length of shown search result line.Eike Ziller2011-10-311-2/+13
* C++ parser: Don't fail on REVISION in Q_PROPERTY.Christian Kamm2011-10-254-1/+22
* C++: Fix a crash in debug builds when rewriting functions.Christian Kamm2011-10-253-0/+9
* QmlJS checks: Make 'unintentional empty block' warning less annoying.Christian Kamm2011-10-241-2/+1
* Remove left over code, state is unused since 6dc4a0Daniel Teske2011-10-211-5/+0
* move api docs to ... the apiOswald Buddenhagen2011-10-211-45/+33
* C++: Fix arg. count for functions with function-try-blocksLeandro Melo2011-10-211-3/+4
* don't rewrite symlink on save, rewrite target insteadVlad Brovko2011-10-203-4/+29
* Disallow a few more special shell charactersDaniel Teske2011-10-191-2/+2
* compile with Visual Studio IDE, take 2Oswald Buddenhagen2011-10-181-1/+5
* Revert "Compile with Visual Studio IDE: string macros don't need to be escaped"Robert Loehning2011-10-171-5/+1
* Compile with Visual Studio IDE: string macros don't need to be escapedPeter Kuemmel2011-10-171-1/+5
* QmlJS indenter: Fix ternary multiline indent.Christian Kamm2011-10-172-13/+11
* Fixed stack-overflow when parsing insanely nested compound statements.Erik Verbruggen2011-10-172-1/+9
* Add missing command line help.Eike Ziller2011-10-141-0/+5
* FileInProjectFinder: Fix gcc warningKai Koehne2011-10-121-1/+1
* Fix typoJarek Kobus2011-10-121-1/+1
* FileInProjectFinder: Normalize project directory before checking for changesKai Koehne2011-10-121-6/+17
* QmlJS: Fix the fix for scope chain rebuilds.Christian Kamm2011-10-121-1/+1
* QmlJS: Allow for 'ModuleApi' elements in qmltypes files.Christian Kamm2011-10-121-3/+5
* QmlJS: Fix scope builder rebuilds.Christian Kamm2011-10-121-0/+3
* QDeclarativeDebugClient: Expose internal error stringKai Koehne2011-10-112-1/+10
* Use native separators in user visible stringTobias Hunger2011-10-051-1/+1
* SSH: Allow querying of IP protocol version.Christian Kandeler2011-10-042-0/+7
* CDB breakpoints: Fix line adjustment in case statements.Christian Kamm2011-10-042-7/+0
* QmlJS: Fix saving and restoring QML scope objects.Christian Kamm2011-09-282-4/+13
* WelcomePage: adding hasSearchBar property to IWelcomePageThomas Hartmann2011-09-281-0/+2
* QmlJS: Support .import directives in js files.Christian Kamm2011-09-2810-95/+186
* Use absolute path for xterm on Mac and remove unused file.Eike Ziller2011-09-271-4/+2
* QmlJS: Fix crash.Christian Kamm2011-09-271-1/+1
* QmlJS: Fix typo in building string uris.Christian Kamm2011-09-271-1/+1
* QmlJS: Fix threading issue in QmlObjectValue.Christian Kamm2011-09-273-15/+16
* QmlJS: Separate metaObjectRevision from minor version number.Christian Kamm2011-09-269-43/+134
* Implement Code Style schemesJarek Kobus2011-09-233-2/+486