- fix-warnings-gcc3.patch
This patch fixes various compiler warnings when compiling with gcc3.
- flashplugin-gcc3.patch
The C++ compiler is allowed to optimize away const variables if they are not used in the current compilation unit (see B. Stroustrup).
- fix-crash-uclibc.patch
uClibc's strcmp() crashes if one of the supplied arguments is a NULL pointer.
- fix-nodragndrop.patch
These ifndef's are needed if Qt is configured with QT_NO_DRAGANDDROP.
- link-uclibc-gcc3.patch
Workaround for a linker problem with uClibc and gcc3:
libkonqe.la has to be linked twice to avoid undefined references to functions within the lib.
- invert-focus-text.patch
Special focus handling for devices without a mouse / touchscreen:
Focused text is either painted as black-on-white or white-on-black, depending on the CSS style text color of the node (implemented as selection).
- invert-focus-image.patch
Special focus handling for devices without a mouse / touchscreen:
Images are converted to grayscale and eihter dimmed or brighthened, depending on the overall brightness of the image.
Transparent pixels (alpha < 32) are painted as non-transparent white or black pixels to achieve maximum contrast.
Focused area tags need to be treated specially, since the corresponding nodes are not part of the render tree.
- invert-focus-area.patch
Special focus handling for devices without a mouse / touchscreen:
Focused area tags need to be treated specially, since the corresponding nodes are not part of the render tree:
Repaint the area's image if the focus state changes.
- envvars-for-handlers.patch
Expand environment variables in mime- and protocol-handler specifications.
- fix-getrect-bug.patch
The failure of getUpperLeftCorner() has to be handled differently from a perfectly valid position (0,0).
- simple-kdedir.patch
Ignore config files in ~/.kde, since this messes up the normal KDE settings on the desktop and it also leads to different behaviour when running on a (single-user) target.
- fix-signalslots.patch
historyprovider.h is missing a Q_OBJECT macro which results in a run-time warning about an unknown signal.
- fix-cachecleaner.patch
Fixed the cache-cleaner subsystem:
It couldn't locate the real cache directory and so the cache never got cleaned.