3381 Commits

Author SHA1 Message Date
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
adam-m
1e0b8508b6 - add a generic filter node class that can be reused by different viewers/clients
- use leaf filter node in timeline
2013-02-12 16:23:26 -05:00
adam-m
df48a2c1ef remove use of deprecated method for file search, use thread-safe method 2013-02-12 15:45:13 -05:00
adam-m
e1a37bc1c5 Merge https://github.com/Smoss/autopsy 2013-02-12 15:30:30 -05:00
adam-m
5e9f51e592 Merge branch 'master' into zipmodule 2013-02-12 15:13:59 -05:00
adam-m
4c3236ddbe handle rare case when graphics object is null 2013-02-12 15:13:40 -05:00
adam-m
6ea411d885 Merge branch 'master' into zipmodule 2013-02-12 15:02:29 -05:00
adam-m
c6b287aa5d fix time conversion 2013-02-12 14:59:25 -05:00
Sean-M
bfba3dbe18 Updated regression test, now will check reports 2013-02-12 14:36:29 -05:00
Tim McIver
4dc9a77cae Updated Timeline code to use new method Case.getModulesOutputDirAbsPath()
for storing timeline-related files.
2013-02-12 14:05:29 -05:00
Tim McIver
ef14c0fa22 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2013-02-12 13:59:24 -05:00
Sean-M
47256dd128 minor regression test changes 2013-02-12 13:39:39 -05:00
adam-m
e212c799b1 Merge branch 'master' into zipmodule
Conflicts:
	Core/src/org/sleuthkit/autopsy/casemodule/Case.java
2013-02-12 13:22:43 -05:00
adam-m
e6de09efab check for mod output dir also for old cases that have been opened 2013-02-12 13:21:26 -05:00
adam-m
d5f1751679 update method names 2013-02-12 13:10:40 -05:00
adam-m
3ce9c184ff Merge branch 'master' into zipmodule 2013-02-12 13:08:09 -05:00
adam-m
4ef21f68da rename methods to get case modules output dirs. Make sure the dirs are created. 2013-02-12 13:07:48 -05:00
adam-m
34aa1320e2 handle case when dates not set in archives 2013-02-12 13:02:46 -05:00
adam-m
571b9ae5ce add support to store mactimes with derived files and make 7zip module utilize it. 2013-02-12 12:55:07 -05:00
Tim McIver
8e9e2482a8 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2013-02-12 12:37:06 -05:00
Tim McIver
59c94f46f5 Changed code so that a call to generate a timeline while ingest is occurring
is handled properly.
2013-02-12 12:32:41 -05:00
adam-m
790cfaa080 fix merge issue 2013-02-12 12:28:04 -05:00
adam-m
5e58633459 Merge branch 'master' into zipmodule 2013-02-12 12:12:59 -05:00
adam-m
1741c74349 add API to case to get modules output dir 2013-02-12 12:06:38 -05:00
adam-m
0782d0339e Merge branch 'master' into zipmodule 2013-02-12 10:59:52 -05:00
adam-m
da3928f42a restore the pause when forking process, add log msg if interrupted 2013-02-12 10:59:21 -05:00
adam-m
25bad9ab08 add arj support, add placeholders for reschedule, send event, extract comments 2013-02-12 10:34:15 -05:00
Sean-M
ac46436eeb Changed regression test
It no longer creates a new thread
2013-02-12 10:25:55 -05:00
Sean-M
28889c51ec Minor fix to the regression test
may require reinstalling cygwin with python updates
2013-02-12 09:57:47 -05:00
adam-m
fd6d1d017a fix isSupported() for media viewer 2013-02-11 22:02:10 -05:00
adam-m
288e2c2a97 Fix showing unpacked file node under dir node in some cases 2013-02-11 22:00:44 -05:00
adam-m
8764f7ca0b Fix media viewer to work in AbstractFile objects (also unpacked derived files) 2013-02-11 21:53:04 -05:00
adam-m
943d549177 Merge branch 'master' into zipmodule 2013-02-11 21:39:35 -05:00
adam-m
aa365d5095 Add user messages if archive error or archive encrypted 2013-02-11 21:37:56 -05:00
adam-m
316e466ce6 fix creating local files/dirs before extracting in some cases that would cause exceptions 2013-02-11 21:21:06 -05:00
adam-m
5786b50c9a set encryption type string based on if all or some files in archive encrypted 2013-02-11 21:05:51 -05:00
adam-m
07b0b6e869 handle the case when archive does not contain file parent directories 2013-02-11 20:57:30 -05:00
adam
808753b51f Merge pull request #144 from tmciver-basis/master
Removed drill down button.
2013-02-11 14:46:53 -08:00