summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * Remove all non-const operator==Harald Fernengel2011-08-0912-76/+22
| | * Change mouse and wheel QPA events to use QPointF.Laszlo Agocs2011-08-085-32/+32
| | * add qml related usage help messageCharles Yin2011-08-081-3/+22
| | * Fix fallbacksForFamily in QBasicUnixFontDatabaseJiang Jiang2011-08-052-2/+2
| | * Fix weight parsing in QBasicUnixFontDatabaseJiang Jiang2011-08-051-0/+27
| | * support xcb-icccm 3.8Oswald Buddenhagen2011-08-051-0/+10
| | * Use more numerically robust algorithm to compute QBezier::pointAt().Alan Alpert2011-08-051-18/+18
| | * QSslCertificate: deprecate alternateSubjectNames()Peter Hartmann2011-08-045-11/+19
| | * Support QImage and others in Wayland clipboard.Laszlo Agocs2011-08-045-12/+153
* | | Remove debug outputLars Knoll2011-08-251-2/+0
* | | Fix multithreaded GL renderingLars Knoll2011-08-251-0/+4
* | | Fix threaded renderingLars Knoll2011-08-251-0/+2
* | | Fix the xlib backend for lighthouseLars Knoll2011-08-2520-348/+224
* | | Support QRawFont from raw data with basic unix font dbEskil Abrahamsen Blomfeldt2011-08-252-0/+67
|/ /
* | resize convenince functionGunnar Sletta2011-08-241-0/+1
* | Preliminary change to get resizeEvents for QWindow::resize() callsGunnar Sletta2011-08-242-2/+6
* | Add Input context for Windows.Friedemann Kleint2011-08-2411-8/+772
* | If the EGL_PLATFORM is not set, then set itJørgen Lind2011-08-241-0/+5
* | Just change includes to be have <> brackets instead of ""Jørgen Lind2011-08-241-2/+2
* | Fix fallbacksForFamily in QBasicUnixFontDatabaseJiang Jiang2011-08-242-2/+2
* | Fix weight parsing in QBasicUnixFontDatabaseJiang Jiang2011-08-241-0/+27
* | QFontEngine: Avoid nesting multi-fontengines.Friedemann Kleint2011-08-232-1/+3
* | Fix input context header.Friedemann Kleint2011-08-232-7/+30
* | Mac: Fix link error in printdialog.Morten Sorvig2011-08-231-0/+2
* | Fixed empty if statement in QWindow.cppOlli Werwolff2011-08-221-1/+1
* | Prevent X errors being generated when setting 0 as width or height.Samuel Rødal2011-08-191-0/+3
* | Fix colormap exports/warning in qapplication_p.hFriedemann Kleint2011-08-193-5/+5
* | Fix comparison.Friedemann Kleint2011-08-191-1/+1
* | QSurfaceFormat: Add missing 'profile' accessors, fix detaching.Friedemann Kleint2011-08-192-28/+71
* | Remove qtessellator.* from QtGuiLars Knoll2011-08-193-1602/+0
* | Fix build.Friedemann Kleint2011-08-1926-231/+43
* | QColormap is gone from QtGuiLars Knoll2011-08-191-1/+0
* | Remove Type1 supportLars Knoll2011-08-192-255/+0
* | Restore feature compatibility with QPrinter in QTextDocument::printLars Knoll2011-08-1914-47/+197
* | Move the printer support backend into it's own pluginLars Knoll2011-08-196-39/+21
* | Move printing into it's own libraryLars Knoll2011-08-1998-87/+294
* | Don't rely on QPrinter in widgetsLars Knoll2011-08-197-21/+14
* | Use the paged paintdevice in the print() method of QTextDocument.Lars Knoll2011-08-196-81/+51
* | Introduce a paged paintdevice and use itLars Knoll2011-08-1913-89/+409
* | move printing related files into their own directoryLars Knoll2011-08-1922-82/+39
* | PDF doesn't require the alpha paintengineLars Knoll2011-08-192-61/+5
* | Move the remaining QPrinter dependencies out of qpf.*Lars Knoll2011-08-196-196/+197
* | Rename QPdf(Base)EngineLars Knoll2011-08-198-112/+112
* | Move the PDF related functionality into QPdfLars Knoll2011-08-194-1681/+1674
* | first version of a public API to generate PDFsLars Knoll2011-08-193-0/+193
* | Move QColorMap into QtWidgetsLars Knoll2011-08-198-5/+4
* | Add Windows to the Lighthouse.Friedemann Kleint2011-08-1848-0/+15324
* | Enable multisampling and swap interval by default on cocoaGunnar Sletta2011-08-182-0/+7
* | Set the style mask manually.Morten Sorvig2011-08-181-2/+2
* | Fix crash-on-exit in qmlscene.Morten Sorvig2011-08-183-2/+17