From 474675505b24535f8b2779557c9079942b0fa406 Mon Sep 17 00:00:00 2001 From: Volker Hilsheimer Date: Wed, 29 Jul 2009 20:31:07 +0200 Subject: Remove old and obsolete files. --- .../images/mainwindow-docks-example.png | Bin 14427 -> 0 bytes doc/src/tech-preview/images/mainwindow-docks.png | Bin 10168 -> 0 bytes doc/src/tech-preview/images/plaintext-layout.png | Bin 40981 -> 0 bytes doc/src/tech-preview/known-issues.html | 110 --------------------- 4 files changed, 110 deletions(-) delete mode 100644 doc/src/tech-preview/images/mainwindow-docks-example.png delete mode 100644 doc/src/tech-preview/images/mainwindow-docks.png delete mode 100644 doc/src/tech-preview/images/plaintext-layout.png delete mode 100644 doc/src/tech-preview/known-issues.html diff --git a/doc/src/tech-preview/images/mainwindow-docks-example.png b/doc/src/tech-preview/images/mainwindow-docks-example.png deleted file mode 100644 index a5641fd..0000000 Binary files a/doc/src/tech-preview/images/mainwindow-docks-example.png and /dev/null differ diff --git a/doc/src/tech-preview/images/mainwindow-docks.png b/doc/src/tech-preview/images/mainwindow-docks.png deleted file mode 100644 index 96dafc3..0000000 Binary files a/doc/src/tech-preview/images/mainwindow-docks.png and /dev/null differ diff --git a/doc/src/tech-preview/images/plaintext-layout.png b/doc/src/tech-preview/images/plaintext-layout.png deleted file mode 100644 index 9a0f9c1..0000000 Binary files a/doc/src/tech-preview/images/plaintext-layout.png and /dev/null differ diff --git a/doc/src/tech-preview/known-issues.html b/doc/src/tech-preview/known-issues.html deleted file mode 100644 index 885104e..0000000 --- a/doc/src/tech-preview/known-issues.html +++ /dev/null @@ -1,110 +0,0 @@ - - -Known issues - - - - - - - -
-

Known Issues: Qt 4.0.0 Technology Preview 1

-

- This is the list of known and reported issues for the Qt 4.0.0 - Technology Preview 1. This list is updated daily. -

-

- - - - - - - -
Build Issues
General
Demos
Windows specific
X11 specific
Mac specific
-

- - -

Build Issues

-

Static libraries on Mac OS X

-

Building a static build on mac will fail the first time.

-

Run qmake a second time.

- -

QTDIR

-

Some applications(e.g. uic3) need QTDIR set and QTDIR/bin in the path to work.

-

Set QTDIR and PATH as described in INSTALL.

- -

ODBC driver on Windows

-

Problems compiling the ODBC driver.

-

Change the include from qapplication.h to qcoreapplication.h

- -

QtGui does not link because of accessibility errors

-

undefined reference to QAccessible::setRootObject(QObject*)

-

Rerun configure and rebuild, if that does not help, add the contents of $QTDIR/.qt.config to $QTDIR/.qmake.cache

- - - - -

General

- -

No connection to Oracle

-

I cannot connect to my Oracle server

-

Use the Oracle >= 9 client libraries, currently there is no workaround for OCI 8

- -

QSqlModel

-

Only the first 16 rows from a database result are displayed

-

You are using a database driver which does not report back the size of a result set and incremental fetching is not yet implemented in the itemviews. You can either use another database like MySQL or increase the QSQL_PREFETCH in qsqlmodel.cpp

- - - - -

Demos

- -

-

- - - - -

Windows specific

- -

Qt Assistant

-

Problems with zooming and laying out text. Sometimes the text overlaps.

- -

GDI handle leak

-

Setting fonts through QPainter::setFont() leaks GDI - handles on windows. This is for instance visible in the OpenGL - part of the Arthur demo. The issue will be fixed before the next - preview.

- - - -

X11 specific

- -

-

- - - - -

Mac specific

- -

QComboBox

-

Does not have the native Mac look and feel yet. It is rendered in a Windows-like style.

- -

Clicking on widgets

-

Jaguar 10.2 only: Clicking on widgets that has a focusrect may fail.

-

Use 10.3 for now.

- - - - - - -

qtsoftware.com
- - -- cgit v0.12