30 Commits

Author SHA1 Message Date
Jeff Wallace
bf60d35258 Updated JavaFx References to use newest JavaFX API. 2013-08-30 13:12:26 -04:00
Jeff Wallace
7bd18a6305 Fixed timeline on unix platforms 2013-08-26 13:33:12 -04:00
adam-m
cc17142ca6 timeline: reset current nodes before loading nodes for a new day 2013-06-17 17:04:39 -04:00
adam-m
cea8e4d337 timeline: use lazy loading rather than background loading of nodes for the day - better for huge number of nodes 2013-06-17 16:55:42 -04:00
adam-m
b65d810879 another timeline optimization to avoid unneccessary file object creation when populating the chart from mactime 2013-06-17 16:25:45 -04:00
adam-m
4a242017e5 reduce heap memory footprint in Timeline 2013-06-17 15:19:34 -04:00
adam-m
514d6b182d update timeline comment re: memory issues 2013-06-17 10:27:52 -04:00
adam-m
8e0f4951ef fix timeline build warnings 2013-06-02 07:59:57 -04:00
adam-m
62bb213b58 Move ExecUtil class to Core utils and simplify Timeline dependencies 2013-05-21 12:49:53 -04:00
adam-m
0c2483120a ExecUtil: add API to write stdout directly to file stream. Make TimeLine use that API. 2013-05-20 13:01:20 -04:00
adam-m
c40b7ef986 Rename JavaSystemCaller to ExecUtil. Make thread-safe / non-static 2013-05-20 12:49:29 -04:00
adam-m
7ccbba8cd3 Merge branch 'master' of https://github.com/sleuthkit/autopsy into local-files
Conflicts:
	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/JavaSystemCaller.java
2013-05-20 11:55:09 -04:00
Tim McIver
06cb9735fc Updated Timeline.java and JavaSystemCaller.java to use array version of
Runtime.exec() method as the most recent version of Java (1.7.0_21)
changed the behavior of the single-string version of Runtime.exec()
causing a problem with Timeline. Also updated code to so that the
mactime output is no longer redirected to a file via the '>' redirect
operator. The ouput is now being captured from JavaSystemCaller.execute()
and written to a file directly.
2013-05-20 11:42:39 -04:00
adam-m
f9f2477237 change timeline to check data sources and not only images 2013-05-16 12:37:44 -04:00
adam-m
7392085ba1 Fixes adding local files to a brand new Case 2013-05-15 16:52:26 -04:00
adam-m
d06d38972c timeline handle null cond 2013-05-10 13:00:12 -04:00
adam-m
10a93ab345 generalize timeline to use abstract files 2013-05-10 10:44:49 -04:00
adam-m
e38489d82c fix enable timeline action only if fx enabled and case open 2013-03-25 12:22:03 -04:00
adam-m
8329c18625 Cleanly handle the case where javafx is not installed and components that depend on it at runtime (timeline, image viewer) cannot initialize 2013-03-25 11:16:40 -04:00
adam-m
83130d400b final fix to duplicate instances of content and result viewers for the main window 2013-03-21 13:53:33 -04:00
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
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
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