haiku/src/kits
Axel Dörfler 49ad25b392 * The type ahead mechanism did not work correctly in list view mode: instead
of taking the contents of the columns, it would always use the file name
  instead.
* That uncovered another bug, though: WidgetText::Text() tried to cast everything
  to StringAttributeText, but GenericAttributeText is actually used for most
  columns.
* Therefore, GenericAttributeText is now a subclass from StringAttributeText.
* Extended the type ahead to take other columns into account, and made it also
  find strings in the middle (like a filter) as a second choice.
* Whitespace cleanup.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28180 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-10-16 20:18:20 +00:00
..
app Introduce BMessage::CompareData() which is a Haiku API extension. It compares 2008-10-16 15:55:36 +00:00
bluetooth - Proper const use 2008-08-04 19:10:43 +00:00
debug Don't fail when the runtime loader debug area can't be found. When we 2008-09-29 00:41:31 +00:00
device fixes pointed out by Axel, and style changes. 2008-09-12 18:29:16 +00:00
game fix the problem reported in the TODO by using a reference to pointer 2008-09-25 06:12:02 +00:00
interface aldeck + stippi: 2008-10-16 19:21:01 +00:00
mail renamed static variable to have the s prefix 2008-09-25 07:39:28 +00:00
media Don't leak the BMediaFile. CID 5 2008-09-23 08:14:07 +00:00
midi fixed looping mode, and bug #1730 2008-02-10 21:03:34 +00:00
midi2 fix some signatures, cleanup 2006-09-13 14:11:42 +00:00
network Fixed every (hopefully) CID cases of delete where delete[] should have been used. CID 122, 123, 124, 125, 126, 127, 128, 129, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 142, 143, 144, 147, 148, 149, 150 2008-09-23 09:52:45 +00:00
opengl Rather use UsePublicObjectHeaders instead of using USES_BE_API for the 2008-10-14 11:08:08 +00:00
print * first steps towards a new printer api... 2008-08-10 23:26:38 +00:00
screensaver fix R5 build 2006-07-12 09:58:23 +00:00
shared Applied patch by Stephen Deken: 2008-10-16 19:10:10 +00:00
storage * Added a handy BDiskSystem::SupportsWriting(). 2008-10-13 23:47:30 +00:00
support * should have been part of r27883 2008-10-06 19:51:17 +00:00
textencoding delete -> delete[]. CID 121 2008-09-15 12:11:58 +00:00
tracker * The type ahead mechanism did not work correctly in list view mode: instead 2008-10-16 20:18:20 +00:00
translation In r16700 the name and meaning of that loop condition variable was flipped 2008-09-22 17:57:31 +00:00
Jamfile * use the screenshot app to take a screenshot 2008-09-30 21:48:35 +00:00
libbe_version.rdef The version information is now actually set: apparently, AddResources must 2005-07-09 20:52:00 +00:00