46 Commits

Author SHA1 Message Date
Richard Cordovano
8e4d7e2c4f Merge in develop branch 2017-09-07 11:17:51 -04:00
Eugene Livis
160a241780 Pulling commons-io version 2.5 instead of 2.4 2017-08-24 14:19:37 -04:00
U-BASIS\dgrove
70339153e1 Sync 2017-08-16 11:44:14 -04:00
U-BASIS\dgrove
72e0c9d7fd Updated JAR versions, and fixed compatibility issues. 2017-05-04 14:58:17 -04:00
millmanorama
9f09858f53 refresh accounts when manual search adds results. upgrade to guava 19 so we can make handlers default access 2016-10-19 14:55:04 +02:00
millmanorama
4514ed2ed4 move commons-csv to CoreLibs 2016-09-07 16:21:59 +02:00
millmanorama
06efd34f8c updating version check in build.xml and updating to ControlsFX 8.40.11 to allow building against java 8u101/2 2016-08-22 14:02:52 +02:00
Richard Cordovano
086e823f7f Resolve NBM dependency warnings for NetBeans 8.1 2016-05-27 16:22:42 -04:00
jmillman
cbb01b9ace begin using mustache.java to improve snapshot report 2016-04-27 11:55:51 -04:00
Richard Cordovano
5695b05871 Update source level to 1.8 for lagging NBMs 2016-01-30 15:02:16 -05:00
jmillman
cea9c281f8 upgrade twelvemonkeys to 3.2 to fix at least one bug (reading png/favicons) 2015-12-08 12:41:11 -05:00
jmillman
d5e40a7e87 update to ControlsFx 8.40.10; use masker pane as progress indicator 2015-11-30 12:21:12 -05:00
jmillman
ddfe4381a3 minor cleanup
- improve comments
- rename DescriptionLOD to DescriptionLoD
- use new isActive proprty
- rename quick hide mask to quick hide filter
- remove un used class FiltersChangedEvent
2015-10-01 16:08:44 -04:00
jmillman
4575902791 Merge branch 'cleanup_new_clustering' into TL_quick_hide
Conflicts:
	Core/src/org/sleuthkit/autopsy/timeline/datamodel/EventBundle.java
	Core/src/org/sleuthkit/autopsy/timeline/datamodel/EventCluster.java
	Core/src/org/sleuthkit/autopsy/timeline/datamodel/EventStripe.java
	Core/src/org/sleuthkit/autopsy/timeline/datamodel/FilteredEventsModel.java
	Core/src/org/sleuthkit/autopsy/timeline/db/SQLHelper.java
	Core/src/org/sleuthkit/autopsy/timeline/filters/DescriptionFilter.java
	Core/src/org/sleuthkit/autopsy/timeline/filters/Filter.java
	Core/src/org/sleuthkit/autopsy/timeline/ui/detailview/DetailViewPane.java
	Core/src/org/sleuthkit/autopsy/timeline/ui/detailview/EventDetailChart.java
	Core/src/org/sleuthkit/autopsy/timeline/ui/detailview/EventStripeNode.java
	Core/src/org/sleuthkit/autopsy/timeline/ui/detailview/tree/EventDescriptionTreeItem.java
	Core/src/org/sleuthkit/autopsy/timeline/ui/detailview/tree/EventTypeTreeItem.java
	Core/src/org/sleuthkit/autopsy/timeline/ui/detailview/tree/NavPanel.java
	Core/src/org/sleuthkit/autopsy/timeline/ui/detailview/tree/NavTreeItem.java
	Core/src/org/sleuthkit/autopsy/timeline/ui/detailview/tree/RootItem.java
	Core/src/org/sleuthkit/autopsy/timeline/zooming/DescriptionLOD.java
	CoreLibs/nbproject/project.xml
