Merge remote-tracking branch 'origin/3.1'

Conflicts:
	README
	tests/auto/debugger/tst_dumpers.cpp

Change-Id: Ib9aef37a246bc3bb9bca0c32a902af3b09ef3146
This commit is contained in:
Oswald Buddenhagen
2014-03-11 13:39:55 +01:00
279 changed files with 3131 additions and 1418 deletions

View File

@@ -231,8 +231,6 @@ void BaseTextEditorWidget::ctor(const QSharedPointer<BaseTextDocument> &doc)
d->m_document = doc;
d->setupDocumentSignals();
d->m_lastScrollPos = -1;
// from RESEARCH
setLayoutDirection(Qt::LeftToRight);
@@ -2344,13 +2342,10 @@ AutoCompleter *BaseTextEditorWidget::autoCompleter() const
BaseTextEditorWidgetPrivate::BaseTextEditorWidgetPrivate()
:
m_lastScrollPos(-1),
m_lineNumber(-1),
q(0),
m_contentsChanged(false),
m_lastCursorChangeWasInteresting(false),
m_parenthesesMatchingEnabled(false),
m_updateTimer(0),
m_formatRange(false),
m_parenthesesMatchingTimer(0),
m_extraArea(0),