summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Doc: Update, and reduce duplication of, QThread-related infoSze Howe Koh2013-10-212-39/+15
* Use QByteArrayLiteral throughout in QOpenGLVertexArrayObjectSean Harmer2013-10-201-8/+8
* Android: Accessibilty: Handle text betterFrederik Gladhorn2013-10-201-3/+15
* Initialize variable to fix build [-Werror=uninitialized].Sergio Martins2013-10-191-2/+1
* Change an addition into a subtractionThiago Macieira2013-10-191-1/+1
* Make it possible to clear glyph caches from the font engine.Gunnar Sletta2013-10-182-0/+11
* don't bother defining QT_NO_DIRECTWRITE hereOswald Buddenhagen2013-10-181-4/+0
* When creating QVariant(QPolygonF()) this should be a null variantAndy Shaw2013-10-181-1/+2
* Link from QLoggingCategory documentation to QTracer/QTraceGuardKai Koehne2013-10-181-5/+6
* Explicitly mark subdirs as host_builds in SUBDIRS templateTor Arne Vestbø2013-10-181-0/+8
* Set currently selected printer to QCUPSSupport in PageSetupWidgetMartin Klapetek2013-10-183-0/+13
* If CUPS has no default printer, set up the first one in listMartin Klapetek2013-10-181-1/+3
* Fix crash in qdoc startupKai Koehne2013-10-181-25/+23
* Clear qt_tablet_target in ~QWidgetWindow.Friedemann Kleint2013-10-182-0/+7
* Fix widgets link error on iOS (missing mac gesture recognizers).Friedemann Kleint2013-10-181-2/+2
* Cocoa: Allow popups to grab mouse and keyboardGabriel de Dietrich2013-10-182-1/+9
* QDateTime - Fix RFC 2822 Date FormattingJohn Layt2013-10-171-25/+3
* Rename private viewOptions to viewOptionsV1Samuel Gaist2013-10-176-22/+22
* evdevtouch: Make it work with am335xLaszlo Agocs2013-10-171-0/+15
* Add missing \since 5.2 tag to static QFileInfo::exists()hjk2013-10-171-0/+2
* Refresh CUPS printer list when QPrinterInfo.availablePrinters() is called.Friedemann Kleint2013-10-172-6/+19
* Blackberry: Cannot create shared egl contexts.Nick Ratelle2013-10-171-1/+9
* Move the viewOptions code back to public implementationSamuel Gaist2013-10-175-42/+26
* Properly paint QListView dragged item in icon modeSamuel Gaist2013-10-172-28/+17
* Implement native gestures on OS X.Morten Johan Sørvig2013-10-1717-92/+733
* Windows: Capture last error right after CreateDirectory() in QFileSystemEngine.Friedemann Kleint2013-10-171-4/+10
* Clear QGuiApplicationPrivate::tabletPressTarget in ~QWindow.Friedemann Kleint2013-10-171-0/+2
* iOS: Wrap user's main by renaming symbol and relying on weak linkingTor Arne Vestbø2013-10-171-3/+14
* Refresh Windows printer list when QPrinterInfo.availablePrinters() is called.Friedemann Kleint2013-10-172-19/+37
* iOS: Mark argument as unused for release buildsTor Arne Vestbø2013-10-171-0/+1
* Clarify that the URL scheme does not include the ':'Kurt Pattyn2013-10-171-4/+13
* Allow non-character codes in utf8 stringsKurt Pattyn2013-10-174-20/+4
* Add JSON parsing support to qmake.Morten Johan Sørvig2013-10-178-9/+13
* QLocale - Mac fix typos in commentsJohn Layt2013-10-171-2/+2
* Android: Use java.util.Random in qrand()Christian Strømme2013-10-171-0/+36
* QGraphicsItemAnimation: save some string data (text size -= 1K)Marc Mutz2013-10-161-37/+26
* QDateTime - Fix toTimeSpec() for invalid datetimesJohn Layt2013-10-161-3/+30
* Fix compilation with Clang and libc++ under LinuxMarcel Krems2013-10-162-0/+2
* Move the Apple Clang specific features outside of the C++11 sectionThiago Macieira2013-10-161-8/+7
* Print non-default categories in default message handlerKai Koehne2013-10-161-1/+6
* Support APPLE VAO extension on Mac.James Turner2013-10-161-13/+27
* Ensure that context menus show even if the window is not active on MacAndy Shaw2013-10-162-4/+14
* OS X: a dialog should always have an enabled titlebar close buttonShawn Rutledge2013-10-161-5/+11
* Give an example how to configure categorized loggingKai Koehne2013-10-162-33/+67
* Cocoa: Deliver key event to top-level QWidgetWindowGabriel de Dietrich2013-10-161-12/+21
* Remove unused includeBogDan Vatra2013-10-161-1/+0
* Restore handling of bullets for lists with a font size of > 36 pixelsAndy Shaw2013-10-161-13/+0
* Android: don't set autorepeat to true by defaultPaul Olav Tvete2013-10-161-2/+2
* Android: Make it possible to pass arguments via intent extrasEskil Abrahamsen Blomfeldt2013-10-162-5/+10
* Doc: Expand thread technology comparisonsSze Howe Koh2013-10-161-32/+86