summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix empty window title regression, add application display name to window titleDavid Faure2012-12-147-50/+51
* Fixed incorrect handling of extra mouse buttons in XCB platform plugin.Samuel Rødal2012-12-144-59/+87
* Fix warning - unused variable (d-pointer)Frederik Gladhorn2012-12-141-2/+0
* Mark QAbstractTextDocumentLayout test as insignificantEskil Abrahamsen Blomfeldt2012-12-141-1/+1
* Added missing detach() to QJsonObject::take()Denis Dzyubenko2012-12-132-3/+19
* Add missing WARNING header.Stephen Kelly2012-12-131-1/+4
* Mark QGlyphRun and QStaticText tests as insignificant on LinuxEskil Abrahamsen Blomfeldt2012-12-132-0/+3
* Fix QGtkPainter::reset() to reset the clip rectJ-P Nurmi2012-12-131-0/+1
* Fix some WS errorsCorentin Jabot2012-12-132-3/+3
* fix installation of aux headersOswald Buddenhagen2012-12-131-5/+6
* remove phonon vestigesOswald Buddenhagen2012-12-131-12/+1
* add some docu about the project loading sequenceOswald Buddenhagen2012-12-136-0/+20
* Docs: Fix referencesChristian Stenger2012-12-139-17/+19
* Fix QWidget::setWindowOpacity() when called before show().Friedemann Kleint2012-12-126-4/+19
* QMenu: Do not set snapToMouse if a caused-widget exists.Friedemann Kleint2012-12-122-5/+38
* mark a bunch of features as internalOswald Buddenhagen2012-12-1220-0/+219
* Accessible: Improve value interfacev5.0.0-rc2Frederik Gladhorn2012-12-128-31/+59
* DirectWrite support on MinGW needs _WIN32_WINNT to be set to 0x0600Erik van Pienbroek2012-12-121-0/+5
* Add directwrite support to the configure scriptErik van Pienbroek2012-12-121-0/+17
* OpenGL Examples: added example path for QtCreatorChristiaan Janssen2012-12-121-0/+2
* De-inline all setters in QWindowShawn Rutledge2012-12-122-77/+84
* test: Skip tst_QMdiArea::nativeSubWindows() on Windows/ANGLE.Friedemann Kleint2012-12-121-1/+4
* qdoc: Make links to \target work intermoduleMartin Smith2012-12-124-34/+41
* Made QWidget::setWindowOpacity work with the XCB platform plugin.Samuel Rødal2012-12-122-0/+19
* QSpanData: use isAffine() instead of rolling your own testVitaliy Kharin2012-12-121-1/+1
* Some fixes to the OpenGL docs in GUIGunnar Sletta2012-12-123-5/+41
* Add directory to xcb-static.pro's INCLUDEPATHAlejandro Exojo2012-12-121-1/+1
* FreeType bitmaps interpreted in wrong formatFlorian Hänel2012-12-121-1/+13
* Improve Cocoa platform plugin loading.Morten Johan Sorvig2012-12-124-9/+22
* Document the new load / store methods in QAtomic{Int,Pointer}Thiago Macieira2012-12-122-0/+86
* Doc: Remove the mention of non-atomic convenience operators in QAtomicThiago Macieira2012-12-122-12/+6
* test: Mark cmake tests as insignificant when -no-widgets is usedSergio Ahumada2012-12-111-0/+2
* Partially revert e84e86dc.Morten Johan Sorvig2012-12-111-1/+1
* a11y: Do not refer to destructed QObject in Windows bridgeJan Arve Saether2012-12-112-10/+22
* qmake: fix manifest embedding for DLLsJoerg Bornemann2012-12-111-1/+3
* Mac: disable transient scrollbar animations for non-QScrollBarsJ-P Nurmi2012-12-113-8/+12
* QApplication docs: restore console mode -snippetJ-P Nurmi2012-12-112-14/+25
* QScrollBar::initStyleOption(): fix QStyle::State_On handlingJ-P Nurmi2012-12-111-1/+1
* Fix compilation with (all versions of) MinGWKai Koehne2012-12-111-1/+1
* Doc CSS: Edited CSS line-height of paragraphs and landing page.Jerome Pasion2012-12-112-2/+8
* Automatically import plugins in all applications with static QtMiikka Heikkinen2012-12-115-32/+33
* Hardcoded url for RFC 1929 QTBUG-28500Nico Vertriest2012-12-111-1/+1
* QGraphicsView - fix rubberband to expand on wheel eventThorbjørn Lund Martsum2012-12-112-11/+18
* Remove incorrect and confusing documentation from qplatformwindow.cppSamuel Rødal2012-12-111-3/+0
* Consistently prefix all platform plugin libraries with "q".Samuel Rødal2012-12-115-5/+5
* QGraphicsView - move rubberband-handling into a private functionThorbjørn Lund Martsum2012-12-112-48/+55
* Fixed leading tabRobert Loehning2012-12-111-1/+1
* configure : remove .qmake.vars after status message.Elvis Lee2012-12-111-1/+2
* Remove QT_DLL and QT_NODLL defines.Stephen Kelly2012-12-112-7/+2
* QGraphicsView - add const to a not modified local variableThorbjørn Lund Martsum2012-12-111-1/+1