summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Make it possible to use QSocketNotifier in Lighthouse pluginsJørgen Lind2011-07-272-4/+18
* Added Q_GUI_EXPORT for some internal symbols needed in QtWidgets.Samuel Rødal2011-07-273-6/+6
* Remove nativeimagehandleprovider.Samuel Rødal2011-07-272-71/+1
* QWindow: Do not call setters for window state, type etc in creation.Friedemann Kleint2011-07-262-51/+18
* Get the eglfs plugin compiling.Samuel Rødal2011-07-265-1/+58
* Fix MSVC compiler warning.Friedemann Kleint2011-07-261-1/+2
* Lighthouse: Provide default plugin.Friedemann Kleint2011-07-251-4/+21
* Compile fix.Friedemann Kleint2011-07-251-0/+1
* Compile fix.Friedemann Kleint2011-07-251-2/+5
* Compile fix.Samuel Rødal2011-07-251-0/+212
* Add drag and drop events to QWindowSystemInterface.Laszlo Agocs2011-07-254-0/+65
* Support non-desktop platforms better with QDragManager.Laszlo Agocs2011-07-252-0/+21
* Fix for not calling QPlatformCursor's pointerEvent.Laszlo Agocs2011-07-251-0/+9
* Added workable QScreen API on top of QPlatformScreen.Samuel Rødal2011-07-2522-85/+396
* Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-07-2111-76/+123
|\
| * Fixed clipping errors for non-extended paint engines.Samuel Rødal2011-07-211-0/+9
| * Doc: Removed documentation for deleted code.David Boddie2011-07-2110-333/+0
| * Get rid of the evilness of Q_GLOBAL_STATIC_WITH_INITIALIZERThiago Macieira2011-07-214-52/+58
| * Add a way to check if we have a matching family in the database.Pierre Rossi2011-07-202-0/+12
| * Do not use qRound with integersOlivier Goffart2011-07-201-1/+1
| * Use truncate only for subpixel boundingBox x positionJiang Jiang2011-07-202-3/+3
| * Deprecate some QPixmap functions (marked as obsolete already).Samuel Rødal2011-07-141-3/+7
| * Deprecate some functions in QImage (that have been obsolete since 4.1).Samuel Rødal2011-07-141-7/+10
| * Fix warning for uninitialized variableJiang Jiang2011-07-141-1/+1
| * Fix editable combobox style on MacJiang Jiang2011-07-141-5/+5
| * Skip boundry neutral characters in bidi itemizationJiang Jiang2011-07-141-4/+22
| * Fix crash when app font is addedJiang Jiang2011-07-143-19/+28
| * Apply 57993ba7 properly to 4.8Jiang Jiang2011-07-141-1/+1
| * Avoid buffer overrun in QMacPixmapData resizingJiang Jiang2011-07-141-1/+1
| * Fix potential crash when clicking in a text editEskil Abrahamsen Blomfeldt2011-07-131-0/+1
* | Get rid of unused function in qpaintengine_raster.cpp.Samuel Rødal2011-07-211-71/+0
* | Rename QPixmapData to QPlatformPixmap.Samuel Rødal2011-07-1927-389/+205
* | Images: Implement internal DIB image plugin.Friedemann Kleint2011-07-194-7/+37
* | Get rid of some obsolete functions in QImage / QPixmap / QPixmapData.Samuel Rødal2011-07-1812-576/+203
* | Merge remote-tracking branch 'origin/master' into refactorLars Knoll2011-07-131-2/+2
|\|
| * Fix a crash with QGraphicsScene.Pierre Rossi2011-07-121-1/+2
| * Fix uses of qRound on non-floating-point types.Thiago Macieira2011-07-121-2/+2
* | Merge "Merge remote branch 'gerrit/master' into refactor" into refactorLars Knoll2011-07-126-81/+100
|\ \
| * | Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-07-126-81/+100
| |\|
| | * Cleanup reference counting in QIcon classJedrzej Nowacki2011-07-113-19/+6
| | * Remove some metrics parsing code from Core TextJiang Jiang2011-07-112-20/+3
| | * Remove more references to demos.Casper van Donderen2011-07-081-1/+1
| | * Don't cast a string from asciiLars Knoll2011-07-071-1/+1
| | * Update licenseheader text in source files for qtbase Qt moduleJyri Tahtela2011-07-072-34/+34
| | * Fix regressions in previous QFontDatabase patchJiang Jiang2011-07-076-57/+64
| | * Fix bidi reordering when part of text is rendered by fallback fontEskil Abrahamsen Blomfeldt2011-07-061-1/+13
* | | Use PlatformNativeInterface to obtain backingStore's dcOlli Werwolff2011-07-124-0/+17
|/ /
* | QLineControl: Fix compilation, warnings.Friedemann Kleint2011-07-082-1/+4
* | Use PlatformNativeInterface to obtain handlesOlli Werwolff2011-07-071-1/+1
* | Merge remote branch 'gerrit/master' into refactorLars Knoll2011-07-0627-378/+746
|\|