 |
 |
| 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,522 downloads |
|
 |
 |
|
|
 |
|
PowerPC Version - requires R5 (566 KB) |
167 downloads |
|
 |
 |
|
|
 |
 |
| Version 5.1.5 |
 |
 |
License: OpenTracker
Updated: January 13, 2002
Source: Source Available
|
 |
 |
|
|
|
Intel Version - requires R5 (951 KB) |
9,062 downloads |
|
 |
 |
|
|
 |
|
PowerPC Version - requires R5 (555 KB) |
587 downloads |
|
 |
 |
|
|
 |
|
Source Code - requires R5 (513 KB) |
1,204 downloads |
|
 |
 |
| |
 |
Download |
 |
OpenTracker.org (nightly tarball) |
|
 |
 |
| Version 5.1.5 |
 |
 |
License: OpenTracker
Updated: January 12, 2002
Source: Source Available
|
 |
 |
|
|
|
Intel Version - requires R5 (949 KB) |
320 downloads |
|
 |
 |
|
|
 |
|
PowerPC Version - requires R5 (555 KB) |
95 downloads |
|
 |
 |
|
|
 |
|
Source Code - requires R5 (513 KB) |
108 downloads |
|
 |
 |
|
|
 |
 |
| OpenTracker 5.1.4 |
 |
 |
License: OpenTracker
Updated: November 12, 2001
Source: Source Available
|
 |
 |
|
|
|
Intel Version - requires R5 (942 KB) |
1,524 downloads |
|
 |
 |
|
|
 |
|
PowerPC Version - requires R5 (550 KB) |
155 downloads |
|
 |
 |
|
|
 |
|
Source Code - requires R5 (509 KB) |
242 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,745 downloads |
|
 |
 |
| |
 |
Download |
 |
http://www.beforever.com/OpenTracker_x86.pkg |
|
 |
|
PowerPC Version - requires R5 (907 KB) |
162 downloads |
|
 |
 |
| |
 |
Download |
 |
http://www.beforever.com/OpenTracker_ppc.pkg |
|
 |
|
Source Code - requires R5 (499 KB) |
272 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,006 downloads |
|
 |
 |
| |
 |
Download |
 |
http://www.beforever.com/OpenTracker_x86.pkg |
|
 |
|
PowerPC Version - requires R5 (906 KB) |
364 downloads |
|
 |
 |
| |
 |
Download |
 |
http://www.beforever.com/OpenTracker_ppc.pkg |
|
 |
|
Source Code - requires R5 (496 KB) |
517 downloads |
|
 |
 |
| |
 |
Download |
 |
http://www.beforever.com/OpenTracker_src.tar.gz |
|
 |
 |
| Version 5.2b261 |
 |
 |
License: OpenTracker
Updated: March 19, 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,910 downloads |
|
 |
 |
| |
 |
Download |
 |
http://www.beforever.com/OpenTracker_x86.pkg |
|
 |
|
PowerPC Version - requires R5 (903 KB) |
250 downloads |
|
 |
 |
| |
 |
Download |
 |
http://www.beforever.com/OpenTracker_ppc.pkg |
|
 |
|
Source Code - requires R5 (727 KB) |
376 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) |
606 downloads |
|
 |
 |
|
|
 |
|
PowerPC Version - requires R5 (822 KB) |
271 downloads |
|
 |
 |
|
|
 |
|
Source Code - requires R5 (678 KB) |
282 downloads |
|
 |
 |
|
|
 |
 |
| Version 5.1b10 |
 |
 |
License: OpenTracker
Updated: August 24, 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) |
942 downloads |
|
 |
 |
|
|
 |
|
PowerPC Version - requires R5 (821 KB) |
297 downloads |
|
 |
 |
|
|
 |
|
Source Code - requires R5 (675 KB) |
313 downloads |
|
 |
 |
|
|
 |
 |
| Version 5.1b3 |
 |
 |
License: OpenTracker
Updated: May 27, 2000
Source: Source Available
|
 |
 |
This version has just one fix since last week's release, it corrects a small memory management problem with the Twitcher. Take a look at the OpenTracker change browser for all the modifications up to this point.
|
|
|
Intel Version - requires R5 (1.44 MB) |
808 downloads |
|
 |
 |
|
|
 |
|
PowerPC Version - requires R5 (788 KB) |
327 downloads |
|
 |
 |
|
|
 |
|
Source Code - requires R5 (642 KB) |
347 downloads |
|
 |
 |
|
|
 |
 |
| Version 5.1b2 |
 |
 |
License: OpenTracker
Updated: May 19, 2000
Source: Source Available
|
 |
 |
One major highlight for this update includes the ability to restore files to their original location from the trash. Take a look at the OpenTracker change browser for all the latest.
|
|
|
Intel Version - requires R5 (1.47 MB) |
638 downloads |
|
 |
 |
|
|
 |
|
PowerPC Version - requires R5 (788 KB) |
312 downloads |
|
 |
 |
|
|
 |
|
Source Code - requires R5 (640 KB) |
316 downloads |
|
 |
 |
|
|
 |
 |
| Version 0.0 |
 |
 |
License: OpenTracker
Updated: May 12, 2000
Source: Source Available
|
 |
 |
|
|
|
Intel Version - requires R5 (1.4 MB) |
554 downloads |
|
 |
 |
|
|
 |
|
PowerPC Version - requires R5 (781 KB) |
315 downloads |
|
 |
 |
|
|
 |
|
Source Code - requires R5 (77 KB) |
298 downloads |
|
 |
 |
|
|
 |
 |
|
|
 |
 |
|
 |
 |
 |
 |
 |
 |
 |
|
|
 |
 |
 |
| |
Recent Downloads - # 79
Total Downloads - # 25
Total Views - # 21
User Ratings - # 53
|
 |
 |
 |
 |
| |
System Utilities
|
 |
 |
 |
 |
 |
1. BePodder - 9.80
2. QEMU - 9.68
3. ScummVM - 9.57
4. cpu_fix - 9.42
5. Jukebox - 9.40
6. libdl.so - 9.40
7. Haiku AGP busm... - 9.35
8. vim6 - 9.31
9. Beezer - 9.26
10. HandBrake - 9.25
|
 |
 |
 |
 |
 |
1. BeOS 5 Perso... - 13,534
2. Realtek RTL8... - 13,074
3. Ati Radeon G... - 12,511
4. Ensoniq Audio... - 7,530
5. ATI Rage 128... - 7,426
6. USB Joystick... - 5,632
7. Broadcom 440x... - 5,396
8. USB Serial dr... - 4,700
9. S3 Trio 64 v2... - 4,697
10. Intel Extreme... - 4,457
|
 |
 |
 |
 |
| You are not logged in.
Login
|
 |
 |
 |
 |
|