summaryrefslogtreecommitdiffstats
path: root/libkdcraw
Commit message (Collapse)AuthorAgeFilesLines
* Replace KDE_DEPRECATED with TDE_DEPRECATEDHEADmasterMichele Calgaro2024-05-151-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORTMichele Calgaro2024-05-051-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* cmake files: change keywords to lower caseMichele Calgaro2024-03-081-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT definesMichele Calgaro2024-01-104-82/+82
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Qt with TQtMichele Calgaro2023-11-072-2/+2
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace TQ_*Focus* and TQ_Scale* definesMichele Calgaro2023-09-022-3/+3
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Replace Q_OBJECT with TQ_OBJECTMichele Calgaro2023-07-205-6/+6
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Drop automake build support.Slávek Banko2022-01-309-308/+0
| | | | | | Rework the README and INSTALL files. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix FTBFS in dcraw and test.Slávek Banko2021-08-312-2/+7
| | | | | | This resolves issue #3. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Copy translations to a new directory layout.Slávek Banko2021-08-291-1/+1
| | | | | | Use common rules to build translations. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Take commit eba7a66e23 from LibRaw upstream to resolve FTBFS.Slávek Banko2021-08-293-60/+73
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Remove #pragma omp from definition of structure in the header file.Slávek Banko2021-08-291-12/+0
| | | | | | | | Use #pragma omp relates to code blocks, which is usually not the case of the header files. Therefore, use in the definition of structure seems incorrect and may cause FTBFS with some OpenMP implementations. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Conversion to the cmake building system.gregory guy2021-08-2515-24/+267
| | | | | | | | Signed-off-by: gregory guy <gregory-tde@laposte.net> some fixes and improvements. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Removed additional code formatting modelines.Michele Calgaro2020-09-2519-19/+19
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Add CMakeL10n rules.Slávek Banko2019-03-191-0/+3
| | | | | | Create translation template. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* LIB_QT -> LIB_TQT conversion to align to updated admin moduleMichele Calgaro2018-09-171-1/+1
| | | | Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
* Fix FTBFS with stricter C++11Slávek Banko2018-08-201-24/+25
| | | | Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
* Fix invalid headers in PNG files and optimize for sizeTimothy Pearson2016-07-231-0/+0
|
* Add support for lcms2Slávek Banko2014-10-084-21/+42
|
* Additional k => tde renaming and fixesSlávek Banko2013-09-031-1/+1
|
* Rename additional header files to avoid conflicts with KDE4Timothy Pearson2013-02-154-6/+6
|
* Rename common header files for consistency with class renamingTimothy Pearson2013-02-142-3/+3
|
* Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4Timothy Pearson2013-01-242-8/+8
|
* Rename KApplication to TDEApplication to avoid conflicts with KDE4Timothy Pearson2013-01-201-1/+1
|
* Rename additional global TQt functionsTimothy Pearson2012-03-014-31/+31
|
* Remove spurious TQ_OBJECT instancesTimothy Pearson2012-02-175-6/+6
|
* Remove additional unneeded tq method conversionsTimothy Pearson2011-12-193-25/+25
|
* Rename old tq methods that no longer need a unique nameTimothy Pearson2011-12-182-2/+2
|
* Revert "Rename a number of old tq methods that are no longer tq specific"Timothy Pearson2011-12-163-28/+28
| | | | This reverts commit 881122ce627bb012d1330d2cba895347714967bc.
* Rename a number of old tq methods that are no longer tq specificTimothy Pearson2011-12-153-28/+28
|
* Finish rename from prior commitTimothy Pearson2011-11-161-0/+0
|
* Additional renaming of kde to tdeTimothy Pearson2011-11-163-4/+4
|
* Rename additional instances of KDE to TDETimothy Pearson2011-11-061-1/+1
|
* Fix a number of strings in Trinity that were incorrectly converted to TQ* ↵v3.5.13tpearson2011-09-182-2/+2
| | | | | | | | | from Q* This fixes the Kopete MSN protocol among other things git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/libraries/libkdcraw@1254372 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-1010-27/+27
| | | | | | | | tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/libraries/libkdcraw@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* rename the following methods:tpearson2011-08-101-4/+4
| | | | | | | | | tqfind find tqreplace replace tqcontains contains git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/libraries/libkdcraw@1246075 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Remove the tq in front of these incorrectly TQt4-converted methods/data members:tpearson2011-07-096-75/+75
| | | | | | | | | | | | tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/libraries/libkdcraw@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fix libkdcraw FTBFStpearson2011-05-181-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/libraries/libkdcraw@1232486 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* TQt4 port libkdcrawtpearson2011-05-1823-507/+513
| | | | | | | This enables compilation under Qt3 and Qt4 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/libraries/libkdcraw@1232482 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fixed compilation on Debian systemstpearson2010-01-181-1/+1
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/libraries/libkdcraw@1076768 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Fixed wrong GPL addressestpearson2010-01-1818-36/+36
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/libraries/libkdcraw@1076758 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Added missing libraw filestpearson2010-01-1827-0/+15115
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/libraries/libkdcraw@1076753 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Updated to last released KDE3 version of libkdcraw (0.1.9)tpearson2010-01-1819-989/+2213
| | | | git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/libraries/libkdcraw@1076417 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
* Added abandoned KDE3 version of libkdcrawtpearson2010-01-1827-0/+12427
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/libraries/libkdcraw@1076409 283d02a7-25f6-0310-bc7c-ecb5cbfe19da