Revision 553445

Go back to digest for 25th June 2006

Other in Educational

Jason Harris committed changes in /trunk/KDE/kdeedu/kstars/kstars:

Large commit to keep up with kdelibs4_snapshot. The two big changes
are:

1) DCOP has been replaced with DBus. See my recent post on kstars-devel
for some pointers on how to prepare your environment for this change.
You may have to execute kstars with "dbus-launch kstars" if the dbus
daemon is not already running.

2) KDialog API changes. For some reason, KStarsSplash was crashing as a
KDialog, and the backtrace was indicating that something in the size
calculation was to blame. I temporarily made KStarsSplash a QDialog
instead to work around this issue. I'm reasonably sure it's a problem
in KDialog, although the rest of our dialogs seem to be working fine...

If you sync your local copy to this update, be aware that you will also
need the latest qt-copy and kdelibs4_snapshot, and that these now depend
on dbus-0.62 and QtDBus. See this post for more info:

http://lists.kde.org/?l=kstars-devel&m=115078593518531&w=2

File Changes

Modified 45 files
  • /trunk/KDE/kdeedu/kstars/kstars
  •   /addcatdialog.cpp
  •   /addlinkdialog.cpp
  •   /addlinkdialog.h
  •   /CMakeLists.txt
  •   /conbridlg.cpp
  •   /conbridlg.h
  •   /detaildialog.cpp
  •   /detaildialog.h
  •   /finddialog.cpp
  •   /focusdialog.cpp
  •   /fovdialog.cpp
  •   /imageviewer.cpp
  •   /indidevice.cpp
  •   /indidevice.h
  •   /indidriver.cpp
  •   /indidriver.h
  •   /indifitsconf.cpp
  •   /indifitsconf.h
  •   /kstars.cpp
  •   /kstars.h
  •   /kstarsdcop.cpp
  •   /kstarsinit.cpp
  •   /kstarssplash.cpp
  •   /kstarssplash.h
  •   /kswizard.cpp
  •   /kswizard.h
  •   /locationdialog.cpp
  •   /locationdialog.h
  •   /simclock.cpp
  •   /simclock.h
  •   /skymapevents.cpp
  •   /thumbnaileditor.cpp
  •   /thumbnaileditor.h
  •   /thumbnailpicker.cpp
  •   /timedialog.cpp
  •   /tools/altvstime.cpp
  •   /tools/astrocalc.cpp
  •   /tools/jmoontool.cpp
  •   /tools/lcgenerator.cpp
  •   /tools/observinglist.cpp
  •   /tools/obslistwizard.cpp
  •   /tools/obslistwizard.h
  •   /tools/planetviewer.cpp
  •   /tools/scriptbuilder.cpp
  •   /tools/wutdialog.cpp
45 files changed in total