[Digikam-devel] extragear/graphics/digikam

Jörn Ahrens joern.ahrens at kdemail.net
Sun Jan 29 21:11:21 GMT 2006


SVN commit 503671 by jahrens:

- Restore the right sidebar after program restart again
- some copyright changes for 2006....

CCMAIL: digikam-devel at kde.org


 M  +1 -1      digikam/albumfolderview.cpp  
 M  +1 -1      digikam/albumfolderview.h  
 M  +0 -1      digikam/digikamview.cpp  
 M  +1 -1      digikam/folderview.cpp  
 M  +1 -1      digikam/folderview.h  
 M  +1 -1      digikam/tagfolderview.cpp  
 M  +1 -1      digikam/tagfolderview.h  
 M  +0 -1      libs/imageproperties/imagepropertiessidebar.cpp  
 M  +0 -1      libs/imageproperties/imagepropertiessidebardb.cpp  
 M  +2 -2      libs/widgets/sidebar.cpp  
 M  +2 -2      libs/widgets/sidebar.h  


--- trunk/extragear/graphics/digikam/digikam/albumfolderview.cpp #503670:503671
@@ -2,7 +2,7 @@
  * File  : albumfolderview.cpp
  * Author: Joern Ahrens <joern.ahrens at kdemail.net>
  * Date  : 2005-05-06
- * Copyright 2005 by Joern Ahrens
+ * Copyright 2005-2006 by Joern Ahrens
  *
  * This program is free software; you can redistribute it
  * and/or modify it under the terms of the GNU General
--- trunk/extragear/graphics/digikam/digikam/albumfolderview.h #503670:503671
@@ -2,7 +2,7 @@
  * File  : albumfolderview.h
  * Author: Joern Ahrens <joern.ahrens at kdemail.net>
  * Date  : 2005-05-06
- * Copyright 2005 by Joern Ahrens
+ * Copyright 2005-2006 by Joern Ahrens
  *
  * This program is free software; you can redistribute it
  * and/or modify it under the terms of the GNU General
--- trunk/extragear/graphics/digikam/digikam/digikamview.cpp #503670:503671
@@ -195,7 +195,6 @@
     }    
     
     mInitialAlbumID = config->readNumEntry("InitialAlbumID", 0);
-    
 }
 
 void DigikamView::saveViewState()
--- trunk/extragear/graphics/digikam/digikam/folderview.cpp #503670:503671
@@ -2,7 +2,7 @@
  * File  : folderview.cpp
  * Author: Joern Ahrens <joern.ahrens at kdemail.net>
  * Date  : 2005-05-06
- * Copyright 2005 by Joern Ahrens
+ * Copyright 2005-2006 by Joern Ahrens
  *
  * This program is free software; you can redistribute it
  * and/or modify it under the terms of the GNU General
--- trunk/extragear/graphics/digikam/digikam/folderview.h #503670:503671
@@ -2,7 +2,7 @@
  * File  : folderview.h
  * Author: Joern Ahrens <joern.ahrens at kdemail.net>
  * Date  : 2005-05-28
- * Copyright 2005 by Joern Ahrens
+ * Copyright 2005-2006 by Joern Ahrens
  *
  * This program is free software; you can redistribute it
  * and/or modify it under the terms of the GNU General
--- trunk/extragear/graphics/digikam/digikam/tagfolderview.cpp #503670:503671
@@ -2,7 +2,7 @@
  * File  : tagfolderview.cpp
  * Author: Joern Ahrens <joern.ahrens at kdemail.net>
  * Date  : 2005-05-05
- * Copyright 2005 by Joern Ahrens
+ * Copyright 2005-2006 by Joern Ahrens
  *
  * This program is free software; you can redistribute it
  * and/or modify it under the terms of the GNU General
--- trunk/extragear/graphics/digikam/digikam/tagfolderview.h #503670:503671
@@ -2,7 +2,7 @@
  * File  : tagfolderview.h
  * Author: Joern Ahrens <joern.ahrens at kdemail.net>
  * Date  : 2005-03-22
- * Copyright 2005 by Joern Ahrens
+ * Copyright 2005-2006 by Joern Ahrens
  *
  * This program is free software; you can redistribute it
  * and/or modify it under the terms of the GNU General
--- trunk/extragear/graphics/digikam/libs/imageproperties/imagepropertiessidebar.cpp #503670:503671
@@ -59,7 +59,6 @@
          
     appendTab(m_exifTab, SmallIcon("exifinfo"), i18n("EXIF"));
     appendTab(m_histogramTab, SmallIcon("blend"), i18n("Colors"));
-    loadViewState();
     
     connect(this, SIGNAL(signalChangedTab(QWidget*)),
             this, SLOT(slotChangedTab(QWidget*)));
--- trunk/extragear/graphics/digikam/libs/imageproperties/imagepropertiessidebardb.cpp #503670:503671
@@ -76,7 +76,6 @@
     d->desceditTab = new ImageDescEditTab(parent, navBar);
    
     appendTab(d->desceditTab, SmallIcon("imagecomment"), i18n("Comments && Tags"));
-    loadViewState();
 
     // ----------------------------------------------------------
     
--- trunk/extragear/graphics/digikam/libs/widgets/sidebar.cpp #503670:503671
@@ -1,8 +1,8 @@
 /* ============================================================
  * File  : sidebar.cpp
- * Author: Jörn Ahrens <joern.ahrens at kdemail.net>
+ * Author: Joern Ahrens <joern.ahrens at kdemail.net>
  * Date  : 2005-03-22
- * Copyright 2005 by Jörn Ahrens
+ * Copyright 2005-2006 by Joern Ahrens
  *
  * This program is free software; you can redistribute it
  * and/or modify it under the terms of the GNU General
--- trunk/extragear/graphics/digikam/libs/widgets/sidebar.h #503670:503671
@@ -1,8 +1,8 @@
 /* ============================================================
  * File  : sidebar.h
- * Author: Jörn Ahrens <joern.ahrens at kdemail.net>
+ * Author: Joern Ahrens <joern.ahrens at kdemail.net>
  * Date  : 2005-03-22
- * Copyright 2005 by Jörn Ahrens
+ * Copyright 2005-2006 by Joern Ahrens
  *
  * This program is free software; you can redistribute it
  * and/or modify it under the terms of the GNU General



More information about the Digikam-devel mailing list