summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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-2518-49/+59
| | * Making cached glyphs drawing check clearerJiang Jiang2011-07-254-13/+15
| | * 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
| | * QAbstractConcatenable::convertFromAscii: make len the actual lengthOlivier Goffart2011-07-222-10/+7
| | * remove Qt3 leftoversRitt Konstantin2011-07-221-11/+2
| | * Optimize QMetaObject::property().Martin Jones2011-07-221-7/+18
| | * Add unit tests to QStringLiteral and QByteArrayLiteral with operator %Thiago Macieira2011-07-211-0/+21
| | * Fix the timeout calculation again.Thiago Macieira2011-07-211-2/+2
| | * Add support for rawFonts loaded from data in FaceIdPierre Rossi2011-07-212-1/+4
| | * Make the N parameter to the QXXXLiterals be the actual string lengthThiago Macieira2011-07-212-16/+16
| | * Fixed memory leak in the TIF handler.Kim Motoyoshi Kalland2011-07-211-5/+8
* | | Initial support for Qt using Kernel Mode-setting (KMS)Andy Nichols2011-08-0418-0/+1864
* | | Mac: fix crash when creating a new windowRichard Moe Gustavsen2011-08-031-3/+1
* | | QPlatformFontDatabase: Add default fonts.Friedemann Kleint2011-08-035-3/+35
|/ /
* | ibus depends on dbusJørgen Lind2011-08-031-2/+4
* | Mac: build fixRichard Moe Gustavsen2011-08-022-4/+12
* | Bring back QPixmap::grabWidget() (with a warning).Friedemann Kleint2011-08-014-31/+65
* | Fix compilation of Minimalplugin, add documentation.Friedemann Kleint2011-07-293-12/+24
* | Make QPlatformIntegration not have a factory for eventdispatcherJørgen Lind2011-07-2815-57/+54
* | Initial OpenWFD supportJørgen Lind2011-07-2724-0/+2344
* | Make it possible to use QSocketNotifier in Lighthouse pluginsJørgen Lind2011-07-272-4/+18
* | More graceful choosing of EGL configs.Samuel Rødal2011-07-271-11/+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-274-562/+2
* | 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-2615-98/+145
* | Set an object name matching the Widget on QWidgetWindow.Friedemann Kleint2011-07-261-0/+12
* | Retrieve QPlatformScreen from top level when querying widget metrics.Friedemann Kleint2011-07-261-1/+9
* | 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
* | Drag and drop support in Wayland plug-in.Laszlo Agocs2011-07-257-2/+525
* | Add drag and drop events to QWindowSystemInterface.Laszlo Agocs2011-07-254-0/+65
* | Pixmap cursor support in QWaylandCursor.Laszlo Agocs2011-07-252-15/+64
* | 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-2546-358/+623
* | Handle failed SHM attach in XCB backing store.Samuel Rødal2011-07-211-15/+39
* | Merge remote branch 'gerrit/master' into refactorSamuel Rødal2011-07-2169-23876/+41855
|\|
| * minor improvements to QChar documentationRitt Konstantin2011-07-211-68/+42
| * Fix more use of C style cast.Olivier Goffart2011-07-211-3/+3
| * Fixed clipping errors for non-extended paint engines.Samuel Rødal2011-07-211-0/+9
| * Doc: Removed documentation for deleted code.David Boddie2011-07-2132-2129/+0
| * Get rid of the evilness of Q_GLOBAL_STATIC_WITH_INITIALIZERThiago Macieira2011-07-215-57/+63
| * Forward port qt modifications for sqlite3.cCharles Yin2011-07-211-2/+16
| * Forward port the vxworks changesCharles Yin2011-07-211-3/+28