summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Device mkspec for BlackBerry PlaybookRafael Roquetto2013-01-164-0/+98
| | * | tst_bic: Add linux-gcc-ia32 bic data for QtXmlSergio Ahumada2013-01-162-0/+3844
* | | | QImage plugins should report supported mime typesAllan Sandfeld Jensen2013-01-239-38/+175
* | | | Change QT_FATAL_WARNINGS behavior to require a non-empty valueThiago Macieira2013-01-231-1/+1
* | | | Detect Clang and Apple Clang's version properlyThiago Macieira2013-01-231-0/+15
* | | | Several bug fixes in QCocoaFileDialogHelper to support declarativeShawn Rutledge2013-01-231-4/+26
* | | | Simplify checking of the SHM/SEM Unix key file's existenceThiago Macieira2013-01-231-3/+0
* | | | Support shared GL contexts in eglfs.Michael Brasser2013-01-231-1/+1
* | | | Implement click-to-focus for native child windows.Friedemann Kleint2013-01-231-0/+4
* | | | Fix qstring-literals test for MinGW.Friedemann Kleint2013-01-231-2/+2
* | | | Implement focus handling of child windows for cocoa.Gunnar Sletta2013-01-235-3/+32
* | | | Undefine overlapping variable names defined in VxWorks headersPasi Petäjäjärvi2013-01-231-0/+38
* | | | Check existence of QProcess feature before using it on Qt autotests.Pasi Petäjäjärvi2013-01-2311-8/+49
* | | | Use time.h related includes from qfunctions_vxworks.h file.Pasi Petäjäjärvi2013-01-231-3/+1
* | | | Fix comments to use pre C99 standard style insteadPasi Petäjäjärvi2013-01-231-5/+5
* | | | Use sched_get_priority_* functions only for SCHED_RR and SCHED_FIFOPasi Petäjäjärvi2013-01-231-2/+14
* | | | Add support getting memory page size to RTP mode on VxWorks.Pasi Petäjäjärvi2013-01-232-1/+7
* | | | VxWorks process (RTP) mode does not have taskLock/taskUnlock functionsPasi Petäjäjärvi2013-01-231-0/+5
* | | | Use QDir::homePath() for tilde expansionPasi Petäjäjärvi2013-01-231-1/+3
* | | | Use stub functions getpwuid and getgrgid for VxWorksPasi Petäjäjärvi2013-01-231-2/+2
* | | | Use stub function gettimeofday for VxWorksPasi Petäjäjärvi2013-01-231-0/+4
* | | | Do not define QT_NO_DYNAMIC_LIBRARY for VxWorks process (RTP)Pasi Petäjäjärvi2013-01-231-1/+1
* | | | Strip prepending <hostname>: string from currentPath() for VxSimPasi Petäjäjärvi2013-01-231-1/+9
* | | | Use taskIdSelf() function instead of taskIdCurrent global variablePasi Petäjäjärvi2013-01-231-2/+2
* | | | VxWorks header only available in DKM mode and not in RTP mode.Pasi Petäjäjärvi2013-01-231-1/+1
* | | | Use Qt defined gettimeofday for VxWorks and no fallback to X11 versionPasi Petäjäjärvi2013-01-232-1/+9
* | | | Remove debugging messages from QDBusConnection::registerObjectThiago Macieira2013-01-231-4/+4
* | | | Improve the QDBusConnection node children garbage collectionThiago Macieira2013-01-231-25/+24
* | | | Make the QtDBus object tree keep a count of active childrenThiago Macieira2013-01-234-13/+45
* | | | Rewrite QDBusConnection::unregisterObject to be recursiveThiago Macieira2013-01-233-28/+42
* | | | Don't clear the pointer in QScopedPointer's destructorThiago Macieira2013-01-231-1/+0
* | | | Add a new Q_GLOBAL_STATIC implementationThiago Macieira2013-01-226-119/+397
* | | | Fix testlib-selftest for MinGW.Friedemann Kleint2013-01-221-2/+5
* | | | Windows: Introduce pixmap cursor cache.Friedemann Kleint2013-01-222-1/+17
|/ / /
* | | Don't build lance as application bundle on Mac OSTor Arne Vestbø2013-01-222-0/+2
* | | QTestLib: improve output when comparing lists fails.David Faure2013-01-227-30/+103
* | | Fix cleanup of temporary files in test of QFileInfo.Friedemann Kleint2013-01-221-25/+24
* | | MinGW: Disable tests in tst_qstring that use unsupported formats.Friedemann Kleint2013-01-221-0/+6
* | | Remove some dead code.Frederik Gladhorn2013-01-221-31/+0
* | | Regression: Fix setting of custom cursors for native widgets.Friedemann Kleint2013-01-2114-45/+135
* | | Fix MinGW-warning about pointer/integer of different sizes (64bit).Friedemann Kleint2013-01-211-2/+2
* | | Fix Windows native file dialogs for use with QtQuick.Friedemann Kleint2013-01-212-167/+254
* | | Cocoa: Make QCocoaMenu::showPopup() more robustGabriel de Dietrich2013-01-211-2/+2
* | | Add support for retina glyph-based text drawing in the GL paint-engineTor Arne Vestbø2013-01-215-18/+53
* | | Reduce invocations of QFINDTESTDATA in tst_qfileinfo.Friedemann Kleint2013-01-211-31/+47
* | | Fix temporary file leak in tst_qfileinfo.Friedemann Kleint2013-01-211-4/+3
* | | Android-eglfs: Fixed build against Android 4.0.xSamuel Rødal2013-01-212-1/+13
* | | Add a note for merging QString::contains(QRE, QREM) overloads in Qt 6Giuseppe D'Angelo2013-01-201-1/+1
* | | Add support for defining properties from member variables.Gerhard Gappmeier2013-01-196-24/+197
* | | Fix MinGW-warnings about comparing signed/unsigned.Friedemann Kleint2013-01-184-6/+6