History

  • 2007/12/20: [2.0] Enhancements
    • QDWizard as maven project
    • New project website
    • More stack traces for debug
  • 2007/01/02: [1.9] Fixes
    • Timer should be stopped when pressing finish or cancel
    • Code cleanup
  • 2006/09/04: [1.7] Fixes and enhancements
    • Zip Packaging fix (extract to a qdwizard directory)
    • Header thinner
    • Wizard is now displayed using an external show() call
  • 2006/08/09: [1.6] Enhancements
    • i18n with property resource bundles
    • New notification methods onEnter() and onLeave() in Screen class
  • 2006/07/24: [1.5] Enhancements
    • Wizards are now fully resizable (including left-side picture)
    • No more dependancies to tablelayout
  • 2006/07/08: [1.4] Fixes and enhancements
    • German langpack fixes
    • Renamed WizardCleaner interface to ClearPoint
    • Added arrows in Next and Previous buttons
    • QDWizard project is now fully autonomous from Jajuk
  • 2006/06/22: [1.3] Fixes and enhancements
    • Keep screens memory
    • Added WizardClearer stuff to reset screens history
  • 2006/05/22: [1.2] Fixes and enhancements
    • Screens are no more cached to allow user value changes
    • Locale can now be set explicitely (no more uses only the default locale)
    • Doc screenshot fix
  • 2006/05/19: [1.1] Fixes
    • [FATAL] Fixed wrong jajuk Main class dependency
    • Fixed wizard size issue if screen too small
    • Do not display 'null' if screen description is not provided
    • Fixed documentation and javadoc
  • 2006/05/14: [1.0] Initial release