haiku/src/kits/tracker
Alexandre Deckner 3704f31d73 * AddPosesCompleted could be called actually before all the poses were added.
The method was called after _sending_ all the messages, not after receiving
  them all. This fixes the scroll validity check in AddPosesCompleted in list
  mode (bug mentioned in my last commit).

 We can now close #2441, tracker windows should now be completely persistant
with regard to scrolling now, in all modes (spatial mode, single window 
mode in list or icon mode). \o/


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28210 a95241bf-73f2-0310-859d-f6bbb57e9c96
2008-10-17 09:52:09 +00:00
..
AboutBox.cpp Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
Attributes.h Merge from layout management branch. 2006-08-26 16:21:15 +00:00
AttributeStream.cpp delete -> delete[]. CID 151 2008-09-15 12:15:54 +00:00
AttributeStream.h Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
AUTHORS Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
AutoMounter.cpp * The Tracker now makes use of the new B_DISK_SYSTEM_SUPPORTS_WRITING flag, 2008-10-13 23:49:10 +00:00
AutoMounter.h Improve the Read-Only mounting suggestion for additional volumes. 2008-09-06 08:02:59 +00:00
AutoMounterSettings.cpp Imported AutomountSettings.* 1.2, StatusWindow.cpp 1.7, and TrackerIcons.rdef 1.5 from 2006-03-08 21:14:12 +00:00
AutoMounterSettings.h Imported AutomountSettings.* 1.2, StatusWindow.cpp 1.7, and TrackerIcons.rdef 1.5 from 2006-03-08 21:14:12 +00:00
Background.h changed the meaning of the "icon view label background" Tracker setting: 2007-08-22 15:01:38 +00:00
BackgroundImage.cpp changed the meaning of the "icon view label background" Tracker setting: 2007-08-22 15:01:38 +00:00
BackgroundImage.h changed the meaning of the "icon view label background" Tracker setting: 2007-08-22 15:01:38 +00:00
Bitmaps.cpp * Fixed build under R5/Dano that was broken since Stippi added vector icon support. 2007-01-19 23:16:41 +00:00
Bitmaps.h * Added "Disks" icon (file system root mimetype) based on work done by 2008-03-26 20:25:48 +00:00
Commands.h Opening previously open windows on non-boot partitions obviously only worked if the 2008-07-21 16:01:51 +00:00
ContainerWindow.cpp CID 996. Don't leak the BString 2008-09-25 14:23:39 +00:00
ContainerWindow.h * Got rid of the "count" parameter and maintenance altogether - makes the code 2008-08-22 12:01:27 +00:00
CountView.cpp Cleanup. 2008-04-03 12:19:44 +00:00
CountView.h Applied patch by Christof Lutteroth: 2008-04-03 09:04:07 +00:00
DesktopPoseView.cpp Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
DesktopPoseView.h Fixed gcc 4(.1.2) build problems. 2007-03-04 05:00:40 +00:00
DeskWindow.cpp - The Trash context menu was using a checkmark to keep track of the last 2008-10-17 00:33:38 +00:00
DeskWindow.h * Simply check if fTrashContextMenu->Window() is non NULL. This should be the definitive 2008-10-15 21:14:16 +00:00
DeviceMap.h Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
DeviceMapGlue.h Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
DialogPane.cpp * Imported files from OT-current: 2006-08-11 13:23:10 +00:00
DialogPane.h Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
DirMenu.cpp Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
DirMenu.h Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
EntryIterator.cpp * Added "sortInodes" parameter to CachedEntryIteratorList constructor. 2008-10-04 20:30:29 +00:00
EntryIterator.h * Added "sortInodes" parameter to CachedEntryIteratorList constructor. 2008-10-04 20:30:29 +00:00
FavoritesConfig.cpp don't leak the bmessenger. CID 888 2008-09-25 15:51:29 +00:00
FavoritesMenu.cpp Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
FavoritesMenu.h Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
FBCPadding.cpp * Rewrote BeBuild.h which had "a few" consequences (got rid of all those class 2007-10-15 20:13:55 +00:00
FilePanel.cpp * Rewrote BeBuild.h which had "a few" consequences (got rid of all those class 2007-10-15 20:13:55 +00:00
FilePanelPriv.cpp Imported SettingsViews.cpp 1.10, FilePanelPriv.cpp 1.14, TrackerSettingsWindow.cpp 1.7, 2006-06-01 10:47:12 +00:00
FilePanelPriv.h Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
FilePermissionsView.cpp Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
FilePermissionsView.h Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
FindPanel.cpp * The MIME type menu in the find panel now shows the MIME type icons, if any. 2008-08-22 12:30:00 +00:00
FindPanel.h fix a bit of gcc4 build 2007-10-15 22:35:52 +00:00
FSClipboard.cpp Imported SettingsViews.cpp 1.10, FilePanelPriv.cpp 1.14, TrackerSettingsWindow.cpp 1.7, 2006-06-01 10:47:12 +00:00
FSClipboard.h Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
FSUndoRedo.cpp Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
FSUndoRedo.h Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
FSUtils.cpp - Changed the well-known "Downloads" dir to be named "downloads" for 2008-08-25 16:58:47 +00:00
FSUtils.h * Rewrote BeBuild.h which had "a few" consequences (got rid of all those class 2007-10-15 20:13:55 +00:00
FunctionObject.h Some more GCC 4 and PPC fixes. 2006-05-19 15:52:21 +00:00
GroupedMenu.cpp Minor fix, closes bug #81. 2006-01-02 12:17:14 +00:00
GroupedMenu.h Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
IconCache.cpp Minor cleanup. 2007-03-28 08:47:28 +00:00
IconCache.h Merge from layout management branch. 2006-08-26 16:21:15 +00:00
IconMenuItem.cpp * IconMenuItem now falls back to the icon of the super type, if a MIME type 2008-08-22 12:06:50 +00:00
IconMenuItem.h * Applied patch by Jonas to have 32-bit icons in the mount and template menus 2007-02-26 23:02:54 +00:00
InfoWindow.cpp * fix some mem leaks 2008-10-03 12:36:58 +00:00
InfoWindow.h fix a bit of gcc4 build 2007-10-15 22:35:52 +00:00
Jamfile * Simply check if fTrashContextMenu->Window() is non NULL. This should be the definitive 2008-10-15 21:14:16 +00:00
LICENSE Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
LockingList.h Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
MimeTypeList.cpp Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
MimeTypeList.h Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
MimeTypes.h Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
MiniMenuField.cpp Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
MiniMenuField.h Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
Model.cpp malloc.h ain't no standard header. Use stdlib.h instead. 2007-10-30 17:32:27 +00:00
Model.h Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
MountMenu.cpp * Added two new ways to retrieve an icon from a device: 2008-08-17 11:27:07 +00:00
MountMenu.h Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
Navigator.cpp Made Navigator color-sensitive. More to come. 2008-03-02 21:16:43 +00:00
Navigator.h Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
NavMenu.cpp synced with rev 1.11 from OpenTracker cvs, ignore read only volumes when building the navigation menu for the unified Trash folder 2006-04-08 16:56:38 +00:00
NodePreloader.cpp Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
NodePreloader.h Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
NodeWalker.cpp Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
NodeWalker.h Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
OpenHashTable.h More GCC 4 fixes by Ingo Weinhold - appeared because of the recent removal 2005-12-11 19:37:18 +00:00
OpenWithWindow.cpp * We must not sort the cached inodes, or else we mess up the order for 2008-10-04 20:33:20 +00:00
OpenWithWindow.h * Added "sortInodes" parameter to CachedEntryIteratorList constructor. 2008-10-04 20:30:29 +00:00
OverrideAlert.cpp Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
OverrideAlert.h Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
PendingNodeMonitorCache.cpp Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
PendingNodeMonitorCache.h Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
Pose.cpp * fixed tracker single click selection. 2007-09-06 10:40:47 +00:00
Pose.h Reworked the handling of periodically updated poses (currently only ones with a volume space bar): 2007-06-19 09:33:29 +00:00
PoseList.cpp Reworked the handling of periodically updated poses (currently only ones with a volume space bar): 2007-06-19 09:33:29 +00:00
PoseList.h Reworked the handling of periodically updated poses (currently only ones with a volume space bar): 2007-06-19 09:33:29 +00:00
PoseView.cpp * AddPosesCompleted could be called actually before all the poses were added. 2008-10-17 09:52:09 +00:00
PoseView.h * Rewrote the way BViewState checks if changes needs to be saved on quiting a navigation window (icon mode and 2008-10-17 01:41:43 +00:00
PoseViewScripting.cpp Removed the obsolete byteorder.h header (it just included ByteOrder.h). 2005-05-26 08:12:59 +00:00
PublicCommands.h Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
QueryContainerWindow.cpp Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
QueryContainerWindow.h Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
QueryPoseView.cpp Quite a cleanup action to avoid polluting the global namespace with private 2008-09-20 15:08:40 +00:00
QueryPoseView.h Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
RecentItems.cpp Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
RecentItems.h Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
RegExp.cpp malloc.h ain't no standard header. Use stdlib.h instead. 2007-10-30 17:32:27 +00:00
RegExp.h Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
SelectionWindow.cpp Imported SettingsViews.cpp 1.11, .h 1.9, TrackerSettingsWindow.cpp 1.8, .h 1.3, 2006-06-25 10:46:00 +00:00
SelectionWindow.h Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
Settings.cpp Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
Settings.h Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
SettingsHandler.cpp Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
SettingsHandler.h fixed some gcc4 warnings 2006-09-25 21:49:41 +00:00
SettingsViews.cpp - Revert button's first update didn't work since revert data is stored in the Show() method. 2008-02-18 18:08:48 +00:00
SettingsViews.h Patch from Justin O'Dell for bug #254, fixing the Defaults button behavior 2007-08-24 01:17:18 +00:00
SlowContextPopup.cpp Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
SlowContextPopup.h Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
SlowMenu.cpp Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
SlowMenu.h Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
StatusWindow.cpp Imported AutomountSettings.* 1.2, StatusWindow.cpp 1.7, and TrackerIcons.rdef 1.5 from 2006-03-08 21:14:12 +00:00
StatusWindow.h Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
TaskLoop.cpp Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
TaskLoop.h Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
TemplatesMenu.cpp Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
TemplatesMenu.h Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
Tests.cpp Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
Tests.h Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
TextWidget.cpp * The type ahead mechanism did not work correctly in list view mode: instead 2008-10-16 20:18:20 +00:00
TextWidget.h * The type ahead mechanism did not work correctly in list view mode: instead 2008-10-16 20:18:20 +00:00
Thread.cpp Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
Thread.h GCC 4 fixes by Ingo Weinhold. 2005-11-13 13:43:11 +00:00
TitleView.cpp If Moved() has been called, Clicked() can't be called anymore; this actually 2007-08-21 19:10:50 +00:00
TitleView.h * BTitleView now resizes its columns asynchronously. As a side-effect, this 2007-08-21 01:43:17 +00:00
Tracker.cpp the loop was never entered. CID 93 2008-09-25 14:36:29 +00:00
Tracker.h Tracker now also restores the previously opened windows from volumes that were 2007-07-19 12:52:50 +00:00
TrackerIcons.h * Added "Disks" icon (file system root mimetype) based on work done by 2008-03-26 20:25:48 +00:00
TrackerIcons.rdef * Added "Disks" icon (file system root mimetype) based on work done by 2008-03-26 20:25:48 +00:00
TrackerInitialState.cpp Use B_RGBA32 instead of B_RGB32 when getting vector icons. Should fix bug #2525. 2008-07-17 19:32:57 +00:00
TrackerScripting.cpp Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
TrackerSettings.cpp - Revert button's first update didn't work since revert data is stored in the Show() method. 2008-02-18 18:08:48 +00:00
TrackerSettings.h Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
TrackerSettingsWindow.cpp - Revert button's first update didn't work since revert data is stored in the Show() method. 2008-02-18 18:08:48 +00:00
TrackerSettingsWindow.h - Revert button's first update didn't work since revert data is stored in the Show() method. 2008-02-18 18:08:48 +00:00
TrackerString.cpp Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
TrackerString.h Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
TrashWatcher.cpp Fixed a warning when compiling Tracker for BeOS. 2007-06-05 17:54:47 +00:00
TrashWatcher.h Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
Utilities.cpp * The type ahead mechanism did not work correctly in list view mode: instead 2008-10-16 20:18:20 +00:00
Utilities.h * The type ahead mechanism did not work correctly in list view mode: instead 2008-10-16 20:18:20 +00:00
ViewState.cpp * Style cleanup. 2008-10-17 08:57:24 +00:00
ViewState.h * Style cleanup. 2008-10-17 08:57:24 +00:00
VolumeWindow.cpp Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
VolumeWindow.h Added libtracker.so to the repository and the build. 2005-05-23 00:58:42 +00:00
WidgetAttributeText.cpp * The type ahead mechanism did not work correctly in list view mode: instead 2008-10-16 20:18:20 +00:00
WidgetAttributeText.h * The type ahead mechanism did not work correctly in list view mode: instead 2008-10-16 20:18:20 +00:00