Bug 89705 - Maintaining compatibility
Summary: Maintaining compatibility
Status: RESOLVED FIXED
Alias: None
Product: digikam
Classification: Applications
Component: Plugin-Editor-Levels (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Digikam Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-17 16:01 UTC by Martin Laberge
Modified: 2022-01-18 17:05 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 7.6.0


Attachments
patch to digikamplugins for kde-3.1 compatibility (3.42 KB, patch)
2004-09-18 22:12 UTC, Martin Laberge
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***.