summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QtPrintSupport: Fix build with QT_NO_PICTURE.Sérgio Martins2012-10-131-0/+1
* qdoc: qdoc now can run in 2 passesMartin Smith2012-10-135-26/+56
* qdoc: Allow empty character literal ''Martin Smith2012-10-131-2/+8
* QFont: Fix build with QFONTCACHE_DEBUGKonstantin Ritt2012-10-131-1/+1
* QGlyphRun: Fix isEmpty() and boundingRect() didn't work after setRawData()Konstantin Ritt2012-10-132-5/+51
* Fix QTextBoundaryFinder usage cases in QAccessible2Konstantin Ritt2012-10-134-131/+179
* Update/fix QTextBoundaryFinder simple usage cases in qtbaseKonstantin Ritt2012-10-133-16/+12
* Review of documentation.Michele Caini2012-10-122-3/+9
* Mark QTreeView test as significant.Stephen Kelly2012-10-121-1/+0
* QTextBoundaryFinder: Fix handling of break opportunitiesKonstantin Ritt2012-10-124-250/+327
* Fix tst_QTextEdit::fullWidthSelection2() for shadow buildKonstantin Ritt2012-10-121-1/+1
* Fixed cosmetic line drawing where begin and end points are equal.Samuel Rødal2012-10-112-0/+26
* QVarLengthArray: use memory on stack if possiblePeter Kümmel2012-10-111-5/+10
* Make QVarLengthArray exception safe in case of OOMPeter Kümmel2012-10-111-26/+22
* Fix a "warning: 'operator+=' is deprecated" when building with clangJocelyn Turcotte2012-10-111-2/+1
* Remove trivial debug output from QSpiAccessibleBridgeJocelyn Turcotte2012-10-111-3/+1
* Qt Widgets: Added a landing pageJerome Pasion2012-10-114-12/+150
* Modularize documenation buildTor Arne Vestbø2012-10-1031-66/+80
* Revert "Handle additional format ranges when itemizing."Pierre Rossi2012-10-104-153/+27
* Move QValidator tests to QtGuiGiuseppe D'Angelo2012-10-1011-6/+6
* Remove handleSynchronous* functions.Morten Johan Sorvig2012-10-1010-87/+86
* Do not handle invalid accessibles in atspi bridge.Frederik Gladhorn2012-10-101-0/+4
* Centralize place where we ensure qdoc is built before generating docsTor Arne Vestbø2012-10-103-8/+7
* Ensure that Qt.module.docs is set when first creating the module-fwd fileTor Arne Vestbø2012-10-101-1/+1
* QGtkStyle: use gtk_widget_get_style()J-P Nurmi2012-10-103-99/+118
* Fix a regression with regards to hfw behavior in QStackedWidgetJan Arve Saether2012-10-102-1/+41
* tst_QMenuBar: remove QSKIP's -> omit whole test cases insteadJ-P Nurmi2012-10-101-46/+43
* QTextBoundaryFinder: Introduce BoundaryReason::MandatoryBreak flagKonstantin Ritt2012-10-106-9/+52
* Invalidate old QImage data if load()/loadFromData() has failedKonstantin Ritt2012-10-106-43/+217
* Avoid warnings about an unreachable codeKonstantin Ritt2012-10-104-8/+5
* Mac: Bring back "Text boxes and list only" tab navigationGabriel de Dietrich2012-10-1011-21/+33
* tst_QApplication: Make sure the native style is being usedGabriel de Dietrich2012-10-101-0/+2
* qdoc: Implements the -no-link-errors optionMartin Smith2012-10-108-50/+36
* Cocoa: Send keyboard modifiers with mouse events.Morten Johan Sorvig2012-10-101-1/+2
* Added missing keysym to handleExtendedKeyEvent in xcb plugin.Samuel Rødal2012-10-101-2/+2
* Windows: Filter out events sent during DestroyWindow().Friedemann Kleint2012-10-103-2/+7
* Fix scrolldown arrow not showing on popup for QMenuMiikka Heikkinen2012-10-101-2/+4
* Delete the QVariant ctors taking global Qt enum values.Stephen Kelly2012-10-105-32/+48
* QGtkStyle: use gtk_widget_get_parent() and gtk_widget_is_toplevel()J-P Nurmi2012-10-103-2/+10
* QGtkStyle: use gtk_widget_get/set_allocation()J-P Nurmi2012-10-103-17/+39
* qmake: fix .pc install target dir separators on windowsJ-P Nurmi2012-10-101-1/+1
* Scale icons returned by QIcon::fromTheme.David Sansome2012-10-102-2/+14
* Compile fix for when XCB_USE_GLX is not defined.Samuel Rødal2012-10-102-3/+7
* Optimise the deletion of a QSharedPointer with no custom deleterThiago Macieira2012-10-102-18/+40
* fix links in INSTALLJoerg Bornemann2012-10-101-6/+6
* QElapsedTimer: Instead of two ints, store only the clock typeThiago Macieira2012-10-101-46/+82
* Simplify QDate::addDays() impementationJon Severinsson2012-10-101-14/+3
* Change QDateTime::addSecs() and QDateTime::secsTo() to use qint64.Jon Severinsson2012-10-103-7/+7
* Fix wheel events in WindowsMiikka Heikkinen2012-10-102-11/+46
* Don't try to emit focusObjectChanged if window pointer is zeroMiikka Heikkinen2012-10-101-2/+4