summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add notice about deprecating OS X 10.6 (Snow Leopard)Tor Arne Vestbø2014-03-171-0/+8
* Windows: Allow for custom input context plugins.Friedemann Kleint2014-03-172-2/+12
* Recognize RGBA8888 formats when converting to CGImageAllan Sandfeld Jensen2014-03-172-45/+17
* Remove unused static const variableUlf Hermann2014-03-171-4/+0
* Merge "Merge remote-tracking branch 'origin/release' into stable" into refs/s...Jani Heikkinen2014-03-179-51/+126
|\
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2014-03-179-51/+126
| |\
| | * do not use fileno calls in forked childold/5.2Joerg Bornemann2014-03-071-4/+4
| | * Cocoa Menus: Give platform menu ownership back to QWidgetsGabriel de Dietrich2014-02-263-9/+12
| | * Cocoa Menu: Set keyboard modifiers when item is activatedGabriel de Dietrich2014-02-261-0/+1
| | * CSS parser: fix the pseudo-classes array lengthGiuseppe D'Angelo2014-02-262-1/+33
| | * Fix drawCachedGlyphs on RGBA8888Allan Sandfeld Jensen2014-02-265-44/+87
* | | QPrinter - Expect failure of QPrinter page size testJohn Layt2014-03-171-1/+4
* | | QtPrintSupport - Fix QT_NO_PRINTER buildJohn Layt2014-03-1715-16/+48
* | | QCupsSupport - Remove obsolete CUPS codeJohn Layt2014-03-172-545/+1
* | | QPrintDialog - Remove CUPS specific codeJohn Layt2014-03-171-74/+74
* | | QPageSetupDialog - Use QPageLayout and QPageSizeJohn Layt2014-03-174-409/+356
* | | QPrinter - Fix winPageSize() on Mac and LinuxJohn Layt2014-03-176-33/+32
* | | QPrinter - Use QPageSize and QPageLayoutJohn Layt2014-03-1711-325/+512
* | | QPrintEngine - Switch Windows to QPageLayoutJohn Layt2014-03-173-309/+193
* | | QPrintEngine - Switch Windows to QPlatformPrintDeviceJohn Layt2014-03-174-443/+178
* | | QPrintEngine - Switch Mac to QPageLayoutJohn Layt2014-03-173-177/+59
* | | QPrintEngine - Switch Mac to QPlatformPrintDeviceJohn Layt2014-03-172-215/+93
* | | QPrintEngine - Switch Cups to QPlaformPrintDeviceJohn Layt2014-03-176-191/+108
* | | QPdfWriter - Use QPageSize and QPageLayoutJohn Layt2014-03-176-19/+498
* | | QPdfPaintEngine - Use QPageLayout and QPageSizeJohn Layt2014-03-179-257/+156
* | | QPagedPaintDevice - Use QPageSize and QPageLayoutJohn Layt2014-03-175-153/+640
* | | QPrinterInfo - Switch to QPlatformPrintDeviceJohn Layt2014-03-1716-544/+324
* | | QPlatformPrintDevice - Add Windows implementationJohn Layt2014-03-175-2/+614
* | | QPlatformPrintDevice - Add Mac implementationJohn Layt2014-03-175-1/+670
* | | QPlatformPrintDevice - Add CUPS implementationJohn Layt2014-03-175-0/+676
* | | QtPrintSupport - Increase Cups required to 1.4John Layt2014-03-171-2/+2
* | | QPlatformPrintDevice - New QPA base classJohn Layt2014-03-1715-0/+1620
* | | QPageLayout - Add new QPageLayout classJohn Layt2014-03-177-0/+1416
* | | QPageSize - Add new QPageSize classJohn Layt2014-03-179-0/+2459
* | | QPrinter - Add page metric testsJohn Layt2014-03-172-66/+230
* | | Revert "Make OpenGL texture glyph cache use the right freetype glyphs"Allan Sandfeld Jensen2014-03-171-11/+1
* | | Fix no-opengl build with eglLaszlo Agocs2014-03-172-18/+21
* | | Fix Q_DECLARE_METATYPE macroJędrzej Nowacki2014-03-172-2/+9
|/ /
* | Cocoa: Set "Stereo" OpenGL format option.Morten Johan Sørvig2014-03-171-0/+3
* | Fix high-dpi QGraphicsPixmapItem bounding rects.Morten Johan Sørvig2014-03-171-2/+2
* | Fix rendering of grayscale antialiased FT fonts on QGLWidgetAllan Sandfeld Jensen2014-03-151-4/+5
* | Remove level 4 compiler warnings from MSVC.David Schulz2014-03-1510-8/+73
* | QXcbWindow - inline the atom functionsMartin Klapetek2014-03-151-8/+5
* | Update QScreen::availableGeometry() on _NET_WORKAREA atom changesMartin Klapetek2014-03-152-1/+5
* | Cocoa: added queryKeyboardModifiers() in platform pluginLiang Qi2014-03-154-0/+12
* | Mac: Add support for high-dpi custom pixmap QCursorsKari Pihkala2014-03-151-2/+16
* | Cocoa: Disable the zoom button when appropriateMorten Johan Sørvig2014-03-152-0/+17
* | Android: Delay the set of the BackingStore if window->handle() is null.BogDan Vatra2014-03-152-7/+17
* | Android: Fix another "QApplication not on main() thread" crashEskil Abrahamsen Blomfeldt2014-03-152-4/+12
* | iOS: update keyboard rectangle when scrolling the screenRichard Moe Gustavsen2014-03-151-8/+24