History log of /haiku/src/tools/translation/inspector/ImageWindow.cpp
Revision Date Author Comments
# 2ca13760 20-Aug-2021 Coldfirex <sakison@gmail.com>

Mass updating of OpenBeOS text to Haiku

No functional code altered.

https://dev.haiku-os.org/ticket/17197

Change-Id: I75cc74f6be0ad968fd77c31fbe5b0f650a6fe9e0
Reviewed-on: https://review.haiku-os.org/c/haiku/+/4364
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>


# 2824c5d3 24-Nov-2014 Adrien Destugues <pulkomandy@gmail.com>

Fix various typos and inconsistencies in strings

DiskProbe, DriveSetup, Icon-O-Matic, Installer, Login,
PackageInstaller, Screenshot, Translation Inspector, BootManager,
CharacterMap, CodyCam, BPrintJob

DiskUsage: removed useless translation, used only for layouting purposes

Thanks to KapiX for spotting these problems.


# 546208a5 16-Apr-2012 Oliver Tappe <zooey@hirschkaefer.de>

More catalog-related cleanup.

* rename B_TRANSLATE_CONTEXT to B_TRANSLATION_CONTEXT and
B_TRANSLATE_WITH_CONTEXT to B_TRANSLATE_CONTEXT, squashing a TODO
* adjust all uses of both macros in Haiku's source tree
* use correct header guard for collecting/Catalog.h

The renamed macros require adjustments to all external applications
using catalogs.


# e33eccb7 23-Oct-2010 Matt Madia <mattmadia@gmail.com>

Fixed some B_TRANSLATE_CONTEXT redefinition warnings.


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


# 19ae515e 23-Oct-2010 Matt Madia <mattmadia@gmail.com>

Automatic whitespace cleanup. No functional change.


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


# 6e608fa5 21-Jun-2010 Adrien Destugues <pulkomandy@pulkomandy.ath.cx>

Patch by Jorma Karvonen (#6075): translate Inspector application. Thanks!


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


# 8e0559b5 03-Oct-2008 Karsten Heimrich <host.haiku@gmx.de>

* fix probable memory leaks, not in the image but anyway...



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


# 095b7731 08-Jul-2003 Matthew Wilber <mwilber@nowhere.fake>

added support for multiple images in a single stream, such as in multi-page TIFF files


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


# d1360823 30-Jun-2003 Matthew Wilber <mwilber@nowhere.fake>

Added beginnings of Active Translators window -- allows the user to select which translators will be active when an image is opened or saved


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


# ce5a2573 22-Jun-2003 Matthew Wilber <mwilber@nowhere.fake>

added beginnings of InfoWindow -- window that displays as much info as possible for currently open document


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


# cd902621 22-Jun-2003 DarkWyrm <darkwyrm@gmail.com>

Minor patch to unbreak the build


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


# 8cfb94cd 20-Jun-2003 Matthew Wilber <mwilber@nowhere.fake>

removed tracker to app user feedback, added comments


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


# ca699cf3 20-Jun-2003 Matthew Wilber <mwilber@nowhere.fake>

initial check in for Inspector - image viewer (and later on, hopefully documents in general viewer) for developers of Translators and users of the Translation Kit in general


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


# 2824c5d3a428b1f52fb41e7cf84ef1690cfadc80 24-Nov-2014 Adrien Destugues <pulkomandy@gmail.com>

Fix various typos and inconsistencies in strings

DiskProbe, DriveSetup, Icon-O-Matic, Installer, Login,
PackageInstaller, Screenshot, Translation Inspector, BootManager,
CharacterMap, CodyCam, BPrintJob

DiskUsage: removed useless translation, used only for layouting purposes

Thanks to KapiX for spotting these problems.


# 546208a53940a26c6379c48a7854ade1a8250fc5 16-Apr-2012 Oliver Tappe <zooey@hirschkaefer.de>

More catalog-related cleanup.

* rename B_TRANSLATE_CONTEXT to B_TRANSLATION_CONTEXT and
B_TRANSLATE_WITH_CONTEXT to B_TRANSLATE_CONTEXT, squashing a TODO
* adjust all uses of both macros in Haiku's source tree
* use correct header guard for collecting/Catalog.h

The renamed macros require adjustments to all external applications
using catalogs.


# e33eccb7bd17a48cae3b06091c4d1bcf2b102bac 23-Oct-2010 Matt Madia <mattmadia@gmail.com>

Fixed some B_TRANSLATE_CONTEXT redefinition warnings.


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


# 19ae515e43e68b51e66d3af58ed67f8cbb7c6238 23-Oct-2010 Matt Madia <mattmadia@gmail.com>

Automatic whitespace cleanup. No functional change.


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


# 6e608fa5fbbe746769e5db96a2d22c63c5698dbf 21-Jun-2010 Adrien Destugues <pulkomandy@pulkomandy.ath.cx>

Patch by Jorma Karvonen (#6075): translate Inspector application. Thanks!


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


# 8e0559b5f7669680840a93c76598ef86e824d2f5 03-Oct-2008 Karsten Heimrich <host.haiku@gmx.de>

* fix probable memory leaks, not in the image but anyway...



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


# 095b7731f4a9e1d7c9ebb8757a55c98273a6d3f9 08-Jul-2003 Matthew Wilber <mwilber@nowhere.fake>

added support for multiple images in a single stream, such as in multi-page TIFF files


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


# d1360823ff122e2862b640e20481fd273a9d5dbe 30-Jun-2003 Matthew Wilber <mwilber@nowhere.fake>

Added beginnings of Active Translators window -- allows the user to select which translators will be active when an image is opened or saved


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


# ce5a2573d349d08c3ce1b64e21dc3e7aba87af66 22-Jun-2003 Matthew Wilber <mwilber@nowhere.fake>

added beginnings of InfoWindow -- window that displays as much info as possible for currently open document


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


# cd902621dd6623e18d0105ece935f2c6f02e9fdd 22-Jun-2003 DarkWyrm <darkwyrm@gmail.com>

Minor patch to unbreak the build


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


# 8cfb94cd0448d6eb961bc3951db89c2a13261c14 20-Jun-2003 Matthew Wilber <mwilber@nowhere.fake>

removed tracker to app user feedback, added comments


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


# ca699cf3d45e8d092e59b9002954913f35d6af1e 20-Jun-2003 Matthew Wilber <mwilber@nowhere.fake>

initial check in for Inspector - image viewer (and later on, hopefully documents in general viewer) for developers of Translators and users of the Translation Kit in general


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