343 Commits

Author SHA1 Message Date
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
adam-m
cba50d3286 rename to "Source File" for consistency with report 2012-12-07 13:33:16 -05:00
adam-m
accda0de07 Merge branch 'master' of https://github.com/0xNF/autopsy 2012-12-07 13:25:55 -05:00
0xNF
b59549697a Unalloc will no longer disregard user command to not overwrite files on single volumes. 2012-12-07 13:24:51 -05:00
adam-m
fa8e62eb48 rename File Name column to Source for artifact nodes 2012-12-07 13:22:45 -05:00
adam-m
e9a9eeab6b do not display column with id of artifact in tag in results table 2012-12-07 13:19:45 -05:00
adam-m
b99f16ca52 add more info to report name 2012-12-07 12:47:33 -05:00
adam-m
c63e180cae Merge branch 'master' of https://github.com/0xNF/autopsy 2012-12-07 12:17:26 -05:00