summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Sergio Ahumada2013-07-2441-124/+266
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-07-2341-124/+266
| |\
| | * document that validity of exitCode() depends on exitStatus() == NormalExitOswald Buddenhagen2013-07-221-3/+7
| | * xcb: Don't use Xlib's XBell() functionUli Schlachter2013-07-221-6/+3
| | * Prevent activation of windows with Qt::WindowDoesNotAcceptFocus.Friedemann Kleint2013-07-222-1/+6
| | * Ensure that the user codecs are listed in QTextCodec::availableCodecsThiago Macieira2013-07-211-4/+4
| | * Fix compilation of QtTest on Linux systems with old kernel headersThiago Macieira2013-07-211-0/+10
| | * Changed digia contact details to */legal, updated licensesTeemu Kaukoranta2013-07-2010-10/+10
| | * Fix warning about using QString's const char* constructor on MacThiago Macieira2013-07-201-1/+2
| | * Ignore or suppress warning and debug messages in tst_QLocalSocketThiago Macieira2013-07-203-3/+5
| | * Fix incomplete override of QIODevice::open in QProcess and QLocalSocketThiago Macieira2013-07-206-55/+72
| | * Fix compilation of run-time-resolved SSL on AndroidEskil Abrahamsen Blomfeldt2013-07-191-3/+3
| | * fix endless loop in QProcess/Win drainOutputPipesJoerg Bornemann2013-07-181-2/+4
| | * XCB: Set WM_CLASS.Friedemann Kleint2013-07-185-0/+57
| | * Better errorhandling for the fontengine on WINCE.Bjoern Breitmeyer2013-07-181-5/+4
| | * QNX: Handle Qt::WindowDoesNotAcceptFocus correctly.Friedemann Kleint2013-07-171-1/+1
| | * Fix typo in qdoc's messages.Takumi Asaki2013-07-171-2/+2
| | * OSX: Disable window restoration for the Mac font panelLiang Qi2013-07-171-0/+5
| | * Make *ItemBoundingRect modes work with custom shapes.Mitch Curtis2013-07-161-1/+1
| | * Fix QDBusAbstractInterface::isValid() for peer connectionsAlberto Mardegan2013-07-161-3/+11
| | * Detect popup window correctly in modal window blocked handling.Friedemann Kleint2013-07-161-2/+7
| | * Fix compilation of QLockFile on SolarisDavid Faure2013-07-161-0/+4
| | * QGuiApplicationPrivate::updateBlockedStatus(): Recurse over children.Friedemann Kleint2013-07-161-7/+14
| | * Doc: Update description of QAbstractItemModel::supportedDragActions()Topi Reinio2013-07-161-2/+4
| | * Mac OS: Fix a crash in tst_qgraphicsproxywidget.Friedemann Kleint2013-07-161-0/+3
| | * Define QT_NO_DEBUG with RelWithDebInfo and MinSizeRel builds.Stephen Kelly2013-07-151-0/+2
| | * Windows: Synthesize expose event for shrinking windows.Friedemann Kleint2013-07-152-13/+25
* | | Add the RFC2822Date formatKevin Ottens2013-07-243-1/+141
* | | BlackBerry: Rearmed socket notifiers after selectBernd Weimer2013-07-241-4/+51
* | | Support RGBA image formatAllan Sandfeld Jensen2013-07-2313-99/+1295
* | | Bump QPA-API-version.Friedemann Kleint2013-07-2315-15/+15
* | | 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