Revision 1226739

Go back to digest for 3rd April 2011

Optimization in Games

Stefan Majewsky committed changes in /trunk/KDE/kdegames/palapeli/src:

Replace the tabwindow interface by a standard XMLGUI window.

DIGEST

While the tabwindow interface had its time and justification, the new
solution is simpler and more consistent. It will make it easier to do
some more widget reordering, and add new interface components to the
puzzle table.

Intensive testing indicates that this change has not caused any
regressions. In fact, I've applied some polish here and there,
although there are still some pieces (esp. the "Restart" and "Back to
collection" actions) which do not fit in at the moment, but I promise
that these will fall into place shortly.

File Changes

Deleted 6 files
  • /trunk/KDE/kdegames/palapeli/src
  •   /palapeli-collectionui.rc
  •   /palapeli-puzzletableui.rc
  •   /window/collectionwidget.cpp
  •   /window/collectionwidget.h
  •   /window/tabwindow.cpp
  •   /window/tabwindow.h
Modified 8 files
  • /trunk/KDE/kdegames/palapeli/src
  •   /CMakeLists.txt
  •   /palapeliui.rc
  •   /file-io/collection-view.cpp
  •   /file-io/collection.cpp
  •   /window/mainwindow.cpp
  •   /window/mainwindow.h
  •   /window/puzzletablewidget.cpp
  •   /window/puzzletablewidget.h
14 files changed in total