aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmljseditor/quicktoolbar.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Fix release build warnings about unitialized variables.Friedemann Kleint2011-07-211-2/+2
* | Merge remote-tracking branch 'origin/2.3'Eike Ziller2011-07-151-1/+4
|\|
| * QmlJS: Initialize QuickToolBar::m_editor.Christian Kamm2011-07-111-1/+4
* | QmlJS: Move Context to its own file.Christian Kamm2011-07-051-1/+1
|/
* Fix/add copyright headersTobias Hunger2011-05-061-1/+1
* Update license.hjk2011-04-131-14/+13
* QtQuickToolBar: disable gradient editing in PropertyChangesThomas Hartmann2011-03-171-1/+6
* texteditor: merge ITextEditable into ITextEditorhjk2011-02-221-14/+14
* QmlJsEditor: Add copyright headerKai Koehne2011-02-181-0/+33
* Header cleanup in src, specify module name.Friedemann Kleint2011-01-241-1/+2
* QmlJS: Make evaluator understand expression statements.Christian Kamm2010-11-251-10/+8
* Merge remote branch 'origin/2.1'Oswald Buddenhagen2010-11-151-0/+7
|\
| * QuickToolBar: critical bugfixThomas Hartmann2010-11-111-0/+7
* | QmlJS: Avoid infinite loop with recursive prototypes.Christian Kamm2010-11-151-7/+9
|/
* fix warningsThomas Hartmann2010-10-211-1/+1
* QuickToolBar: reduce usage of lookup contextThomas Hartmann2010-10-211-42/+38
* QmlDesigner: fix warningsThomas Hartmann2010-09-081-3/+3
* QmlJS: Refactor LookupContext creation for speed.Christian Kamm2010-08-261-20/+24
* fix warning and possible bugThomas Hartmann2010-08-181-0/+1
* QuickToolBar: support for PropertyChangesThomas Hartmann2010-08-181-0/+47
* QmlJSEditor: extending IContextPane with a signalThomas Hartmann2010-08-131-0/+1
* QmlJSEditor: Add QuickToolBar to QmlJSEditorThomas Hartmann2010-08-121-0/+386