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

List:       kde-commits
Subject:    branches/extragear/kde3/libs/libkdcraw
From:       Gilles Caulier <caulier.gilles () gmail ! com>
Date:       2009-02-25 12:50:40
Message-ID: 1235566240.066395.14458.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 931534 by cgilles:

let's go to libkdcraw 0.1.9


 M  +4 -0      NEWS  
 M  +1 -1      configure.in.in  
 M  +2 -2      libkdcraw.lsm  
 M  +1 -1      libkdcraw.pc.in  
 M  +1 -1      libkdcraw/dcrawinfocontainer.h  
 M  +2 -2      libkdcraw/dcrawsettingswidget.cpp  
 M  +2 -2      libkdcraw/dcrawsettingswidget.h  
 M  +2 -2      libkdcraw/kdcraw.cpp  
 M  +2 -2      libkdcraw/kdcraw.h  
 M  +1 -1      libkdcraw/kdcrawprivate.cpp  
 M  +1 -1      libkdcraw/kdcrawprivate.h  
 M  +2 -2      libkdcraw/rawdecodingsettings.h  
 M  +1 -1      libkdcraw/rawfiles.h  
 M  +1 -1      libkdcraw/rcombobox.cpp  
 M  +1 -1      libkdcraw/rcombobox.h  
 M  +1 -1      libkdcraw/rnuminput.cpp  
 M  +1 -1      libkdcraw/rnuminput.h  
 M  +3 -3      libkdcraw/version.h  


--- branches/extragear/kde3/libs/libkdcraw/NEWS #931533:931534
@@ -1,3 +1,7 @@
+0.1.9
+------------------------------------------------------------------------
+
+
 0.1.8
 ------------------------------------------------------------------------
 Updated to libraw 0.6.13:
--- branches/extragear/kde3/libs/libkdcraw/configure.in.in #931533:931534
@@ -6,7 +6,7 @@
 # -----------------------------------------------------------------
 
 ABI_MAJOR=4
-VERSION_INFO="4:2:0"
+VERSION_INFO="4:3:0"
 
 AC_SUBST(ABI_MAJOR)
 AC_SUBST(VERSION_INFO)
--- branches/extragear/kde3/libs/libkdcraw/libkdcraw.lsm #931533:931534
@@ -1,7 +1,7 @@
 Begin4
 Title: libkdcraw
-Version: 0.1.8
-Entered-date: 2009-02-25
+Version: 0.1.9
+Entered-date: 2009-xx-xx
 Description: A C++ wrapper around LibRaw library to decode RAW pictures. This \
library is used by digiKam and kipi-plugins.  Keywords: kde image raw decode libraw \
digiKam kipi-plugins  Author: caulier dot gilles at gmail dot com (Gilles Caulier)
--- branches/extragear/kde3/libs/libkdcraw/libkdcraw.pc.in #931533:931534
@@ -7,6 +7,6 @@
 Description: A C++ wrapper around LibRaw library to decode RAW pictures. This \
library is used by digiKam and kipi-plugins. kipi-plugins.   URL: \
http://www.kipi-plugins.org  Requires:
-Version: 0.1.8
+Version: 0.1.9
 Libs: -L${libdir} -lkdcraw
 Cflags: -I${includedir}
--- branches/extragear/kde3/libs/libkdcraw/libkdcraw/dcrawinfocontainer.h \
#931533:931534 @@ -6,7 +6,7 @@
  * Date        : 2007-05-02
  * Description : RAW file identification information container 
  *
- * Copyright (C) 2007-2008 by Gilles Caulier <caulier dot gilles at gmail dot com>
+ * Copyright (C) 2007-2009 by Gilles Caulier <caulier dot gilles at gmail dot com>
  *
  * This program is free software; you can redistribute it
  * and/or modify it under the terms of the GNU General
--- branches/extragear/kde3/libs/libkdcraw/libkdcraw/dcrawsettingswidget.cpp \
#931533:931534 @@ -6,8 +6,8 @@
  * Date        : 2006-09-13
  * Description : dcraw settings widgets
  *
