3818 Commits

Author SHA1 Message Date
Tim McIver
c826451bb9 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2013-02-14 13:23:53 -05:00
adam-m
91de7a6a1c ra minro cleanup, don't throw unchecked exceptions, do not process 0 sized files in chrome 2013-02-14 13:04:32 -05:00
Sean-M
61eea579f5 Early Continuous testing stuff 2013-02-14 12:44:53 -05:00
Tim McIver
61a20c87b0 Updated code so that timeline window closes if it is open when the case is
closed.
2013-02-14 12:42:21 -05:00
Sean-M
8b7cdb7cd0 Early continuous testing stuf 2013-02-14 12:34:33 -05:00
adam-m
cac5ba96e2 Merge branch 'master' of https://github.com/sleuthkit/autopsy
Conflicts:
	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/Chrome.java
2013-02-14 12:21:58 -05:00
adam-m
763e6aa593 skip processing 0 size history files - fixed 2013-02-14 12:21:17 -05:00
adam-m
89cc4a1f54 skip processing 0 size history files 2013-02-14 11:29:03 -05:00
Sean-M
81aaae09e0 Merge remote-tracking branch 'upstream/master' 2013-02-13 15:56:58 -05:00
adam
de1f4942f4 Merge pull request #146 from tmciver-basis/master
Fix for path-with-spaces timeline issue.
2013-02-13 12:41:58 -08:00
Tim McIver
97fe330f29 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2013-02-13 15:27:44 -05:00
Tim McIver
ec6c92519d Fixes for problem caused for mactime file creation when path has spaces in
it (again).
2013-02-13 15:27:31 -05:00
Sean-M
e843419c3f Merge remote-tracking branch 'upstream/master'
Conflicts:
	Core/src/org/sleuthkit/autopsy/casemodule/Case.java
	Timeline/src/org/sleuthkit/autopsy/timeline/Simile2.java
	Timeline/src/org/sleuthkit/autopsy/timeline/TimelineProgressDialog.java
2013-02-13 13:05:51 -05:00
adam-m
02697c2a1c fix setting month in result view 2013-02-13 13:03:50 -05:00
adam-m
335f581d33 timeline set result view path with current date.
Rename progress dialog to "Creating Timeline" for consistency with progress bar
2013-02-13 13:00:41 -05:00
adam-m
fe61ca7b52 set timeline icon 2013-02-13 12:46:29 -05:00
adam-m
960fde0ba7 remove reset and rename drill up button 2013-02-13 12:37:44 -05:00
adam-m
fad3d4c23a simplify node creation logic in timeline 2013-02-13 12:17:45 -05:00
adam-m
59e493f8b5 add view in directory action to timelien file/dir nodes 2013-02-13 12:13:37 -05:00
adam-m
500e3ef9f5 fix open recent case out of bounds excepion in rare cases 2013-02-13 12:12:53 -05:00
adam-m
d583722da5 fix create modulesout only if it doesn't exist 2013-02-13 11:20:19 -05:00
adam-m
9c822d8951 update modules versions 2013-02-13 10:04:25 -05:00
adam-m
6442e6790e fix dox warn 2013-02-13 10:04:25 -05:00
adam-m
e68426a99f fix dox warning 2013-02-13 10:04:24 -05:00
adam-m
af94db2569 update news 2013-02-13 10:04:24 -05:00
adam-m
834c88882a move default file and dir node actions from actions decorator to the Node classes, so all nodes have them by default. 2013-02-13 10:04:23 -05:00
adam-m
832b4467a6 fix setting icons for file and dir nodes: make sure it is always set regardless of constructor used 2013-02-13 10:04:22 -05:00
adam-m
a143bb7744 - add a generic filter node class that can be reused by different viewers/clients
- use leaf filter node in timeline
2013-02-13 10:04:22 -05:00
adam-m
e480c4802e remove use of deprecated method for file search, use thread-safe method 2013-02-13 10:04:21 -05:00
adam-m
3dbf7b1ed2 handle rare case when graphics object is null 2013-02-13 10:04:20 -05:00
Tim McIver
e539a0e848 Updated Timeline code to use new method Case.getModulesOutputDirAbsPath()
for storing timeline-related files.
2013-02-13 10:04:20 -05:00
adam-m
53a697e122 check for mod output dir also for old cases that have been opened 2013-02-13 10:04:19 -05:00
adam-m
3816013f28 rename methods to get case modules output dirs. Make sure the dirs are created. 2013-02-13 10:04:19 -05:00
Tim McIver
09a42c4a8e Changed code so that a call to generate a timeline while ingest is occurring
is handled properly.
2013-02-13 10:04:18 -05:00
adam-m
3afe4a0a79 add API to case to get modules output dir 2013-02-13 10:04:17 -05:00
adam-m
c9191e6e54 restore the pause when forking process, add log msg if interrupted 2013-02-13 10:04:17 -05:00
Tim McIver
ba42b2e159 Removed 'Drill Down' button from Timeline tool. 2013-02-13 10:04:16 -05:00
Tim McIver
e12cb0bee2 Removed code that creates a java.io.File object from the string returned by
makeMacTime(); this seemed to cause a FileNotFoundException.
2013-02-13 10:04:16 -05:00
adam-m
75ae66189d remove waitfor (redundant) 2013-02-13 10:04:15 -05:00
adam-m
d0cb5224fe concurrency fix: make sure forked process finished before reading output from it 2013-02-13 10:04:14 -05:00
adam-m
5ecbdd781d move line in config 2013-02-13 10:04:14 -05:00
Tim McIver
19b3dccaa7 Added JSplitPane to timeline window to separate the barchar area on the top
from the viewers on the bottom.
2013-02-13 10:04:13 -05:00
Tim McIver
f3bf8d0b9a Added code to prevent selection of 'Make Timeline' (from Tools menu) from
running timeline again and opening additional windows.
2013-02-13 10:04:13 -05:00
Tim McIver
557213f07c Added blocking dialog box 'TimelineProgressDialog' that comes up when
timeline processing begins and closes when it is finished. This is to
prevent users from starting another timeline processing job while one is
already underway.
2013-02-13 10:04:12 -05:00
adam-m
6816a1eaf1 update modules versions 2013-02-12 17:24:45 -05:00
adam-m
41d94bf62a fix dox warn 2013-02-12 17:09:56 -05:00
adam-m
699e10867a fix dox warning 2013-02-12 17:08:50 -05:00
adam-m
386659c46a update news 2013-02-12 16:58:13 -05:00
adam-m
a9c01631a6 move default file and dir node actions from actions decorator to the Node classes, so all nodes have them by default. 2013-02-12 16:48:44 -05:00
adam-m
c9397e34b2 fix setting icons for file and dir nodes: make sure it is always set regardless of constructor used 2013-02-12 16:29:56 -05:00