Richard Cordovano
4f8617a16a
Tidied up ingest framework API
2014-03-26 17:12:24 -04:00
Kay Bassi
f20985e4fe
Made correction on inconsistent translation, Translated additional strings
2014-03-24 17:08:17 +09:00
Nick Davis
b528e46418
Found and extracted string literals to Bundle.
2014-03-18 18:41:57 -04:00
Nick Davis
f64fb13a18
Merge branch 'timeline' of ssh://repo.narfindustries.com/autopsy-jp into timeline
2014-03-13 10:33:59 -04:00
Kay Bassi
8c42d39913
Translation complete
2014-03-12 19:42:29 -07:00
Richard Cordovano
70ddbfb3c7
Merged Autopsy 3.0.9 release into develop (master->develop)
2014-03-11 15:21:33 -04:00
Richard Cordovano
88db2f7014
Merge pull request #512 from mrtizmo/timeline
...
Pulled static strings into Bundle - Timeline module
2014-03-07 12:28:48 -05:00
Trilok Shahi
20c2a35a16
timezoom changes
2014-03-06 13:46:52 -05:00
Richard Cordovano
66cb306c92
Merge pull request #470 from shahit2/timeline2
...
changed timezone and times to UTC for display
2014-03-06 12:25:41 -05:00
Nick Davis
82612a9ca5
Pulled strings into Bundle.
...
Created _ja.
2014-03-03 17:24:58 -05:00
Brian Carrier
cbaa64dc5d
Added enum to case to store all event names. Shortened names a bit
2014-02-25 23:23:56 -05:00
U-BASIS\tshahi
e16ef6082c
renamed variables and functions for timezone check
2014-02-07 13:26:17 -05:00
U-BASIS\tshahi
e64efe3587
created methods to call localtime
2014-02-06 11:17:39 -05:00
U-BASIS\tshahi
4ded0acbf3
Timeline bargraph now same as user timezone or GMT
2014-02-05 16:58:45 -05:00
U-BASIS\tshahi
30cc43bcc4
Merge branch 'develop' of https://github.com/sleuthkit/autopsy into timeline2
2014-02-05 09:54:57 -05:00
Brian Carrier
edf06790d9
Added comments to timeline code
2014-02-04 20:40:11 -05:00
U-BASIS\tshahi
0d7abe2b1b
changed timezone and times to UTC for display
2014-02-03 10:19:19 -05:00
U-BASIS\tshahi
87144d9088
zoom out bug fix
2014-01-30 10:26:45 -05:00
shahit2
874c7b24ec
Files that could be changed to non-public have been
2014-01-22 11:05:05 -05:00
Jeff Wallace
1fa72336e4
Suppressed warnings where appropriate
2013-12-02 16:50:06 -05:00
Brian Carrier
79cae6348b
normalized line endings
2013-11-22 13:51:01 -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