haiku/src/kits/tracker
Stephan Aßmus 7d805b2d52 * Fixed unlocking the window before suspending the
tracker task thread, which got broken/removed in r40226.
 * Also fixed a race condition that the previous code
   had, which is that after unlocking the window, the task
   thread could be interrupted, the window could theoretically
   go away and the view be destroyed before the thread continues,
   but we still access/dereference the BView pointer.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40698 a95241bf-73f2-0310-859d-f6bbb57e9c96
2011-02-26 09:56:48 +00:00
..
Attributes.h More Tracker refactoring: 2010-01-15 05:12:45 +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 * Removed what finally looks like an old (and not needed anymore) workaround. That is, the sending of a message when dropping a pose over another one while its context menu is still showing. That was causing #4757 since poseview was receiving the dropped message two times. 2010-04-28 13:37:27 +00:00
ContainerWindow.cpp The parent menu of the attributes menu might be showing, thus it needs 2011-02-22 22:46:48 +00:00
ContainerWindow.h More Tracker refactoring: 2010-01-15 05:12:45 +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 * Added a way to set the target for a BDirMenu; this didn't work well with 2010-11-09 21:58:54 +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 Bunch of localization fixes pointed out by Diver. Thanks! 2011-02-25 22:18:31 +00:00
FSUtils.h Bunch of localization fixes pointed out by Diver. Thanks! 2011-02-25 22:18:31 +00:00
FunctionObject.h Two lines between functions 2009-10-30 12:08:15 +00:00
GroupedMenu.cpp
GroupedMenu.h
IconCache.cpp Cleaned up legacy icon mappings and add some missing resource definitions to 2010-01-17 16:35:40 +00:00
IconCache.h
IconMenuItem.cpp
IconMenuItem.h
InfoWindow.cpp Bunch of localization fixes pointed out by Diver. Thanks! 2011-02-25 22:18:31 +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 Moved IconUtils.h to Interface Kit and therefor made it an "official" header. Since the class has no 2011-02-25 09:12:38 +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
LockingList.h
MimeTypeList.cpp
MimeTypeList.h
MimeTypes.h
MiniMenuField.cpp
MiniMenuField.h
Model.cpp * Use multiple translate contexts in Tracker for easier translation 2010-09-17 16:28:10 +00:00
Model.h * Missing <Debug.h> include. 2010-09-12 15:05:13 +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
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 If the template name was long enough, we would have exceeded the string size. 2011-02-24 01:09:24 +00:00
PoseView.h When creating a new pose, the index offset at which it was inserted in list mode was never passed back. Consequently, when creating a new folder via the cmd+N shortcut (which immediately goes into edit mode), the TextWidget for editing would appear at the wrong location. 2010-04-22 02:02:55 +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 * Fixed unlocking the window before suspending the 2011-02-26 09:56:48 +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 Bunch of localization fixes pointed out by Diver. Thanks! 2011-02-25 22:18:31 +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 * Use multiple translate contexts in Tracker for easier translation 2010-09-17 16:28:10 +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 * Add FormatDateTime function to BLocale 2010-08-07 11:22:16 +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 Fixed debug build (format string/argument mismatches). 2010-09-12 15:09:14 +00:00
Utilities.h * moved NaturalCompare() from libtracker.so to libshared.a, in order 2011-01-28 11:05:26 +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 Fix #6758: 2010-11-26 15:22:40 +00:00
WidgetAttributeText.h * Based on Adrien's idea to use special unicode characters, I've added rating 2010-09-30 14:25:03 +00:00