- * Copyright (C) 2006-2008 by Gilles Caulier <caulier dot gilles at gmail dot com>
- * Copyright (C) 2006-2008 by Marcel Wiesweg <marcel dot wiesweg at gmx dot de>
+ * Copyright (C) 2006-2009 by Gilles Caulier <caulier dot gilles at gmail dot com>
+ * Copyright (C) 2006-2009 by Marcel Wiesweg <marcel dot wiesweg at gmx dot de>
  * Copyright (C) 2007-2008 by Guillaume Castagnino <casta at xwing dot info>
  *
  * This program is free software; you can redistribute it
--- branches/extragear/kde3/libs/libkdcraw/libkdcraw/dcrawsettingswidget.h \
#931533:931534 @@ -6,8 +6,8 @@
  * Date        : 2006-09-13
  * Description : dcraw settings widgets
  *
- * Copyright (C) 2006-2008 by Gilles Caulier <caulier dot gilles at gmail dot com>
- * Copyright (C) 2006-2008 by Marcel Wiesweg <marcel dot wiesweg at gmx dot de>
+ * Copyright (C) 2006-2009 by Gilles Caulier <caulier dot gilles at gmail dot com>
+ * Copyright (C) 2006-2009 by Marcel Wiesweg <marcel dot wiesweg at gmx dot de>
  * Copyright (C) 2007-2008 by Guillaume Castagnino <casta at xwing dot info>
  *
  * This program is free software; you can redistribute it
--- branches/extragear/kde3/libs/libkdcraw/libkdcraw/kdcraw.cpp #931533:931534
@@ -6,8 +6,8 @@
  * Date        : 2006-12-09
  * Description : a tread-safe dcraw program interface
  *
- * Copyright (C) 2006-2008 by Gilles Caulier <caulier dot gilles at gmail dot com> 
- * Copyright (C) 2006-2008 by Marcel Wiesweg <marcel dot wiesweg at gmx dot de>
+ * Copyright (C) 2006-2009 by Gilles Caulier <caulier dot gilles at gmail dot com> 
+ * Copyright (C) 2006-2009 by Marcel Wiesweg <marcel dot wiesweg at gmx dot de>
  * Copyright (C) 2007-2008 by Guillaume Castagnino <casta at xwing dot info>
  *
  * NOTE: Do not use kdDebug() in this implementation because 
--- branches/extragear/kde3/libs/libkdcraw/libkdcraw/kdcraw.h #931533:931534
@@ -6,8 +6,8 @@
  * Date        : 2006-12-09
  * Description : a tread-safe dcraw program interface
  *
- * Copyright (C) 2006-2008 by Gilles Caulier <caulier dot gilles at gmail dot com>
- * Copyright (C) 2006-2008 by Marcel Wiesweg <marcel dot wiesweg at gmx dot de>
+ * Copyright (C) 2006-2009 by Gilles Caulier <caulier dot gilles at gmail dot com>
+ * Copyright (C) 2006-2009 by Marcel Wiesweg <marcel dot wiesweg at gmx dot de>
  * Copyright (C) 2007-2008 by Guillaume Castagnino <casta at xwing dot info>
  *
  * This program is free software; you can redistribute it
--- branches/extragear/kde3/libs/libkdcraw/libkdcraw/kdcrawprivate.cpp #931533:931534
@@ -6,7 +6,7 @@
  * Date        : 2008-10-09
  * Description : internal private container for KDcraw
  *
- * Copyright (C) 2008 by Gilles Caulier <caulier dot gilles at gmail dot com>
+ * Copyright (C) 2008-2009 by Gilles Caulier <caulier dot gilles at gmail dot com>
  *
  * NOTE: Do not use kdDebug() in this implementation because 
  *       it will be multithreaded. Use qDebug() instead. 
--- branches/extragear/kde3/libs/libkdcraw/libkdcraw/kdcrawprivate.h #931533:931534
@@ -6,7 +6,7 @@
  * Date        : 2008-10-09
  * Description : internal private container for KDcraw
  *
- * Copyright (C) 2008 by Gilles Caulier <caulier dot gilles at gmail dot com>
+ * Copyright (C) 2008-2009 by Gilles Caulier <caulier dot gilles at gmail dot com>
  *
  * This program is free software; you can redistribute it
  * and/or modify it under the terms of the GNU General
--- branches/extragear/kde3/libs/libkdcraw/libkdcraw/rawdecodingsettings.h \
#931533:931534 @@ -6,8 +6,8 @@
  * Date        : 2006-12-09
  * Description : Raw decoding settings
  *
