summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Normalize signal/slots.Sergio Martins2012-07-171-52/+52
* Fix infinite loop due to FPU limitationStéphane Cerveau2012-07-171-2/+2
* QSqlTM: add reimplemented record() methodMark Brand2012-07-172-3/+34
* QSqlTM: use generated flag more correctly in setRecord()/insertRecord()Mark Brand2012-07-171-11/+19
* Don't join between 2 same pointsCharles Yin2012-07-171-2/+4
* Fix error when inserting to tables with datetime fields with QODBCThiago A. Correa2012-07-161-4/+42
* List .pbm and .pgm as supported writable image file formats.Kim Motoyoshi Kalland2012-07-161-1/+3
* QStateMachine: mark a ctor as explicitMarc Mutz2012-07-161-1/+1
* undocument enums as part of Qt3Support removalJeremy Katz2012-07-161-124/+1
* Add gui/ to qtcore.qdocconf to pick up enums in Qt namespaceJeremy Katz2012-07-161-1/+2
* Generate a fatal error as appropriate.Stephen Kelly2012-07-161-1/+3
* Undocument Qt::AnchorAttributeJeremy Katz2012-07-161-12/+0
* QWidget::showFullScreen fixed for widgets with valid size hintJoerg Bornemann2012-07-161-0/+4
* Fix window size issue under Windows CEAndreas Holzammer2012-07-161-0/+2
* Remove #ifdef Q_WS_ / include / #endif conditionals.Friedemann Kleint2012-07-164-16/+0
* Fix applicationName() being empty in QApplication.David Faure2012-07-163-9/+1
* Improve qDebug() << QAccessibleEvent() to display state changesJan-Arve Saether2012-07-161-0/+44
* Doc: Fix typoSergio Ahumada2012-07-161-1/+1
* Added a reserved data pointer in QPaintDevice.Alexandros Dermenakis2012-07-162-0/+4
* Doc: Fix typo foreigh -> foreignSergio Ahumada2012-07-161-1/+1
* handle XInput 2.2 multipoint touch eventsShawn Rutledge2012-07-162-15/+221
* Remove QToolButton's protected constructorIvan Komissarov2012-07-162-10/+0
* Fix QSplashScreen on X11.Friedemann Kleint2012-07-161-6/+33
* Use DropShadow from QPlatformTheme everywhere in qwhatsthis.cpp.Friedemann Kleint2012-07-161-15/+9
* Replace some Q_WS_X11 by check for platform's name.Friedemann Kleint2012-07-163-15/+10
* Make qwindowsysteminterface.cpp compile with QT_NO_SHORTCUTJeremy Katz2012-07-161-0/+25
* Fix crash in QPixmap::fromImage() when memory is low.Kim Motoyoshi Kalland2012-07-161-10/+11
* statemachine: Move RestorePolicy enum to QState classKent Hansen2012-07-165-44/+42
* Add QStateMachine constructor that takes a ChildModeKent Hansen2012-07-162-0/+15
* Fix typo qith -> with.Stephen Kelly2012-07-141-1/+1
* Avoid crash when getting bearings from fallback font engineEskil Abrahamsen Blomfeldt2012-07-141-0/+1
* Simplify the moc code related to private signals a bit.Stephen Kelly2012-07-132-10/+21
* QNX: normalize signals/slotsMarc Mutz2012-07-131-4/+4
* plugins/bearer: normalize signals/slotsMarc Mutz2012-07-135-66/+66
* input/evdevmouse: normalize signals/slotsMarc Mutz2012-07-131-2/+2
* Only create the Qt5::WinMain target if it doesn't exist yet.Stephen Kelly2012-07-131-11/+13
* Make sure the emulated mouse event comes lastKevin Ottens2012-07-131-17/+17
* statemachine: Micro-optimization for signal transition connectKent Hansen2012-07-131-4/+4
* statemachine: Use new Qt5 api for obtaining method parameter typesKent Hansen2012-07-131-3/+2
* statemachine: Make signal transition registration thread-safeKent Hansen2012-07-132-0/+11
* statemachine: Fix signal transition handling in multi-threaded setupKent Hansen2012-07-131-2/+8
* statemachine: Small refactoring of transition registrationKent Hansen2012-07-135-14/+46
* linuxfb: fix style in QFbCursorGirish Ramakrishnan2012-07-132-45/+46
* statemachine: Fix dynamic transition registration edge casesKent Hansen2012-07-132-0/+3
* statemachine: Avoid warning when setting up signal transitionKent Hansen2012-07-131-0/+2
* statemachine: Set correct signal index when signal is non-normalizedKent Hansen2012-07-131-0/+1
* doc/snippets: normalize signals/slotsMarc Mutz2012-07-1310-27/+27
* QtWidgets: normalize signals/slotsMarc Mutz2012-07-131-1/+1
* QNX: Fix flushing the backing store to non-owner windowsThomas McGuire2012-07-134-15/+63
* QNX: Extract and move adjustBufferSize() functionThomas McGuire2012-07-133-5/+9