- 21 Dec, 2022 1 commit
-
-
Albert Astals Cid authored
and default the assignment operator. Fixes gcc warning libkdcraw/src/kdcraw.cpp: In static member function ‘static bool KDcrawIface::KDcraw::loadFullImage(QImage&, const QString&, const KDcrawIface::RawDecodingSettings&)’: libkdcraw/src/kdcraw.cpp:242:31: warning: implicitly-declared ‘KDcrawIface::RawDecodingSettings::RawDecodingSettings(const KDcrawIface::RawDecodingSettings&)’ is deprecated [-Wdeprecated-copy] 242 | RawDecodingSettings prm = settings; | ^~~~~~~~ In file included from libkdcraw/src/kdcraw.h:27, from libkdcraw/src/kdcraw.cpp:9: libkdcraw/src/rawdecodingsettings.h:151:26: note: because ‘KDcrawIface::RawDecodingSettings’ has user-provided ‘KDcrawIface::RawDecodingSettings& KDcrawIface::RawDecodingSettings::operator=(const KDcrawIface::RawDecodingSettings&)’ 151 | RawDecodingSettings& operator=(const RawDecodingSettings& prm); | ^~~~~~~~
-
- 18 Dec, 2022 1 commit
-
-
Antonio Rojas authored
-
- 29 Oct, 2022 1 commit
-
-
Volker Krause authored
-
- 28 Aug, 2022 1 commit
-
-
Laurent Montel authored
-
- 12 Apr, 2022 1 commit
-
-
Nicolas Fella authored
-
- 06 Apr, 2022 1 commit
-
-
Nicolas Fella authored
-
- 09 Dec, 2021 1 commit
-
-
ivan tkachenko authored
GIT_SILENT
-
- 07 Oct, 2021 1 commit
-
-
Nicolas Fella authored
-
- 03 Oct, 2021 1 commit
-
-
Nicolas Fella authored
-
- 16 May, 2021 1 commit
-
-
Friedrich W. H. Kossebau authored
Also move cmake config generation into src/ folder GIT_SILENT
-
- 06 May, 2021 1 commit
-
-
Friedrich W. H. Kossebau authored
CMake 3 favours the first one. GIT_SILENT
-
- 02 May, 2021 2 commits
-
-
Friedrich W. H. Kossebau authored
NO_CHANGELOG
-
Friedrich W. H. Kossebau authored
NO_CHANGELOG
-
- 19 Jan, 2021 1 commit
-
-
Friedrich W. H. Kossebau authored
GIT_SILENT
-
- 17 Jan, 2021 1 commit
-
-
Friedrich W. H. Kossebau authored
GIT_SILENT
-
- 12 Jan, 2021 3 commits
-
-
Friedrich W. H. Kossebau authored
GIT_SILENT
-
Friedrich W. H. Kossebau authored
GIT_SILENT
-
Friedrich W. H. Kossebau authored
GIT_SILENT
-
- 29 Dec, 2020 8 commits
-
-
Friedrich W. H. Kossebau authored
GIT_SILENT
-
Friedrich W. H. Kossebau authored
GIT_SILENT
-
Friedrich W. H. Kossebau authored
GIT_SILENT
-
Friedrich W. H. Kossebau authored
GIT_SILENT
-
Friedrich W. H. Kossebau authored
GIT_SILENT
-
Friedrich W. H. Kossebau authored
GIT_SILENT
-
Friedrich W. H. Kossebau authored
GIT_SILENT
-
Friedrich W. H. Kossebau authored
GIT_SILENT
-
- 28 Dec, 2020 5 commits
-
-
Friedrich W. H. Kossebau authored
GIT_SILENT
-
Friedrich W. H. Kossebau authored
GIT_SILENT
-
Friedrich W. H. Kossebau authored
GIT_SILENT
-
Friedrich W. H. Kossebau authored
Also add/move license files as required by REUSE specification GIT_SILENT
-
Friedrich W. H. Kossebau authored
GIT_SILENT
-
- 30 Jun, 2020 1 commit
-
-
Friedrich W. H. Kossebau authored
GIT_SILENT
-
- 01 Jun, 2020 2 commits
-
-
Friedrich W. H. Kossebau authored
GIT_SILENT
-
Friedrich W. H. Kossebau authored
GIT_SILENT
-
- 26 Feb, 2020 1 commit
-
-
Laurent Montel authored
-
- 27 Nov, 2018 1 commit
-
-
Christophe Marin authored
-
- 16 Sep, 2018 1 commit
-
-
Yuri Chornoivan authored
-
- 31 Aug, 2018 2 commits
-
-
Antonio Rojas authored
The soversion of libkdcraw is currently intended to be set to "30.0.0". This is quite an unusual value, it seems to be so for historical reasons (from when the library was part of digikam). In practice, this didn't work due to a typo, so the soversion was in fact 5 (the major lib version). Since this is no longer released nor used by digikam (which nowadays ships its own libraw wrapping code), set the soversion directly to 5 (so it can be bumped when there are API breaking changes) Differential Revision: https://phabricator.kde.org/D15149
-
Antonio Rojas authored
Ifdef functionality that depends on code removed from libraw 0.19, and mark it as deprecated BUG: 397345 Differential Revision: https://phabricator.kde.org/D15132
-
- 18 Nov, 2017 1 commit
-
-
Anthony Fieroni authored
Differential Revision: https://phabricator.kde.org/D7335 Signed-off-by:
Anthony Fieroni <bvbfan@abv.bg>
-