summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Regression fix to QHeaderView::setDefaultSectionSizeThorbjørn Lund Martsum2012-11-152-1/+8
* Windows: Fixed mouse events related to size gripsOliver Wolff2012-11-151-9/+0
* QHash: constify some QHashNode membersGiuseppe D'Angelo2012-11-151-6/+6
* Change to enter/leave policy while grabbing.Miikka Heikkinen2012-11-155-118/+82
* Add comment to resetCursorBlinkTimer to avoid accidental removal of itJan Arve Saether2012-11-151-0/+1
* Add resetCursorBlinkTimer() back again.Jan Arve Saether2012-11-152-0/+10
* Fix mouse cursor behavior for QMainWindow splittersMiikka Heikkinen2012-11-151-5/+11
* ANGLE: Invalidate client window area when resetting swap chainJonathan Liu2012-11-152-0/+2
* Windows: Fix autocapture for multiple buttonsMiikka Heikkinen2012-11-151-4/+5
* Mac: add runtime check for not calling preferredScrollerStyle on 10.6Teemu Katajisto2012-11-141-0/+1
* QMimeDatabase: Fix handling of duplicate mimetype definitions.David Faure2012-11-145-6/+80
* Widgets: Stop cursor blink timer when QLineEdit is read-onlyGabriel de Dietrich2012-11-143-12/+49
* Cocoa: application menu items sometimes get duplicatedRichard Moe Gustavsen2012-11-141-3/+17
* qtAddModule(): define PRE_TARGETDEPS for static modulesJ-P Nurmi2012-11-141-4/+8
* Send enter to the child at the position of the QEnterEvent.Friedemann Kleint2012-11-142-4/+6
* Added expose and configure event compression in xcb platform plugin.Samuel Rødal2012-11-142-1/+60
* Windows: Fixed handling of key events containing ctrl modifierOliver Wolff2012-11-141-0/+8
* Cocoa: QPrintDialog does not show/closes down immediatlyRichard Moe Gustavsen2012-11-141-0/+5
* Don't link QtGui to winspool.dllKonstantin Ritt2012-11-137-7/+7
* Refactor create_cmake to re-use the computed stem.Stephen Kelly2012-11-131-27/+29
* complain about empty $$TARGETOswald Buddenhagen2012-11-131-0/+3
* define the module rpath in the installed module pri fileOswald Buddenhagen2012-11-133-8/+2
* Fix zero-duration animations running Backwards.Andreas Aardal Hanssen2012-11-132-1/+47
* Clean up styles.qdoc.Mitch Curtis2012-11-131-437/+419
* tests: Mark tst_qfilesystemmodel as insignificant on MacSamuli Piippo2012-11-131-0/+2
* Cocoa: fix window focus lost when opening comboboxRichard Moe Gustavsen2012-11-121-6/+4
* QWidget: Move break statement to the right placeGabriel de Dietrich2012-11-121-1/+1
* Avoid duplicate entries in QGenericUnixTheme::themeNames()J-P Nurmi2012-11-121-3/+3
* test: Remove Q_WS_X11 from tst_QTextScriptEngineKonstantin Ritt2012-11-111-319/+226
* evdevtouch: also use BTN_TOUCH with value == 0 to detect TouchPointReleasedJon Trulson2012-11-111-0/+5
* Fix a warning on compilers not supporting constexpr.Jędrzej Nowacki2012-11-111-4/+4
* add QLinkedList to bootstrap libOswald Buddenhagen2012-11-111-0/+1
* Add -archdatadir and change some of the default install dirs in Qt 5.Thiago Macieira2012-11-115-40/+68
* Add a QEnterEvent containing the mouse position.Friedemann Kleint2012-11-1018-57/+138
* Add warning about non-API in Qt5CTestMacros.Stephen Kelly2012-11-101-0/+7
* Refactor and cleanup QGtk(2)PainterJ-P Nurmi2012-11-109-979/+1213
* Add the GCC 4.8 C++11 feature listThiago Macieira2012-11-101-0/+7
* Insert the Qt major version (5) in the library namesThiago Macieira2012-11-103-30/+41
* delete -prefix-install configure optionOswald Buddenhagen2012-11-101-75/+9
* QTBF: Remove StartOfItem/EndOfItem enum valuesKonstantin Ritt2012-11-093-15/+6
* Added private header warnings in src/gui/kernelSamuel Rødal2012-11-098-1/+88
* Added motion event compression in xcb plugin.Samuel Rødal2012-11-091-0/+8
* Mac: More accurate focus maskGabriel de Dietrich2012-11-091-4/+5
* Fix GIF image decoding: do not zero transparent pixelsaavit2012-11-093-9/+15
* Qt5 updates to the QPainter lancelot autotestaavit2012-11-097-200/+179
* Fix warnings about unused variables in stylehelper.Friedemann Kleint2012-11-091-0/+3
* QNX: Don't crash on application exit.Sergio Martins2012-11-091-0/+1
* test: fix tst_QLocale::macDefaultLocaleLiang Qi2012-11-091-2/+4
* Support native event filter for Mac OS XLiang Qi2012-11-097-14/+261
* fix binding of bool type in mysql driverMark Brand2012-11-092-1/+41