13956 Commits

Author SHA1 Message Date
William Schaefer
04f2227c9e 5677 display score and deleted status 2019-10-24 14:07:58 -04:00
William Schaefer
78e61c6827 5677 display score and deleted status in icons for discovery tool 2019-10-23 18:27:51 -04:00
William Schaefer
d831b68bf6 5370 update caching to cache multiple searches 2019-10-23 14:45:17 -04:00
William Schaefer
1637494768 Merge branch '5676-RemoveOtherTypes' of https://github.com/wschaeferB/autopsy into 5665-DiscoveryContextMenuActions 2019-10-23 11:20:36 -04:00
William Schaefer
1506d8b2e4 5676 address codacy complaints 2019-10-23 11:19:23 -04:00
William Schaefer
37d4811d5d 5665 update merged bundle properties file 2019-10-22 18:17:42 -04:00
William Schaefer
22bb3baf4e 5665 clean up extract action 2019-10-22 18:12:46 -04:00
William Schaefer
b89e54e8e6 5665 update merged bundle properties file 2019-10-22 17:30:02 -04:00
William Schaefer
d18957ab9b Merge branch '5665-CreationOfMenusForCollection' of https://github.com/wschaeferB/autopsy into 5665-DiscoveryContextMenuActions 2019-10-22 17:23:08 -04:00
William Schaefer
5d2495b570 5665 Extract action changes to allow re-use 2019-10-22 17:21:59 -04:00
William Schaefer
17f932bfa9 Merge branch '5676-RemoveOtherTypes' of https://github.com/wschaeferB/autopsy into 5665-DiscoveryContextMenuActions 2019-10-22 17:13:27 -04:00
William Schaefer
ce94d69d8b Merge branch '5657-FileDiscoveryTopComponent' of https://github.com/wschaeferB/autopsy into 5676-RemoveOtherTypes 2019-10-22 17:12:41 -04:00
William Schaefer
8337512d4e 5657 fix typo 2019-10-22 17:06:08 -04:00
William Schaefer
cb820db375 5665 attempt to reduce cyclomatic complexity and address other codacy issue 2019-10-22 16:59:20 -04:00
William Schaefer
b3705dd123 5665 add comments update dates 2019-10-22 16:00:45 -04:00
William Schaefer
f458b7d225 5665 allow creation of sub menus for collection instead of lookup 2019-10-22 15:42:08 -04:00
William Schaefer
906f3185e5 5665 move away from explorer manager approach 2019-10-22 15:30:59 -04:00
Richard Cordovano
750c8b86fb Fix DataContentViewerUtility.java formatting 2019-10-22 14:20:00 -04:00
Richard Cordovano
7546c60fc4
Merge pull request #5354 from dannysmyda/5594-set-playback-speed
5594 set playback speed
2019-10-21 13:06:22 -04:00
William Schaefer
241272b3a8 5665 make discovery top component an explorerer manager provider 2019-10-18 16:54:02 -04:00
U-BASIS\dsmyda
bb2335ec0e Made progress bar refresh at 60FPS, fixed button text sizes 2019-10-18 14:17:33 -04:00
Richard Cordovano
f4480377c7
Merge pull request #5339 from dannysmyda/5593-fast-forward-buttons
5593 fast forward/rewind button
2019-10-18 11:28:43 -04:00
U-BASIS\dsmyda
25f5ce14e0 Merged in 5593 2019-10-18 11:11:58 -04:00
U-BASIS\dsmyda
8be5b01e0c ignored ffw requests with less than 30s left, fixed bug with progress updating 2019-10-18 09:48:46 -04:00
William Schaefer
4505543a3c 5665 resolve merge conflicts from 5368 changes 2019-10-17 18:11:25 -04:00
William Schaefer
6be488d89c 5676 resolve merge conflicts from changes to 5368 2019-10-17 18:07:21 -04:00
William Schaefer
cf422765c7 Merge branch '5368-GroupByPathModifications' of https://github.com/wschaeferB/autopsy into 5657-FileDiscoveryTopComponent 2019-10-17 18:05:55 -04:00
William Schaefer
fa15e7e549 5368 make codacy happy hopefully 2019-10-17 18:05:24 -04:00
William Schaefer
42ccaa6829 5657 resolve merge conflicts from changes to 5368 2019-10-17 17:57:31 -04:00
William Schaefer
84e947bcf2 5368 change group list to use group keys instead of strings 2019-10-17 17:44:08 -04:00
U-BASIS\dsmyda
7833596424 Implemented seeks with configurable playback rates 2019-10-17 17:08:39 -04:00
William Schaefer
32940b154f 5665 some context menu actions added to instances list 2019-10-17 14:20:24 -04:00
U-BASIS\dsmyda
a1477dc45e Updated the seek to be more accurate 2019-10-17 10:30:12 -04:00
William Schaefer
6fe50dcb22 5676 remove unused imports 2019-10-16 17:17:09 -04:00
William Schaefer
b9cc990ead 5676 remove types other than images and video from valid search filters 2019-10-16 17:02:57 -04:00
William Schaefer
5b25dd3050 5657 add and fix comments 2019-10-16 16:36:01 -04:00
William Schaefer
2757d20083 5657 prevent displaying of cancelled results 2019-10-16 16:04:12 -04:00
William Schaefer
824e56be72 5657 move call to clear cache when closing 2019-10-16 14:54:17 -04:00
William Schaefer
4cf950ccf8 5657 move file discovery to front when opened 2019-10-15 18:21:26 -04:00
William Schaefer
d522c23cae 5657 fix cancellation and button enabling 2019-10-15 18:12:08 -04:00
William Schaefer
1c075bdbaa 5657 initial file discovery wait cursor enabling disabling code 2019-10-15 16:43:35 -04:00
William Schaefer
f8c82a6170 5657 initial change of FileDiscoveryDialog to top component 2019-10-15 15:32:45 -04:00
William Schaefer
f46229f4db Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 5368-GroupByPathModifications 2019-10-15 12:50:28 -04:00
U-BASIS\dsmyda
2b946af869 Disallow seeking to immediate end (buggy when doing so), add budnle files 2019-10-10 16:07:23 -04:00
U-BASIS\dsmyda
b2d4e22030 Finished implementing and testing fast forward/rewind buttons 2019-10-10 15:09:52 -04:00
U-BASIS\dsmyda
b3aaf99c72 Incremental improvements 2019-10-09 15:22:32 -04:00
William Schaefer
1f711907c2 5579 fix santizing to include non ascii chars 2019-10-09 12:50:35 -04:00
William Schaefer
6476362b3d 5579 - sanitize file names in embedded file extractor 2019-10-08 17:24:34 -04:00
U-BASIS\dsmyda
e8e12a34fb Merge branch 'develop' of github.com:sleuthkit/autopsy into 5593-fast-forward-buttons 2019-10-08 16:14:30 -04:00
U-BASIS\dsmyda
b7cc97c769 Initial changes 2019-10-08 16:14:19 -04:00