2015-09-30 12:57:59 -04:00
jmillman
d3a589ec30 export the rest of guava 2015-09-28 16:25:24 -04:00
millmanorama
b21d0412b0 fix path to guava jar 2015-09-28 16:19:46 -04:00
jmillman
1065d13536 single cluster WIP 2015-09-28 16:16:39 -04:00
millmanorama
dd31799cb8 fix path to guava jar 2015-09-24 15:55:57 -04:00
jmillman
874703030d single cluster WIP 2015-09-15 10:14:39 -04:00
jmillman
fc9073d23c upgrade to jfxtras r4 2015-09-09 12:53:12 -04:00
jmillman
ba82a1ca89 WIP to have visualizations update dynamically (without full db query) as tags are added/removed 2015-08-12 15:29:13 -04:00
jmillman
e5f08dd7da Merge branch 'develop' into update_jfxtras
Conflicts:
	CoreLibs/ivy.xml
	CoreLibs/nbproject/project.xml
2015-07-27 17:17:56 -04:00
jmillman
fd0718ca7f update JFXtras to 8.0-r3 resolved some bugs with the date/time pickers 2015-07-22 16:43:11 -04:00
jmillman
7654604526 use twelevemonkeys library to decode lots more image formats and update the media viewers to display them.
refactor ImageUtils and prepare to base the image Gallery ThumbnailCache on it
use the FileTypeDetector in media viewer
2015-07-09 16:54:42 -04:00
jmillman
d883992685 remove dependency on openjfx-dialogs since we are building on java 8u40 2015-06-29 14:42:39 -04:00
jmillman
37eee8444e fix javadoc and sources reference 2015-06-18 13:18:03 -04:00
APriestman
a6c825996f Switching to a different version of controlsfx 2015-06-16 12:14:33 -04:00
jmillman
291ff560a2 update to openjfx-dialogs 1.0.3 note that this is necessary as long as we are still on the 8.20.x line of ControlsFX if we move to 8.40.x this extra jar is unneccesary, but we will have to baseline on java 8u40 2015-06-11 14:57:37 -04:00
jmillman
fa3adf6359 update to ControlsFX 8.20.9 2015-06-11 10:10:33 -04:00
jmillman
62f12bd590 add openjfx-dialogs dependency via ivy 2014-11-18 10:24:45 -05:00
millmanorama
aca1c47df1 update to ControlsFX 8.20.8 2014-11-02 11:37:37 -05:00
jmillman
760e352230 move timeline to Core; add controlsfx/jfxtras/jodatime to CoreLibs via ivy 2014-08-27 16:47:11 -04:00
jmillman
72d1b25086 move controls fx into corelibs; fix bundle property 2014-08-25 15:10:11 -04:00
Brian Carrier
e9db9cf2a8 removed javafx from embedded jar 2014-07-09 11:03:55 -04:00
Nick Davis
a96d29e59f Pulled strings into Bundle.
Created _ja.
Added org.openide.util as a dependency for this module in project.xml.
2014-02-28 16:07:39 -05:00
adam-m
3df1e8d927 update avalon framework sub-dependency version in classpath 2013-04-23 16:12:00 -04:00
adam-m
cfa895fcd8 update legacy commons-lang2 from 2.4 to 2.6 2013-03-29 12:28:52 -04:00
adam-m
1f13c8da3a upgrade commons-lang to 3. Keep 2 for other 3rd party modules that depend on it at runtime (there is no collision with 2 and 3)
Update EscapeUtil wrapper to use version 3.
2013-03-29 12:22:27 -04:00
adam-m
3150852813 event better image scaling (using scalr) and better handling of huge hi-res images 2013-03-19 11:12:04 -04:00
adam-m
7037fb8403 Better integration of sigar instrumentation library. Should work on windows, linux, mac.
Added PID and virt memory used to log when application starts.
2013-03-07 14:31:22 -05:00
adam-m
76d11d70da export commons io 2013-02-14 14:31:40 -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
adam-m
bae8aa5d90 add sigar lib for process monitoring to corelibs 2013-01-20 10:08:38 -05:00
adam-m
34e1b811c3 change java source level to 1.7 2013-01-20 08:48:14 -05:00
adam-m
8889ef6ffc update classpath 2012-10-10 15:40:58 -04:00
adam-m
498b8019ae Wrap all jars in Core in a separate module CoreLibs 2012-09-26 14:43:34 -04:00