diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:30:37 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:30:37 -0600 |
commit | 00c3041bcca175069e36271b72188965ad1ffcf5 (patch) | |
tree | ac654751aa6d89f7da1faf4af1db1121164250b5 /ChangeLog | |
parent | cee209f8b3fe41533e21171f62ca32c552c2d2b3 (diff) | |
download | kipi-plugins-00c3041bcca175069e36271b72188965ad1ffcf5.tar.gz kipi-plugins-00c3041bcca175069e36271b72188965ad1ffcf5.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -2005,7 +2005,7 @@ V 0.1.5-rc2 - 2008-02-01 Kipi-plugins from KDE3 branch : Batch Process : restore metadata properlly with JPEG file during conversion. Pawel, This patch sound like properlly under KDE3.5, but not - under KDE 3.4. I suspect a bug in KProcess or something like + under KDE 3.4. I suspect a bug in TDEProcess or something like that. BUG: 152210 @@ -2022,7 +2022,7 @@ V 0.1.5-rc2 - 2008-02-01 kipi-plugins/batchprocessimages/convertimagesdialog.cpp, kipi-plugins/batchprocessimages/convertimagesdialog.h, kipi-plugins/batchprocessimages/imagepreview.cpp: - Do not test is KProcess is out imediatly. + Do not test is TDEProcess is out imediatly. BUG: 151578 2007-11-19 13:40 cgilles @@ -2675,7 +2675,7 @@ V 0.1.5-rc1 - 2007-12-29 Kipi-plugins from KDE3 branch : Batch Process : restore metadata properlly with JPEG file during conversion. Pawel, This patch sound like properlly under KDE3.5, but not - under KDE 3.4. I suspect a bug in KProcess or something like + under KDE 3.4. I suspect a bug in TDEProcess or something like that. BUG: 152210 @@ -2692,7 +2692,7 @@ V 0.1.5-rc1 - 2007-12-29 kipi-plugins/batchprocessimages/convertimagesdialog.cpp, kipi-plugins/batchprocessimages/convertimagesdialog.h, kipi-plugins/batchprocessimages/imagepreview.cpp: - Do not test is KProcess is out imediatly. + Do not test is TDEProcess is out imediatly. BUG: 151578 2007-11-19 13:40 cgilles @@ -3387,7 +3387,7 @@ V 0.1.5-beta1 - 2007-10-07 kipi-plugins/batchprocessimages/imagepreview.cpp: kipi-plugins from KDE3 branch : Bugfix with ImageMagick background process creation : always checking if process - (KProcess) is ended properlly (no ImageMagick crash for ex.) + (TDEProcess) is ended properlly (no ImageMagick crash for ex.) 2007-09-25 11:00 cgilles @@ -10191,7 +10191,7 @@ v 0.1.3-beta1 - 2006-11-29 rawconverter/singledialog.cpp: kipi-plugins from trunk : Raw Converter : full cancelable (when you want) dcraw instance during RAW image data decoding. - The code use now a KProcess instance instead a simple + The code use now a TDEProcess instance instead a simple non-cancelable popen() call. The implementation is inspired from digiKam RAW image loader CCBUGS: 107905, 128394 @@ -10689,7 +10689,7 @@ v 0.1.3-beta1 - 2006-11-29 This commit remove libmagick++ depency to process non-jpeg files transforms. The plugin use an ImageMagick runtime dependency - instead (convert tool run by a KProcess instance). + instead (convert tool run by a TDEProcess instance). CCMAIL: kde-imaging@kde.org |