head 1.4; access; symbols pkgsrc-2013Q2:1.4.0.10 pkgsrc-2013Q2-base:1.4 pkgsrc-2012Q4:1.4.0.8 pkgsrc-2012Q4-base:1.4 pkgsrc-2011Q4:1.4.0.6 pkgsrc-2011Q4-base:1.4 pkgsrc-2011Q2:1.4.0.4 pkgsrc-2011Q2-base:1.4 pkgsrc-2009Q4:1.4.0.2 pkgsrc-2009Q4-base:1.4 pkgsrc-2009Q3:1.3.0.20 pkgsrc-2009Q3-base:1.3 pkgsrc-2009Q2:1.3.0.18 pkgsrc-2009Q2-base:1.3 pkgsrc-2009Q1:1.3.0.16 pkgsrc-2009Q1-base:1.3 pkgsrc-2008Q4:1.3.0.14 pkgsrc-2008Q4-base:1.3 pkgsrc-2008Q3:1.3.0.12 pkgsrc-2008Q3-base:1.3 cube-native-xorg:1.3.0.10 cube-native-xorg-base:1.3 pkgsrc-2008Q2:1.3.0.8 pkgsrc-2008Q2-base:1.3 cwrapper:1.3.0.6 pkgsrc-2008Q1:1.3.0.4 pkgsrc-2008Q1-base:1.3 pkgsrc-2007Q4:1.3.0.2 pkgsrc-2007Q4-base:1.3 pkgsrc-2007Q3:1.2.0.8 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.6 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.4 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.2 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.1.0.4 pkgsrc-2006Q3-base:1.1 pkgsrc-2006Q2:1.1.0.2 pkgsrc-2006Q2-base:1.1; locks; strict; comment @# @; 1.4 date 2009.11.22.21.05.18; author drochner; state dead; branches; next 1.3; 1.3 date 2007.10.30.19.01.30; author drochner; state Exp; branches; next 1.2; 1.2 date 2006.12.11.12.28.36; author drochner; state dead; branches; next 1.1; 1.1 date 2006.05.29.15.22.29; author drochner; state Exp; branches; next ; desc @@ 1.4 log @update to 1.2.3 changes: - many bug and compile fixes - new native Linux SCSI backend - See ChangeLog for details @ text @$NetBSD: patch-ap,v 1.3 2007/10/30 19:01:30 drochner Exp $ --- xdao/xcdrdao.cc.orig 2007-10-05 14:50:17.000000000 +0200 +++ xdao/xcdrdao.cc @@@@ -136,7 +136,7 @@@@ int main(int argc, char* argv[]) installSignalHandler(SIGCHLD, signalHandler); // setup periodic GUI updates - Glib::signal_timeout().connect(SigC::slot(&guiUpdatePeriodic), 2000); + Glib::signal_timeout().connect(sigc::ptr_fun(&guiUpdatePeriodic), 2000); installSignalHandler(SIGPIPE, SIG_IGN); @ 1.3 log @replace some deprecated use of SigC::slot() -- libsigc++-2.1 will remove it (didn't test with 2.0 again, hope I didn't break it) @ text @d1 1 a1 1 $NetBSD$ @ 1.2 log @update to 1.2.2 changes: Man page cleanup @ text @d1 1 a1 1 $NetBSD: patch-ap,v 1.1 2006/05/29 15:22:29 drochner Exp $ d3 4 a6 4 --- xdao/ProgressDialog.h.orig 2006-05-29 10:39:33.000000000 +0200 +++ xdao/ProgressDialog.h @@@@ -62,7 +62,7 @@@@ private: bool leadTimeFilled_; d8 5 a12 3 struct timeval time_; - bool ProgressDialog::time(); + bool time(); a13 2 Gtk::Button *cancelButton_; Gtk::Button *closeButton_; @ 1.1 log @update to 1.2.1 changes: -builds with gcc4 now -some fixes for problems with compiler optimization @ text @d1 1 a1 1 $NetBSD$ @