summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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-162-1/+53
| | * Fix QDBusAbstractInterface::isValid() for peer connectionsAlberto Mardegan2013-07-162-5/+35
| | * Detect popup window correctly in modal window blocked handling.Friedemann Kleint2013-07-162-2/+8
| | * Fix compilation of QLockFile on SolarisDavid Faure2013-07-161-0/+4
| | * QGuiApplicationPrivate::updateBlockedStatus(): Recurse over children.Friedemann Kleint2013-07-162-9/+21
| | * 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
| | * Only run the cmake test in the install location if not already done.Stephen Kelly2013-07-151-4/+6
| | * Define QT_NO_DEBUG with RelWithDebInfo and MinSizeRel builds.Stephen Kelly2013-07-151-0/+2
| | * un-clash iterator namesOswald Buddenhagen2013-07-151-8/+8
| | * don't change timestamp of unchanged filesOswald Buddenhagen2013-07-151-0/+6
| | * de-duplicate writeout of config filesOswald Buddenhagen2013-07-152-89/+90
| | * prune unused filesDiffer() and writeToFile() functionsOswald Buddenhagen2013-07-152-44/+0
| | * undo accidental string mergeOswald Buddenhagen2013-07-151-1/+1
| | * tst_QIcon: Fix availableSizes() and task223279_inconsistentAddFile()Sergio Ahumada2013-07-158-24/+24
| | * test: Mark tst_QNetworkReply::backgroundRequestInterruption() as XFAIL on OS ...Sergio Ahumada2013-07-151-0/+4
| | * test: organize tst_qnetworkreply .pro file a bitSergio Ahumada2013-07-151-4/+1
| | * Windows: Synthesize expose event for shrinking windows.Friedemann Kleint2013-07-152-13/+25
* | | Add the RFC2822Date formatKevin Ottens2013-07-247-1/+379
* | | BlackBerry: Rearmed socket notifiers after selectBernd Weimer2013-07-241-4/+51
* | | Support RGBA image formatAllan Sandfeld Jensen2013-07-2315-100/+1364
* | | set QT_TARGET_ARCH when building for the hostOswald Buddenhagen2013-07-232-0/+2
* | | Doc: Edited CSS files in doc/global/templateJerome Pasion2013-07-232-1159/+1342
* | | Bump QPA-API-version.Friedemann Kleint2013-07-2315-15/+15
* | | qdoc: Improve format of obsolete members fileMartin Smith2013-07-231-7/+8
* | | doc: Added Q_REQUIRED_RESULT to ignored tokensMartin Smith2013-07-231-0/+1
* | | qdoc: Eliminate cases of multiple topic commandsMartin Smith2013-07-232-28/+0
* | | 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-212-2/+8
* | TestLib: align the colons so the "actual" and "expected" align tooThiago Macieira2013-07-2118-42/+44
* | QUrl: let StripTrailingSlash remove multiple trailing slashesDavid Faure2013-07-202-2/+6
* | QUrl: add fileName() method. Complements QUrl::RemoveFilename.David Faure2013-07-204-0/+76
* | Make QUrl store the first bad IPv6 character in the error stringThiago Macieira2013-07-202-11/+24
* | Make QIPAddress::parseIp6 return the first bad characterThiago Macieira2013-07-205-29/+42
* | 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-202-1/+5
* | Make the URL Recode function to fix bad input in FullyDecoded mode tooThiago Macieira2013-07-202-6/+21
* | Fix IPvFuture use in QUrlThiago Macieira2013-07-202-5/+70
* | Fix QUrl parsing of IPv6 hosts with encoded colonsThiago Macieira2013-07-202-5/+12
* | 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-204-23/+247
* | Simplify the QLibrary plugin-detection codeThiago Macieira2013-07-201-104/+12
* | Add a Mach-O decoder to the QPluginLoaderThiago Macieira2013-07-2011-8/+613