jmillman
a7374c4028
fix hashset hits look up
2014-09-04 10:11:28 -04:00
jmillman
885c43a182
put header string update on jfx thread
2014-09-04 10:11:09 -04:00
jmillman
91ea4f40ac
remove JFX SortedList because they were unreliable, and instead sort list after each modification
2014-09-04 10:10:49 -04:00
jmillman
4593b8d57e
gah
2014-09-03 15:30:37 -04:00
Richard Cordovano
3c72073109
Merge pull request #869 from rcordovano/interesting_items_identifier
...
Add interesting items module
2014-09-03 14:07:10 -04:00
Richard Cordovano
754596a2a9
Fix some comments in BlackboardArtifactNode.java
2014-09-03 14:04:22 -04:00
Richard Cordovano
a76b840200
Add interesting items module
...
Add factory and file ingest module skeletons for intersing items identifier module
Add additional classes to interestingitems package
Add getDefaultIngestJobSettings() impl to InterestingItemsIngestModuleFactory
Add more capability to interesting file set definitions and rules
Moved interesting items codwe closer to first version completion
Simplify interesting file rule classes and partially complete XM parse/write methpds
Flesh out more of InterestingItemDefinitions class
Continue work on interesting items module
Fix InterestingFilesIdentifierJobSettingsPanel bug
Begin implementation of global settings for interesting items module
Continue implementing global settings panel for interesting items module
Add new and edit interesting files set and files set rule dialog skeletons
Add copy contructors to FilesSet clases in interestingitems package
Implement new, edit and delete buttons for interesting item defs panel
Work on rule create, edit and delete capabilities for interesting files sets
Debug user interactions code for interesting item defs panel
Correct component interactions in InterestingItemDefsPanel
Debug/improve interesting files ingest module
Fix interesting files regex filters
Tie up loose ends for interesting items module
Fix comment in interesting items module
Fix warnings in interesting items module
Fix bugs in interesting items module
Apply fixes to interesting items modules
Implement fixes and artifact display changes for interesting file set hits
Added/updated some comments in the interesting items module
2014-09-03 13:52:29 -04:00
jmillman
990072d3bd
(re-)implemented volume controls in video player
2014-09-03 13:09:46 -04:00
jmillman
aa518a9001
clear file selection (and meta data area) when group changes
2014-09-03 12:32:05 -04:00
jmillman
b814b9aee3
fix bug in TreeCell generation for non-path groups
2014-09-03 12:09:52 -04:00
jmillman
4b6d1a9e55
fix DrawableTile file name label layout bug
2014-09-03 12:02:43 -04:00
jmillman
014e7048d1
cleanup project's .properties files
2014-09-03 11:46:07 -04:00
jmillman
0173400d7a
make sure video playback is stopped when not in view
2014-09-03 11:45:30 -04:00
jmillman
f75d541b67
minor cleanup
2014-09-03 11:45:01 -04:00
jmillman
2fc5d1aaa1
fix bugs related to seen status of groups
2014-09-03 11:44:23 -04:00
jmillman
9c2217ef73
use toString not name; simplify switch statements
2014-09-02 16:40:12 -04:00
jmillman
d4338d2b64
refactor MediaControl and video playback
2014-09-02 16:04:10 -04:00
jmillman
e7aa465d8f
Merge branch 'EureakAttributeRefactor' into timeline_and_image_analyzer
2014-09-02 15:59:57 -04:00
jmillman
07d0ee5015
refactored EureakaAttribute to simplify code and reduce compiler warnings.
2014-08-29 15:09:04 -04:00
jmillman
99e44c9c3a
removed deprecated filters
2014-08-29 15:08:30 -04:00
jmillman
5871aaea07
fxmlconstructor simplification, compiler warning fixs
2014-08-29 12:49:55 -04:00
jmillman
cec2d3a081
backed out of FXMLConstructor in CoreUtils because of resource loading issues
2014-08-28 17:40:27 -04:00
jmillman
5b44e6134f
remove the word eureka from sources
2014-08-28 15:46:01 -04:00
jmillman
04c7928a2b
comments/todos
2014-08-28 15:25:36 -04:00
jmillman
45dfc29cc1
move FXMConstructor to CoreUtils
2014-08-28 15:25:21 -04:00
jmillman
99fd3c367d
updated filtersPanel
2014-08-28 15:11:04 -04:00
jmillman
3d2631ffef
prevent instantiation of ColorUtilities
2014-08-28 15:10:45 -04:00
jmillman
2989d26704
fix usage of logged task
2014-08-28 15:10:19 -04:00
jmillman
8af8245e1f
renamed EurekaToolbar to Toolbar
2014-08-28 15:10:06 -04:00
jmillman
8e60ce5061
move LoggedTask to CoreUtils
2014-08-28 15:01:34 -04:00
jmillman
584db09321
simplify ProgressAdapter related stuff
2014-08-28 14:01:27 -04:00
jmillman
3272132585
removed Eureka from class names; fix history
2014-08-28 13:46:11 -04:00
jmillman
3fa5ade5eb
more generics compiler warning fixes
2014-08-28 11:40:20 -04:00
jmillman
ea0eca1ae5
Merge remote-tracking branch 'upstream/develop' into timeline_and_image_analyzer
2014-08-28 11:32:36 -04:00
jmillman
769d80e20b
refactor to reduce compiler warning and simplify code
2014-08-28 11:32:23 -04:00
Richard Cordovano
2153ca3201
Merge pull request #865 from millmanorama/compiler_warning_fixes
...
fix or supress compiler warning
2014-08-28 11:10:43 -04:00
jmillman
9012e245f0
finish converting image analyzer to use History.java
2014-08-28 10:21:18 -04:00
jmillman
ddb9d0c245
converting image analyzer to history manager
2014-08-27 17:05:49 -04:00
jmillman
9074d436ef
Merge branch 'advanced_timeline' into timeline_and_image_analyzer
...
Conflicts:
branding/core/core.jar/org/netbeans/core/startup/Bundle.properties
branding/modules/org-netbeans-core-windows.jar/org/netbeans/core/windows/view/ui/Bundle.properties
nbproject/project.properties
2014-08-27 16:51:35 -04:00
jmillman
760e352230
move timeline to Core; add controlsfx/jfxtras/jodatime to CoreLibs via ivy
2014-08-27 16:47:11 -04:00
jmillman
d02fe44255
reinstate check for ATTRIBUTE_TYPE.TSK_TAGGED_ARTIFACT
2014-08-27 16:35:59 -04:00
jmillman
820c5cbc32
comments HistoryManager, made ObservableStack an inner class
2014-08-27 16:19:00 -04:00
jmillman
8716d20d66
Merge branch 'timeline_history_manager' into advanced_timeline
2014-08-27 15:50:38 -04:00
jmillman
ef640fdf25
Merge branch 'develop' into advanced_timeline
2014-08-27 15:50:10 -04:00
jmillman
b0c0eaed1a
tightened up api of HistoryManager
2014-08-27 15:41:18 -04:00
jmillman
8ebe820b81
fixed back in history manager
2014-08-27 14:37:15 -04:00
jmillman
3b1586fd2d
connect historymanager to filtered events through property: back is broken
2014-08-26 17:36:49 -04:00
jmillman
aa1c4f4029
restore lost endOfMedia listener
2014-08-26 16:32:01 -04:00
jmillman
054bb6cf34
Merge branch 'advanced_timeline' into timeline_history_manager
2014-08-26 16:18:03 -04:00
Richard Cordovano
c9a6353b6d
Merge pull request #866 from millmanorama/source_level_1.8
...
change source level to 1.8
2014-08-26 16:16:44 -04:00