| Version 5.3.0 |
 |
 |
License: OpenTracker
Updated: August 1, 2006
Source: Source Available
|
 |
 |
After the relatively long hiatus, a new version has finally been completed:
- The Deskbar's time view now shows a nice calendar when you click over it
and hold the mouse button.
- Tray icons will now be layouted better when new ones appear, or disappear.
- Switcher can now quit applications when you press the 'q' key in the Switcher
window.
- Tracker add-ons are now only shown if they support the file type directly,
or at least in a generic way - they are now ordered by their level of
support, too.
- Support for undo/redo of Tracker operations (but no undelete, of course)
- The parent menu list in the lower left of a Tracker window is now fully
navigable, making it much more usable.
- Numerous subtle usability improvements in the file panel.
- There is now an icon in the upper right corner representing the current
directory - you can use this to drag around instead of having to open
its parent for this.
- Folder attributes can now be put onto the clipboard, and pasted from there,
too.
- A possible work-around for the freezing bug on some R5 systems has been
found - please give feedback if it works for you.
- Improved drag&drop behaviour in Tracker.
- Network shares now get a proper icon in Tracker that differentiates them
from mounted images.
- Attribute queries now automatically get more useful names for later reuse.
- Many font sensitivity issues, bug fixes and other enhancements, see the
change log for a detailed list of changes
Note, you should be cautious when installing OpenTracker on Zeta - you should not install it in its usual location, because replacing Zeta's libtracker.so will cause some functionality to be removed from Zeta.
|
|
|
Intel Version - requires R5 (966 KB) |
1,180 downloads |
|
 |
 |
|
|
 |
|
PowerPC Version - requires R5 (566 KB) |
102 downloads |
|
 |
 |
|
|
 |
 |
| Version 5.1.5 |
 |
 |
License: OpenTracker
Updated: January 12, 2002
Source: Source Available
|
 |
 |
|
|
|
Intel Version - requires R5 (951 KB) |
9,055 downloads |
|
 |
 |
|
|
 |
|
PowerPC Version - requires R5 (555 KB) |
584 downloads |
|
 |
 |
|
|
 |
|
Source Code - requires R5 (513 KB) |
1,203 downloads |
|
 |
 |
| |
 |
Download |
 |
OpenTracker.org (nightly tarball) |
|
 |
 |
| Version 5.1.5 |
 |
 |
License: OpenTracker
Updated: January 11, 2002
Source: Source Available
|
 |
 |
|
|
|
Intel Version - requires R5 (949 KB) |
317 downloads |
|
 |
 |
|
|
 |
|
PowerPC Version - requires R5 (555 KB) |
92 downloads |
|
 |
 |
|
|
 |
|
Source Code - requires R5 (513 KB) |
107 downloads |
|
 |
 |
|
|
 |
 |
| OpenTracker 5.1.4 |
 |
 |
License: OpenTracker
Updated: November 11, 2001
Source: Source Available
|
 |
 |
|
|
|
Intel Version - requires R5 (942 KB) |
1,521 downloads |
|
 |
 |
|
|
 |
|
PowerPC Version - requires R5 (550 KB) |
152 downloads |
|
 |
 |
|
|
 |
|
Source Code - requires R5 (509 KB) |
241 downloads |
|
 |
 |
|
|
 |
 |
| Version 5.2b289 |
 |
 |
License: OpenTracker
Updated: August 22, 2001
Source: Source Available
|
 |
 |
|
Restored PPC compatibility by eliminated use of std namespace with mwcc.
Integrations from Be. The only functional change should be: Change 58004 on 2001/07/06 by hippo@widsith
When the tracker DirMenu was changed to allow building either by placing each item in order or by always placing a new item at the top, no one adjusted the function for adding the Disks Icon to the menu. This adds the appropriate functionality.
This will break PPC compatibility because we are now correctly referring to things in the "std" namespace.
Changes to Tracker:
Fixes to the Info Window's TrackingView, so that its click behaviour is identical to the info window itself, it behaves better as a popup window, and make clicking on relative links correctly resolve the target file. Also some small #ifdefs to keep things building.
Changes to Deskbar:
Fixed the Hidden-Be-Menu-When-Dragging bug by adding a Window()-Show() to match the Hide() in AttachedToWindow
Add the option "Sort Running Applications" to Deskbar's settings. When enabled, Deskbar's list of running applications is sorted alphabetically. When disabled, the list returns to chronological order.
Add the setting "Tracker Always First." When enabled, this setting ensures that Tracker's entry is always first in the list of running applications. When disabled, Tracker will be positioned according to the sort setting.
Fixes to the Info Window's TrackingView, so that its click behaviour is identical to the info window itself, it behaves better as a popup window, and make clicking on relative links correctly resolve the target file. Also some small #ifdefs to keep things building.
Visit the OpenTracker change log for the full details or Benjamin Thery's user friendly OpenTracker changes page.
|
|
|
Intel Version - requires R5 (1.64 MB) |
1,743 downloads |
|
 |
 |
