Revision 878718

Go back to digest for 2nd November 2008

Other in Educational

Daniel Laidig committed changes in /trunk/KDE/kdeedu/parley/src:

begin refactoring the Parley main window

The goal is to have a common main window and components for the editor, the practice window and the welcome screen that are merged into the main window with xmlgui.

The first step was to rename ParleyApp to ParleyMainWindow, I also copied the ParleyApp code to a newclass called Editor.

The next step will be to separate main window code from editor code.

File Changes

Added 5 files
  • /trunk/KDE/kdeedu/parley/src
  •   /editor
  •   /parleymainwindow.cpp
  •   /parleymainwindow.h
  •   /editor/editor.cpp
  •   /editor/editor.h
Deleted 2 files
  • /trunk/KDE/kdeedu/parley/src
  •   /parley.cpp
  •   /parley.h
Modified 19 files
  • /trunk/KDE/kdeedu/parley/src
  •   /CMakeLists.txt
  •   /main.cpp
  •   /parleydocument.cpp
  •   /parleydocument.h
  •   /scripts/scriptmanager.cpp
  •   /scripts/scriptmanager.h
  •   /scripts/translator.h
  •   /vocabulary/leitnerview.cpp
  •   /vocabulary/leitnerview.h
  •   /vocabulary/lessonview.cpp
  •   /vocabulary/lessonview.h
  •   /vocabulary/vocabularyview.cpp
  •   /vocabulary/vocabularyview.h
  •   /vocabulary/wordtypeview.cpp
  •   /vocabulary/wordtypeview.h
  •   /welcomescreen/welcomescreen.cpp
  •   /welcomescreen/welcomescreen.h
  •   /scripts/scripting/parley.cpp
  •   /scripts/scripting/parley.h
26 files changed in total