summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* configure: gif driver is always bundled code, so say soMark Brand2013-10-151-1/+1
* QMap - improve docs a bit (mainly by adding more time complexities)Thorbjørn Martsum2013-10-151-2/+13
* Improve implicit shared documentation a bitThorbjørn Martsum2013-10-159-18/+114
* QList - fix a few doc issuesThorbjørn Martsum2013-10-151-10/+14
* QFileDialog: don't create widgets if the platform dialog will be usedShawn Rutledge2013-10-154-81/+212
* Account for QPolygonF type when loading/saving the QVariantAndy Shaw2013-10-155-1/+54
* Skip tst_QGraphicsItem::paint() on Mac OS X 10.7Simo Fält2013-10-151-0/+4
* Add qWarning when trying to read or write a closed deviceLaszlo Papp2013-10-151-2/+6
* Fixed narrowing conversion compile error with SwizzleValue cast.Harri Porten2013-10-151-1/+1
* Fix synqt-warnings in QTestLib.Friedemann Kleint2013-10-141-1/+1
* Stabilize tst_qmenu on Mac.Friedemann Kleint2013-10-141-3/+9
* iOS: Remove check for unknown Xcode versionsTor Arne Vestbø2013-10-141-3/+0
* iOS: Move qmake features out of the generic features and into the makespecTor Arne Vestbø2013-10-143-0/+0
* Windows: Fix tablet position in relative (mouse) mode.Arthur Krebsbach2013-10-142-4/+30
* Accessibility: simplify dockwidget accessibleFrederik Gladhorn2013-10-144-250/+144
* Avoid calling convertFromGLImage on a null image.Gunnar Sletta2013-10-141-0/+5
* linuxfb: Make the mouse cursor visible and workingLaszlo Agocs2013-10-145-11/+41
* linuxfb: Pick the correct framebuffer device on AndroidLaszlo Agocs2013-10-141-2/+9
* Update QPA cursor only for non-synthetic mouse eventsLaszlo Agocs2013-10-141-3/+5
* macx-xcode: Change wrapper to write to QMAKESPEC to change mkspecTor Arne Vestbø2013-10-142-8/+7
* QNX: Removed alternate window propertyBernd Weimer2013-10-142-4/+2
* Don't rely on the Qt version when reading a QHeaderView state streamAndy Shaw2013-10-121-4/+5
* Fix memory leak in QFileInfo::exists()Jian Liang2013-10-122-1/+16
* Network: Fix compiler warning about unused variableKai Koehne2013-10-120-0/+0
* Documentation: Add '\since' to doc for Qt::EdgeKevin Funk2013-10-121-0/+2
* Fix compilation with older MinGW headersKai Koehne2013-10-121-1/+1
* Doc: Fix typos and add missing words.Marcel Krems2013-10-123-5/+5
* Export the block's line-height settings to htmlAndy Shaw2013-10-122-0/+43
* Re-add deprecated symbol for ABI compatibility with Qt 5.1.Harri Porten2013-10-112-1/+7
* make sure that installed meta files are always postprocessedOswald Buddenhagen2013-10-114-2/+132
* rewrite qtMetaObjectInheritance() without guiOswald Buddenhagen2013-10-112-9/+9
* skip gui-needing examples with -no-guiOswald Buddenhagen2013-10-113-0/+9
* support building with -no-guiOswald Buddenhagen2013-10-112-1/+8
* include privates the right wayOswald Buddenhagen2013-10-111-2/+2
* fix setting of output directory of SUBDIRS with -tp vsOswald Buddenhagen2013-10-111-1/+1
* configure: Parse -device-option value correctlyFatih Aşıcı2013-10-111-2/+2
* qmake: Update internal mkspec on changes to QMAKESPECTor Arne Vestbø2013-10-112-1/+9
* qml_plugin.prf: moc plugin with -Muri=$$TARGETPATHRichard Moe Gustavsen2013-10-111-0/+5
* Let QLoggingCategory::defaultCategory return a pointerhjk2013-10-114-22/+29
* Remove last traces of CoreServices/QT_NO_CORESERVICES on MacTor Arne Vestbø2013-10-114-60/+1
* Allow custom definition of Q_FORWARD_DECLARE_OBJC_CLASS and friendsTor Arne Vestbø2013-10-111-6/+12
* qmake: Allow QMAKE_MAC_XCODE_SETTINGS to be limited to debug or releaseTor Arne Vestbø2013-10-111-8/+22
* Reduce risks of lock file corruptionKevin Ottens2013-10-111-10/+10
* QVector: add some functions missing for QList compatMarc Mutz2013-10-112-9/+52
* qmake: Centralize TARGET sanitization in default_post.prfTor Arne Vestbø2013-10-114-49/+36
* Stabilize tst_QComboBox::keyBoardNavigationWithMouse.Friedemann Kleint2013-10-111-5/+15
* iOS: Skip qtmacextras moduleSergio Ahumada2013-10-111-1/+1
* add a missing break in QGuiApplicationPrivate::processWindowSystemEventLiang Qi2013-10-111-0/+1
* Make QSystemTrayIcon::showMessage invokableAllan Sandfeld Jensen2013-10-112-2/+4
* Use QAtomicInt ref/deref patternAllan Sandfeld Jensen2013-10-111-1/+2