2324 Commits

Author SHA1 Message Date
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
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
3d2631ffef prevent instantiation of ColorUtilities 2014-08-28 15:10:45 -04:00
jmillman
8e60ce5061 move LoggedTask to CoreUtils 2014-08-28 15:01:34 -04:00
jmillman
3272132585 removed Eureka from class names; fix history 2014-08-28 13:46:11 -04:00
jmillman
ea0eca1ae5 Merge remote-tracking branch 'upstream/develop' into timeline_and_image_analyzer 2014-08-28 11:32:36 -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
aa1c4f4029 restore lost endOfMedia listener 2014-08-26 16:32:01 -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
jmillman
28b1f6e53a Merge branch 'source_level_1.8' into advanced_timeline
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
2014-08-26 16:16:17 -04:00
jmillman
7928094285 Merge remote-tracking branch 'upstream/develop' into advanced_timeline 2014-08-26 16:15:14 -04:00
jmillman
e059d5dfa1 change source level to 1.8; use more generic method to look up branded resources in AboutWindowPanel 2014-08-26 16:09:14 -04:00
jmillman
67f0f5f006 remove override of deprecated method logrb 2014-08-26 16:01:43 -04:00
jmillman
4ffe0d32c9 Merge remote-tracking branch 'upstream/develop' into compiler_warning_fixes 2014-08-26 15:56:50 -04:00
jmillman
91deef8310 fix HashSearchAction 2014-08-26 15:33:51 -04:00
jmillman
d0ce887e66 suppress warning about deprecated use of TSK_TAG_ARTIFACT/FILE in documented legacy/hack cases 2014-08-26 14:23:21 -04:00
jmillman
e058f766ff remove unnexessary and deprecated use TSK_TAG_FILE/ARTIFACT and simplify action list population 2014-08-26 14:04:45 -04:00
jmillman
110d46c047 remove deprecated and unnecessary use of TSK_TAG_ARTIFACT/FILE 2014-08-26 14:01:51 -04:00
jmillman
6f56826269 suppress warnings about deprecated use of runQuery 2014-08-26 14:00:42 -04:00
jmillman
c9e95a1009 fix compiler warnings;
fix warnings related mostly  to generics and deprecation;
2014-08-26 12:50:06 -04:00
jmillman
a705f78e2a suppress warnings 2014-08-26 12:45:55 -04:00
jmillman
62176818df Merge branch 'with_image_analyzer_module' into timeline_and_image_analyzer
Conflicts:
	ImageAnalyzer/nbproject/project.properties
	ImageAnalyzer/nbproject/project.xml
2014-08-25 15:51:12 -04:00
jmillman
a8744600d2 move utilities into Core 2014-08-25 15:48:57 -04:00
jmillman
bd1534f572 Merge branch 'advanced_timeline' into timeline_and_image_analyzer 2014-08-25 15:35:25 -04:00
jmillman
655af8d322 move utilities into autopsy-core 2014-08-25 15:35:00 -04:00
jmillman
2fcd19ba69 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-25 14:51:25 -04:00
jmillman
5f56a3c70d rename package remove "advanced" 2014-08-25 14:43:40 -04:00
jmillman
cfbf825bf2 Merge remote-tracking branch 'upstream/develop' into with_image_analyzer_module
Conflicts:
	nbproject/project.properties
2014-08-25 11:01:36 -04:00
jmillman
a9e823d62b update call log analyzer to include additional file(s) and table(s) in search;
updated call log analyzer to search files where name = 'logs.db' and additionally to try tables named 'logs'.  Also refactored code to be more extensible and a little more sanely organized.  Looking at other sibling 'analyzers' in the android module indicates they could all be refactored in similar ways, and probably a lot of duplicate code could be reduced if they were refactored as a whole to be more generic.
2014-08-19 13:02:16 -04:00
jmillman
9bc3d30154 Merge remote-tracking branch 'upstream/develop' into with_image_analyzer_module 2014-08-15 12:22:36 -04:00
Brian Carrier
3570328b7a Merge branch 'release-3.1.0' into develop 2014-08-15 05:46:36 -07:00
Brian Carrier
7fc9eba784 updated to use getDataSource versus getImage, removed unneeded Image methods from case, renamed getRootObjects to getDataSources. Fixed keyword search bug that did not work on local files 2014-08-14 18:48:33 -07:00
Richard Cordovano
fd95b8e0a8 Remove unused ContentIdHierarchyVisitor class 2014-08-14 14:31:47 -04:00
Brian Carrier
d1136879fa Merge branch 'release-3.1.0' of github.com:sleuthkit/autopsy into release-3.1.0 2014-08-14 06:39:56 -07:00
Brian Carrier
4261615d05 Fixed bug where .. entry was not shown when .. was for root directory. Removed some uneeded visitors in process. 2014-08-14 06:39:25 -07:00
Brian Carrier
5f74de3cf8 removed author tag 2014-08-13 11:36:01 -07:00
Brian Carrier
6732da6d9a more diagnostics updates. 2014-08-13 11:28:01 -07:00
Brian Carrier
25f2680413 Fixed build.xml since quick start no longer exists 2014-08-13 07:10:24 -07:00
Brian Carrier
88f02e9b25 Initial commit of module stats 2014-08-13 06:23:23 -07:00
Brian Carrier
e22593dcfc Added diagnostics panel to get throughput numbers for debugging performance issues 2014-08-13 05:06:35 -07:00
Brian Carrier
e73581143a minor comments, added stats structures from scheduler and jobs, updated status panel to display job status 2014-08-12 17:52:51 -07:00
Richard Cordovano
366433631d Update project.xml with relative path to jython JAR file 2014-08-11 17:50:38 -04:00