haiku/src/kits/tracker
Philippe Saint-Pierre 9cf506a2bf Tracker:
* Add "Arrange By" submenu in Window menu.
 * You can arrange by the same fields you can sort by in list view. Changing your sorting order in list view will change the Arrange By choice when you enter icon view and vice-versa.
 * Support ReverseSort order.
 * Keep the clean-up feature, but it's now under the Arrange By menu.

Fixing ticket #1349.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@42448 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-07-19 03:52:42 +00:00
..
Attributes.h Offer a 'Real name' column in Tracker list view mode, when set to show localized names. As discussed a while back. I honestly don't know if this is such a great idea after all. Name + real name is kind of silly. Ideally it would be labeled in a more logical way, or the feature should be dropped. 2011-04-08 05:11:23 +00:00
AttributeStream.cpp
AttributeStream.h Fix typo spotted by Clang. Resolves ticket #6253. 2010-07-02 19:48:13 +00:00
AUTHORS
AutoMounterSettings.cpp Correct alphabetical order of header files. 2010-09-29 18:37:31 +00:00
AutoMounterSettings.h * Removed auto mounter code from Tracker. 2009-10-12 14:52:17 +00:00
Background.h
BackgroundImage.cpp * Fixed wrong indentation of the if-clause introduced in r40144. 2011-01-08 12:38:13 +00:00
BackgroundImage.h Applied patch from engleek with fix hints from devheart (bug #4720): 2011-01-07 20:44:27 +00:00
Bitmaps.cpp
Bitmaps.h Cleaned up legacy icon mappings and add some missing resource definitions to 2010-01-17 16:35:40 +00:00
Commands.h Tracker: 2011-07-19 03:52:42 +00:00
ContainerWindow.cpp Tracker: 2011-07-19 03:52:42 +00:00
ContainerWindow.h Tracker: 2011-07-19 03:52:42 +00:00
CountView.cpp * Added a way to set the target for a BDirMenu; this didn't work well with 2010-11-09 21:58:54 +00:00
CountView.h Automatic whitespace cleanup, no functional change. 2010-02-01 05:36:59 +00:00
Cursors.h Use the new cursors. 2010-03-17 12:39:24 +00:00
DesktopPoseView.cpp More cleanups: 2010-01-31 21:27:14 +00:00
DesktopPoseView.h More cleanups: 2010-01-31 21:27:14 +00:00
DeskWindow.cpp Set B_NOT_RESIZABLE for the deskbar and the desktop window. Fixes #6999. 2011-01-02 00:23:03 +00:00
DeskWindow.h More Tracker refactoring: 2010-01-15 05:12:45 +00:00
DialogPane.cpp
DialogPane.h
DirMenu.cpp * Added a way to set the target for a BDirMenu; this didn't work well with 2010-11-09 21:58:54 +00:00
DirMenu.h * Added a way to set the target for a BDirMenu; this didn't work well with 2010-11-09 21:58:54 +00:00
EntryIterator.cpp * Removed last remains of the OPEN_TRACKER define. 2010-07-14 15:32:00 +00:00
EntryIterator.h * Removed last remains of the OPEN_TRACKER define. 2010-07-14 15:32:00 +00:00
FavoritesMenu.cpp * Use multiple translate contexts in Tracker for easier translation 2010-09-17 16:28:10 +00:00
FavoritesMenu.h Pass the favorites menu a reference to the file panel's ref filter. This is necessary since favorites are no longer constrained to only being folders, and as such they need to likewise be constrained to only display supported types. Fixes another part of #4916. 2009-11-22 23:43:59 +00:00
FBCPadding.cpp
FilePanel.cpp
FilePanelPriv.cpp * Extend the Model class with a method bool HasLocalizedName(). 2011-03-27 18:38:05 +00:00
FilePanelPriv.h More cleanups: 2010-01-31 21:27:14 +00:00
FilePermissionsView.cpp * Use multiple translate contexts in Tracker for easier translation 2010-09-17 16:28:10 +00:00
FilePermissionsView.h
FindPanel.cpp Replace occurences of strcpy and strcat by strlcpy and strlcat. At both places, while improbable, it was possible to get string overflows. 2011-02-24 01:23:21 +00:00
FindPanel.h * Removed last remains of the OPEN_TRACKER define. 2010-07-14 15:32:00 +00:00
FSClipboard.cpp * Use multiple translate contexts in Tracker for easier translation 2010-09-17 16:28:10 +00:00
FSClipboard.h
FSUndoRedo.cpp
FSUndoRedo.h
FSUtils.cpp The destination directory wasn't stored in the UndoRedo record in the case of a duplication operation, causing issues when trying to redo an undone duplication (couldn't find the volume correctly). 2011-06-27 03:11:35 +00:00
FSUtils.h revert r42251. Cast the enum to uint32 before use in switchs to please GCC 4.5. 2011-06-20 21:12:10 +00:00
FunctionObject.h Two lines between functions 2009-10-30 12:08:15 +00:00
GroupedMenu.cpp
GroupedMenu.h
IconCache.cpp revert r42251. Cast the enum to uint32 before use in switchs to please GCC 4.5. 2011-06-20 21:12:10 +00:00
IconCache.h
IconMenuItem.cpp
IconMenuItem.h
InfoWindow.cpp Have ConfirmChangeIfWellKnownDirectory() protect the folders Common, Desktop, Root and Trash from renames and moves. Shift-key dialog protection added for the Home folder. Attempts on Desktop, Root and Trash are blocked silently. I admitt it's a bit odd to protect these so resolutely, unlike system, common and home, which are truly essential to the system. Would it be patronizing to enforce a stricter regime? 2011-03-28 06:44:46 +00:00
InfoWindow.h Reverting r30894 as it seems it is what was causing the slowness reported in ticket #4247. 2009-08-16 16:44:31 +00:00
Jamfile Localization of the most user-visible folders. Ignoring subfolders of common/, system/ and home/config/. 2011-03-31 07:31:56 +00:00
libtracker.rdef * Applied libtracker localization patch from T.Murai (a.k.a mt) with some modifications (see below). 2010-07-13 12:39:53 +00:00
LICENSE
LocalizedFolders.h Localization of the most user-visible folders. Ignoring subfolders of common/, system/ and home/config/. 2011-03-31 07:31:56 +00:00
LockingList.h
MimeTypeList.cpp
MimeTypeList.h
MimeTypes.h
MiniMenuField.cpp
MiniMenuField.h
Model.cpp * Extend the Model class with a method bool HasLocalizedName(). 2011-03-27 18:38:05 +00:00
Model.h * Extend the Model class with a method bool HasLocalizedName(). 2011-03-27 18:38:05 +00:00
MountMenu.cpp * Use multiple translate contexts in Tracker for easier translation 2010-09-17 16:28:10 +00:00
MountMenu.h
Navigator.cpp Cleaned up legacy icon mappings and add some missing resource definitions to 2010-01-17 16:35:40 +00:00
Navigator.h
NavMenu.cpp Clearly I need sleep. 2010-09-30 02:51:38 +00:00
NodePreloader.cpp
NodePreloader.h
NodeWalker.cpp
NodeWalker.h * Removed last remains of the OPEN_TRACKER define. 2010-07-14 15:32:00 +00:00
OpenWithWindow.cpp * Use multiple translate contexts in Tracker for easier translation 2010-09-17 16:28:10 +00:00
OpenWithWindow.h * Removed last remains of the OPEN_TRACKER define. 2010-07-14 15:32:00 +00:00
OverrideAlert.cpp
OverrideAlert.h
PendingNodeMonitorCache.cpp Remove the monitor item before calling FSNotification() on it. Otherwise, 2011-06-18 03:22:31 +00:00
PendingNodeMonitorCache.h
Pose.cpp Patch by Shade: If the volume does not return a valid capacity, don't crash with a division by zero error. Resolves #7103. Thanks! 2011-01-14 14:06:08 +00:00
Pose.h Implement type ahead filtering (this time for real and without abusing the 2010-01-30 08:08:58 +00:00
PoseList.cpp
PoseList.h
PoseView.cpp Tracker: 2011-07-19 03:52:42 +00:00
PoseView.h * Finally finish implementing proper selection rect autoscroll to work with the 2011-07-17 17:28:29 +00:00
PoseViewScripting.cpp
PublicCommands.h
QueryContainerWindow.cpp * Use multiple translate contexts in Tracker for easier translation 2010-09-17 16:28:10 +00:00
QueryContainerWindow.h
QueryPoseView.cpp * Use multiple translate contexts in Tracker for easier translation 2010-09-17 16:28:10 +00:00
QueryPoseView.h
RecentItems.cpp * Fixed a bug in BRecentItemsList::GetNextMenuItem() that would prevent it from 2010-10-08 13:13:31 +00:00
RecentItems.h
RegExp.cpp * Build fix, see ticket 6374 2010-09-16 16:36:56 +00:00
RegExp.h
SelectionWindow.cpp * Let SelectionWindow::MoveCloseToMouse() also take the current workspace into 2011-02-12 18:07:20 +00:00
SelectionWindow.h
Settings.cpp
Settings.h
SettingsHandler.cpp Various cleanups: 2010-01-13 00:41:43 +00:00
SettingsHandler.h
SettingsViews.cpp * Use multiple translate contexts in Tracker for easier translation 2010-09-17 16:28:10 +00:00
SettingsViews.h * Apply patch from Takashi Murai: use layouting for Tracker settings window/views. 2010-08-08 23:46:59 +00:00
SlowContextPopup.cpp * Use multiple translate contexts in Tracker for easier translation 2010-09-17 16:28:10 +00:00
SlowContextPopup.h Employ a similar naming abstraction for the desktop as has been done for Trash to allow that name to be localized visually later (same on-disk location though). 2010-01-17 21:35:42 +00:00
SlowMenu.cpp
SlowMenu.h
StatusWindow.cpp * Return a zero width and empty destination string when there's no destination dir. Fixes #7462 +alpha3 2011-05-29 01:05:18 +00:00
StatusWindow.h Fix graphical erros in Tracker's status window by truncating the destination path as needed. (Fixes #5914). Also remove fallback drawing code for when be_control_look is NULL, as that shouldn't be the case ever. 2011-02-25 19:28:27 +00:00
TaskLoop.cpp
TaskLoop.h
TemplatesMenu.cpp * Use multiple translate contexts in Tracker for easier translation 2010-09-17 16:28:10 +00:00
TemplatesMenu.h * Applied libtracker localization patch from T.Murai (a.k.a mt) with some modifications (see below). 2010-07-13 12:39:53 +00:00
Tests.cpp
Tests.h
TextWidget.cpp Offer a 'Real name' column in Tracker list view mode, when set to show localized names. As discussed a while back. I honestly don't know if this is such a great idea after all. Name + real name is kind of silly. Ideally it would be labeled in a more logical way, or the feature should be dropped. 2011-04-08 05:11:23 +00:00
TextWidget.h Implement type ahead filtering (this time for real and without abusing the 2010-01-30 08:08:58 +00:00
Thread.cpp
Thread.h
TitleView.cpp CID 1457 : dead code (we know pressed is true at this point). 2010-08-16 15:17:00 +00:00
TitleView.h
Tracker.cpp Localization support for filesystem entries in Tracker and Deskbar (leaf menu). (It appears to work, but is likely incomplete and quite possibly incorrect.) Fix issue with RosterData::Refresh() resulting in a B_LOCALE_CHANGED broadcast, and Deskbar looping. Add a global boolean gLocalizedNamePreferred to avoid calling BLocaleRoster::Default()->IsFilesystemTranslationPreferred() too often from Model instances. Following Tracker code style in libtracker, so as to not mix in too much clean-up. 2011-03-12 00:53:30 +00:00
Tracker.h * Removed auto mounter code from Tracker. 2009-10-12 14:52:17 +00:00
TrackerIcons.h Cleaned up legacy icon mappings and add some missing resource definitions to 2010-01-17 16:35:40 +00:00
TrackerIcons.rdef Provide the HVIF version of the printer spool type. These types should really 2010-05-19 11:17:04 +00:00
TrackerInitialState.cpp * Use multiple translate contexts in Tracker for easier translation 2010-09-17 16:28:10 +00:00
TrackerScripting.cpp
TrackerSettings.cpp Offer a 'Real name' column in Tracker list view mode, when set to show localized names. As discussed a while back. I honestly don't know if this is such a great idea after all. Name + real name is kind of silly. Ideally it would be labeled in a more logical way, or the feature should be dropped. 2011-04-08 05:11:23 +00:00
TrackerSettings.h Implement type ahead filtering (this time for real and without abusing the 2010-01-30 08:08:58 +00:00
TrackerSettingsWindow.cpp * Use multiple translate contexts in Tracker for easier translation 2010-09-17 16:28:10 +00:00
TrackerSettingsWindow.h * Apply patch from Takashi Murai: use layouting for Tracker settings window/views. 2010-08-08 23:46:59 +00:00
TrackerString.cpp * applied patch by kaliber that fixes more than 100 warnings - thanks a lot! 2010-07-21 21:43:20 +00:00
TrackerString.h
TrashWatcher.cpp Cleaned up legacy icon mappings and add some missing resource definitions to 2010-01-17 16:35:40 +00:00
TrashWatcher.h
Utilities.cpp Make BLocaleRoster::GetLocalizedFileName() take a const entry_ref& rather than a non-const entry_ref&. Remove private GetLocalizedFileName() from libtracker and make Tracker and Deskbar use the one in BLocaleRoster. 2011-03-22 01:35:38 +00:00
Utilities.h Make BLocaleRoster::GetLocalizedFileName() take a const entry_ref& rather than a non-const entry_ref&. Remove private GetLocalizedFileName() from libtracker and make Tracker and Deskbar use the one in BLocaleRoster. 2011-03-22 01:35:38 +00:00
ViewState.cpp Fixed debug build (format string/argument mismatches). 2010-09-12 15:09:14 +00:00
ViewState.h Factored out initialization of default values into an _Init() function that's now called by all constructors. 2010-04-24 19:35:53 +00:00
VolumeWindow.cpp * Use multiple translate contexts in Tracker for easier translation 2010-09-17 16:28:10 +00:00
VolumeWindow.h
WidgetAttributeText.cpp Offer a 'Real name' column in Tracker list view mode, when set to show localized names. As discussed a while back. I honestly don't know if this is such a great idea after all. Name + real name is kind of silly. Ideally it would be labeled in a more logical way, or the feature should be dropped. 2011-04-08 05:11:23 +00:00
WidgetAttributeText.h Offer a 'Real name' column in Tracker list view mode, when set to show localized names. As discussed a while back. I honestly don't know if this is such a great idea after all. Name + real name is kind of silly. Ideally it would be labeled in a more logical way, or the feature should be dropped. 2011-04-08 05:11:23 +00:00