FYI, this is a list of those things that should still be addressed before we can say that the port to Windows is finished:
* backport the just-committed changes to the 1.3.x branch. * address those things that have broken compilation with MSVC (1.4.x only). * add configure code to pass the -DQT_DLL code to the compiler when compiling with mingw only when using the qt3.dll, not when linking statically to this library. * disable the spell checker menu/toolbar items if none of USE_[AIP]SPELL is defined in config.h. * disable the combox to choose the name of the ispell executatble (aspell, ispell, pspell) in the preferences dialog if USE_ISPELL is not defined. * Prevent the user from inputting a "file with spaces" in the bibtex external, graphics and input dialogs if lyxrc.tex_allows_spaces is false. Preliminary patch for Qt finished. -- Angus