| |
 |
Download |
 |
http://www.beforever.com/OpenTracker_x86.pkg |
|
 |
|
PowerPC Version - requires R5 (907 KB) |
159 downloads |
|
 |
 |
| |
 |
Download |
 |
http://www.beforever.com/OpenTracker_ppc.pkg |
|
 |
|
Source Code - requires R5 (499 KB) |
271 downloads |
|
 |
 |
| |
 |
Download |
 |
http://www.beforever.com/OpenTracker_src.tar.gz |
|
 |
 |
| Version 5.2b283 |
 |
 |
License: OpenTracker
Updated: April 16, 2001
Source: Source Available
|
 |
 |
Changes to Tracker:
A few cleanup tweaks and refactorings.
Previously, the menu option to quit a windowless application would show up for all applications in the Deskbar. However, Tracker will not let itself be "quit."
This patch fixes this feature so that it does not display the "Quit Application" option for Tracker. When there are no Tracker windows, It simply shows the (disabled) option "No Windows," and nothing else.
Switched context menus to use asynch mode.
Changed the attribute menu in Trash windows, so that "Original Name" now appears instead of "Path" in the trash
Modified the offset of the two suboptions in the settings
window Fixed the wording in okToMoveStr.
Added cast to avoid mwcc signed/unsigned warning.
Made the maximum nav menu size adapt to use 1/4 of the current screen size.
Small code cleanup.
Speed up file copying by using larger copy buffers.
A fix for the navigator/titleview/IconMode/ListViewMode
problem.
Added a '.' separator to the date formats.
Integrate changes from Be.
Changes to Deskbar:
Previously, the menu option to quit a windowless application would show up for all applications in the Deskbar. However, Tracker will not let itself be "quit."
This patch fixes this feature so that it does not display the "Quit Application" option for Tracker. When there are no Tracker windows, It simply shows the (disabled) option "No Windows," and nothing else.
Removed the ellipsis from the "hidden" Window Decor sub-menu name and moved this sub-menu so that it will appear last (just after the Desktop Settings sub-menu). Some additional code cleanup was also done.
Add a way to quit windowless applications from the deskbar.
Visit the OpenTracker change log for the full details or Benjamin Thery's user friendly OpenTracker changes page.
|
|
|
Intel Version - requires R5 (1.64 MB) |
4,003 downloads |
|
 |
 |
| |
 |
Download |
 |
http://www.beforever.com/OpenTracker_x86.pkg |
|
 |
|
PowerPC Version - requires R5 (906 KB) |
360 downloads |
|
 |
 |
| |
 |
Download |
 |
http://www.beforever.com/OpenTracker_ppc.pkg |
|
 |
|
Source Code - requires R5 (496 KB) |
516 downloads |
|
 |
 |
| |
 |
Download |
 |
http://www.beforever.com/OpenTracker_src.tar.gz |
|
 |
 |
| Version 5.2b261 |
 |
 |
License: OpenTracker
Updated: March 18, 2001
Source: Source Available
|
 |
 |
