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

List:       kde-commits
Subject:    extragear/graphics/showimg [POSSIBLY UNSAFE]
From:       Richard Groult <Richard.Groult () jalix ! org>
Date:       2006-10-15 17:47:12
Message-ID: 1160934432.644128.18272.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 595799 by groult:

Major code changes, general improvement:
  - code improved (more readable, cleaned, code conventions more used, bugs fixed),
  - uses KIO: KURL used instead of QString,
  - use Exiv2 instead of libkexif (thanks Gilles),
  - TODO: lot's of changes to due KIO. 


 M  +8 -0      ChangeLog  
 M  +10 -11    configure.in.bot  
 M  +42 -55    configure.in.in  
 M  +17 -17    showimg.kdevses  
 M  +6 -4      showimg/Makefile.am  
 M  +70 -110   showimg/album.cpp  
 M  +34 -42    showimg/album.h  
 M  +45 -45    showimg/albumimagefileiconitem.cpp  
 M  +3 -4      showimg/albumimagefileiconitem.h  
 M  +16 -11    showimg/batchrenamer.cpp  
 M  +242 -270  showimg/categorydbmanager.cpp  
 M  +38 -36    showimg/categorydbmanager.h  
 M  +6 -8      showimg/categoryimagefileiconitem.cpp  
 M  +3 -4      showimg/categoryimagefileiconitem.h  
 M  +100 -68   showimg/categoryimageproperties.cpp  
 M  +4 -4      showimg/categoryimageproperties.h  
 M  +177 -128  showimg/categorylistitem.cpp  
 M  +17 -18    showimg/categorylistitem.h  
 M  +249 -156  showimg/categoryview.cpp  
 M  +44 -41    showimg/categoryview.h  
 M  +147 -150  showimg/cdarchive.cpp  
 M  +36 -34    showimg/cdarchive.h  
 M  +261 -144  showimg/cdarchivecreator.cpp   [POSSIBLY UNSAFE: KShellProcess]
 M  +41 -33    showimg/cdarchivecreator.h   [POSSIBLY UNSAFE: KShellProcess]
 M  +107 -83   showimg/cdarchivecreatordialog.cpp  
 M  +31 -32    showimg/cdarchivecreatordialog.h  
 M  +125 -105  showimg/cdarchiveview.cpp  
 M  +46 -41    showimg/cdarchiveview.h  
 M  +77 -72    showimg/compressedfileitem.cpp  
 M  +35 -38    showimg/compressedfileitem.h  
 M  +27 -39    showimg/compressedimagefileiconitem.cpp  
 M  +3 -13     showimg/compressedimagefileiconitem.h  
 M  +20 -4     showimg/confshowimg.cpp  
 M  +1 -1      showimg/describealbum.cpp  
 M  +23 -23    showimg/desktoplistitem.h  
 M  +401 -422  showimg/directory.cpp  
 M  +54 -48    showimg/directory.h  
 M  +1003 -453 showimg/directoryview.cpp  
 M  +130 -90   showimg/directoryview.h  
 M  +73 -99    showimg/dirfileiconitem.cpp  
 M  +3 -12     showimg/dirfileiconitem.h  
 M  +28 -24    showimg/displaycompare.cpp  
 M  +44 -14    showimg/extract.cpp  
 M  +7 -2      showimg/extract.h  
 M  +186 -207  showimg/fileiconitem.cpp  
 M  +81 -69    showimg/fileiconitem.h  
 M  +3 -3      showimg/formatconversion.cpp  
 M  +26 -26    showimg/history_action.cpp  
 M  +26 -25    showimg/history_action.h  
 M  +137 -121  showimg/imagefileiconitem.cpp  
 M  +32 -43    showimg/imagefileiconitem.h  
 M  +24 -24    showimg/imagefileinfo.cpp  
 M  +884 -760  showimg/imagelistview.cpp  
 M  +112 -102  showimg/imagelistview.h  
 M  +151 -114  showimg/imagelistviewsimple.cpp  
 M  +54 -39    showimg/imagelistviewsimple.h  
 M  +557 -463  showimg/imageloader.cpp  
 M  +35 -22    showimg/imageloader.h  
 M  +123 -97   showimg/imagemetainfo.cpp  
 M  +30 -26    showimg/imagemetainfo.h  
 M  +917 -776  showimg/imageviewer.cpp  
 M  +122 -83   showimg/imageviewer.h  
 M  +44 -65    showimg/kipiplugins/kipiinterface.cpp  
 M  +2 -2      showimg/kipiplugins/kipiinterface.h  
 M  +2 -2      showimg/krar.cpp  
 M  +47 -30    showimg/ksidebar.cpp  
 M  +1 -1      showimg/kstartuplogo.cpp  
 M  +203 -116  showimg/listitem.cpp  
 M  +59 -51    showimg/listitem.h  
 M  +316 -269  showimg/listitemview.cpp  
 M  +109 -76   showimg/listitemview.h  
 M  +998 -898  showimg/mainwindow.cpp  
 M  +199 -177  showimg/mainwindow.h  
 A             showimg/metadata (directory)  
 A             showimg/metadata/Makefile.am  
 A             showimg/metadata/dmetadata.cpp   [License: GPL]
 A             showimg/metadata/dmetadata.h   [License: GPL]
 A             showimg/metadata/dmetadataprivate.h   [License: GPL]
 A             showimg/metadata/dmetaloader.cpp   [License: GPL]
 A             showimg/metadata/dmetaloader.h   [License: GPL]
 A             showimg/metadata/jpegmetaloader.cpp   [License: GPL]
 A             showimg/metadata/jpegmetaloader.h   [License: GPL]
 A             showimg/metadata/pngmetaloader.cpp   [License: GPL]
 A             showimg/metadata/pngmetaloader.h   [License: GPL]
 A             showimg/metadata/rawmetaloader.cpp   [License: GPL]
 A             showimg/metadata/rawmetaloader.h   [License: GPL]
 A             showimg/metadata/tiffmetaloader.cpp   [License: GPL]
 A             showimg/metadata/tiffmetaloader.h   [License: GPL]
 M  +4 -0      showimg/numslider.cpp  
 M  +14 -12    showimg/osd.cpp  
 M  +2 -2      showimg/printimagedialog.cpp  
 M  +16 -16    showimg/renameseries.cpp  
 M  +10 -2     showimg/showimg_export.h  
 M  +455 -162  showimg/tools.cpp  
 M  +75 -34    showimg/tools.h  
 M  +83 -46    showimg/viewer.cpp  
 M  +10 -15    showimg/viewer.h  
 M  +76 -60    showimgapp/main.cpp  
 M  +282 -475  showimgdb/categories.cpp  
 M  +16 -13    showimgdb/categories.h  
 M  +186 -168  showimgdb/categoriesdb.cpp  
 M  +36 -33    showimgdb/categoriesdb.h  
 M  +65 -67    showimgdb/categorynode.cpp  
 M  +44 -38    showimgdb/categorynode.h  
 M  +67 -46    showimgpart/showimgpart.cpp  
 M  +26 -35    showimgpart/showimgpart.h  


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

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