[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-i18n-nl
Subject:    [KDE-i18n-nl] CVS kde-devel-nl 2004-04-30
From:       groot () kde ! org
Date:       2004-04-30 16:53:15
Message-ID: 200404301653.i3UGrFBk006403 () odin ! cs ! kun ! nl
[Download RAW message or body]

Digest of kde-devel-nl CVS commits at Fri Apr 30 18:53:15 MEST 2004


From: Koos Vriezen <koos.vriezen@xs4all.nl>
Subject: kdeextragear-2/kmplayer

CVS commit by vriezen: 

Update for 0.8.3rc1


  M +3 -1      configure.in.in   1.22
  M +1 -1      kmplayer.lsm   1.16


--- kdeextragear-2/kmplayer/configure.in.in  #1.21:1.22
@@ -1,3 +1,3 @@
-#AM_INIT_AUTOMAKE(kmplayer,0.8.2)
+#AM_INIT_AUTOMAKE(kmplayer,0.8.3rc1)
 
 AC_MSG_CHECKING(if koffice-plugin support is wanted)
@@ -48,2 +48,4 @@
 
 AM_CONDITIONAL(include_kxineplayer, test "$have_xine" = "yes")
+
+KDE_CHECK_BINUTILS

--- kdeextragear-2/kmplayer/kmplayer.lsm  #1.15:1.16
@@ -1,5 +1,5 @@
 Begin3
 Title:          Kmplayer 
-Version:        0.8.2
+Version:        0.8.3rc1
 Entered-date:   
 Description:    


From: Adriaan de Groot <groot@kde.org>
Subject: kdepim/kpilot/lib

CVS commit by adridg: 

Whitespace, extra debug


  M +13 -8     kpilotlink.cc   1.53


--- kdepim/kpilot/lib/kpilotlink.cc  #1.52:1.53
@@ -748,4 +748,9 @@ bool KPilotDeviceLink::retrieveDatabase(
         FUNCTIONSETUP;
 
+#ifdef DEBUG
+        DEBUGDAEMON << fname << ": Writing DB <" << info->name << "> "
+                << " to " << fullBackupName << endl;
+#endif
+
         // The casts here look funny because:
         //


From: Adriaan de Groot <groot@kde.org>
Subject: kdepim/kpilot/kpilot

CVS commit by adridg: 

Fix backward logic - full backup only during full sync


  M +2 -2      pilotDaemon.cc   1.124


--- kdepim/kpilot/kpilot/pilotDaemon.cc  #1.123:1.124
@@ -1022,5 +1022,5 @@ static void queueConduits(ActionQueue *f
                         (fNextSyncType == SyncAction::eFullSync))
                 {
-                        fSyncStack->addAction(new BackupAction(pilotLink, \
(fNextSyncType == SyncAction::eHotSync))); +                        \
fSyncStack->addAction(new BackupAction(pilotLink, (fNextSyncType == \
SyncAction::eFullSync)));  }
                 break;


From: Adriaan de Groot <groot@kde.org>
Subject: kdepim/kpilot

CVS commit by adridg: 

Normalize debugging, mark databases as clean after a sync.


  M +2 -1      ChangeLog   1.213
  M +40 -27    kpilot/hotSync.cc   1.40



From: Adriaan de Groot <groot@kde.org>
Subject: kdepim/kpilot/lib

CVS commit by adridg: 

Convenience function


  M +31 -26    pilotDatabase.h   1.16


--- kdepim/kpilot/lib/pilotDatabase.h  #1.15:1.16
@@ -157,4 +157,9 @@ public:
         static void listAppInfo(const struct CategoryAppInfo *);
         
+        static inline bool isResource(struct DBInfo *info)
+        {
+                return (info->flags & dlpDBFlagResource);
+        }
+
 protected:
         virtual void openDatabase() = 0;


From: Adriaan de Groot <groot@kde.org>
Subject: kdepim/kpilot/kpilot

CVS commit by adridg: 

Use convenience functions; don't back up resource DBs (programs) during regular \
hotsyncs.


  M +7 -2      hotSync.cc   1.41


--- kdepim/kpilot/kpilot/hotSync.cc  #1.40:1.41
@@ -377,4 +377,9 @@ bool BackupAction::checkBackupDirectory(
         }
 
+        if ( (!fFullBackup) && PilotDatabase::isResource(&info))
+        {
+                // Just skip resource DBs during an update hotsync.
+                return;
+        }
 
         // Pretty sure all database names are latin1.
@@ -453,5 +458,5 @@ bool BackupAction::createLocalDatabase(D
         QString fullBackupName = fBackupDir + databaseName;
 
-        if (info->flags & dlpDBFlagResource)
+        if (PilotDatabase::isResource(info))
         {
                 fullBackupName.append(CSL1(".prc"));



_______________________________________________
Kde-i18n-nl mailing list
Kde-i18n-nl@kde.org
https://mail.kde.org/mailman/listinfo/kde-i18n-nl


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic