haiku/src/apps/diskprobe
Axel Dörfler cfa4cb788c Now uses DataEditor::AttributeRef() where appropriate.
The definition of BEOS_R5_COMPATIBLE is no longer necessary, due to improvements
to our build system.
For root directories, the attributes are now taken from that directory; previously,
only the device was tested for attributes (which doesn't have any in BeOS).


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10483 a95241bf-73f2-0310-859d-f6bbb57e9c96
2004-12-17 08:41:01 +00:00
..
AttributeEditors.cpp The attribute editors are now subclassing TypeEditorView which has a 2004-02-27 22:26:37 +00:00
AttributeEditors.h The attribute editors are now subclassing TypeEditorView which has a 2004-02-27 22:26:37 +00:00
AttributeWindow.cpp Now also shows the volume name instead of the entry_ref name for root directories. 2004-12-17 08:37:50 +00:00
AttributeWindow.h The attribute editors are now subclassing TypeEditorView which has a 2004-02-27 22:26:37 +00:00
DataEditor.cpp The DataEditor now has a separate entry_ref for attributes - that's used 2004-12-17 08:34:34 +00:00
DataEditor.h The DataEditor now has a separate entry_ref for attributes - that's used 2004-12-17 08:34:34 +00:00
DataView.cpp The DataView can now also accept drop messages from others and itself; the 2004-12-16 01:14:42 +00:00
DataView.h The DataView can now also accept drop messages from others and itself; the 2004-12-16 01:14:42 +00:00
DiskProbe.cpp ArgvReceived() no longer calls Probe() directly, but builds a BMessage 2004-12-16 02:38:51 +00:00
DiskProbe.h Implemented a find panel. It's one application wide panel that will always 2004-02-29 14:22:17 +00:00
DiskProbe.rdef Updated application signature and version information for Haiku. 2004-07-29 09:10:48 +00:00
FileWindow.cpp Now only replaces the directory's name with the volume name for root directories for the window title. 2004-12-16 02:45:44 +00:00
FileWindow.h Now checks if there are any outstanding changes in the editor when the 2004-02-26 19:15:37 +00:00
FindWindow.cpp Fixed a bug that I introduced with revision 1.9 when fixing the selection 2004-12-15 14:03:56 +00:00
FindWindow.h Now saves the current find settings, too (find mode and case sensitivity). 2004-07-29 09:06:51 +00:00
Jamfile use COMPILE_FOR_R5 if target is not DANO_COMPATIBLE 2004-11-09 03:55:52 +00:00
OpenWindow.cpp The OpenWindow is no longer resizable or zoomable, fixing bug #1 in our 2004-06-24 10:06:59 +00:00
OpenWindow.h Implemented the document handling foundation for DiskProbe. 2004-02-10 04:17:16 +00:00
ProbeView.cpp Now uses DataEditor::AttributeRef() where appropriate. 2004-12-17 08:41:01 +00:00
ProbeView.h Implemented find functionality. The find panel is still missing though, it 2004-02-28 04:10:48 +00:00
ProbeWindow.cpp The ProbeWindow (base class for FileWindow and AttributeWindow) will now 2004-02-27 21:31:07 +00:00
ProbeWindow.h Implemented initial attribute support. 2004-02-24 07:24:05 +00:00