..
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
* Removed src/kits/tracker/OpenHashTable.h. The shared version in
2009-04-11 21:24:32 +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
* When inserting USB sticks, the read-only mount suggestion was completely
2009-05-12 18:03:36 +00:00
AutoMounter.h
* When inserting USB sticks, the read-only mount suggestion was completely
2009-05-12 18:03:36 +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
Allows "Icon Label Outline" to be disabled when no background bitmaps are chosen.
2009-04-29 23:43:23 +00:00
BackgroundImage.h
Small cleanups.
2009-03-26 14:07:33 +00:00
Bitmaps.cpp
* Removed src/kits/tracker/OpenHashTable.h. The shared version in
2009-04-11 21:24:32 +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
Patch by Obaro Ogbo (nastee) with small changes by myself:
2009-04-16 19:32:11 +00:00
ContainerWindow.cpp
Patch by Obaro Ogbo (nastee) with small changes by myself:
2009-04-16 19:32:11 +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
Improved/fixed the look of file panels. If I feel motivated enough, I may
2009-03-23 11:26:53 +00:00
CountView.h
Improved/fixed the look of file panels. If I feel motivated enough, I may
2009-03-23 11:26:53 +00:00
DesktopPoseView.cpp
Fixed a mixup of the flags and resize mode arguments. In my previous commit,
2009-03-29 14:22:38 +00:00
DesktopPoseView.h
Fixed gcc 4(.1.2) build problems.
2007-03-04 05:00:40 +00:00
DeskWindow.cpp
* Fix the completely broken desktop icon size changing which I introduced
2009-04-07 21:09:10 +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
Probably not good to invalidate the layout in the destructor...
2009-04-23 18:31:22 +00:00
DialogPane.h
More style cleanup.
2009-04-23 18:29:58 +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
Setting the escape key as shortcut for the Cancel options of Tracker's dialogs.
2009-04-05 23:47:58 +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
* If you do something, please try to do it right, or at least test it.
2009-04-08 08:23:07 +00:00
FilePanelPriv.h
Added libtracker.so to the repository and the build.
2005-05-23 00:58:42 +00:00
FilePermissionsView.cpp
* Removed src/kits/tracker/OpenHashTable.h. The shared version in
2009-04-11 21:24:32 +00:00
FilePermissionsView.h
Added libtracker.so to the repository and the build.
2005-05-23 00:58:42 +00:00
FindPanel.cpp
* combine MovePenTo() with DrawString()
2009-05-01 08:39:02 +00:00
FindPanel.h
* Fixed typo.
2008-11-28 20:32:35 +00:00
FSClipboard.cpp
Setting the escape key as shortcut for the Cancel options of Tracker's dialogs.
2009-04-05 23:47:58 +00:00
FSClipboard.h
Some pose performance improvements by aldeck and myself:
2009-02-14 19:54:47 +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
if opening a document failed because the system is shutting down, don't ask the user if he wants to open the document with another application, since that would fail as well.
2009-04-24 05:11:56 +00:00
FSUtils.h
* Changed directory structure as suggested on the mailing list.
2009-04-03 09:02:44 +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
* Removed src/kits/tracker/OpenHashTable.h. The shared version in
2009-04-11 21:24:32 +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
In some ways, this is unrelated, but I had to combine this anyhow:
2009-04-23 18:25:37 +00:00
InfoWindow.h
fix a bit of gcc4 build
2007-10-15 22:35:52 +00:00
Jamfile
Fix several cases of forgetting to include libstdc++ in the libs. This allows a successful build of Haiku on gcc4 Haiku, though it's presently unclear to me why this didn't prevent linking on any other platform (gcc2 haiku, and gcc2/4 cross compilers from FBSD had no issues here).
2009-04-05 22:33:53 +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
Patch by plasm with some modifications by myself: Implement natural sorting
2009-04-01 09:28:32 +00:00
Model.h
Added libtracker.so to the repository and the build.
2005-05-23 00:58:42 +00:00
MountMenu.cpp
* Removed src/kits/tracker/OpenHashTable.h. The shared version in
2009-04-11 21:24:32 +00:00
MountMenu.h
Fix DraggableContainerIcon drawing after recent BControlLook method signature
2009-03-21 17:39:52 +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
OpenWithWindow.cpp
Only try to add the preferred app if it can be found, otherwise the Open With
2009-04-26 15:52:01 +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
Sorry for mixing some cleanups into this patch...
2009-04-08 15:28:53 +00:00
Pose.h
Sorry for mixing some cleanups into this patch...
2009-04-08 15:28:53 +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
My previous fixes had an oversight and the very last fix introduced new drawing
2009-04-10 08:58:13 +00:00
PoseView.h
Sorry for mixing some cleanups into this patch...
2009-04-08 15:28:53 +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
As discussed here:
2009-02-03 16:16:26 +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
Don't show the total number of items if 0 (as will happen in the case of move operations since we skip the pre-flight count for those). Fixes ticket #3722 .
2009-04-12 22:33:21 +00:00
StatusWindow.h
Added libtracker.so to the repository and the build.
2005-05-23 00:58:42 +00:00
TaskLoop.cpp
* Removed src/kits/tracker/OpenHashTable.h. The shared version in
2009-04-11 21:24:32 +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
Fix hardcoded paths for this *test* component.
2009-04-09 09:29:07 +00:00
Tests.h
Added libtracker.so to the repository and the build.
2005-05-23 00:58:42 +00:00
TextWidget.cpp
* Cleanup in the icon mode stuff. kScaleIconMode is gone. There is simply
2009-04-06 18:18:12 +00:00
TextWidget.h
* On date format change, remove the need for the synchronous call to
2008-10-31 15:07:06 +00:00
Thread.cpp
Added libtracker.so to the repository and the build.
2005-05-23 00:58:42 +00:00
Thread.h
* Removed src/kits/tracker/OpenHashTable.h. The shared version in
2009-04-11 21:24:32 +00:00
TitleView.cpp
Implemented a new look for the Haiku interface controls. It was
2009-02-15 18:23:19 +00:00
TitleView.h
Implemented a new look for the Haiku interface controls. It was
2009-02-15 18:23:19 +00:00
Tracker.cpp
Patch by Obaro Ogbo (nastee) with small changes by myself:
2009-04-16 19:32:11 +00:00
Tracker.h
Patch by Obaro Ogbo (nastee) with small changes by myself:
2009-04-16 19:32:11 +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
* Should fix the default desktop background (Haiku logo) since the move of the
2009-04-05 08:41:48 +00:00
TrackerScripting.cpp
* Added support to show tracker preferences via scripting. This will allow accessing
2008-10-26 00:09:47 +00:00
TrackerSettings.cpp
* Removed src/kits/tracker/OpenHashTable.h. The shared version in
2009-04-11 21:24:32 +00:00
TrackerSettings.h
Added libtracker.so to the repository and the build.
2005-05-23 00:58:42 +00:00
TrackerSettingsWindow.cpp
Applied a tip from Stephan: pass the location to DrawString directly.
2009-01-25 19:43:41 +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
Changed the score calculation for type ahead in the Tracker. Previously if there
2008-10-18 20:12:09 +00:00
Utilities.h
* Removed src/kits/tracker/OpenHashTable.h. The shared version in
2009-04-11 21:24:32 +00:00
ViewState.cpp
* Cleanup in the icon mode stuff. kScaleIconMode is gone. There is simply
2009-04-06 18:18:12 +00:00
ViewState.h
* Cleanup in the icon mode stuff. kScaleIconMode is gone. There is simply
2009-04-06 18:18:12 +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
Setting the escape key as shortcut for the Cancel options of Tracker's dialogs.
2009-04-05 23:47:58 +00:00
WidgetAttributeText.h
Patch by Obaro Ogbo: Provide a PreferredWidth() implementation for the
2009-03-29 14:23:59 +00:00