summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* qdoc: Improve format of obsolete members fileMartin Smith2013-07-231-7/+8
* doc: Ensure page name does not changeMartin Smith2013-07-236-79/+50
* Move the declaration of QFileIconProviderPrivate to it's own file.Sérgio Martins2013-07-223-31/+89
* xcb: touchpad supportShawn Rutledge2013-07-223-30/+110
* added maximumTouchPoints to QTouchDeviceShawn Rutledge2013-07-224-3/+27
* Prevent QLineEdit from emitting edited signal (QTBUG-27347)Ivan Komissarov2013-07-211-2/+2
* TestLib: align the colons so the "actual" and "expected" align tooThiago Macieira2013-07-211-3/+5
* QUrl: let StripTrailingSlash remove multiple trailing slashesDavid Faure2013-07-201-2/+4
* QUrl: add fileName() method. Complements QUrl::RemoveFilename.David Faure2013-07-203-0/+37
* Make QUrl store the first bad IPv6 character in the error stringThiago Macieira2013-07-201-11/+22
* Make QIPAddress::parseIp6 return the first bad characterThiago Macieira2013-07-204-27/+40
* QUrl: Make sure we don't return a dangling pointer from parseIpFutureThiago Macieira2013-07-201-2/+3
* QUrl: Uppercase the version number in IPvFutureThiago Macieira2013-07-201-0/+4
* Make the URL Recode function to fix bad input in FullyDecoded mode tooThiago Macieira2013-07-201-3/+10
* Fix IPvFuture use in QUrlThiago Macieira2013-07-201-5/+6
* Fix QUrl parsing of IPv6 hosts with encoded colonsThiago Macieira2013-07-201-5/+8
* QUrl: Add an "appendingTo" parameter to QUrl::appendFragmentThiago Macieira2013-07-201-4/+4
* Make the Mach-O size checking a little more robustThiago Macieira2013-07-201-20/+25
* Simplify the QLibrary plugin-detection codeThiago Macieira2013-07-201-104/+12
* Add a Mach-O decoder to the QPluginLoaderThiago Macieira2013-07-205-6/+324
* Add QUrl based API to QFileDialogKevin Ottens2013-07-182-6/+139
* Have QFileDialog use QUrl internallyKevin Ottens2013-07-1813-230/+307
* 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