- * Copyright (C) 2006-2008 by Gilles Caulier <caulier dot gilles at gmail dot com>
- * Copyright (C) 2006-2008 by Marcel Wiesweg <marcel dot wiesweg at gmx dot de>
+ * Copyright (C) 2006-2009 by Gilles Caulier <caulier dot gilles at gmail dot com>
+ * Copyright (C) 2006-2009 by Marcel Wiesweg <marcel dot wiesweg at gmx dot de>
  * Copyright (C) 2007-2008 by Guillaume Castagnino <casta at xwing dot info>
  *
  * This program is free software; you can redistribute it
--- branches/extragear/kde3/libs/libkdcraw/libkdcraw/rawfiles.h #931533:931534
@@ -7,7 +7,7 @@
  * Description : list of RAW file extensions supported by 
  *               dcraw program.
  * 
- * Copyright (C) 2005-2008 by Gilles Caulier <caulier dot gilles at gmail dot com>
+ * Copyright (C) 2005-2009 by Gilles Caulier <caulier dot gilles at gmail dot com>
  *
  * This program is free software; you can redistribute it
  * and/or modify it under the terms of the GNU General
--- branches/extragear/kde3/libs/libkdcraw/libkdcraw/rcombobox.cpp #931533:931534
@@ -7,7 +7,7 @@
  * Description : a combo box widget re-implemented with a
  *               reset button to switch to a default item.
  *
- * Copyright (C) 2008 by Gilles Caulier <caulier dot gilles at gmail dot com>
+ * Copyright (C) 2008-2009 by Gilles Caulier <caulier dot gilles at gmail dot com>
  *
  * This program is free software; you can redistribute it
  * and/or modify it under the terms of the GNU General
--- branches/extragear/kde3/libs/libkdcraw/libkdcraw/rcombobox.h #931533:931534
@@ -7,7 +7,7 @@
  * Description : a combo box widget re-implemented with a
  *               reset button to switch to a default item.
  *
- * Copyright (C) 2008 by Gilles Caulier <caulier dot gilles at gmail dot com>
+ * Copyright (C) 2008-2009 by Gilles Caulier <caulier dot gilles at gmail dot com>
  *
  * This program is free software; you can redistribute it
  * and/or modify it under the terms of the GNU General
--- branches/extragear/kde3/libs/libkdcraw/libkdcraw/rnuminput.cpp #931533:931534
@@ -8,7 +8,7 @@
  *               re-implemented with a reset button to switch to
  *               a default value.
  *
- * Copyright (C) 2008 by Gilles Caulier <caulier dot gilles at gmail dot com>
+ * Copyright (C) 2008-2009 by Gilles Caulier <caulier dot gilles at gmail dot com>
  *
  * This program is free software; you can redistribute it
  * and/or modify it under the terms of the GNU General
--- branches/extragear/kde3/libs/libkdcraw/libkdcraw/rnuminput.h #931533:931534
@@ -8,7 +8,7 @@
  *               re-implemented with a reset button to switch to
  *               a default value.
  *
- * Copyright (C) 2008 by Gilles Caulier <caulier dot gilles at gmail dot com>
+ * Copyright (C) 2008-2009 by Gilles Caulier <caulier dot gilles at gmail dot com>
  *
  * This program is free software; you can redistribute it
  * and/or modify it under the terms of the GNU General
--- branches/extragear/kde3/libs/libkdcraw/libkdcraw/version.h #931533:931534
@@ -6,7 +6,7 @@
  * Date        : 2007-02-12
  * Description : dcraw program interface for KDE
  *
- * Copyright (C) 2007-2008 by Gilles Caulier <caulier dot gilles at gmail dot com>
+ * Copyright (C) 2007-2009 by Gilles Caulier <caulier dot gilles at gmail dot com>
  *
  * This program is free software; you can redistribute it
  * and/or modify it under the terms of the GNU General
@@ -23,9 +23,9 @@
 #ifndef KDCRAW_VERSION_H
 #define KDCRAW_VERSION_H
 
-static const char kdcraw_version[] = "0.1.8";
+static const char kdcraw_version[] = "0.1.9";
 
-#define KDCRAW_VERSION 0x000108
+#define KDCRAW_VERSION 0x000109
 
 #endif // KDCRAW_VERSION_H
 


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

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