summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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
* | QtConcurrent::Median: add some qMove()Marc Mutz2013-09-131-2/+2
* | Push updates to the QPA cursor even when a modal window is shownLaszlo Agocs2013-09-131-5/+6
* | eglfs: Set swap interval only when there is a context availableLaszlo Agocs2013-09-133-12/+22
* | Remove redundant checks in some tools classesJędrzej Nowacki2013-09-134-23/+23
* | eglfs: Handle desktop and multiple windows gracefullyLaszlo Agocs2013-09-131-1/+7
* | Add assert if a global static is used after deletion.Jędrzej Nowacki2013-09-131-2/+10
* | eglfs: Avoid glUniform calls with wrong type when drawing the cursorLaszlo Agocs2013-09-131-1/+1
* | Fix new warnings under Clang 3.3Thiago Macieira2013-09-131-34/+36
* | Make QCollator more flexible to use in different platformsAleix Pol2013-09-138-214/+838
* | Refactor QCollator to be able to use it in different platformsAleix Pol2013-09-132-256/+144
* | Make the QCollator class publicLars Knoll2013-09-134-19/+26
* | Warn if OpenType support missing for script of interestKonstantin Ritt2013-09-133-1/+3
* | Decrease code duplication in QFontDatabase-sKonstantin Ritt2013-09-134-37/+18
* | Implement QFontEngine::harfbuzzFont/Face() with HarfBuzz-NGKonstantin Ritt2013-09-131-2/+2
* | QFontConfigDatabase: Minor code clean-upKonstantin Ritt2013-09-131-22/+10
* | iOS: Implement hasPendingEvents() in the event dispatcherTor Arne Vestbø2013-09-121-2/+11