summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| | * Tinyint is unsigned, force it to such.Bill King2009-07-021-1/+3
| | * Get more autotests passing/fixed up.Bill King2009-07-021-2/+5
| | * We still need to Flip in NO_WM modeAnders Bakken2009-07-021-1/+1
| | * Make sure we check the right deviceAnders Bakken2009-07-011-2/+2
| | * Code cleanupAnders Bakken2009-07-011-48/+36
| | * Doc: clearifying docs - QProgressDialogMorten Engvoldsen2009-07-011-1/+1
| | * Fixed the build on Windows after regenerating the unicode tables.Denis Dzyubenko2009-07-011-2/+2
| | * Doc: correcting typoMorten Engvoldsen2009-07-012-2/+2
| | * Regenerated unicode tables after the fix in the generator.Denis Dzyubenko2009-07-012-6693/+6694
| | * Document unified toolbar change with regard to full screen change.Norwegian Rock Cat2009-07-011-3/+4
| * | Merge branch '4.5'Thiago Macieira2009-07-021-1/+1
| |\ \ | | |/
| | * Don assume QVariant::String data is going to always be unicode in QODBCDerick Hawcroft2009-06-301-1/+1
| * | doc: Corrected several qdoc warnings.Martin Smith2009-07-021-2/+2
| * | doc: Corrected several qdoc warnings.Martin Smith2009-07-024-6/+12
| * | doc: Corrected several qdoc warnings.Martin Smith2009-07-024-23/+23
| * | OpenVG: short-cut clipping for QPainterPath's that are just rectsRhys Weatherley2009-07-021-0/+50
| * | OpenVG: override QPaintEngineEx::clip(QRect) and handle specially.Rhys Weatherley2009-07-022-2/+129
| * | OpenVG: use the correct clip region to detect single-rect clipsRhys Weatherley2009-07-011-2/+2
| * | QAnimation: fix a jump in values when restarting an animationThierry Bastian2009-07-011-26/+21
| * | Animation: fixed a NOTIFY signal name that was wrongThierry Bastian2009-07-011-1/+1
| * | QMainWindow: cleanup of code in QWidgetAnimatorThierry Bastian2009-07-016-107/+66
| * | QNAM: Direct transfer of HTTP buffer to the QNetworkReply bufferMarkus Goetz2009-07-015-13/+62
| * | Fixed inheritance of some attributes in SVG.Suneel BS2009-07-014-96/+170
| * | Remove this stale function.Norwegian Rock Cat2009-07-011-23/+0
| * | Implement hitTestNorwegian Rock Cat2009-07-012-54/+7
| * | Made QPainter / OpenGL intermixing in hellogl_es2 work properly again.Samuel Rødal2009-07-011-0/+5
| * | Fixed cleanup of glyph cache textures in the GL 2 engine.Trond Kjernåsen2009-07-012-3/+30
| * | Compiler warnings.Bjørn Erik Nilsen2009-07-014-2/+5
| * | doc: Changed wording in some stub callbacks.Martin Smith2009-07-011-26/+26
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtNorwegian Rock Cat2009-07-01111-5548/+2344
| |\ \
| | * | Make the macros QT_WA & QT_WA_INLINE only use the unicode partMarius Storm-Olsen2009-07-011-10/+2
| | * | src/3rdparty/phonon: Remove QT_WA and non-Unicode code paths, dropping Win9x ...miniak2009-07-011-4/+1
| | * | src/tools/idc: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT...miniak2009-07-011-53/+16
| | * | src/testlib: LPCWSTR -> wchar_t*Marius Storm-Olsen2009-07-011-1/+1
| | * | src/qt3support: Remove QT_WA and non-Unicode code paths, dropping Win9x and N...miniak2009-07-018-724/+231
| | * | src/activeqt: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT ...miniak2009-07-0112-266/+147
| | * | src/sql: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT supportminiak2009-07-012-37/+2
| | * | src/opengl: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT su...miniak2009-07-011-8/+4
| | * | src/network: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT s...miniak2009-07-017-104/+43
| | * | src/gui: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT supportminiak2009-07-0150-2919/+1227
| | * | Handle application paths larger than MAX_PATH, and fix potential buffer overflowMarius Storm-Olsen2009-07-012-10/+39
| | * | src/corelib: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT s...miniak2009-07-0128-1340/+554
| | * | src/winmain: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT s...miniak2009-07-011-13/+7
| | * | doc: Fixed several qdoc error reports.Martin Smith2009-07-012-66/+77
| * | | Never discard TabletRelease events as they may be delivered *after* TabletLea...Cédric Luthi2009-07-011-1/+2
| * | | Fix tablet eventsCédric Luthi2009-07-011-0/+5
| * | | Fix a few typosCédric Luthi2009-07-011-5/+5
| |/ /
| * | Added QGraphicsScene::sendEvent().J-P Nurmi2009-07-012-0/+30
| * | ItemViews: Fixed signal entered not being emitted when using the mouseThierry Bastian2009-07-012-33/+42
| * | OpenVG compile fix - use const_cast instead of static_castRhys Weatherley2009-07-011-4/+4