summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * Windows: Fix tablet position in relative (mouse) mode.Arthur Krebsbach2013-10-142-4/+30
| * Accessibility: simplify dockwidget accessibleFrederik Gladhorn2013-10-143-217/+44
| * 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
| * 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
| * 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-121-0/+23
| * Re-add deprecated symbol for ABI compatibility with Qt 5.1.Harri Porten2013-10-112-1/+7
| * include privates the right wayOswald Buddenhagen2013-10-111-2/+2
| * Let QLoggingCategory::defaultCategory return a pointerhjk2013-10-113-6/+13
| * Allow custom definition of Q_FORWARD_DECLARE_OBJC_CLASS and friendsTor Arne Vestbø2013-10-111-6/+12
| * Reduce risks of lock file corruptionKevin Ottens2013-10-111-10/+10
| * QVector: add some functions missing for QList compatMarc Mutz2013-10-112-9/+52
| * 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
* | Fix a bug in QSqlQuery::isNull documentationTasuku Suzuki2013-10-221-8/+9
* | Fix settable style hints.Friedemann Kleint2013-10-223-13/+112
* | Correct handling of font weights bolder than bold.Roger Maclean2013-10-221-2/+2
* | QDnsLookup: Support for custom DNS serverMandeep Sandhu2013-10-213-0/+26
* | Used QT_DEPRECATED_X in QtAlgorithmsKeith Gardner2013-10-211-43/+43
* | Added QT_DEPRECATED_X(text)Keith Gardner2013-10-211-0/+5
* | Fixed Q_DECL_DEPRECATED_X for Gcc 4.4Keith Gardner2013-10-211-1/+7
* | WinRT QPA: Improve key handlingAndrew Knight2013-10-164-207/+160
* | Add platform plugin arguments to QLibraryInfo/qt.conf.Friedemann Kleint2013-10-163-1/+40
* | Added the preprocessor macro Q_DECL_DEPRECATED_XKeith Gardner2013-10-151-0/+5
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-10-14460-4116/+4677
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-10-11460-4116/+4677
| |\|
| | * Memory leak with Small-caps QRawFontAllan Sandfeld Jensen2013-10-111-0/+4
| | * Ensure CSS rules are inherited from the parent tagsAndy Shaw2013-10-111-1/+5
| | * eglfs: Show the mouse cursor when a mouse is connectedLaszlo Agocs2013-10-112-2/+15
| | * Make sure QLoggingCategory default is availableKevin Ottens2013-10-101-2/+4
| | * Remove warnings about examples not running in the Qt SimulatorTor Arne Vestbø2013-10-091-2/+0
| | * Android: Add QAndroidJniXxx as friend classes in qjni.Christian Strømme2013-10-091-2/+2
| | * Android: Fix backspace bug with 4.3 stock keyboardPaul Olav Tvete2013-10-093-3/+118
| | * Fix broken text layout with ShowLineAndParagraphSeparatorsEskil Abrahamsen Blomfeldt2013-10-091-0/+3
| | * Android: Fix black screen when changing orientationEskil Abrahamsen Blomfeldt2013-10-091-1/+1
| | * eglfs: Separate compositor and improve raster window supportLaszlo Agocs2013-10-0910-241/+412
| | * Suppress automatic positioning of popup windows.Friedemann Kleint2013-10-091-1/+2
| | * Fix compilation for MSVC 2008 and std::tupleThomas Hartmann2013-10-092-1/+37
| | * iOS: Generalize jumping event-dispatcher to handle QEventLoop:exec()Tor Arne Vestbø2013-10-092-39/+33
| | * iOS: Handle qApp re-exec after application termination from iOS' sideTor Arne Vestbø2013-10-091-2/+13
| | * iOS: Cleanup, remove unneeded Q_UNUSEDTor Arne Vestbø2013-10-091-1/+0
| | * xcb: every window should have a title in debug modeShawn Rutledge2013-10-095-0/+59