summaryrefslogtreecommitdiff
path: root/src/plugins/qmljseditor/quicktoolbar.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* qmljs: (QString -> Utils::FilePath)++Fawzi Mohamed2022-07-131-1/+1
* QmlJsEditor: Remove foreach / Q_FOREACH usageArtem Sokolovskii2022-05-181-6/+6
* ClangFormat: Refactor indenter to allow ClangFormat unit-testsIvan Donchevskii2019-01-221-2/+2
* Fix warning: "Don't call QList::last() on temporary"Alessandro Portale2019-01-171-2/+2
* QmlJSEditor: ModernizeAlessandro Portale2018-12-101-18/+18
* Replace QString::null with default constructed QStringOrgad Shaneh2018-09-211-1/+1
* QmlJSEditorPlugin: Refactorhjk2018-02-151-5/+1
* QmlJSEditor: Add option to automatically format QML/JS file on saveMichael Dönnebrink2016-11-021-10/+10
* QmlJS[|Editor|Tools]: Use Qt5-style connectsOrgad Shaneh2016-06-281-6/+11
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Clean exported headers of the TextEditor plugin.Friedemann Kleint2015-02-261-0/+1
* QmlDesigner: Remove unneeded qualificationsOrgad Shaneh2015-02-181-3/+3
* Update LicenseEike Ziller2015-01-161-6/+6
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | TextEditor: Rename BaseTextEditorWidget to TextEditorWidgethjk2014-09-291-2/+2
* | TextEditor: More BaseText* -> Text* renamingshjk2014-09-261-1/+1
* | QmlJSEditor: Use EditorWidget instead of Editor in QuickToolBarhjk2014-09-011-23/+22
* | TextEditor: Introduce some convenience text accessors in the editorhjk2014-08-271-7/+8
* | TextEditor: Consolidate document access functions.hjk2014-08-041-1/+1
|/
* QmlJSEditor: Remove redundant null testOrgad Shaneh2014-05-201-4/+2
* QmlJS.QtQuickToolBar: Using proper indenterThomas Hartmann2014-03-041-19/+17
* TextEditors: Remove tabSettings() from widgetEike Ziller2014-01-211-4/+6
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* QmlJsEditor: Remove dead codeTobias Hunger2013-09-121-7/+0
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-9/+6
* | QmlJSEditor: Compile with QT_NO_CAST_FROM_ASCIIOrgad Shaneh2012-12-031-12/+12
* | Clean up whitespace before EOLOrgad Shaneh2012-11-281-2/+2
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-10-051-21/+20
|\ \ | |/
| * Adjust license headershjk2012-10-051-21/+20
* | qbs files: Consolidate includePaths in QtcLibrary and QtcPluginOrgad Shaneh2012-10-051-3/+3
* | Replace all remaining functions deprecated in Qt 5, if possible.Christian Kandeler2012-09-251-1/+1
* | Do not use QWeakPointer to track QObjects.Christian Kandeler2012-09-251-1/+1
|/
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Normalized connect()sRobert Loehning2012-03-061-1/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-1/+1
* Long live the king!hjk2012-01-261-1/+1
* Merge remote-tracking branch 'origin/2.4'Eike Ziller2011-11-111-2/+2
|\
| * all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* | QmlJS: Add more value_casts.Christian Kamm2011-10-121-1/+1
* | QmlJS: Move commonly used functions to qmlutils.h.Christian Kamm2011-10-101-5/+2
|/
* QmlJS: Adjust existing code for updated QML parser.Christian Kamm2011-09-141-5/+5
* QmlJS: Remove Interpreter namespace.Christian Kamm2011-08-081-10/+10
* QmlJS: Remove LookupContext.Christian Kamm2011-08-081-9/+8
* QmlJS: Split Context and ScopeChain.Christian Kamm2011-08-081-1/+1
* Merge branch '2.3'Oswald Buddenhagen2011-07-251-2/+2
|\