| Author |
Unofficial VisualCLX patch 3.10
|
|
| Andreas Hausladen 2005-11-04, 7:59 am |
| There is a new release of the unofficial VisualCLX patch 3.10.
The patch is mainly a fine tuning and speed improvement of the VisualCLX.
But it also adds some new functionallity like Jpeg support for Delphi 7
(QJpegLoader is incorporated into QGraphics.pas) and support for Xinerama
(multi monitor).
The Delphi 7 patch version contains now both the 3rd party compatible and
the interface incompatible patch in one package. The problem with patching
the Qt.pas file is solved.
This is the first release without Delphi 6 support. There was too less
interest in the interface incompatible patch version, so I dropped this
one.
Detailed Changelog:
http://andy.jgknet.de/oss/kylix/wik...x.php/Changelog
Download:
http://andy.jgknet.de/oss/kylix/wik...sualCLX_patches
--
Regards,
Andreas Hausladen
(http://www.kylix-patch.de.vu - unofficial Kylix 3 patches)
(http://andy.jgknet.de/blog)
| |
|
|
| Andreas Hausladen 2005-11-07, 10:07 pm |
| Unfortunatelly there was a bug in the Unofficial VisualCLX patch version I
released yesterday. In the Xinerama support (multiple screens) was a typo
which moved the "else" statement to the wrong "if"-statement. So for all
computers with only one monitor the VisualCLX had no clue how large the
desktop is because the TRect record was not initialized. (This only affects
the Kylix and CrossKylix edition of the patch)
If you have already downloaded the patch, please redownload it again.
Sorry for any inconvenience.
Detailed Changelog:
http://andy.jgknet.de/oss/kylix/wik...x.php/Changelog
Download:
http://andy.jgknet.de/oss/kylix/wik...sualCLX_patches
--
Regards,
Andreas Hausladen
(http://www.kylix-patch.de.vu - unofficial Kylix 3 patches)
(http://andy.jgknet.de/blog)
| |
| Trane Francks 2005-11-07, 10:07 pm |
| On 11/06/2005 09:26 PM +0900, Andreas Hausladen wrote:
> Unfortunatelly there was a bug in the Unofficial VisualCLX patch version I
> released yesterday. In the Xinerama support (multiple screens) was a typo
Stuff happens. Thank you very much for all the work you do, Andreas.
trane
--
/////////////////////////////////////////////////////////
// Trane Francks trane@gol.com Tokyo, Japan
// Practice random kindness and senseless acts of beauty.
| |
| rbwinston 2005-11-08, 9:58 pm |
| There are at least two other new, serious bugs in this version of the
patch. I've described them both in detail the Existing patches forum.
1. Shortcuts are broken.
2. TPaintBox.Invalidate is broken.
Andreas Hausladen <Andreas.Hausladen@gmx.de> wrote:
>Unfortunatelly there was a bug in the Unofficial VisualCLX patch version I
>released yesterday. In the Xinerama support (multiple screens) was a typo
>which moved the "else" statement to the wrong "if"-statement. So for all
>computers with only one monitor the VisualCLX had no clue how large the
>desktop is because the TRect record was not initialized. (This only affects
>the Kylix and CrossKylix edition of the patch)
>
>If you have already downloaded the patch, please redownload it again.
>Sorry for any inconvenience.
>
>Detailed Changelog:
>http://andy.jgknet.de/oss/kylix/wik...x.php/Changelog
>
>Download:
>http://andy.jgknet.de/oss/kylix/wik...sualCLX_patches
| |
| Andreas Hausladen 2005-11-09, 4:00 am |
| rbwinston wrote:
> There are at least two other new, serious bugs in this version of the
> patch. I've described them both in detail the Existing patches forum.
>
> 1. Shortcuts are broken.
> 2. TPaintBox.Invalidate is broken.
Thank's for reporting them.
1. The TMainMenu.IsShortCut function does not call inherited if the
Alt/Menu-Key is not pressed.
2. Qt2 seems to release the AppWidget's window handle and recreate it, so
the cached window handle is invalid and everything is done with this
invalid window handle.
--
Regards,
Andreas Hausladen
(http://www.kylix-patch.de.vu - unofficial Kylix 3 patches)
(http://andy.jgknet.de/blog)
| |
|
|
|
|
|
|