Kay Bassi
d0fe76a562
Finished translation/editing
2016-02-01 15:38:32 -08: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
1996b44d6b
remove unneeded shim class
2015-11-30 12:31:06 -05:00
jmillman
d5e40a7e87
update to ControlsFx 8.40.10; use masker pane as progress indicator
2015-11-30 12:21:12 -05:00
Richard Cordovano
ee8fa5b3a2
Deprecate the JavaFX shim
2015-10-22 10:06:42 -04:00
jmillman
849919ae72
add com.sun.javafx.Utils shim class. requires Java 8u60
2015-10-21 16:19:05 -04:00
Richard Cordovano
8b73207378
Merge remote-tracking branch 'upstream/develop' into collaborative
2015-10-07 16:38:45 -04:00
Richard Cordovano
8cfcba8875
Remove Apache Curator dependency from Autopsy
2015-10-07 16:32:10 -04: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
Richard Cordovano
3c46575f98
Merge remote-tracking branch 'upstream/develop' into collaborative
2015-09-30 16:37:25 -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
Richard Cordovano
494a5331be
Resolve develop branch conflict
2015-09-14 13:53:14 -04:00
jmillman
fc9073d23c
upgrade to jfxtras r4
2015-09-09 12:53:12 -04:00
esaunders
764e5c08e0
Replaced ZooKeeper with Curator
2015-09-03 16:56:32 -04:00
Richard Cordovano
6577d163aa
Merge pull request #1552 from karlmortensen/newlockmethod
...
new lock method using zookeeper
2015-09-01 12:45:26 -04:00
Karl Mortensen
612a5595cb
new lock method using zookeeper
2015-08-28 16:15:24 -04:00
jmillman
ca1c116b1c
cleanup
2015-08-26 11:36:27 -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
Karl Mortensen
332a08f07d
Bulk format code with new settings
2015-08-07 13:23:40 -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
sidheshenator
1c6f612588
Image resizing exception handled. Image cropped instead
2015-05-21 10:50:43 -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
2a2b8ba847
Re-added newlines to strings in properties files.
2014-07-02 21:10:39 -04:00
Brian Carrier
de8d2925eb
removed javafx jar file copying now that jre fixed the class path issue
2014-05-15 12:43:12 -04:00
Nick Davis
757f74dbdd
CoreLibs - Added NON-NLS tags to hardcoded strings not needing National Language Support.
2014-04-22 10:57:23 -04:00
Kay Bassi
eaa1eab270
Translation complete
2014-03-11 17:02:34 -07:00
Kay Bassi
e635bc75b2
Initial translation
2014-03-10 22:08:55 -07: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
shahit2
1c85f040d4
Some files changed to non-public
2014-01-22 09:30:41 -05:00
Jeff Wallace
62efe1f8d1
Sigar now loads correctly on mac
2013-08-26 08:27:51 -04:00
adam-m
ebf53d3711
update modules versions for the release
2013-06-05 12:49:07 -04:00
adam-m
6a318dc77e
updated referenced javafx jr to 1.7.21
2013-05-08 14:45:30 -04:00
adam-m
3df1e8d927
update avalon framework sub-dependency version in classpath
2013-04-23 16:12:00 -04:00