summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Temporarily disable printers on Windows, fix export.Friedemann Kleint2011-08-262-1/+3
| * | | | | | Introduce new test macro for GUI applications.Friedemann Kleint2011-08-262-2/+14
| * | | | | | Fix some compiler warnings, shut up QIbusPlatformInputContext.Friedemann Kleint2011-08-265-18/+33
| * | | | | | Introduce new platform capability ThreadedOpenGL.Samuel Rødal2011-08-267-1/+18
| * | | | | | Move XCB event reading to a separate thread.Samuel Rødal2011-08-263-19/+137
| * | | | | | Fix exports for widgets.Friedemann Kleint2011-08-253-4/+8
| * | | | | | Fix compilation/use correct data type for qt_lastx,y.Friedemann Kleint2011-08-254-19/+14
| * | | | | | Merge "Merge branch 'master' into refactor" into refactorGunnar Sletta2011-08-2593-3456/+3458
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'master' into refactorGunnar Sletta2011-08-2593-3456/+3458
| | |\ \ \ \ \ \
| * | | | | | | | 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