summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add config test for kmsLaszlo Agocs2012-07-184-2/+123
* Fix incorrect #endif comment.Casper van Donderen2012-07-181-1/+1
* removing QT_NO_URLINFO and using QT_NO_FTP insteadTasuku Suzuki2012-07-172-4/+4
* Fix widget animations.Friedemann Kleint2012-07-172-28/+14
* Set correct QT_LFLAGS_SQLITE for default cases.Rafael Roquetto2012-07-172-4/+13
* Windows: Do not return short path names for QDir::tempPath().Friedemann Kleint2012-07-172-1/+13
* Unix printing: Fix suggested file name for printing to file.Friedemann Kleint2012-07-171-12/+13
* Typo in QWaitCondition::wait() doc: lcokedReadWriteLockJeremy Katz2012-07-171-1/+1
* Correct documentation for Void metatype value, define UnknownTypeJeremy Katz2012-07-171-1/+2
* Add new metatypes to QMetaType::Type enum for docsJeremy Katz2012-07-171-0/+3
* Remove Qt3Support enums for q{dir,filedevice,settings,variant} in docsJeremy Katz2012-07-174-11/+0
* Remove documentation of previously deleted Accessibility eventsJeremy Katz2012-07-171-3/+0
* Remove documentation of Qt3Support enums in qcoreevent.cppJeremy Katz2012-07-171-7/+0
* Install right version of tools when x-compiling.Rafael Roquetto2012-07-171-2/+2
* 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-172-13/+22
* 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-162-5/+69
* 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
* remove support for forwarding module pri creation via syncqtOswald Buddenhagen2012-07-163-63/+11
* Generate a fatal error as appropriate.Stephen Kelly2012-07-161-1/+3
* Create imported targets if the library files existStephen Kelly2012-07-162-0/+27
* Undocument Qt::AnchorAttributeJeremy Katz2012-07-161-12/+0
* QWidget::showFullScreen fixed for widgets with valid size hintJoerg Bornemann2012-07-161-0/+4
* Replace Q_WS_ in tests by Q_OS_ or check platform names.Friedemann Kleint2012-07-1610-30/+25
* tst_qwidget: check widget geometry in fullscreen modeJoerg Bornemann2012-07-161-0/+10
* Fix window size issue under Windows CEAndreas Holzammer2012-07-161-0/+2
* Remove #ifdef Q_WS_ / include / #endif conditionals.Friedemann Kleint2012-07-1610-38/+0
* Fix applicationName() being empty in QApplication.David Faure2012-07-165-24/+27
* 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
* Fix the use of if() inside of macro().Stephen Kelly2012-07-161-1/+1
* 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-167-66/+64
* Add QStateMachine constructor that takes a ChildModeKent Hansen2012-07-163-0/+57
* make QMAKE_RESOLVED_TARGET use normalized path separatorsOswald Buddenhagen2012-07-162-2/+1
* make use of new functionsOswald Buddenhagen2012-07-165-18/+9