Revision 1299667

Go back to digest for 17th June 2012

Bug Fixes in Development Tools

Friedrich W. H. Kossebau committed changes in /trunk/KDE/kdesdk/okteta:

Changed: merge ViewProfileSyncController and ViewProfilesController into ViewProfileController

ViewProfilesController used KXMLGUIClient::plugActionList(...), but that is flawed, as these plugged
actions get lost on any change/update of the XMLGUI clients

So using a KActionMenu (and thus a single controller) to have the full control
about the contained actions in the submenu.

File Changes

Added 2 files
  • /trunk/KDE/kdesdk/okteta/kasten/controllers/view/viewprofiles
  •   /viewprofilecontroller.cpp
  •   /viewprofilecontroller.h
Deleted 4 files
  • /trunk/KDE/kdesdk/okteta/kasten/controllers/view/viewprofiles
  •   /viewprofilescontroller.cpp
  •   /viewprofilescontroller.h
  •   /viewprofilesynccontroller.cpp
  •   /viewprofilesynccontroller.h
Modified 3 files
  • /trunk/KDE/kdesdk/okteta
  •   /program/mainwindow.cpp
  •   /program/oktetaui.rc
  •   /kasten/controllers/CMakeLists.txt
9 files changed in total