History log of /haiku/src/add-ons/translators/shared/BaseTranslator.h
Revision Date Author Comments
# 114d9946 03-Nov-2012 Rene Gollent <anevilyak@gmail.com>

Don't pollute global namespace with min/max defines.

Fixes build on new gcc4 revision.


# bf243977 18-Jan-2011 Philippe Houdoin <philippe.houdoin@gmail.com>

Made local variables actually local.
Both JPEGTranslator and JPEG200Translator were "exporting" gSettings symbol,
which when loaded within a app (like Paladin) exporting the same global symbol
was leading to a symbol resolution error. See #7114 for details.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40245 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 87f030bc 10-Jul-2010 Adrien Destugues <pulkomandy@pulkomandy.ath.cx>

Patch by Jorma Karvonnen : localize BaseTranslator. Thanks !


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37462 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 73f41f49 19-Jan-2010 Karsten Heimrich <host.haiku@gmx.de>

* Introduce a new method to ask the translator if it can handle the image
output size, if not it will not show up in the dynamically generated
translator list. Folow up on ticket #4874.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35186 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 374fa7fc 03-Aug-2006 DarkWyrm <darkwyrm@gmail.com>

Moved Haiku-specific defs for the Translation Kit to the proper file


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18377 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 19e5578e 03-Aug-2006 DarkWyrm <darkwyrm@gmail.com>

License updates


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18365 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 0f7ce527 03-Aug-2006 DarkWyrm <darkwyrm@gmail.com>

Fixed build for non-Haiku targets


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18364 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c36e6575 29-Feb-2004 Matthew Wilber <mwilber@nowhere.fake>

moved translate_direct_copy function from PNGTranslator to BaseTranslator


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6841 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c56079fb 29-Feb-2004 Matthew Wilber <mwilber@nowhere.fake>

Initial checking for shared translator code. Many of the translators share many lines of the same code. This code helps eliminate duplicate code, and should help the process of making translators easier


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6817 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 114d994682cc424f40892b11cc567f9f47a3a0be 03-Nov-2012 Rene Gollent <anevilyak@gmail.com>

Don't pollute global namespace with min/max defines.

Fixes build on new gcc4 revision.


# bf243977ffd34197ad7c0820c2da5d21abea0402 18-Jan-2011 Philippe Houdoin <philippe.houdoin@gmail.com>

Made local variables actually local.
Both JPEGTranslator and JPEG200Translator were "exporting" gSettings symbol,
which when loaded within a app (like Paladin) exporting the same global symbol
was leading to a symbol resolution error. See #7114 for details.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40245 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 87f030bc81b276703b25491b383c854c053a269f 10-Jul-2010 Adrien Destugues <pulkomandy@pulkomandy.ath.cx>

Patch by Jorma Karvonnen : localize BaseTranslator. Thanks !


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37462 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 73f41f49ecfa4f9bd7051bb5c6f764f65e6f5dcf 19-Jan-2010 Karsten Heimrich <host.haiku@gmx.de>

* Introduce a new method to ask the translator if it can handle the image
output size, if not it will not show up in the dynamically generated
translator list. Folow up on ticket #4874.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35186 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 374fa7fc0859ba87c45096d0501691ec02b7230c 03-Aug-2006 DarkWyrm <darkwyrm@gmail.com>

Moved Haiku-specific defs for the Translation Kit to the proper file


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18377 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 19e5578effc583f701a8a42acdbd1a8349b20d92 03-Aug-2006 DarkWyrm <darkwyrm@gmail.com>

License updates


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18365 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 0f7ce5276a83a8e7395a34860f6ba34d633c119b 03-Aug-2006 DarkWyrm <darkwyrm@gmail.com>

Fixed build for non-Haiku targets


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18364 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c36e6575c84a11c223d165aff227885f2e92d8e1 29-Feb-2004 Matthew Wilber <mwilber@nowhere.fake>

moved translate_direct_copy function from PNGTranslator to BaseTranslator


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6841 a95241bf-73f2-0310-859d-f6bbb57e9c96


# c56079fb2280536dcae1e0f481f127a78a9acb83 29-Feb-2004 Matthew Wilber <mwilber@nowhere.fake>

Initial checking for shared translator code. Many of the translators share many lines of the same code. This code helps eliminate duplicate code, and should help the process of making translators easier


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6817 a95241bf-73f2-0310-859d-f6bbb57e9c96