summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Added flag operators for Qt::InputMethodQueriesPekka Vuorela2012-01-051-0/+1
* Registered QUuid in the metatype system as a builtin type.Denis Dzyubenko2012-01-055-3/+39
* QTextLayout::lineAt() to return invalid line if index is out of boundsPekka Vuorela2012-01-051-1/+1
* Support RTL text with merge font enginesJiang Jiang2012-01-051-6/+10
* Introduced QOpenGLContext::aboutToBeDestroyed() signal.Samuel Rødal2012-01-052-0/+16
* Fix compiler warnings in QtNetwork.Friedemann Kleint2012-01-052-3/+2
* QApplication: Remove unused variable causing a compiler warning.Friedemann Kleint2012-01-051-3/+0
* Removed obsolete function QUuid::operator QString()Denis Dzyubenko2012-01-052-12/+0
* Remove old accessible itemviews code.Frederik Gladhorn2012-01-042-1501/+0
* Split polling watcher out to its own seperate files.Robin Burchell2012-01-044-178/+291
* Fix QPainter::drawText with complex brushesSimon Hausmann2012-01-041-1/+1
* Pass notification of failure of watches onto the caller.Robin Burchell2012-01-042-31/+76
* Emit error if trying to connect while socket is connected or connecting.Jonas M. Gastal2012-01-047-4/+25
* Don't release timer ids in event dispatcher codeBradley T. Hughes2012-01-049-42/+57
* Fix rare crashes in fontconfig fontdb due to uninitialized variableSimon Hausmann2012-01-041-1/+1
* Refactor QVariant handlers.Jędrzej Nowacki2012-01-046-174/+293
* Export QOpenGLTextureCacheJørgen2012-01-041-1/+1
* Deinlined QLocale::operator==Denis Dzyubenko2012-01-042-6/+12
* Marked QUuid as Q_MOVABLE_TYPE in the metatype system.Denis Dzyubenko2012-01-041-0/+2
* Add virtual destructors to accessible interfaces.Frederik Gladhorn2012-01-041-0/+5
* Fixed static assert in qvariant template magicDenis Dzyubenko2012-01-041-1/+1
* Make QCocoaEventDispatcher inherit from QAbstractEventDispatcherBradley T. Hughes2012-01-032-4/+9
* Use meta object to get string rep of QAccessible::Role.Frederik Gladhorn2012-01-033-81/+23
* Always load the openssl configuration.Richard Moore2012-01-031-4/+0
* QStandardPaths: add GenericCacheLocation.David Faure2012-01-035-6/+17
* QLineEdit to use Qt::ImhSensitiveData input hint on password echo modesPekka Vuorela2012-01-031-2/+2
* directfb: Refer to the right class in the error messageHolger Hans Peter Freyther2012-01-031-1/+1
* Build fix if using '-no-stl' configure optionYuchen Deng2012-01-032-0/+4
* Close bracket in documentation.Stephen Kelly2012-01-021-1/+1
* Remove support for dnotify QFileSystemWatcher.Robin Burchell2012-01-025-648/+7
* Merge integrity support into unix.Robin Burchell2012-01-021-7/+2
* Fix crash in positionInLigatureJiang Jiang2012-01-021-1/+1
* Change the default value of QSortFilterProxyModel::dynamicSortFilterStephen Kelly2012-01-021-3/+3
* Send ApplicationActivate and ApplicationDeactivate from QtGui.Samuel Rødal2012-01-022-19/+10
* corelib: Introduce Q_ALLOC_SIZE and use it on qMalloc and friendsHolger Hans Peter Freyther2012-01-021-4/+11
* Implement (and unit test) simple QVarLengthArray::first()/last().Robin Burchell2012-01-022-0/+34
* Remove Symbian support from src/corelib/io/.Robin Burchell2012-01-027-2030/+7
* Do not unconditionally define QT_BEGIN_MOC_NAMESPACEDenis Dzyubenko2012-01-021-0/+8
* Inline some methods in qgrayraster.Robin Burchell2012-01-021-53/+7
* Remove env var to enable accessibility on linux.Frederik Gladhorn2012-01-021-4/+1
* blitter: Base QBlitterPaintEngine on QRasterPaintEngineHolger Hans Peter Freyther2012-01-023-117/+151
* blitter: Group code by functionality in header and cpp fileHolger Hans Peter Freyther2012-01-022-120/+118
* blitter: Fix the 'solid' detection for the brush in case of fillRectHolger Hans Peter Freyther2012-01-021-2/+2
* blitter: Move state updates into new methodsHolger Hans Peter Freyther2012-01-021-45/+86
* blitter: Move the definition out of the classHolger Hans Peter Freyther2012-01-021-59/+72
* blitter: Kill the isBlitterLocked variable of the QBlitterPaintEngineHolger Hans Peter Freyther2012-01-023-10/+11
* blitter: Use CapabilitiesToStateMask as a class memberHolger Hans Peter Freyther2012-01-021-31/+29
* blitter: Style changes to the codeHolger Hans Peter Freyther2012-01-021-78/+65
* raster: Fix typo in a function argumentHolger Hans Peter Freyther2012-01-021-1/+1
* Make QTimer::singleShot use Qt::PreciseTimer for lower timeouts.Bradley T. Hughes2012-01-021-1/+4