summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Drop leftovers after 02651060b6ce5b16b06721378a239a6d2bd9f528Konstantin Ritt2013-09-141-6/+0
* Fix build with -WerrorKonstantin Ritt2013-09-141-1/+1
* ICC 13.0 supports atomicsThiago Macieira2013-09-141-0/+1
* Base64: Implement the "base64url" encoding and the stripping of '='Thiago Macieira2013-09-144-14/+116
* Whitespace: re-indent the {to,from}Base64 functionsThiago Macieira2013-09-141-44/+52
* Merge "Merge branch 'stable' into dev" into refs/staging/devSergio Ahumada2013-09-1439-8944/+8936
|\
| * Merge branch 'stable' into devSergio Ahumada2013-09-1339-8944/+8936
| |\
| | * Fix highdpi CE_HeaderLabel pixmaps in fusion styleMorten Johan Sørvig2013-09-131-1/+4
| | * QNX: new signals for foreign windows creation/closingMyoungSeok Song2013-09-132-1/+8
| | * QNX: add nativeResourceForScreenMyoungSeok Song2013-09-122-0/+9
| | * Windows style: Support underlined mnemonics from Qt Quick ControlsGabriel de Dietrich2013-09-121-0/+6
| | * QtConcurrent: fix median calculationMarc Mutz2013-09-121-1/+1
| | * QMessageBox: implemented shortcut for selectAllShawn Rutledge2013-09-121-0/+9
| | * QMessageBox: shortcuts for selectAll, copy don't conflict with buttonsShawn Rutledge2013-09-121-1/+1
| | * Windows: Fix window opacity for non-translucent windows.Friedemann Kleint2013-09-122-2/+5
| | * Compilation fix for libjpeg release 9aavit2013-09-111-23/+6
| | * Fix the internal QDir sortingGiuseppe D'Angelo2013-09-101-2/+0
| | * Fix Invalid Drawable error when using createWindowContainer on Mac.Chris Meyer2013-09-102-3/+7
| | * Doc: split up Qdoc-manualNico Vertriest2013-09-1018-8893/+8859
| | * Fix a typo in documentationJędrzej Nowacki2013-09-101-1/+1
| | * Correct type mismatches sentence in signals and slots documentation.Mitch Curtis2013-09-101-1/+3
| | * QRawFont::fromFont does not get antialias setting from fontconfigAllan Sandfeld Jensen2013-09-091-0/+8
| | * Removed unused distance field functions.Yoann Lopes2013-09-091-6/+0
| | * Move winId!=0 assertion from QWindow to QWidgetAndrew Knight2013-09-092-5/+5
| | * Doc: Fix copy+paste errors for QAbstractItemModelSze Howe Koh2013-09-082-5/+5
* | | QMessageBox - move margins to a left spacerThorbjørn Martsum2013-09-131-27/+24
* | | QTime - Add public api for get/set msecs since start of dayJohn Layt2013-09-132-2/+24
* | | Add a static QFileInfo::exists(fileName) functionhjk2013-09-133-1/+24
* | | Add a note on symlink behavior of QFile::existshjk2013-09-131-0/+3
* | | Don't use an extension to the C++ language in public headersThiago Macieira2013-09-132-14/+16
* | | Optimize QBitArray::count(bool)Thiago Macieira2013-09-131-17/+12
* | | Remove unused QPF font engine support.Thiago Macieira2013-09-132-1501/+0
* | | Make nativeOrientation available in the public APIPaul Olav Tvete2013-09-132-0/+19
* | | Fix QWindow::moveEvent documentationLaszlo Agocs2013-09-131-1/+1
* | | Remove qFill usages from uicGiuseppe D'Angelo2013-09-131-2/+4
|/ /
* | MetaType: Fix operator{+,-}(int) with the type-erased const_iterators.Stephen Kelly2013-09-132-4/+32
* | Remove some unneeded constructors.Stephen Kelly2013-09-131-11/+3
* | qdoc: Eliminate duplicate page warnings in some casesMartin Smith2013-09-131-1/+15
* | iOS: Interleave Qt application main() with iOS startup sequenceTor Arne Vestbø2013-09-136-33/+569
* | Fix typo in note on symlink behavior of QFileInfo::existshjk2013-09-131-2/+2
* | Remove qSort usages from qdocGiuseppe D'Angelo2013-09-132-2/+6
* | Fix Strict Weak Ordering in qdoc's comparatorGiuseppe D'Angelo2013-09-131-1/+1
* | QDoc: properly initialize a memberGiuseppe D'Angelo2013-09-131-1/+3
* | moc: add -M<key=value> to ease static qml plugin linkingRichard Moe Gustavsen2013-09-134-0/+35
* | Adding QPlatformMessageDialogHelper and QMessageDialogOptionsShawn Rutledge2013-09-134-2/+201
* | Bring back Qt4 X11 session management functionality.Teo Mrnjavac2013-09-1310-4/+664
* | Remove Q_PACKED from structures that do not need to be packedThiago Macieira2013-09-134-5/+6
* | Remove the empty definition of Q_PACKEDThiago Macieira2013-09-131-3/+0
* | Remove Q_NO_PACKED_REFERENCEThiago Macieira2013-09-131-2/+0
* | QTest: use nth_element to calculate the medianMarc Mutz2013-09-131-4/+5