History log of /haiku/src/apps/midiplayer/ScopeView.cpp
Revision Date Author Comments
# ef276942 27-Jun-2014 John Scipione <jscipione@gmail.com>

MidiPlayer: Update copyright headers

Add Haiku, Inc. for all changes 2008-2014 based on commit logs.
If people want to assign their own copyright for work they did they
probably should add there name to the copyright list.


# 42bcaa84 27-Jun-2014 John Scipione <jscipione@gmail.com>

MidiPlayer: style overhaul


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


# 4eb0cbb0 07-May-2010 Matt Madia <mattmadia@gmail.com>

Updated TR_CONTEXT to be B_TRANSLATE_CONTEXT, relating to #5408.


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


# b25cb34a 06-May-2010 Matt Madia <mattmadia@gmail.com>

Updated to use B_TRANSLATE* macros. relates to #5408.

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


# 2f1ed332 20-Jan-2010 Adrien Destugues <pulkomandy@pulkomandy.ath.cx>

Internationalization and esperanto localization for midiplayer, done by dancxjo.


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


# d4a18674 14-Jul-2008 Ryan Leavengood <leavengood@gmail.com>

CHANGED the MidiPlayer GUI to use the layout system, mostly for the purposes of
the article I am writing, though it really did need this change.


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


# e6b421a9 29-Apr-2008 Jérôme Duval <korli@users.berlios.de>

fix misuse of ... with B_UTF8_ELLIPSIS


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


# 54302f75 28-Jun-2004 mahlzeit <mahlzeit@nowhere.fake>

Better centering of scope.


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


# c75d8265 28-Jun-2004 mahlzeit <mahlzeit@nowhere.fake>

It was already after dark when he finally closed the lid of his
laptop. The source code was written, compiled, and checked in. The bugs
fixed, trampled, squashed. And the MidiPlayer had working Live Input.


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


# c79a596f 25-Jun-2004 mahlzeit <mahlzeit@nowhere.fake>

Added Live Input. Not complete yet.


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


# b1902a09 25-Jun-2004 mahlzeit <mahlzeit@nowhere.fake>

Removed the nasty threads because they made my head hurt.
Old code is tagged with "with_cool_scope".


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


# 79054474 19-Jun-2004 mahlzeit <mahlzeit@nowhere.fake>

Finished implementation of MidiPlayer. Yay!


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


# 0fe1abb5 18-Jun-2004 mahlzeit <mahlzeit@nowhere.fake>

Initial version of the MidiPlayer app. Not complete yet.


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


# ef2769426fe2a0bec2985377f99752d8a2cc2c3b 27-Jun-2014 John Scipione <jscipione@gmail.com>

MidiPlayer: Update copyright headers

Add Haiku, Inc. for all changes 2008-2014 based on commit logs.
If people want to assign their own copyright for work they did they
probably should add there name to the copyright list.


# 42bcaa84c0eb475d3f6c49a7a7f4cc8d72083f5b 27-Jun-2014 John Scipione <jscipione@gmail.com>

MidiPlayer: style overhaul


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


# 4eb0cbb044cf538f18c0d252934a5bcaa33bfd34 07-May-2010 Matt Madia <mattmadia@gmail.com>

Updated TR_CONTEXT to be B_TRANSLATE_CONTEXT, relating to #5408.


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


# b25cb34a476ec1d88c673561b374c6bfc3593c3f 06-May-2010 Matt Madia <mattmadia@gmail.com>

Updated to use B_TRANSLATE* macros. relates to #5408.

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


# 2f1ed3326173fd64229ad146c0301d2f47e62651 20-Jan-2010 Adrien Destugues <pulkomandy@pulkomandy.ath.cx>

Internationalization and esperanto localization for midiplayer, done by dancxjo.


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


# d4a18674e3217fe2e46742266f5061a4665916a0 14-Jul-2008 Ryan Leavengood <leavengood@gmail.com>

CHANGED the MidiPlayer GUI to use the layout system, mostly for the purposes of
the article I am writing, though it really did need this change.


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


# e6b421a98eee762db7b1c0237e608356a2a26383 29-Apr-2008 Jérôme Duval <korli@users.berlios.de>

fix misuse of ... with B_UTF8_ELLIPSIS


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


# 54302f75a1ae0f8dfe4483a0ea132dc5273bc121 28-Jun-2004 mahlzeit <mahlzeit@nowhere.fake>

Better centering of scope.


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


# c75d8265c98e85615b0aa96280c5e03eb6c3db98 28-Jun-2004 mahlzeit <mahlzeit@nowhere.fake>

It was already after dark when he finally closed the lid of his
laptop. The source code was written, compiled, and checked in. The bugs
fixed, trampled, squashed. And the MidiPlayer had working Live Input.


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


# c79a596fb1f36d327a265b0e84340e03f710df81 25-Jun-2004 mahlzeit <mahlzeit@nowhere.fake>

Added Live Input. Not complete yet.


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


# b1902a09ef38a67811b7facad91de6453f177daf 25-Jun-2004 mahlzeit <mahlzeit@nowhere.fake>

Removed the nasty threads because they made my head hurt.
Old code is tagged with "with_cool_scope".


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


# 79054474ddc6936367324f71176ed8d4bb0e4fe6 19-Jun-2004 mahlzeit <mahlzeit@nowhere.fake>

Finished implementation of MidiPlayer. Yay!


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


# 0fe1abb5aa84abfffd63d2be8c956b21125fad16 18-Jun-2004 mahlzeit <mahlzeit@nowhere.fake>

Initial version of the MidiPlayer app. Not complete yet.


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