summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add accessible role Terminal.Frederik Gladhorn2012-02-061-0/+1
* Use available geometry when maximized.Rafael Roquetto2012-02-061-1/+9
* reduce cost of checking cache for data() and headerData()Mark Brand2012-02-051-22/+27
* QSqlTableModel::setData(): comment historical idiosyncraciesMark Brand2012-02-051-0/+14
* refactor QSqlTableModel::setData()Mark Brand2012-02-051-38/+20
* refactor QSqlTableModel::setRecord()Mark Brand2012-02-051-40/+37
* merge private and public QSqlTableModel::setRecord()Mark Brand2012-02-052-33/+22
* ModifiedRow: use for all edit strategiesMark Brand2012-02-053-255/+139
* SIC: QLocale: Make QSystemLocale a private classJohn Layt2012-02-053-69/+69
* SIC: QLocale: Remove base argument from conversion to number apiJohn Layt2012-02-055-52/+28
* QString: Make convert to number methods only use C localeJohn Layt2012-02-051-50/+53
* Move QtConcurrent into its own moduleLars Knoll2012-02-0545-71/+117
* Do not crash trying to load or save QModelIndex.Jędrzej Nowacki2012-02-051-0/+2
* Reimplement QMetaType::destroy.Jędrzej Nowacki2012-02-051-167/+56
* Fixes QIconvCodec::convertToUnicode()Nick Ratelle2012-02-052-1/+6
* QDateTime: Remove Julian CalendarJohn Layt2012-02-051-129/+36
* QDateTime: Store Julian Day as qint64John Layt2012-02-052-69/+112
* MinGW: Fix warnings.Friedemann Kleint2012-02-045-8/+7
* Bring qmetaobjectbuilder in sync with mocKent Hansen2012-02-033-2/+5
* Adapt QtDBus to QVariant property type changeKent Hansen2012-02-032-3/+3
* Bring QtDBus meta-object generator in sync with mocKent Hansen2012-02-031-94/+54
* Fix compilation on MinGW.Friedemann Kleint2012-02-034-19/+15
* Handle the 'real' datatype correctly in the SQLite driverAndy Shaw2012-02-031-0/+1
* Fix a typo TypeDefiniton -> TypeDefinition.Jędrzej Nowacki2012-02-033-49/+49
* Include qatomic_cxx11.h for C++11 compilersBradley T. Hughes2012-02-031-1/+1
* Remove empty src/corelib/arch subdirectoriesBradley T. Hughes2012-02-034-12/+0
* Remove src/corelib/arch/nacl/* and qatomic_nacl.hBradley T. Hughes2012-02-034-258/+0
* Remove src/corelib/arch/ia64/*Bradley T. Hughes2012-02-032-78/+0
* Remove src/corelib/arch/i386/* and src/corelib/arch/x86_64/*Bradley T. Hughes2012-02-036-303/+2
* Remove src/corelib/arch/avr32/* and qatomic_avr32.hBradley T. Hughes2012-02-034-258/+0
* Remove src/corelib/arch/mips/*Bradley T. Hughes2012-02-033-296/+0
* Remove src/corelib/arch/arm/*Bradley T. Hughes2012-02-032-76/+0
* Remove #include "qatomic_macosx.h"Bradley T. Hughes2012-02-031-2/+0
* Fix QAbstractItemModel documentationGiuseppe D'Angelo2012-02-031-0/+1
* Add support for QNX iconv implementationRafael Roquetto2012-02-032-0/+6
* Remove QInputContextPekka Vuorela2012-02-0313-638/+9
* Rename qatomic_windows.h to qatomic_msvc.hBradley T. Hughes2012-02-036-76/+9
* processEvents(WaitForMoreEvents) should return after delivering eventsBradley T. Hughes2012-02-032-11/+28
* Reimplement QIdentityProxyModel::headerData().Sergio Martins2012-02-032-0/+10
* Make QAbstractItemView::itemOptions properly initialize a V4 optionGiuseppe D'Angelo2012-02-031-16/+15
* Build with -pedanticStephen Kelly2012-02-031-2/+2
* Add typedef for source compatibility.Stephen Kelly2012-02-021-0/+4
* Merge QStyleOption*V{2,3,4} classes togetherGiuseppe D'Angelo2012-02-022-1578/+289
* Improve QSurface / QWindow API a bit and use that to avoid errorsGunnar Sletta2012-02-026-15/+79
* Update wrong docs for TouchPoint::id().Laszlo Agocs2012-02-021-3/+2
* Build with QT_NO_CAST_FROM_BYTEARRAYStephen Kelly2012-02-021-2/+2
* Windows QPA: Compile with QT_NO_CAST_FROM_ASCII, warnings.Friedemann Kleint2012-02-024-9/+13
* Fix unintended source compatiblity break in QSslSocketShane Kearns2012-02-021-0/+1
* Various documentation fixes ported from Qt 4.8Teemu Katajisto2012-02-025-5/+10
* Move QString <-> NSString conversion to QtCoreMorten Johan Sorvig2012-02-0213-80/+130