Commit Graph
2890 Commits
Author SHA1 Message Date
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
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 4ef21f68da rename methods to get case modules output dirs. Make sure the dirs are created. 2013-02-12 13:07:48 -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 1741c74349 add API to case to get modules output dir 2013-02-12 12:06:38 -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 808753b51f Merge pull request #144 from tmciver-basis/master
Removed drill down button.
2013-02-11 14:46:53 -08:00
Tim McIver 6f4ff9f23f Removed 'Drill Down' button from Timeline tool. 2013-02-11 17:32:44 -05:00
Tim McIver b8fe36546d Merge branch 'master' of https://github.com/sleuthkit/autopsy 2013-02-11 16:13:54 -05:00
Tim McIver 11566d39f4 Removed code that creates a java.io.File object from the string returned by
makeMacTime(); this seemed to cause a FileNotFoundException.
2013-02-11 16:13:23 -05:00
adam-m bc534eb19b remove waitfor (redundant) 2013-02-11 15:37:15 -05:00
adam-m 380c82cf37 concurrency fix: make sure forked process finished before reading output from it 2013-02-11 15:19:57 -05:00
adam-m 32fd6012d4 move line in config 2013-02-11 14:02:42 -05:00
Tim McIver bff95881fd Added JSplitPane to timeline window to separate the barchar area on the top
from the viewers on the bottom.
2013-02-08 17:18:19 -05:00
Tim McIver 82bf72b3e7 Added code to prevent selection of 'Make Timeline' (from Tools menu) from
running timeline again and opening additional windows.
2013-02-08 14:15:47 -05:00
Tim McIver b19f8d99af 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-08 12:57:11 -05:00
adam-m cfaa710501 add crash dumps to gitignore 2013-02-05 20:22:29 -05:00
adam-m cb8c3117bf add all genfiles.properties to gitignore 2013-02-05 20:20:16 -05:00
adam-m 86bfd09013 delete crash dump 2013-02-05 20:15:27 -05:00
adam-m 374574eee4 fix comment 2013-02-05 13:21:20 -05:00
adam-m b505dbf994 fix corelibs to include javafx.jar 2013-02-05 13:19:46 -05:00
adam-m eaf79a739e add content viewer setter javadocs 2013-02-05 12:54:56 -05:00
adam-m 6376361a9b updated news 2013-02-05 11:28:34 -05:00
adam-m 6223619340 remove method to set content viewer (using constructor for this) 2013-02-05 11:16:24 -05:00
adam-m 589e8735c7 Merge branch 'timeline' of https://github.com/tmciver-basis/autopsy into timeline
Conflicts:
	CoreLibs/build.xml
2013-02-05 10:57:45 -05:00
Tim McIver 189adaad50 Added 'Beta' to both the timeline window title and the 'Make Timeline' menu
entry.
2013-02-04 14:54:13 -05:00
adam-m 77a1777ddf Merge branch 'master' into timeline 2013-02-04 12:44:16 -05:00
Tim McIver 22e20cf006 Fixed bug where months that contained no data were not being displayed. 2013-02-04 10:57:23 -05:00
Tim McIver 404937fb7b Added calls to PlatformUtil.getOSFilePath(macfile) so that the mactime file
path will be quoted as the path could contain spaces which causes problems.
2013-02-04 10:29:50 -05:00
Tim McIver 9959315450 Added jfxrt.jar to CoreLibs and removed wrapped jfxrt.jar from Timeline
module. Also set sync=false in build.xml in CoreLibs so that jfxrt.jar
would not be removed by ivy.
2013-02-01 16:03:41 -05:00
Tim McIver adada499f0 Modified code to detect if files have been added to the database since the
last time it ran and to regenerate timeline data when timeline is (re)started.
Note that addition of files to the database is noticed by timeline only upon
a restart (of timeline); timeline does not notice this while the timeline
window is open.
2013-01-31 17:43:42 -05:00
Tim McIver 5810f0a36c Moved flushing/closing of BufferedWriter used in makeBodyFile() to outside
of the parsing loop. Added line to close Scanner in parseMacTime(). Removed
unneeded print statement.
2013-01-31 15:50:10 -05:00
Tim McIver 973878493f Removed unneeded print statements. 2013-01-31 15:17:17 -05:00
Tim McIver a1831c6706 Refactor of method Simile2.makeBodyFile(). 2013-01-31 15:06:21 -05:00
Tim McIver 1d1ded5d62 Modifications to implement behavior to alert user that timeline has gone
out of date due to image being added. Currently this works when timeline
window is open - need to handle case when an image has been added when
timeline window is closed. Also added another optimization where mactime
file is not reparsed if the in-memory data is still valid.
2013-01-31 11:24:10 -05:00
Brian Carrier ed7184d5e0 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2013-01-30 18:21:12 -05:00
Brian Carrier 184a46565c Fixed attribute use of USER_NAME instead of USERNAME per TSK change 2013-01-30 18:20:53 -05:00
adam-m 57ed2a8fe7 Clear pending notifications when case is closed 2013-01-30 10:21:36 -05:00
adam-m ef0b5a3a58 Merge branch 'timeline' of https://github.com/sleuthkit/autopsy into timeline 2013-01-29 22:14:22 -05:00
adam-m 927cec9e60 Merge branch 'master' into timeline 2013-01-29 22:13:47 -05:00
adam-m 768642b7fe update TSK_USER_NAME artifact type 2013-01-29 22:13:18 -05:00
Tim McIver 30e0b98e4f Removed two previously created Timeline TopComponents that were not being
used.
2013-01-29 15:27:50 -05:00
Tim McIver cfe306fb05 Changed timeline progress bar text. Removed unneeded println statement. 2013-01-29 15:17:00 -05:00
Brian Carrier 5887f2fbda Made ingest inbox messages more consistent 2013-01-29 14:49:02 -05:00
Brian Carrier 6e0c80eec2 Changed flow of hash module 2013-01-29 14:47:51 -05:00
Tim McIver bd282dc220 Some code cleanup. 2013-01-29 14:11:36 -05:00
Tim McIver bbff052645 Added try...finally around creation of progress bar to ensure that it is
stopped in the event of a non-checked exception.
2013-01-29 13:10:24 -05:00
Tim McIver db666abd50 Added indeterminate progress bar to timeline module. 2013-01-29 10:58:02 -05:00