|
Merge the settings branch into the main tree. This means single window browsing is finally here! In Tracker select Window->Settings... to check it out.
Small cleanup of the AddPoses check for valid threads.
This patch fixes the bug relating to all volumes desktop integration spotted by Wesley Dungan.
A patch to fix the problem where Get Info does not correctly report the size of the Trash on systems with multiple volumes (only
/boot was originally counted).
If the MIME type of a file changes, the attributes menu of a window gets rebuilt. BPoseView::AttributeChanged() checks now if the changed attribute is "BEOS:TYPE" (kAttrMIMEType) and if this is the case, it calls BPoseView::RefreshMimeTypeList().
Fixed typo in an error string in OpenWithWindow.cpp.
Volumes are now separated from folders with the SortFolderNamesFirst option. The different CompareFolderNamesFirst functions are now using the same (new) Model::CompareFolderNamesFirst() function for sorting.
A fix for a bug when using ShowSelectionWhenInactive in Focus Follows Mouse mode. Previously, when you selected poses outside of the window, BPose thought its window was inactive, and would draw itself grayed out, when it should really be drawn black, as it's being selected.
In the method TSwitchMgr::CountWindows(), the loop variable "i", used to loop over items in a team-group's team-list, was accidently being incremented twice each pass through the loop. This caused windows to be missed by the Switcher.
This patch fixes the "phantom row" problem that was sometimes occuring with certain time and replicant combinations.
Visit the OpenTracker change log for more details.
|
|
|
Intel Version - requires R5 (1.63 MB) |
2,905 downloads |
|
 |
 |
| |
 |
Download |
 |
http://www.beforever.com/OpenTracker_x86.pkg |
|
 |
|
PowerPC Version - requires R5 (903 KB) |
248 downloads |
|
 |
 |
| |
 |
Download |
 |
http://www.beforever.com/OpenTracker_ppc.pkg |
|
 |
|
Source Code - requires R5 (727 KB) |
375 downloads |
|
 |
 |
| |
 |
Download |
 |
http://www.beforever.com/OpenTracker_src.zip |
|
 |
 |
| Version 5.1b12 |
 |
 |
License: OpenTracker
Updated: September 14, 2000
Source: Source Available
|
 |
 |
|
In Tracker, a leak, pointed out by Carlos Hasan, was fixed, and some sign conversion problems that were causing mwcc warnings were eliminated.
For Deskbar, a number of related problems were fixed. All deskbar replicants that are found through the be:deskbar_item_status attribute must now have a security code that matches that of the deskbar (which is randomly generated). This prevents replicants that had this attribute set on another system from automatically loading
after a reboot or when a new volume is mounted, which is a potential
security risk (and a great source of confusion if such a replicant crashes the system, witness numerous accounts on beusertalk).
Deskbar tried to do live queries for disks that were mounted when it started, but this mechanism was broken (the query was deleted right after performing the initial GetNextEntry-loop). Queries for volumes that were mounted later were never live. To make this more consistent all queries are now non-live. This also prevents those
queries from keeping a volume busy and therefore impossible to unmount. When a volume was unmounted, deskbar checked for the
device-id under the wrong name in the notification-message, causing
UnloadAddOn() never to be called.
Note: the security-code fix will require that the user re-adds all deskbar replicants to the deskbar tray the first time after
running the new deskbar. After that it's business as usual.
Further notes of interest: the security code is a 64 bit integer that is created by concatenating the lower 32 bits of real_time_clock_usecs() and system_time(). It is stored in ~/config/settings/Deskbar_security_code The security code is not meant to be a "very random" number, or to be used as a 100% unique system ID. It is merely used to make significantly lower the probability of automatically loading an add-on that had its be:deskbar_item_status attribute set on another system.
Visit the change browser for all OpenTracker additions and updates.
|
|
|
Intel Version - requires R5 (1.49 MB) |
603 downloads |
|
 |
 |
|
|
 |
|
PowerPC Version - requires R5 (822 KB) |
268 downloads |
|
 |
 |
|
|
 |
|
Source Code - requires R5 (678 KB) |
281 downloads |
|
 |
 |
|
|
 |
 |
| Version 5.1b10 |
 |
 |
License: OpenTracker
Updated: August 23, 2000
Source: Source Available
|
 |
 |
This version fixes some minor bugs. Visit the change browser for all OpenTracker additions and updates.
|
|
|
Intel Version - requires R5 (1.48 MB) |
939 downloads |
|
 |
 |
|
|
 |
|
PowerPC Version - requires R5 (821 KB) |
293 downloads |
|
 |
 |
|
|
 |
|
Source Code - requires R5 (675 KB) |
312 downloads |
|
 |
 |
|
|
 |
 |
| Version 5.1b9 |
 |
 |
|
License: | |