summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Prevent crash in wayland mimedata in case there is no offer.Laszlo Agocs2011-05-101-0/+2
* 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
* | Fixed bug in X11 backend when creating translucent windows.Samuel Rødal2011-05-101-2/+7
* | Clarified sendCustomRequest documentation to include HTTPSJanne Anttila2011-05-101-1/+1
* | Fix compilationOlivier Goffart2011-05-101-1/+0
* | no environment on WinCEOswald Buddenhagen2011-05-101-0/+4
* | fix Widestring vs. Ansi mixupOswald Buddenhagen2011-05-101-1/+1
* | fix potential crash in QProcessEnvironment::systemEnvironment() on windowsOswald Buddenhagen2011-05-101-10/+11
* | Only cleanup share widget if it has been created.Armin Berres2011-05-101-3/+9
* | Get rid of "typename, typename" for TEMPLATE_TEMPLATE_PARAMETERS.Liang Qi2011-05-101-18/+0
* | Compile with msvcOlivier Goffart2011-05-101-4/+16
* | compile with windowsOlivier Goffart2011-05-101-4/+4
* | get rid of the DisableIfSame hackOlivier Goffart2011-05-102-16/+4
* | Rewrite the interfaces of QtConcurrent.Liang Qi2011-05-103-1057/+270
* | Fix namespace issue with the global staticmae2011-05-101-2/+2
* | Fixed bug in QPdfEngine::addImage causing mono images to be made 32 bitMatthew Cattell2011-05-101-1/+4
* | Fix regression with QSettings patchmae2011-05-103-13/+12
* | Fix trailing whitespacesJani Hautakangas2011-05-102-2/+2
* | Fix for native child widget performance issue.Jani Hautakangas2011-05-102-0/+22
* | fix build on symbianOswald Buddenhagen2011-05-101-62/+60
* | fix build on macOswald Buddenhagen2011-05-101-0/+12
* | make QProcessEnvironment on Unix cache converted valuesOswald Buddenhagen2011-05-102-4/+35
* | make QProcessEnvironment::systemEnvironment() encoding-safeOswald Buddenhagen2011-05-103-15/+39
* | make QProcessEnvironment on Unix cache converted variable namesOswald Buddenhagen2011-05-103-11/+50
* | move key/value converters to the private classOswald Buddenhagen2011-05-102-24/+15
* | make QProcessEnvironment on Windows preserve variable name caseOswald Buddenhagen2011-05-103-7/+21
* | split QProcessEnvironmentPrivate::Unit into Key and ValueOswald Buddenhagen2011-05-102-11/+14
* | remove unused functionsOswald Buddenhagen2011-05-101-12/+0