summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Avoid flicker when invalidate is propagated in a widget/layout hierarchyJan-Arve Sæther2011-05-125-76/+190
* Fix licence headers again for MR 900Gabriel de Dietrich2011-05-122-20/+21
* New algorithm for drawing thin linesLars Knoll2011-05-126-1449/+1137
* Prevent crash in OpenGL engine when scaling images / pixmaps.Samuel Rødal2011-05-112-0/+4
* Add the QIdentityProxyModel.Stephen Kelly2011-05-115-1/+701
* update def filesShane Kearns2011-05-116-51/+526
* emit QNetWorkAccessManager::finished on QNetworkReply::abort()Martin Petersson2011-05-111-0/+2
* make QLibraryInfo return clean pathsOswald Buddenhagen2011-05-111-4/+6
* make relative paths in qt.conf work inside qmakeOswald Buddenhagen2011-05-111-1/+1
* Sockets: Fix potential null pointer usagesShane Kearns2011-05-112-8/+13
* QNAM: Re-order checks in migrateBackend()Markus Goetz2011-05-111-4/+4
* Fix initial main window dimensions for "fullscreen with softkeys" caseMiikka Heikkinen2011-05-111-0/+5
* Fixes crash in QWidget::effectiveWinId.Bjørn Erik Nilsen2011-05-112-0/+21
* Fix crash when QSocketNotifier used with an invalid descriptorShane Kearns2011-05-111-0/+6
* Optimisation - buffer packet read in pendingDatagramSizeShane Kearns2011-05-112-9/+56
* Remove warnings when disabling notifications on a closed socketShane Kearns2011-05-111-6/+1
* Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtbase-stagingQt Continuous Integration System2011-05-1116-47/+100
|\
| * Move QTextCursor::MoveStyle to Qt namespaceJiang Jiang2011-05-1114-42/+45
| * Add some QRawFont related low level functions to avoid extra copyingJiang Jiang2011-05-112-5/+55
* | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtbase-stagingQt Continuous Integration System2011-05-111-0/+1
|\|
| * Fix to commit 7fce0a73cc9b099c4ca67b3bc2e8bbe3060230c6.Kim Motoyoshi Kalland2011-05-111-0/+1
* | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtbase-stagingQt Continuous Integration System2011-05-111-13/+19
|\|
| * Check if OES_texture_npot is present on OpenGL ES 2.Kim Motoyoshi Kalland2011-05-111-13/+19
* | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtbase-stagingQt Continuous Integration System2011-05-111-0/+2
|\|
| * Prevent crash in wayland mimedata in case there is no offer.Laszlo Agocs2011-05-101-0/+2
* | Merge branch 'master' of git://scm.dev.nokia.troll.no/qt/qtbase-earth-stagingQt Continuous Integration System2011-05-119-0/+22
|\ \ | |/ |/|
| * Add QT_xxx_VERSION macros for each library in qtbaseLiang Qi2011-05-109-0/+22
* | Prevent having Status undefined in xlib platform plug-in.Laszlo Agocs2011-05-101-0/+3
* | Merge remote-tracking branch 'staging/master'Olivier Goffart2011-05-105-22/+262
|\ \
| * | Compile on MacEskil Abrahamsen Blomfeldt2011-05-101-2/+2
| * | Avoided calling updateAccessibility() from updateMicroFocus if the item was h...Jan-Arve Sæther2011-05-101-2/+4
| * | Notify a11y framework of FocusChanges for QGraphicsObjectJan-Arve Sæther2011-05-101-0/+12
| * | Call updateAccessibility on the QGraphicsObject in updateMicroFocusJan-Arve Sæther2011-05-101-6/+10
| * | Fix updateAccessibility for QGraphicsObjectsJan-Arve Sæther2011-05-101-1/+123
| * | Make accessibility work on Windows with alienJan-Arve Sæther2011-05-101-13/+113
* | | ifdef out mac/no_coreservices path more cleanlyOswald Buddenhagen2011-05-101-3/+2
* | | fix build on symbianOswald Buddenhagen2011-05-101-0/+5
* | | Allow different text for undo actions and items in QUndoViewAlexander Potashev2011-05-103-10/+41
* | | Allow using not only prefixes for undo command textAlexander Potashev2011-05-103-17/+44
* | | QFileSystemEngine::currentPath(): use QFileSystemEntry() also for the no-PATH...Pino Toscano2011-05-101-1/+1
* | | Do not allow multiple threads to acquire a QMutexBradley T. Hughes2011-05-101-5/+8
* | | Ensure that QDateTimeEdit::calendarWidget() will always return a valid widget.Robin Burchell2011-05-102-18/+33
* | | don't crash in QProcessEnvironment::systemEnvironment()Oswald Buddenhagen2011-05-102-12/+12
* | | HTTP backend: do not load resources from cache that must be revalidatedPeter Hartmann2011-05-101-7/+5
* | | Compile fix for QLocale on Symbian.Denis Dzyubenko2011-05-101-1/+1
* | | Added Kazakh language to the QLocale mapping table on Symbian.Denis Dzyubenko2011-05-101-0/+1
* | | Added support for QLocale::uiLanguages on Symbian.Denis Dzyubenko2011-05-101-70/+96
* | | Fix drawing text in item view:Olivier Goffart2011-05-101-0/+21
* | | Don't rely on uninitialized dataJoão Abecasis2011-05-101-0/+1
* | | Don't realloc user-provided bufferJoão Abecasis2011-05-101-2/+2