Bug 89705

Summary: Maintaining compatibility
Product: [Applications] digikam Reporter: Martin Laberge <mlsoft>
Component: Plugin-Editor-LevelsAssignee: Digikam Developers <digikam-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: caulier.gilles
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In: 7.6.0
Attachments: patch to digikamplugins for kde-3.1 compatibility

Description Martin Laberge 2004-09-17 16:01:03 UTC
Version:           0.7.0-cvs (using KDE 3.1.4)
Installed from:    compiled sources
Compiler:          gcc version 3.2.3
OS:                Linux (i686) release 2.4.26

to compile digikam, digikamplugins and kipi I need to apply 3 or 4 patches
manually in these modules with kde-3.1.4 (one line changes of call parameters)

many places in digikam and kipi code contains already compatibility equivalences for less than kde-3.2 (#if KDE_VERSION less than 0x30200 )

I would like that the kde-3.1 compatibility be maintained all around the
three modules by applying similar compatibility equivalences in those few
places where it is missing.

I can spot you to the few places where i maintain my personnal patches if needed.
Comment 1 Renchi Raju 2004-09-17 18:18:28 UTC
none of the developers use kde-3.1 anymore and so everyone once in a while we end up breaking source compatibility with 3.1 unintentionally. this usually gets fixed depending on when the 3.1 users point them out. if you have found any more incompatabilities, we will be happy to fix them
Comment 2 Martin Laberge 2004-09-18 22:12:58 UTC
Created attachment 7570 [details]
patch to digikamplugins for kde-3.1 compatibility

this is a patch for completion of full kde-3.1 compatibility issues
remaining in digikamplugins
Comment 3 caulier.gilles 2004-10-05 10:34:50 UTC
*** Bug has been marked as fixed ***.