Brian Carrier
edf06790d9
Added comments to timeline code
2014-02-04 20:40:11 -05:00
shahit2
874c7b24ec
Files that could be changed to non-public have been
2014-01-22 11:05:05 -05:00
Richard Cordovano
e71159cf2f
Line endings
2013-11-08 10:25:21 -05:00
Richard Cordovano
9c1743ab5a
Updated for improved lower level tags api, fixed small bug in tag and comment dialog
2013-10-23 15:33:38 -04:00
Brian Carrier
77fdbcf6a4
made line endings more consistent
2013-10-19 12:26:55 -04:00
Brian Carrier
0ea2c884c4
updated module version numbers and Autopsy version numbers
2013-09-25 13:57:45 -04:00
Jeff Wallace
acad653fba
Merge https://github.com/sleuthkit/autopsy
2013-09-17 08:51:38 -04:00
Jeff Wallace
78b572acf1
Updated Timeline build file to copy mactime.pl only if on Unix.
2013-09-17 08:49:30 -04:00
Brian Carrier
3228ad587d
fixed timeline build.xml to work on Windows again
2013-09-16 16:39:21 -04:00
Jeff Wallace
82a80778f5
Mactime.pl is copied to release dir during build.
2013-09-16 10:12:45 -04:00
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
ebf53d3711
update modules versions for the release
2013-06-05 12:49:07 -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
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