aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmljseditor
Commit message (Expand)AuthorAgeFilesLines
* Remove unused member variableTobias Hunger2012-06-291-1/+0
* Make PluginManager mostly static.Eike Ziller2012-06-192-3/+2
* Fix qbs code styleYuchen Deng2012-06-191-2/+2
* Add ActionContainer::addSeparator(...)Eike Ziller2012-06-052-20/+3
* Show warning with continue/cancel in case of many search resultsEike Ziller2012-06-052-12/+32
* qbs: users of QmlJSEditor must also add QmlJSTools as dependencyJoerg Bornemann2012-06-041-0/+4
* Qml Editor: Modified the file structure outline.Simjees Abraham2012-06-041-0/+7
* ActionManager API cleanup.Eike Ziller2012-05-253-21/+19
* Get rid of lots of ifdef Q_OS_MAC for shortcuts.Eike Ziller2012-05-231-5/+2
* IOptionsPage: replace virtual fuctions by data membershjk2012-05-232-32/+7
* Mark canceled searches as such.Eike Ziller2012-05-221-1/+1
* Move Component refactoring - ask before adding file to vcsKai Koehne2012-05-161-3/+21
* Renamed TaskHub::popup to requestPopup and removed boolean flag.Konstantin Tokarev2012-05-141-1/+1
* QmlInspector: Fetch objects for locationAurindam Jana2012-05-132-4/+8
* editormanager: simplify use of interfacehjk2012-05-113-15/+8
* QuickFixes: Fix capitalization of descriptionsKai Koehne2012-05-102-3/+3
* use Core::Id for IMode::id and IMode::typehjk2012-05-082-5/+5
* Merge remote-tracking branch 'origin/2.5'Eike Ziller2012-05-071-1/+2
|\
| * Translate editor display names in correct context.Konstantin Tokarev2012-05-071-1/+2
* | Don't add singleton model manager to object pool.Eike Ziller2012-05-043-4/+3
* | texteditor: use an enum instead of QString as color idshjk2012-05-034-25/+27
* | Merge remote-tracking branch 'origin/2.5'Oswald Buddenhagen2012-04-191-1/+1
|\|
| * qbs files updatedJoerg Bornemann2012-04-181-1/+1
* | Added default implementation for IEditorFactory::open().Konstantin Tokarev2012-04-182-12/+0
* | QmlJsEditor: help - extend lookup rules for helpThomas Hartmann2012-04-172-7/+61
* | QmlJSInspector: Remove dependency to QmlJSEditorKai Koehne2012-04-162-17/+4
* | QmlJS: Move SemanticInfo from qmljseditor to qmljstoolsKai Koehne2012-04-169-283/+25
* | Fix version control and qml component refactoringMarco Bubke2012-04-121-0/+7
* | Class name validation line edit can now force for capital lettersMarco Bubke2012-04-121-1/+1
* | Improve validation of the move component refactoring dialogMarco Bubke2012-04-122-28/+39
* | Give Move Component dialog a proper nameMarco Bubke2012-04-121-1/+1
* | qbs files: use Qt5 module dependenciesJoerg Bornemann2012-04-101-1/+1
* | Merge remote-tracking branch 'origin/2.5'Eike Ziller2012-03-291-4/+5
|\|
| * Avoid native filenames in QML referencesOrgad Shaneh2012-03-291-4/+5
* | Added TextEditor commands FollowSymbol and JumpToFile.Konstantin Tokarev2012-03-285-21/+3
* | Wizards: code cleanup and removing warningThomas Hartmann2012-03-151-3/+1
* | taskhub: use more direct access.hjk2012-03-122-6/+6
* | Merge remote-tracking branch 'origin/2.5'Eike Ziller2012-03-081-1/+1
|\|
| * Normalized connect()sRobert Loehning2012-03-061-1/+1
* | Port Qt Creator to the new plugin system of Qt 5.Friedemann Kleint2012-03-021-0/+1
|/
* QML Editor: Open *.qbs, *.qbp files in QML text editorKai Koehne2012-03-011-0/+2
* qbs: CleanupOrgad Shaneh2012-02-281-4/+1
* add qbs filesJoerg Bornemann2012-02-201-0/+100
* Rename IFile->IDocument and FileManager->DocumentManagerEike Ziller2012-02-2010-31/+31
* Removed module names from #include directives.Erik Verbruggen2012-02-1546-138/+138
* Fix compilation with Qt5.Friedemann Kleint2012-02-091-0/+1
* Move QtConcurrent library into Utils.Friedemann Kleint2012-02-092-2/+2
* Wizards: changes the structure of WizardsThomas Hartmann2012-02-082-7/+4
* Introduce JSON validationLeandro Melo2012-02-083-2/+32
* Wizards: refactoring - adding WizardDialogParametersThomas Hartmann2012-02-072-6/+5