141 Commits

Author SHA1 Message Date
adam-m
dc702afa50 Move initialize JavaFx platform to a single place in the Core Installer, and let the plafform exit implicitely. 2013-03-21 11:25:56 -04:00
adam-m
debd235930 fix timeline was creating redundant content panel 2013-03-21 11:14:06 -04:00
adam-m
ee8ef11882 update modules versions for the release 2013-03-20 15:13:07 -04:00
adam-m
297b84d502 update timeline module description and category 2013-03-19 23:25:20 -04:00
adam-m
fc31919305 bring timeline to front if clicked second time on action and is already open 2013-03-14 15:06:52 -04:00
adam-m
f172a85f69 more timeline sizing adj 2013-03-14 14:15:35 -04:00
adam-m
1e22f72a97 adjust minor sizing in timeline 2013-03-14 14:03:24 -04:00
adam-m
cf29210275 - redo timeline layout with gui builder and push entire swing layout there
- adjust sizing
- rename all java fx variables to have fx prefix for clarity and ease of determining which thread they should be in
2013-03-14 13:14:55 -04:00
adam-m
b26ef8fcca timeline: correct / cleanup javafx vs swing initialization code, previously causing threading issues 2013-03-05 17:25:21 -05:00
adam-m
75c61f3bc8 timeline: make sure dialog closed in swing thread 2013-03-05 17:24:40 -05:00
adam-m
e2fe4541f5 timeline fix: use PlatformImpl.startup() only once, and Platfrom.runLater() thereafter to run in javafx thread 2013-03-05 16:54:52 -05:00
adam-m
f415d6970e timeline: update result viewer label in swing thread 2013-03-05 16:45:20 -05:00
adam-m
b887486280 Rename Timeline class, remove obsolete class 2013-03-05 16:31:12 -05:00
adam-m
79ba2fd016 - timeline fix bug/exception caused by data nodes not being reset and old nodes from previous, invalid Case being referenced 2013-03-05 16:01:17 -05:00
adam-m
b6f8a1776e more log info 2013-03-05 14:05:23 -05:00
adam-m
4c310f1995 remove redundant invoke later? 2013-03-05 14:02:30 -05:00
adam-m
748d394fa3 progress dialog tweaks 2013-03-05 13:56:44 -05:00
adam-m
589cf178eb progress bar threading tweaks 2013-03-05 13:47:24 -05:00
adam-m
47eb2cfd7c timeline : better progress updates and fix a bug when switching case and clearing data 2013-03-05 13:39:11 -05:00
adam-m
e8822c692b rename label 2013-03-05 13:19:19 -05:00
adam-m
18ef766d09 timeline ui improvements: better combo box selection, remove redundant combo box button, add hover support, hand icon and single clicks 2013-03-05 13:18:08 -05:00
adam-m
6b06ec7d6c add horiz split pane to timeline 2013-03-05 12:26:49 -05:00
adam-m
df714867bc refactor into a javafx thread method 2013-03-05 11:43:36 -05:00
adam-m
1b87256338 log mactime location, remove old commented code 2013-03-05 11:32:33 -05:00
adam-m
62b8c384ea more error checking in timeline 2013-03-05 11:25:07 -05:00
adam-m
db89cc5d43 add make timeline progress bar to the dialog 2013-03-05 11:07:52 -05:00
Sean-M
cea2c49965 Merge remote-tracking branch 'upstream/master'
Conflicts:
	.gitignore
2013-02-21 16:01:42 -05:00
adam-m
a796e9f7c2 fix compile warn 2013-02-14 14:43:04 -05:00
U-BASIS\smoss
6af4f84430 Merge http://www.github.com/sleuthkit/autopsy 2013-02-14 14:25:54 -05:00
Tim McIver
cc181f767e Added clearing of Simile2.data when case is closed. 2013-02-14 13:39:37 -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
81aaae09e0 Merge remote-tracking branch 'upstream/master' 2013-02-13 15:56:58 -05: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
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
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
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
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
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
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