haiku/headers
Ryan Leavengood e77304562d Actually sort the translator menu used in ShowImage.
There were two problems with the last commit:

* the list needed to be outside of the top-level loop.
* BList was just broken for sorting translation_format pointers.

I fixed this by moving the loop outside and converting the translation_formats
to translator_info, which has the translator_id, since that is needed to create
the menu item, and would otherwise be unavailable outside the loop.

I tried to get this working with BList, but the sorting was completely broken,
and converting to BObjectList made the code much, much better and worked great.
Screw BList and casting, hurray templated BObjectList.

Really fixes #6782.
2012-08-07 00:41:41 -04:00
..
build Fixed compilation of remote_disk_server on OS X hosts. 2012-08-03 17:48:02 +01:00
compatibility * Added definitions for n_short, n_long, and n_time as expected on FreeBSD when 2011-07-23 15:41:47 +00:00
config Filtered flat import of Oliver's svn package management branch 2011-11-25 06:17:07 +01:00
cpp Fix #7948: add correct prototype for String::compare alongside the wrong one 2011-10-31 09:56:00 +00:00
glibc * merged 32bit-wchar_t branches of buildtools and haiku back into 2009-07-07 10:30:09 +00:00
libs Revert "Fix gcc2 build on Mac OS X Lion" 2012-07-30 02:10:08 -04:00
os Actually sort the translator menu used in ShowImage. 2012-08-07 00:41:41 -04:00
posix Updated copyright in headers. No functional change. 2012-07-19 18:14:06 +00:00
private radeon_hd: display port improvements 2012-08-05 12:15:35 -05:00
tools * Moved everything into the SymbolPatcher namespace. 2009-11-05 17:16:17 +00:00