[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:       2005-05-04 17:21:27
Message-ID: 1115227287.596346.31730.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 409340 by groult:

'copy/movefiles  to last folder' added, 'RAR' archive support added, '__FILE_H__' \
replaced by 'FILE_H',  tooltips look improved,   rules fixed to compile showimg with \
srcdir != compiledir.  'tooltips' can be disabled, OSD added, first image in a sia \
album is selected when showimg is launched using command line, in database: \
files/directory can be moved/deleted, 'search pattern' added, search by date added, \
general speed improved ;  image fits to screen after rotation, bugs fixed: in DB, \
date/time added in osd, when a root category is added, osd display), 'icon size' \
saved, 'pattern' in batchrenane saved, exif thumbnails displayed according to exif \
tag

 M  +17 -0     trunk/extragear/graphics/showimg/ChangeLog  
 M  +2 -2      trunk/extragear/graphics/showimg/showimg/ProgressDialog.h  
 M  +10 -10    trunk/extragear/graphics/showimg/showimg/batchrenamer.cpp  
 M  +17 -17    trunk/extragear/graphics/showimg/showimg/batchrenamer.h  
 M  +51 -7     trunk/extragear/graphics/showimg/showimg/categorydbmanager.cpp  
 M  +9 -2      trunk/extragear/graphics/showimg/showimg/categorydbmanager.h  
 M  +2 -2      trunk/extragear/graphics/showimg/showimg/categoryimagefileiconitem.h  
 M  +33 -18    trunk/extragear/graphics/showimg/showimg/categorylistitem.cpp  
 M  +6 -4      trunk/extragear/graphics/showimg/showimg/categorylistitem.h  
 M  +3 -6      trunk/extragear/graphics/showimg/showimg/categoryview.cpp  
 M  +2 -2      trunk/extragear/graphics/showimg/showimg/categoryview.h  
 M  +2 -2      trunk/extragear/graphics/showimg/showimg/cdarchive.h  
 M  +2 -2      trunk/extragear/graphics/showimg/showimg/cdarchivecreator.h  
 M  +8 -8      trunk/extragear/graphics/showimg/showimg/cdarchivecreatordialog.h  
 M  +2 -2      trunk/extragear/graphics/showimg/showimg/cdarchiveview.h  
 M  +4 -4      trunk/extragear/graphics/showimg/showimg/compressedfileitem.cpp  
 M  +9 -9      trunk/extragear/graphics/showimg/showimg/compressedfileitem.h  
 M  +126 -85   trunk/extragear/graphics/showimg/showimg/confshowimg.cpp  
 M  +31 -24    trunk/extragear/graphics/showimg/showimg/confshowimg.h  
 M  +8 -8      trunk/extragear/graphics/showimg/showimg/describe.h  
 M  +8 -8      trunk/extragear/graphics/showimg/showimg/describeAlbum.h  
 M  +32 -3     trunk/extragear/graphics/showimg/showimg/desktoplistitem.cpp  
 M  +3 -3      trunk/extragear/graphics/showimg/showimg/desktoplistitem.h  
 M  +12 -13    trunk/extragear/graphics/showimg/showimg/directory.cpp  
 M  +2 -2      trunk/extragear/graphics/showimg/showimg/directory.h  
 M  +94 -6     trunk/extragear/graphics/showimg/showimg/directoryview.cpp  
 M  +18 -5     trunk/extragear/graphics/showimg/showimg/directoryview.h  
 M  +5 -5      trunk/extragear/graphics/showimg/showimg/dirfileiconitem.h  
 M  +5 -5      trunk/extragear/graphics/showimg/showimg/displayCompare.h  
 M  +3 -3      trunk/extragear/graphics/showimg/showimg/exif.h  
 M  +50 -22    trunk/extragear/graphics/showimg/showimg/extract.cpp  
 M  +3 -3      trunk/extragear/graphics/showimg/showimg/extract.h  
 M  +84 -6     trunk/extragear/graphics/showimg/showimg/fileiconitem.cpp  
 M  +2 -2      trunk/extragear/graphics/showimg/showimg/fileiconitem.h  
 M  +11 -11    trunk/extragear/graphics/showimg/showimg/formatconversion.h  
 M  +7 -7      trunk/extragear/graphics/showimg/showimg/history_action.h  
 M  +1 -0      trunk/extragear/graphics/showimg/showimg/imagefileiconitem.cpp  
 M  +14 -14    trunk/extragear/graphics/showimg/showimg/imagefileinfo.h  
 M  +252 -115  trunk/extragear/graphics/showimg/showimg/imagelistview.cpp  
 M  +82 -63    trunk/extragear/graphics/showimg/showimg/imagelistview.h  
 M  +2 -2      trunk/extragear/graphics/showimg/showimg/imagelistviewsimple.h  
 M  +30 -9     trunk/extragear/graphics/showimg/showimg/imageloader.cpp  
 M  +22 -22    trunk/extragear/graphics/showimg/showimg/imageloader.h  
 M  +71 -15    trunk/extragear/graphics/showimg/showimg/imageviewer.cpp  
 M  +5 -0      trunk/extragear/graphics/showimg/showimg/imageviewer.h  
 M  +6 -6      trunk/extragear/graphics/showimg/showimg/kexifpropsplugin.h  
 A             trunk/extragear/graphics/showimg/showimg/krar.cpp   [POSSIBLY UNSAFE: \
KShellProcess] [License: GPL (v2+)]  A             \
trunk/extragear/graphics/showimg/showimg/krar.h   [License: GPL (v2+)]  M  +21 -46    \
trunk/extragear/graphics/showimg/showimg/ksidebar.cpp    M  +3 -3      \
trunk/extragear/graphics/showimg/showimg/ksidebar.h    M  +10 -1     \
trunk/extragear/graphics/showimg/showimg/listitem.cpp    M  +15 -14    \
trunk/extragear/graphics/showimg/showimg/listitem.h    M  +16 -16    \
trunk/extragear/graphics/showimg/showimg/listitemview.h    M  +110 -133  \
trunk/extragear/graphics/showimg/showimg/mainwindow.cpp    M  +3 -4      \
trunk/extragear/graphics/showimg/showimg/mainwindow.h    M  +2 -2      \
trunk/extragear/graphics/showimg/showimg/mybookmarkmanager.cpp    M  +5 -5      \
trunk/extragear/graphics/showimg/showimg/mybookmarkmanager.h    M  +15 -10    \
trunk/extragear/graphics/showimg/showimg/osd.cpp    M  +2 -0      \
trunk/extragear/graphics/showimg/showimg/osd.h    M  +6 -6      \
trunk/extragear/graphics/showimg/showimg/printImageDialog.h    M  +11 -3     \
trunk/extragear/graphics/showimg/showimg/rename.cpp    M  +8 -8      \
trunk/extragear/graphics/showimg/showimg/rename.h    M  +25 -3     \
trunk/extragear/graphics/showimg/showimg/showimg_export.h    M  +12 -12    \
trunk/extragear/graphics/showimg/showimg/tools.h    M  +3 -0      \
trunk/extragear/graphics/showimg/showimg/win_utils.h    M  +4 -4      \
trunk/extragear/graphics/showimg/showimg/zipfile.cpp    M  +5 -5      \
trunk/extragear/graphics/showimg/showimg/zipfile.h    M  +5 -4      \
trunk/extragear/graphics/showimg/showimgapp/main.cpp    M  +10 -0     \
trunk/extragear/graphics/showimg/showimgapp/showimgui.rc    M  +162 -68   \
trunk/extragear/graphics/showimg/showimgdb/categories.cpp    M  +8 -3      \
trunk/extragear/graphics/showimg/showimgdb/categories.h    M  +21 -7     \
trunk/extragear/graphics/showimg/showimgdb/categoriesdb.cpp    M  +8 -4      \
trunk/extragear/graphics/showimg/showimgdb/categoriesdb.h    M  +21 -21    \
trunk/extragear/graphics/showimg/showimgdb/categorynode.cpp    M  +47 -17    \
trunk/extragear/graphics/showimg/showimgdb/categorynode.h    M  +35 -5     \
trunk/extragear/graphics/showimg/showimgdb/imageentry.cpp    M  +38 -8     \
trunk/extragear/graphics/showimg/showimgdb/imageentry.h  


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

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