aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/3.1'Oswald Buddenhagen2014-03-1120-54/+85
|\
| * QmlProfiler: Show multiple rows for animations from different threadsUlf Hermann2014-03-112-1/+13
| * CdbExt: Make max array size configurable.David Schulz2014-03-115-31/+38
| * CdbExt: Fix Dumping of a list of QStringLists.David Schulz2014-03-101-1/+3
| * QML JS: fix messagesLeena Miettinen2014-03-101-2/+2
| * utils: fix logging.hFawzi Mohamed2014-03-061-3/+3
| * ConsoleProcess: Remove asserthjk2014-03-061-1/+0
| * Environment: Don't search the same directory repeatedlyTobias Hunger2014-03-051-0/+8
| * PathChooser: Small cleanupTobias Hunger2014-03-051-2/+2
| * PathChooser: Trigger revalidation when environment or base name changeTobias Hunger2014-03-051-1/+4
| * Fix some typosSergio Ahumada2014-03-057-11/+11
| * Fix capitalization of QML in qmljs.Friedemann Kleint2014-03-041-1/+1
* | Disable Qbs support when compiling with Qt4Eike Ziller2014-03-071-11/+15
* | Merge remote-tracking branch 'origin/3.1'Eike Ziller2014-03-044-4/+11
|\|
| * Debugger: remove platform ifdefs in terminal adapterhjk2014-03-042-2/+8
| * Utils: Fix replace with preserve case.David Schulz2014-03-031-1/+1
| * Provide parent to getOpenFileName()Robert Loehning2014-02-281-1/+2
* | Merge remote-tracking branch 'origin/3.1'Eike Ziller2014-02-284-4/+49
|\|
| * Make find options in tool bar more accessible.Eike Ziller2014-02-282-2/+42
| * winutils: Fix warning about unused functions on non windowsTobias Hunger2014-02-281-0/+2
| * C++: Record macro uses in #if defined(MACRO)Orgad Shaneh2014-02-271-1/+4
| * C++: Fix line value for tokens generated by function-like macroOrgad Shaneh2014-02-271-1/+1
* | Fix compilation of C++-library with Qt 4.Friedemann Kleint2014-02-281-1/+1
* | Merge remote-tracking branch 'origin/3.1'Eike Ziller2014-02-271-2/+11
|\|
| * C++: Fix handling of #undefOrgad Shaneh2014-02-271-2/+11
* | C++: cleanup setting the bindings in the lookup context class.Erik Verbruggen2014-02-275-53/+26
|/
* CDB extension: Add qmlstack command and helpers.Friedemann Kleint2014-02-266-3/+148
* CDB extension: Introduce flags for exception handling to call command.Friedemann Kleint2014-02-264-6/+21
* CDB extension: Introduce StateNotificationBlocker.Friedemann Kleint2014-02-262-4/+27
* Long live the Windows RT plugin!Joerg Bornemann2014-02-251-1/+1
* C++: Fix preprocessing of uncontinued line-escapingOrgad Shaneh2014-02-241-1/+10
* C++: Preserve comments after preprocessor directivesOrgad Shaneh2014-02-241-1/+11
* Preprocessor: Adjust lines also for multiline C++ commentsOrgad Shaneh2014-02-241-1/+1
* Bump CDB extension version.Friedemann Kleint2014-02-211-1/+1
* Re-arrange Ctrl-C stub argument passing.hjk2014-02-211-8/+10
* Optimize usage of QPaletteLorenz Haas2014-02-211-2/+2
* QmlJS: Fix qbs build.Christian Kandeler2014-02-201-0/+1
* Utils: Compile winutils on all platformhjk2014-02-204-20/+25
* qmljs: fixing attributes naming (code style)Fawzi Mohamed2014-02-192-16/+19
* qml: moving most of ModelManager logic to ModelManageInterfaceFawzi Mohamed2014-02-1914-49/+2953
* QmlProfiler: Remove some unused constants and document one that's used.Ulf Hermann2014-02-191-7/+1
* PathChooser: Provide more direct access to button labelhjk2014-02-192-9/+7
* QtcProcess: pass arguments only once to child processJoerg Bornemann2014-02-191-0/+2
* QtcProcess: Introduce a QtcProcess::Arguments classhjk2014-02-194-682/+731
* qmljs: qmltypes, added isCreatable, isSingleton, isCompositeFawzi Mohamed2014-02-183-2/+49
* qmljs: improve qmltype parsing error messagesFawzi Mohamed2014-02-183-9/+15
* Use native label for "Browse" buttonRobert Loehning2014-02-171-0/+6
* qmljs: correctly set WarningsFawzi Mohamed2014-02-171-2/+2
* Utils: Merge BaseValidatingLineEdit into FancyLineEdithjk2014-02-1416-342/+223
* Utils: Merge FilterLineEdit into FancyLineEdithjk2014-02-146-132/+48