summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Pass argc, argv to the platform plugins.Friedemann Kleint2013-07-189-17/+62
* Testlib: Add a crash handler for Windows that prints a message.Friedemann Kleint2013-07-171-0/+13
* API-cleanup: Add QPlatformFontDatabase::registerAliasToFontFamily().Friedemann Kleint2013-07-166-10/+19
* QTestlib: Re-enable Windows error dialog when -nocrashhandler is passed.Friedemann Kleint2013-07-152-13/+12
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Friedemann Kleint2013-07-1515-25/+138
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-1515-25/+138
| |\
| | * XCB: Append 0-character to atom name string.Friedemann Kleint2013-07-121-1/+1
| | * Display sizegrip on QMdiSubWindows, even on 10.7 and laterGabriel de Dietrich2013-07-122-5/+19
| | * QCoreApplication: Removed out-of-date docs (argv() method).Tomasz Olszak2013-07-121-5/+1
| | * Fix disconnectFrom{Peer,Bus} when the connection failedThiago Macieira2013-07-121-3/+3
| | * Consider virtual screen when determining dock widget visibility.Friedemann Kleint2013-07-121-2/+11
| | * DirectFB: Improve mapping of multimedia keysAllan Sandfeld Jensen2013-07-121-1/+3
| | * Correct algorithm for digest auth when using the CONNECT verbBradley Buda2013-07-121-1/+2
| | * Fix compilation of libGLESv2 with older MinGW-w64 headersKai Koehne2013-07-112-0/+71
| | * Windows font database: Resolve aliases for extra fonts.Friedemann Kleint2013-07-114-5/+24
| | * Check if widget inherits from QTextEdit when drawing the frameAndy Shaw2013-07-111-2/+3
* | | iOS: Get rid of QIOSMainWrapperApplicationDelegateTor Arne Vestbø2013-07-153-57/+14
* | | QNX: Silenced propagateSizeHints warningBernd Weimer2013-07-152-0/+8
* | | Add reminders to change uint to quint64 in Qt6 QDateTime time_t methodsDavid Gil2013-07-151-0/+3
* | | qdoc: Fix warning about unused variable.Friedemann Kleint2013-07-151-2/+0
|/ /
* | QUrl: remove old commented out code for normalized().David Faure2013-07-131-81/+0
* | QUrl: add NormalizePathSegments to UrlFormattingOptionsDavid Faure2013-07-133-23/+45
* | QVarLengthArray - check if iterators arguments are valid (in debugmode)Thorbjørn Martsum2013-07-121-0/+10
* | QSet - check if iterator argument is valid (in debugmode)Thorbjørn Martsum2013-07-122-1/+9
* | QHash - checks if iterator argument is valid (in debugmode)Thorbjørn Martsum2013-07-121-0/+20
* | QList - check if iterators arguments are valid (in debugmode)Thorbjørn Martsum2013-07-121-2/+15
* | QVector - check if iterators arguments are valid (in debugmode)Thorbjørn Martsum2013-07-121-1/+9
* | QMap - check if iterator arguments are valid (in debugmode)Thorbjørn Martsum2013-07-121-0/+18
* | Merge "Merge branch 'stable' into dev" into refs/staging/devSergio Ahumada2013-07-1292-600/+709
|\ \
| * | Merge branch 'stable' into devSergio Ahumada2013-07-1192-600/+709
| |\|
| | * Fix typo in setGraphicsEffect() occurrences.Mitch Curtis2013-07-112-2/+2
| | * QDir::mkpath shouldn't fail if parent directory denies accessShawn Rutledge2013-07-111-1/+2
| | * Bugfix QDesktopServices on WindowsThiago Macieira2013-07-111-9/+9
| | * Windows/ActiveQt: Pass native parent handle property from widget to widget wi...Friedemann Kleint2013-07-111-0/+8
| | * Accept defeat when select(2)ing without a monotonic clockThiago Macieira2013-07-101-6/+2
| | * QComboBox - optimize (improve stupid code at enter-key)Thorbjørn Martsum2013-07-101-3/+2
| | * Add reconnect attempts in more cases in QHNCC.Azat Khuzhin2013-07-101-0/+16
| | * Fix dead lock in the Qt event handlingOlivier Goffart2013-07-101-2/+4
| | * Doc: Uniformize the syntax description of Q_PROPERTYOlivier Goffart2013-07-102-18/+1
| | * Search toplevel when setting the active window from focus window.Friedemann Kleint2013-07-101-0/+2
| | * QPdfWriter: Fix setting of paper size.Friedemann Kleint2013-07-103-3/+14
| | * docs: QSystemTrayIcon referenceShawn Rutledge2013-07-101-1/+1
| | * Doc: fix typo in QXmlStreamNamespaceDeclaration[s]Thiago Macieira2013-07-101-1/+1
| | * Restore smooth-scaled drawing of 0.5x-2.0x scaled glyphs in the GL engineTor Arne Vestbø2013-07-085-26/+86
| | * Doc: Renamed generated list keyword.Jerome Pasion2013-07-081-1/+1
| | * xml-processing: Small documentation correctionsThorbjørn Lindeijer2013-07-081-3/+3
| | * Resolve modifier mask conflicts on X11Gatis Paeglis2013-07-072-1/+37
| | * Speed up font database loading with fontconfigLars Knoll2013-07-061-89/+7
| | * REG: Fix crash when mixing projected/unprojected text paintingEskil Abrahamsen Blomfeldt2013-07-051-0/+4
| | * fix infinite loop in QProcessPrivate::drainOutputPipesJoerg Bornemann2013-07-051-1/+1