[Kstars-devel] KDE/kdeedu/kstars/kstars

Jason Harris kstars at 30doradus.org
Wed Jun 21 04:17:07 CEST 2006


SVN commit 553445 by harris:

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

CCMAIL: kstars-devel at kde.org



 M  +4 -2      CMakeLists.txt  
 M  +4 -5      addcatdialog.cpp  
 M  +6 -12     addlinkdialog.cpp  
 M  +2 -2      addlinkdialog.h  
 M  +44 -41    conbridlg.cpp  
 M  +2 -2      conbridlg.h  
 M  +35 -29    detaildialog.cpp  
 M  +7 -9      detaildialog.h  
 M  +10 -9     finddialog.cpp  
 M  +3 -1      focusdialog.cpp  
 M  +8 -5      fovdialog.cpp  
 M  +9 -5      imageviewer.cpp  
 M  +1 -2      indidevice.cpp  
 M  +1 -2      indidevice.h  
 M  +47 -54    indidriver.cpp  
 M  +3 -5      indidriver.h  
 M  +10 -8     indifitsconf.cpp  
 M  +2 -2      indifitsconf.h  
 M  +3 -5      kstars.cpp  
 M  +71 -79    kstars.h  
 M  +43 -39    kstarsdcop.cpp  
 M  +0 -4      kstarsinit.cpp  
 M  +18 -19    kstarssplash.cpp  
 M  +6 -12     kstarssplash.h  
 M  +24 -27    kswizard.cpp  
 M  +2 -5      kswizard.h  
 M  +23 -26    locationdialog.cpp  
 M  +4 -1      locationdialog.h  
 M  +10 -14    simclock.cpp  
 M  +12 -9     simclock.h  
 M  +8 -5      skymapevents.cpp  
 M  +6 -10     thumbnaileditor.cpp  
 M  +3 -3      thumbnaileditor.h  
 M  +3 -4      thumbnailpicker.cpp  
 M  +11 -11    timedialog.cpp  
 M  +3 -1      tools/altvstime.cpp  
 M  +5 -3      tools/astrocalc.cpp  
 M  +5 -2      tools/jmoontool.cpp  
 M  +23 -21    tools/lcgenerator.cpp  
 M  +5 -3      tools/observinglist.cpp  
 M  +51 -51    tools/obslistwizard.cpp  
 M  +0 -3      tools/obslistwizard.h  
 M  +3 -2      tools/planetviewer.cpp  
 M  +234 -225  tools/scriptbuilder.cpp  
 M  +32 -30    tools/wutdialog.cpp  




More information about the Kstars-devel mailing list