Revision 1225957

Go back to digest for 27th March 2011

Other in Games

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

Remove usage of KIO.

KIO was used very inconsistently at only few places. It should be
possible to implement KIO on top of the new multithreaded Puzzle
class, but this requires one to wrap one's mind around it, and I do
not have the time to do that. So IMO it's better to remove the few
usages of KIO to send a clear message to the user about the feature
set that he can expect.

File Changes

Modified 17 files
  • /trunk/KDE/kdegames/palapeli/src
  •   /CMakeLists.txt
  •   /firsttimehelper.cpp
  •   /firsttimehelper.h
  •   /importhelper.cpp
  •   /creator/puzzlecreator.cpp
  •   /file-io/collection.cpp
  •   /file-io/collection.h
  •   /file-io/components-archivestorage.cpp
  •   /file-io/components-collectionstorage.cpp
  •   /file-io/components-copy.cpp
  •   /file-io/components-directorystorage.cpp
  •   /file-io/components.h
  •   /file-io/puzzle.cpp
  •   /file-io/puzzle.h
  •   /window/collectionwidget.cpp
  •   /window/collectionwidget.h
  •   /window/mainwindow.cpp
17 files changed in total