summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Move QWindowSystemInterface out of qpa.Stephen Kelly2012-07-1950-54/+54
* QWidget/Win: fix restoreGeometry() from fullscreen modeJoerg Bornemann2012-07-192-2/+14
* Remove Q_UNUSED for the metaObject.Stephen Kelly2012-07-191-2/+0
* QDoc: Fix make commands for QDoc manual.Casper van Donderen2012-07-192-10/+8
* fix "No such ..." doc error for QString::toHtmlEscapedJeremy Katz2012-07-191-1/+1
* fix "No such ..." in qmarginsJeremy Katz2012-07-191-2/+2
* fix "No such ..." doc error for Qt::WindowType WindowOverridesSystemGesturesJeremy Katz2012-07-191-1/+1
* fix "No such ..." error in qnamespace.qdocJeremy Katz2012-07-191-3/+0
* fix "No such ..." doc error for QMetaType::typeName()Jeremy Katz2012-07-191-1/+1
* fix "No such ..." in doc for QMetaEnum::keysToValue()Jeremy Katz2012-07-191-1/+1
* fix "No such ..." doc error in QBasicTimer::start()Jeremy Katz2012-07-191-1/+1
* Fix window state handlingAndreas Holzammer2012-07-192-28/+9
* fix "No such ..." for QMimaeDatabase::mimeTypeForFile()Jeremy Katz2012-07-191-1/+1
* fix "No such ..." for QObject::connect(...,functor) docJeremy Katz2012-07-191-2/+2
* fix "No such ..." documentation errors in QAbstractItemModelJeremy Katz2012-07-191-3/+3
* remove needless/commented INCLUDEPATHsOswald Buddenhagen2012-07-182-2/+0
* qmetaobject_p.h: don't (incorrectly) fwd-declare QVarLengthArrayMarc Mutz2012-07-182-2/+1
* Make the QIncompatibleFlag constexpr.Stephen Kelly2012-07-181-3/+3
* Fix rendering glitches when using native widgets in MDI subwindowsMiikka Heikkinen2012-07-182-4/+3
* Widgets: Fix duplicated line in QMdiAreaSergio Ahumada2012-07-181-1/+1
* QtNetwork: normalize signals/slotsMarc Mutz2012-07-183-9/+9
* Mirror potentially themeable style hints in QPlatformTheme.Friedemann Kleint2012-07-184-16/+84
* Follow gbm api changes in kms pluginLaszlo Agocs2012-07-182-5/+3
* Tear down properly in kms plugin when exitingLaszlo Agocs2012-07-181-0/+8
* Add config test for kmsLaszlo Agocs2012-07-181-0/+4
* 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
* Windows: Do not return short path names for QDir::tempPath().Friedemann Kleint2012-07-171-1/+11
* 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
* 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