summaryrefslogtreecommitdiff
path: root/src/libs
Commit message (Expand)AuthorAgeFilesLines
* Implement theming for QtCreatorThorben Kroeger2014-10-1512-53/+932
* License update.Eike Ziller2014-10-157-49/+56
* QmlJS: Distinguish between erros for ui.qml files and designer warningsThomas Hartmann2014-10-153-8/+21
* Add QmlPrototypeReference::document() getterSebastian Sauer2014-10-152-0/+6
* CppTools: Do not re-use semantic document if dependencies changedNikolai Kosjar2014-10-152-0/+7
* C++: Fix parsing of "Foo *foo = new Foo()"Nikolai Kosjar2014-10-151-27/+42
* CDB: Reverse the order of shadowed locals for newer cdbs.David Schulz2014-10-151-50/+71
* CDB: Parse version number from output.David Schulz2014-10-152-0/+46
* QmlJS:: Allow qsTr() for .ui.qml filesThomas Hartmann2014-10-151-1/+4
* QmlJS: Adding checks for .ui.qml filesThomas Hartmann2014-10-153-10/+84
* CDB: Use false instead of zero when a boolean is returnedDavid Schulz2014-10-151-2/+2
* CDB: Remove unused variable.David Schulz2014-10-151-2/+1
* VariableChooser: Reworkhjk2014-10-152-0/+39
* MacroExpander: Allow registering local expansionshjk2014-10-152-8/+314
* Utils: Add a base for tree like modelshjk2014-10-144-0/+374
* Merge "Merge remote-tracking branch 'origin/3.2'"Eike Ziller2014-10-14566-3990/+4560
|\
| * Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-14566-3990/+4560
| |\
| | * License updateEike Ziller2014-10-09563-3969/+4536
* | | QmlJSEditor: warn when editing .ui.qml, activate designer checksThomas Hartmann2014-10-142-6/+44
|/ /
* | QmlProfiler: Pass input events with the same signal as all othersUlf Hermann2014-10-142-2/+2
* | Add ui.qml support to code mode and editorFawzi Mohamed2014-10-146-16/+60
* | Utils: Move MacroExpander to file pair of its ownhjk2014-10-135-17/+103
* | Utils: Introduce a not-so-abstract MacroExpander utility classhjk2014-10-101-0/+15
* | FancyMainWindow: Fix method naminghjk2014-10-102-4/+4
* | Re-introduce option to toggle FancyMainWindow auto-hidinghjk2014-10-092-124/+212
* | C++: Do not share dependency table when copying a SnapshotNikolai Kosjar2014-10-092-6/+5
* | CppEditor: Add very first include after include guardNikolai Kosjar2014-10-082-1/+9
* | C++: Pass on the byte offsets of macro argumentsNikolai Kosjar2014-10-083-3/+20
* | Cpp: Adjust includes when files are renamed.David Schulz2014-10-022-0/+15
* | CPlusPlus: Fix qbs build.Christian Kandeler2014-10-011-0/+1
* | Editors: Support dragging from outline viewsEike Ziller2014-09-304-3/+87
* | TextEditor: Rename BaseTextEditorWidget to TextEditorWidgethjk2014-09-291-3/+3
* | Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-09-292-0/+2
|\ \ | |/
| * Merge remote-tracking branch 'origin/3.1' into 3.2Eike Ziller2014-09-292-0/+2
| |\
| | * Fix the build: add missing #includes3.1Thiago Macieira2014-08-182-0/+2
* | | Android: Say hello to gradle!BogDan Vatra2014-09-252-15/+23
* | | Use Q_DECL_OVERRIDE instead of QTC_OVERRIDEThomas Hartmann2014-09-2514-318/+267
* | | C++: Fix endless loop in lookup on WindowsNikolai Kosjar2014-09-251-1/+4
* | | QmlDebug/QmlProfiler: Fix MSVC warningsOrgad Shaneh2014-09-241-4/+4
* | | Editors: Support drag & drop from bookmarks paneEike Ziller2014-09-232-27/+49
* | | C++: Clear state in DependencyTable::buildNikolai Kosjar2014-09-221-0/+6
* | | CppTools: Move DependencyTable to Snapshothjk2014-09-194-52/+24
* | | Core: Add a basic extension for the JsExpanderTobias Hunger2014-09-182-2/+23
* | | Debugger: Support setting substitute path by regexpOrgad Shaneh2014-09-182-32/+43
* | | Utils: Draw focus frame for Details buttonOrgad Shaneh2014-09-171-0/+5
* | | CPlusPlus: Simplify MatchingText interfacehjk2014-09-172-14/+9
* | | QmlDebug: Avoid hiding of virtual functionsUlf Hermann2014-09-162-4/+4
* | | FancyLineEdit: Take validator into accountTobias Hunger2014-09-161-1/+5
* | | Utils: Remove unused IpAddressLineEdit classTobias Hunger2014-09-164-165/+0
* | | QtSupport: Add codegeneration.h/cppTobias Hunger2014-09-162-0/+54