11750 Commits

Author SHA1 Message Date
Tim McIver
2081639d30 Merge branch 'general-options' 2013-01-02 17:41:24 -05:00
Tim McIver
05360ba78a Updates to code to complete implementation of behavior described in
AUT-729. In short, there is now a 'General' options tab where the user can
select whether the content viewer should remain on the one the user last
selected or if the 'most preferred' one should be used.
2013-01-02 17:34:36 -05:00
adam-m
241b7520b4 optimize out profiled code - reduce num of allocations of result object 2012-12-31 10:57:41 -05:00
0xNF
6c52649ce5 Added timeline functionality.
Select it from the tools menu -> Make Timeline
2012-12-28 16:44:46 -05:00
Devin148
af123407d7 Fix label spelling 2012-12-28 16:05:57 -05:00
Devin148
d4c69e3c96 Add right click tagging and display tags in directory tree 2012-12-28 15:58:51 -05:00
Tim McIver
48a2e5d6a0 Created a General options panel containing a single checkbox to 'Remember preferred content viewer' - no real functionality yet. 2012-12-28 11:00:14 -05:00
adam-m
f5345b3d9c Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-12-28 10:47:18 -05:00
adam-m
3215b50f3e surpress warn 2012-12-28 10:46:54 -05:00
Devin148
ffd447541f Suppress safe compile warnings 2012-12-28 09:24:49 -05:00
adam-m
18d8e2fb2d revert overwriting getDropType in nodes 2012-12-27 16:31:21 -05:00
adam-m
74c6cc2469 disable drop in nodes.
rename field from "thing" to "data", and make private.
2012-12-27 15:38:05 -05:00
adam-m
26556ef840 disable dragging on the ov outline 2012-12-27 15:24:03 -05:00
adam-m
3c1ae6a5c5 disable drag and drop actions on result table viewer 2012-12-27 15:06:36 -05:00
adam-m
798c7eaffe Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-12-27 13:51:31 -05:00
adam-m
ae8ef4af8f Add method to get ISO8601 compatible content date format 2012-12-27 13:37:58 -05:00
adam
f04a6d076b Merge pull request #122 from tmciver-basis/master
Video player related fixes
2012-12-27 09:45:11 -08:00
Tim McIver
b5954e1fe0 Added code to better determine when video had finished playing. This was
needed as some videos' reported time elapsed never became equal to their
reported duration causing the play loop to not exit once the video had
finished playing.
2012-12-26 12:33:41 -05:00
adam-m
d752701a4b Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-12-26 10:36:54 -05:00
adam
1969fc2ebe Merge pull request #121 from Devin148/master
Ground-up Report Remake
2012-12-26 06:50:50 -08:00
Tim McIver
b00f4a798a Disable slider before play button is pressed. Was previously causing a
problem when slider was clicked before video played.
2012-12-21 17:32:54 -05:00
Tim McIver
60d33b1dca Updated DataContentViewerMedia so that elapsed time and total duration
display correctly. Changed code to us a format string rather than build up
the string with complicated logic.
2012-12-21 16:44:06 -05:00
adam-m
f18af79f2e Fix priorities in scheduler so that all virtual dirs and files are LAST 2012-12-21 15:00:49 -05:00
Devin148
29450091c6 Update documentation for creating a report module 2012-12-21 13:58:08 -05:00
Devin148
7d85c833e9 Remake reporting UI and functionality
- Add TableReportModule and GeneralReportModule
- Allow a custom configuration panel for reports
- Add cancelation support per-report
- Reduce memory usage through one iteration for TableReportModules
- Add reporting on tagged results
- Optimize artifact sorting
2012-12-21 13:57:25 -05:00
Devin148
246341e6f9 Change Tag name finding to custom query for performance 2012-12-21 12:41:27 -05:00
0xNF
347f4afb32 Unalloc checks for invalid folders.
Should no longer be able to get itself into an uncancellable state.
2012-12-21 09:40:07 -05:00
Devin148
b262d25939 Merge https://github.com/sleuthkit/autopsy into Reporting 2012-12-20 14:42:31 -05:00
Tim McIver
f76c9957d0 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-12-20 13:13:19 -05:00
Tim McIver
adae62df4a Updated DataContentViewerMedia to use SwingWorker to do updates to progress
slider and duration label.  Also added code to clear the duration label in
reset method so that duration of previous video does not remain when a new
video is selected.
2012-12-19 14:58:39 -05:00
adam-m
7da7863727 do not give medium priority if non-fs file type 2012-12-18 17:04:28 -05:00
Brian Carrier
7a88c67c64 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-12-18 16:45:22 -05:00
Brian Carrier
baaf8cbec9 Updated log message to record each file and added last priority status for non-file files 2012-12-18 16:45:16 -05:00
Devin148
ce0e1af724 Merge https://github.com/sleuthkit/autopsy into Reporting 2012-12-18 15:14:47 -05:00
adam-m
e5359540a6 Merge branch 'master' of https://github.com/Devin148/autopsy 2012-12-18 14:42:03 -05:00
adam-m
5b4b417be0 Merge branch 'master' of https://github.com/0xNF/autopsy 2012-12-18 14:41:33 -05:00
Tim McIver
a2664b3348 Deleted DataContentViewerPicture.[java|form] that is no longer needed. 2012-12-18 14:18:04 -05:00
Tim McIver
7473024d23 Updated code in method DataContentTopComponent.setupTabs() to remove logic
that changed to the tab with the highest priority. Now, the tab selected by
the user does not change when nodes are selected.  This change is in
support of Github issue #99: https://github.com/sleuthkit/autopsy/issues/99
2012-12-18 14:06:58 -05:00
Tim McIver
c932cbbbc5 Updated code to reflect changes in DataModel. 2012-12-12 17:49:56 -05:00
0xNF
34ea07dccb File writing only writes as many bytes as were read. 2012-12-11 17:26:35 -05:00
Tim McIver
d82fc6bb3a Updated code to reflect removal of method FsContent.getMetaFlagsInt(). 2012-12-11 14:48:45 -05:00
0xNF
fa0409b5ab Removed unneccessary print statements 2012-12-11 11:10:39 -05:00
0xNF
fdb9fe991c Progress bar should no longer throw illegalstateexceptions regarding being 1 unit over 100%.
UnallocStruct total bytes are now calculated at construction.
2012-12-11 11:08:49 -05:00
Devin148
d53738c560 Merge https://github.com/sleuthkit/autopsy into Reporting 2012-12-11 10:31:42 -05:00
Tim McIver
760a21219e Updated code in response to removal of FsContent.getDirType method in favor
of FsContent.isDirNameFlagSet().
2012-12-10 17:14:28 -05:00
Tim McIver
7aec1cad0c Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-12-10 14:22:58 -05:00
Tim McIver
279b268dda Updates to code that were required as a result of changes to DataModel that
were in support of AUT-669.
2012-12-10 14:22:12 -05:00
Devin148
f93a1b0443 Publicize tag API for use with reporting 2012-12-10 11:12:31 -05:00
Devin148
446447fa8b Simplify method name 2012-12-10 11:10:19 -05:00
Devin148
157cf54e9a Rename web downloads column 2012-12-10 10:00:47 -05:00