summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QML: add a memory pool to the Json* classes.Erik Verbruggen2013-07-173-16/+52
* Project editor settings: apply to all editorsEike Ziller2013-07-171-1/+2
* Update the Qml working copy from the documents, not editors.Eike Ziller2013-07-171-12/+9
* Mercurial: Run update after pullNikita Baryshnikov2013-07-173-0/+48
* Cmake: Added cmake errors parserNikita Baryshnikov2013-07-176-6/+281
* Fix coding style for else statementsOrgad Shaneh2013-07-1792-435/+305
* C++: Clean up CppPreprocessorNikolai Kosjar2013-07-171-36/+35
* Find: Document contents should be retrieved from the documents directlyEike Ziller2013-07-176-19/+19
* TextEditors: Remove useless duplicated (set)textCodec methodsEike Ziller2013-07-178-39/+5
* Move IEditor::createNew to IDocument::setContentsEike Ziller2013-07-1742-191/+194
* QmlDesigner: Prefix for puppet outputMarco Bubke2013-07-162-6/+46
* QmlDesigner: Add hasValidMetaInfo to ModelNodeMarco Bubke2013-07-162-0/+11
* Remove CodePaster protocol.Friedemann Kleint2013-07-167-465/+0
* Fix marking JavaScript lines that threw an exceptionEike Ziller2013-07-163-34/+36
* QML Designer: Fix message about puppet crash.Friedemann Kleint2013-07-161-2/+2
* QmlDesigner.DocumentManager: exporting DocumentManagerThomas Hartmann2013-07-161-1/+1
* QmlDesigner.CrumbleBar: code cleanupThomas Hartmann2013-07-161-2/+0
* QmlDesigner.DesignDocument: code cleanupThomas Hartmann2013-07-161-2/+0
* QmlDesigner.DesignDocument: getting rid of the magical StackedWidgetThomas Hartmann2013-07-162-4/+0
* Model.Rewriter: crash fixThomas Hartmann2013-07-161-2/+4
* QmlDesigner.Model: Allowing the model to hold a TextModiferThomas Hartmann2013-07-164-0/+19
* QmlDesigner: DesignDocument removing m_currentModelThomas Hartmann2013-07-162-27/+33
* Fix crash when loading ui file that uses resource filesEike Ziller2013-07-162-2/+2
* Designer: Remove some redirections.Eike Ziller2013-07-1610-101/+72
* Android: Fix capitalization in message.Friedemann Kleint2013-07-161-1/+1
* C++: Fix names of functions dealing with enclosing scopesNikolai Kosjar2013-07-169-35/+29
* Make SubmitEditorFile dependency on VcsBaseSubmitEditor explicitEike Ziller2013-07-154-27/+27
* tr()-fixes in git.Friedemann Kleint2013-07-152-11/+16
* C++: remove warning about stray comma after last enumeratorErik Verbruggen2013-07-151-8/+0
* Improve property offering in Utils::PathChooserAndrew Knight2013-07-152-1/+10
* EditorManager: Remove unneeded methodsEike Ziller2013-07-153-24/+7
* PushToGerrit: Filter out stale branchesOrgad Shaneh2013-07-124-17/+40
* Move IEditor::isTemporary to IDocumentEike Ziller2013-07-1238-89/+58
* C++: fix local types and membersPrzemyslaw Gorszkowski2013-07-123-0/+218
* CppEditor tests: work on documents instead of editorsEike Ziller2013-07-121-13/+12
* QtSupport: Fix qbs build.Christian Kandeler2013-07-121-2/+2
* Debugger: Add button to debug python dumpershjk2013-07-122-3/+27
* C++: fix constantValue for EnumeratorDeclarationPrzemyslaw Gorszkowski2013-07-122-4/+6
* C++: code completion for lambda callsPrzemyslaw Gorszkowski2013-07-125-0/+185
* Wizards.Dialog: fix the All Templates caseThomas Hartmann2013-07-121-29/+21
* Debugger: give the qmlToolBar a parent.Erik Verbruggen2013-07-121-1/+1
* FindInOpenFiles: use documentCount instead of openedEditorsEike Ziller2013-07-121-1/+1
* Don't use openedEditors in CMakeProjectEike Ziller2013-07-121-3/+3
* Work with documents instead of editors where possible in debuggerEike Ziller2013-07-129-77/+58
* Make document model static and add some document related methodsEike Ziller2013-07-1225-112/+121
* OpenEditorsModel API: Use 'document' more where is about documents.Eike Ziller2013-07-1217-145/+144
* Editors: Fix leaking entries.Eike Ziller2013-07-122-26/+31
* Merge remote-tracking branch 'origin/2.8'Eike Ziller2013-07-124-6/+14
|\
| * MakeParser: Do not show "Warning" as errorOrgad Shaneh2013-07-111-1/+1
| * Git: Prevent double stash pop on branch checkoutOrgad Shaneh2013-07-111-1/+1