summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Use QObject pointer as QCocoaAccessibleElement id.Morten Johan Sorvig2012-01-233-23/+14
* Fix synthesizing mouse events when touches change orderingLaszlo Agocs2012-01-232-5/+18
* Revert "Blow up earlier when adding test rows without columns."Robin Burchell2012-01-231-1/+0
* QPropertyAnimation::setTargetObject() fails if new and old target object have...Armin Berres2012-01-231-1/+1
* directfb: Deal with Qt trying to create a QSize(0, 0) platfom windowHolger Hans Peter Freyther2012-01-231-3/+3
* Remove uses of qMalloc/qFree from out of line code.Robin Burchell2012-01-231-4/+4
* Windows: Implement native event filters.Friedemann Kleint2012-01-233-8/+54
* XCB: Introduce enumeration for event filter types.Friedemann Kleint2012-01-233-10/+25
* Mark QTriangulatingStroker as Q_GUI_EXPORTAlex Wilson2012-01-231-1/+1
* qfilesystemengine_win.cpp: compile with namespaced QtJoerg Bornemann2012-01-231-7/+6
* xcb: Correctly check the X11 connectionUli Schlachter2012-01-231-1/+1
* Remove Symbian specific code from QtXml.Xizhi Zhu2012-01-232-7/+0
* Remove Symbian specific code from QtSql.Xizhi Zhu2012-01-236-76/+0
* xcb: Don't crash on missing mouse pointerUli Schlachter2012-01-231-4/+6
* Remove dead code.Richard Moore2012-01-231-19/+0
* Remove invalid comment.Richard Moore2012-01-231-2/+1
* Blow up earlier when adding test rows without columns.Robin Burchell2012-01-231-0/+1
* Update obsolete contact address.Jason McDonald2012-01-232-3/+3
* Update contact information in license headers.Jason McDonald2012-01-232342-2343/+2343
* Remove dependency of QtDBus onto QtXmlHarald Fernengel2012-01-227-307/+257
* Obsolete QInputDialog::getInteger() 'officially'.Robin Burchell2012-01-222-29/+7
* Merge overloads of QInputDialog::getText() and QInputDialog::getItem()Robin Burchell2012-01-212-39/+1
* Merge overloads of QFontDialog::getFont().Robin Burchell2012-01-212-23/+2
* Remove note about source-incompatible change.Robin Burchell2012-01-211-1/+0
* Remove copy of libgq.Robin Burchell2012-01-2126-2830/+0
* Remove unnecessary sizehint overload.Robin Burchell2012-01-212-11/+0
* Change QMessageBox::question to default to yes/no buttons instead of okThorbjørn Lund Martsum2012-01-211-3/+1
* Fix incorrect check for error when monitoring a path using inotify.Robin Burchell2012-01-211-1/+1
* remove obsolete codec plugin loading codeMark Brand2012-01-209-361/+2
* cosmetic adjustments for files moved to core/codecsMark Brand2012-01-2017-44/+143
* update private header referencesMark Brand2012-01-2011-13/+13
* move plugin text codecs to QtCoreMark Brand2012-01-2029-665/+22
* build and load text codecs regardless of iconv and platformMark Brand2012-01-202-30/+22
* fix whitespaceMark Brand2012-01-201-17/+16
* Add atomic implementation for Native Client.Morten Johan Sorvig2012-01-204-2/+258
* Fix cursor disappearance in QLineEdit on Mac when deleting all textPasi Matilainen2012-01-201-1/+1
* Fix glyphsEnd range checkJiang Jiang2012-01-201-2/+5
* Windows: Work on QPlatformScreen implementation.Friedemann Kleint2012-01-208-38/+239
* uic: Add translation-attributes to string list properties.Friedemann Kleint2012-01-204-22/+103
* Add a virtual sendPostedEvents() to QEventDispatcherWin32.Friedemann Kleint2012-01-205-11/+19
* Introducing QPlatformSharedGraphicsCacheEskil Abrahamsen Blomfeldt2012-01-2012-5/+1609
* Remove QBool and use bool instead.David Faure2012-01-2013-85/+48
* Docs: Fix typo in the QWindow class documentationAnselmo L. S. Melo2012-01-201-1/+1
* Allow generic plugins to set defaults for window system propertiesSimon Hausmann2012-01-201-2/+2
* Add support for platform plugin specific event filters.Simon Hausmann2012-01-208-69/+147
* Change visibility of eventFilter().Robin Burchell2012-01-201-3/+1
* Add Contact: information in the license headerBradley T. Hughes2012-01-202-0/+2
* Silence warning from clangBradley T. Hughes2012-01-201-2/+4
* Use Q_FOREVER instead of foreverBradley T. Hughes2012-01-201-2/+2
* Add the new QBasicAtomicXXX implementation - no backends yetThiago Macieira2012-01-205-3/+449