History log of /haiku/src/apps/overlayimage/OverlayView.cpp
Revision Date Author Comments
# 2de4cba2 19-Nov-2023 Humdinger <humdinger@mailbox.org>

OverlayImage: Apply coding style

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


# 2283561d 19-Nov-2023 Humdinger <humdinger@mailbox.org>

OverlayImage: Use BAboutWindow

Fixes #18677

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


# f4352262 17-Jun-2020 Rob Gill <rrobgill@protonmail.com>

Trivial additions for localization of strings

Signed-off-by: Rob Gill <rrobgill@protonmail.com>
Change-Id: I078f2de99c6461a937f4c645b65d5caf06d54dcb
Reviewed-on: https://review.haiku-os.org/c/haiku/+/2925
Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>


# aa7f93c5 24-Jan-2019 Rob Gill <rrobgill@protonmail.com>

src/apps Code formatting

* No functional changes

code formatting changes only

Change-Id: I046ae21d9b288126022fe0bc2ddf827843765e70
Reviewed-on: https://review.haiku-os.org/c/896
Reviewed-by: Stephan Aßmus <superstippi@gmx.de>


# fa19dd44 10-Dec-2015 looncraz <looncraz@looncraz.net>

apps: Convert to using Set*UIColor.

Signed-off-by: Augustin Cavalier <waddlesplash@gmail.com>
Patches 0045-0075, 0077-0087 from looncraz, unmodified.


# aed35104 05-Aug-2012 Humdinger <humdingerb@gmail.com>

Close alerts with ESCAPE key.

Added SetFlags(B_CLOSE_ON_ESCAPE) or SetShortcut(index, B_ESCAPE) to BAlerts
depending if the result gets used later in the code, or if it's a one-button
BAlert.


# 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.


# 4d9ffa5f 14-Apr-2011 Jonas Sundström <jonas@kirilla.com>

Set view non-editable. (The cursor would show up and blink if one clicked the text view.)

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


# ed32e8ef 10-Jan-2011 Joachim Seemer <humdingerb@googlemail.com>

Set the correct source file for localization in the jam file. Corrected context string.

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


# f4ba1419 21-Jul-2010 Joachim Seemer <humdingerb@googlemail.com>

The OverlayImage window now gets activated after a drop of an image. Saves another click before being able to drag the Replicant handle.

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


# 75e72331 30-Jun-2010 Joachim Seemer <humdingerb@googlemail.com>

Moved the instructions from tool tip to a text view.

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


# bdf17d41 22-Jun-2010 Joachim Seemer <humdingerb@googlemail.com>

Of course I missed to adjust the bolding in About after renaming from RepliShow to OverlayImage.

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


# 99b6a9f1 22-Jun-2010 Joachim Seemer <humdingerb@googlemail.com>

Added a new demo: OverlayImage is based on the code presented in this article:
http://www.haiku-os.org/documents/dev/replishow_a_replicable_image_viewer

I applied Haiku's code style, added support for transparent images, a tool tip and
limited localization (how does one make it work in the replicant's about alert?)
Since I'm a c++ newbie, corrections are probably needed and welcome.

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


# aed35104852941f0f6f3d1dcc5338b5f337d0a3c 05-Aug-2012 Humdinger <humdingerb@gmail.com>

Close alerts with ESCAPE key.

Added SetFlags(B_CLOSE_ON_ESCAPE) or SetShortcut(index, B_ESCAPE) to BAlerts
depending if the result gets used later in the code, or if it's a one-button
BAlert.


# 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.


# 4d9ffa5ff987b103f747e7770e617359b48e0e44 14-Apr-2011 Jonas Sundström <jonas@kirilla.com>

Set view non-editable. (The cursor would show up and blink if one clicked the text view.)

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


# ed32e8efbba65fce0db3d4397c2b151ca333181b 10-Jan-2011 Joachim Seemer <humdingerb@googlemail.com>

Set the correct source file for localization in the jam file. Corrected context string.

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


# f4ba1419da6ab153d9a8d6199e6b322cacf5f738 21-Jul-2010 Joachim Seemer <humdingerb@googlemail.com>

The OverlayImage window now gets activated after a drop of an image. Saves another click before being able to drag the Replicant handle.

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


# 75e72331626465252b62fb5ee0d5b40f822244df 30-Jun-2010 Joachim Seemer <humdingerb@googlemail.com>

Moved the instructions from tool tip to a text view.

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


# bdf17d41a1a40e66a4bf75b06e40d84268cba6f0 22-Jun-2010 Joachim Seemer <humdingerb@googlemail.com>

Of course I missed to adjust the bolding in About after renaming from RepliShow to OverlayImage.

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


# 99b6a9f15174c13d0fcdd6833c7deaf990f8328d 22-Jun-2010 Joachim Seemer <humdingerb@googlemail.com>

Added a new demo: OverlayImage is based on the code presented in this article:
http://www.haiku-os.org/documents/dev/replishow_a_replicable_image_viewer

I applied Haiku's code style, added support for transparent images, a tool tip and
limited localization (how does one make it work in the replicant's about alert?)
Since I'm a c++ newbie, corrections are probably needed and welcome.

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