diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:05:54 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:05:54 -0600 |
commit | af5cb1cb32dfecee1b81ae3fbaa09b07aa1ae8a3 (patch) | |
tree | 51571b252e9ff4cf3497331210016173beaf4a5e /ChangeLog | |
parent | 85d50dfcd13d7cfb07afcbca2ed46a4b747640ea (diff) | |
download | digikam-af5cb1cb32dfecee1b81ae3fbaa09b07aa1ae8a3.tar.gz digikam-af5cb1cb32dfecee1b81ae3fbaa09b07aa1ae8a3.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -11038,7 +11038,7 @@ v0.9.3-beta1 - 2007-010-08 (gphoto2 include). Important remarks : The Remane dialog is provided by KDE api - (KIO::RenameDlg class). + (TDEIO::RenameDlg class). - With KDE 3.4.x, this dialog is not able to display preview of pictures properlly. - With KDE 3.5, the dialog have been revisted, work better, @@ -11049,7 +11049,7 @@ v0.9.3-beta1 - 2007-010-08 I have not yet tested with KDE4. Possible solution of this problem is to use digiKam core to - render preview. But we must fork KIO::RenameDlg + render preview. But we must fork TDEIO::RenameDlg for that, which is a wrong way. I recommend to post a new report in KDElibs to improve @@ -21049,7 +21049,7 @@ v0.9.2-beta1 - 2007-05-04 * trunk/extragear/graphics/digikam/digikam/albumiconview.cpp, trunk/extragear/graphics/digikam/utilities/imageeditor/editor/imagewindow.cpp: - - Provide digikamalbums:// URLs to KIO::del + - Provide digikamalbums:// URLs to TDEIO::del This reliably removes the entries from the database. It usually worked before because the KDirWatch would trigger a rescan, @@ -21514,13 +21514,13 @@ v0.9.1-rc2 - 27-Feb-2007 trunk/extragear/graphics/digikam/digikam/dio.h, trunk/extragear/graphics/digikam/digikam/imageinfo.cpp, trunk/extragear/graphics/digikam/digikam/imageinfo.h: Use - KIO::rename to rename files + TDEIO::rename to rename files - The AlbumLister would ignore changes to the already listed items. Force it to recreate the ImageInfo object by a list of invalidated items. - The thumbnail needs to be invalidated as well. - This is done by listening to a signal from the KIO::CopyJob + This is done by listening to a signal from the TDEIO::CopyJob - Remove low-level code from DIO::rename - Remove actual renaming from ImageInfo::setName @@ -52038,9 +52038,9 @@ v0.8.0-rc1 11/03/05 save/saveas. - improve thumnails computation speed, especially with PNG and JPEG files. - digikamthumbnail protocol will render properly PNG, TIFF, and JPEG files preview in all case - (KIO::filePreview can't do it). If showfoto is installed without + (TDEIO::filePreview can't do it). If showfoto is installed without digikam (digikamthumbnail protocol unavialable), showfoto - thumbar use KIO::filePreview protocol instead to rendering + thumbar use TDEIO::filePreview protocol instead to rendering thumbnails. CCBUG: 111873 2005-09-05 07:00 cgilles @@ -53503,7 +53503,7 @@ v0.8.0-beta1 08/19/05 * trunk/extragear/graphics/digikam/digikam/albumsettings.cpp, trunk/extragear/graphics/digikam/digikam/digikamapp.cpp: - creating a separate instance of KConfig can cause race + creating a separate instance of TDEConfig can cause race condition, resulting in some of the settings not being saved correctly. use the global config. @@ -58898,7 +58898,7 @@ v0.7-beta1 10/13/04 * pahlibar (2004-09-01): use digikamio for copying/moving files/albums. * pahlibar (2004-09-01): - app interface for digikamio kioslave: uses digikamio kioslave for - file/folder copy/move within the album library and KIO::copyjob for + file/folder copy/move within the album library and TDEIO::copyjob for external file/folder copy/move. - busyprogressbar: a progressbar which shows a busy indicator when the total and current progress is not (the progress bar shuttles from |