summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Doc: Expand thread technology comparisonsSze Howe Koh2013-10-161-32/+86
* Fix wide-char use in Posix collatorMatt Hoosier2013-10-161-1/+2
* Fix loading of libresolv when the .so file (not .so.2) isn't installedThiago Macieira2013-10-162-4/+26
* Remove compatibility support for sealed/override in C++/CLIThiago Macieira2013-10-151-0/+5
* Use the fast operator+ (in the form of operator%)Thiago Macieira2013-10-151-7/+4
* QTimeZone - Fix finding Linux System Time ZoneJohn Layt2013-10-151-2/+2
* set the title of the user time window not the application windowShawn Rutledge2013-10-151-1/+1
* linuxfb: Do not crash with GL windowsLaszlo Agocs2013-10-151-2/+3
* Doc: Adding "\keyword Signals and Slots" to "Signals & Slots" page.Jerome Pasion2013-10-151-0/+1
* Add missing operators QMargins -=,+= (int).Friedemann Kleint2013-10-151-0/+18
* Fix build when fwrite() is declared with attribute warn_unused_resultTasuku Suzuki2013-10-151-1/+1
* linuxfb: Adapt to initialize() patternLaszlo Agocs2013-10-154-15/+23
* Fix compilation of ANGLE on MinGWKai Koehne2013-10-152-2/+2
* Document %{category} for qSetMessagePatternKai Koehne2013-10-151-0/+1
* Avoid other threads blocking for Q_GLOBAL_STATIC constructor on MacKai Koehne2013-10-151-2/+7
* Only emit messageChanged() if the message has actually changedAndy Shaw2013-10-151-2/+3
* Change return type of imagePosition to QPointJan Arve Saether2013-10-153-6/+6
* Remove stray semicolonFrederik Gladhorn2013-10-151-1/+1
* Correct PrefixPath on iOS.Morten Johan Sørvig2013-10-151-0/+4
* Update keycode mappings of multimedia keysAllan Sandfeld Jensen2013-10-154-12/+80
* 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-153-81/+195
* Account for QPolygonF type when loading/saving the QVariantAndy Shaw2013-10-151-1/+6
* 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
* 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