summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Making cached glyphs drawing check clearerJiang Jiang2011-07-254-13/+15
| * Delay masking the last character in Password echo mode.Andrew den Exter2011-07-253-3/+128
| * Use QUuid::toByteArray() instead of QUuid::toString().toAscii()liangqi2011-07-221-1/+1
| * Add rudimentary config.test support when configuring modules.Michael Goddard2011-07-223-1/+355
| * 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-212-8/+60
| * Silence expected warnings from QObject::connect()/disconnect()David Faure2011-07-211-0/+2
| * Fix the timeout calculation again.Thiago Macieira2011-07-211-2/+2
| * test: unmark tst_QNetworkAddressEntry::prefixAndNetmask as "insignificant"Sergio Ahumada2011-07-211-2/+0
| * Prefix each output line with the library being processedMarius Storm-Olsen2011-07-211-30/+39
| * Make syncqt output more compact by default, and add verbosity levelMarius Storm-Olsen2011-07-211-17/+49
| * Close filehandle when doneMarius Storm-Olsen2011-07-211-0/+3
| * Make sure we qtPrepareTool moc, uic and rcc tooMarius Storm-Olsen2011-07-211-0/+3
| * Fix non-installed library detectionMarius Storm-Olsen2011-07-211-1/+1
| * Make sure we only run syncqt for the non-buildpass casesMarius Storm-Olsen2011-07-211-1/+1
| * Make qmake load default_pre.prf for each project, like default_post.prfMarius Storm-Olsen2011-07-211-5/+5
| * Remove loading "default" as a fall-back for missing "default_pre"Marius Storm-Olsen2011-07-211-2/+1
| * Add support for rawFonts loaded from data in FaceIdPierre Rossi2011-07-213-2/+28
| * test: fix tst_QFile::rename() autotestSergio Ahumada2011-07-212-2/+2
| * Make the N parameter to the QXXXLiterals be the actual string lengthThiago Macieira2011-07-212-16/+16
| * Speed up tst_qcoreapplicationDavid Faure2011-07-211-18/+27
| * tst_QNetworkAddressEntry::prefixAndNetmask use QHostAddress::AnyIPv4Martin Petersson2011-07-211-1/+1
| * Fixed memory leak in the TIF handler.Kim Motoyoshi Kalland2011-07-211-5/+8
| * unmark tst_moc as failingOlivier Goffart2011-07-211-2/+0
* | ibus depends on dbusJørgen Lind2011-08-031-2/+4
* | Mac: build fixRichard Moe Gustavsen2011-08-023-5/+12
* | Bring back QPixmap::grabWidget() (with a warning).Friedemann Kleint2011-08-014-31/+65
* | Compilation of tst_qwidget.cpp.Friedemann Kleint2011-07-291-1/+19
* | 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-277-809/+3
* | QWindow: Do not call setters for window state, type etc in creation.Friedemann Kleint2011-07-262-51/+18
* | Compile fix for QImage autotest.Samuel Rødal2011-07-261-1/+1
* | 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