summaryrefslogtreecommitdiffstats
path: root/src/gui
Commit message (Expand)AuthorAgeFilesLines
* Get wayland plugin working after latest QPA API changes.Samuel Rødal2011-08-051-0/+1
* Added some convenience to QWindowGunnar Sletta2011-08-052-0/+26
* Add WindowStateChanged event.Friedemann Kleint2011-08-055-5/+37
* Merge "Merge remote branch 'gerrit/master' into refactor" into refactorJørgen Lind2011-08-0416-48/+223
|\
| * Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-08-0316-48/+223
| |\
| | * Switch to use floating point pixelSize in QRawFont completelyJiang Jiang2011-07-297-13/+13
| | * Fix off-by-one error in binary searchJiang Jiang2011-07-291-1/+1
| | * Add notify signals for QIntvalidator, QDoubleValidator, QRegExpValidatorCharles Yin2011-07-292-16/+112
| | * Emit selectionChanged signals when input method alters selection.Andrew den Exter2011-07-281-5/+12
| | * Fix obsolete contact emailJason McDonald2011-07-281-1/+1
| | * Make QTabWidget::tabBar() public.David Faure2011-07-261-1/+2
| | * Improve doc to avoid row vs col major confusion.Sarah Smith2011-07-261-0/+16
| | * Emit selectionChanged signals when input method alters the selection.Andrew den Exter2011-07-261-0/+3
| | * Update cursor position when selection is reversed.Andrew den Exter2011-07-261-7/+7
| | * Add initial support for bitmap version 4/5 headers.Ilya Konkov2011-07-251-9/+55
| | * Changed QLibrary::resolve() to return a function pointer.Kim Motoyoshi Kalland2011-07-252-5/+7
| | * Making cached glyphs drawing check clearerJiang Jiang2011-07-253-5/+13
| | * Delay masking the last character in Password echo mode.Andrew den Exter2011-07-252-3/+77
| | * Use QUuid::toByteArray() instead of QUuid::toString().toAscii()liangqi2011-07-221-1/+1
| | * Add support for rawFonts loaded from data in FaceIdPierre Rossi2011-07-212-1/+4
| | * Fixed memory leak in the TIF handler.Kim Motoyoshi Kalland2011-07-211-5/+8
* | | QPlatformFontDatabase: Add default fonts.Friedemann Kleint2011-08-034-1/+32
|/ /
* | Bring back QPixmap::grabWidget() (with a warning).Friedemann Kleint2011-08-012-31/+10
* | Fix compilation of Minimalplugin, add documentation.Friedemann Kleint2011-07-291-4/+8
* | Make QPlatformIntegration not have a factory for eventdispatcherJørgen Lind2011-07-282-5/+5
* | 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