10157 Commits

Author SHA1 Message Date
Andrew Ziehl
3b89d3b800 wip ChildFactor refactor
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesChildren.java
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesMetaData.java
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesPanel.java
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesSearchNode.java
2018-04-09 13:47:10 -06:00
Brian Sweeney
e983bfaeba comments 2018-04-09 13:41:19 -06:00
Brian Sweeney
43257d86a4 better access modifiers/encapsulation, deduped datasource list, fixed a off-by-1 error in enumerating the non-deduped files 2018-04-09 13:41:18 -06:00
Brian Sweeney
2a58fb6843 comment cleanup 2018-04-09 13:41:18 -06:00
Brian Sweeney
8d5f209fb3 cleanup, notes, narrower access on a few items 2018-04-09 13:41:17 -06:00
Brian Sweeney
c77408eae2 wrapped commonfilessearchnode with tablefilternode 2018-04-09 13:41:17 -06:00
Brian Sweeney
ef2c2ec533 appropriate columns in common files search 2018-04-09 13:41:16 -06:00
Brian Sweeney
0c82f1637c adjusted the sql query to select all the data needed to display common files, passed new data down to nodes 2018-04-09 13:41:16 -06:00
Brian Sweeney
0d7d68af50 utility for collating common files 2018-04-09 13:41:15 -06:00
Brian Sweeney
0e19f28958 first pass at reimplementing common search results with CommonSearchNode 2018-04-09 13:41:14 -06:00
Brian Sweeney
b42966c8fb begin some changes based on latest comments from story 3602 - implenet AbstractNode rather than AbstractFsContentNode 2018-04-09 13:41:14 -06:00
Brian Sweeney
5bd046ab64 renamed a class 2018-04-09 13:41:13 -06:00
Brian Sweeney
fe13e3dcff tweaks based on PR comments 2018-04-09 13:41:13 -06:00
Brian Sweeney
160506034a amended swing worker pattern as per richards best practices 2018-04-09 13:41:12 -06:00
Brian Sweeney
58c0b6c553 removed unneeded interface, renamed a type to be more descriptive 2018-04-09 13:41:12 -06:00
Andrew Ziehl
cafa60abc0 known files query update 2018-04-09 13:41:11 -06:00
Brian Sweeney
12e6ab9e90 comments 2018-04-09 13:41:11 -06:00
Brian Sweeney
e0a6571003 comments based on chat w/richard 2018-04-09 13:41:10 -06:00
Brian Sweeney
bbd2b847a3 messages implemented using message Attribute 2018-04-09 13:41:10 -06:00
Brian Sweeney
0bc9752203 comments 2018-04-09 13:41:09 -06:00
Brian Sweeney
a7516e0620 2nd pass implementing swingworker pattern 2018-04-09 13:41:08 -06:00
Brian Sweeney
9edda4c63a refactored search action target to make use of swingworker pattern 2018-04-09 13:41:07 -06:00
Brian Sweeney
b8d9d2d4b2 added serialization id 2018-04-09 13:41:07 -06:00
Brian Sweeney
acbb84e9c0 synchronized method 2018-04-09 13:41:06 -06:00
Brian Sweeney
5d3dc1aaf9 copyright year corrected 2018-04-09 13:41:06 -06:00
Brian Sweeney
1324571791 static logger 2018-04-09 13:41:05 -06:00
Brian Sweeney
c7bd020684 removed use of deprecated functions 2018-04-09 13:41:05 -06:00
Brian Sweeney
2d94bec621 final classes for types not intended to be subclassed 2018-04-09 13:41:04 -06:00
Brian Sweeney
4744255270 comments (license headers and class docs) 2018-04-09 13:41:04 -06:00
Brian Sweeney
d815c66eea license headers added, attribution removed 2018-04-09 13:41:03 -06:00
Brian Sweeney
be2a19f91c whitespace, removed unneeded checks 2018-04-09 13:41:03 -06:00
Brian Sweeney
652678b77d whitespace 2018-04-09 13:41:02 -06:00
Brian Sweeney
93f36899e0 first pass a common files search feature 2018-04-09 13:12:20 -06:00
Brian Sweeney
fd5e7d5486 stubbed out lots of ui components for common files search 2018-04-09 13:12:20 -06:00
Brian Sweeney
347a4887d6 private member made final 2018-04-09 13:12:19 -06:00
Brian Sweeney
8f8d5ebe04 stubbing out new feature 2018-04-09 13:12:18 -06:00
Ann Priestman
1a437d8686 Cleanup addressing PR review comments. 2018-04-09 13:50:49 -04:00
Ann Priestman
38676acd57 Continuing work on graphing the timing metrics 2018-04-09 13:19:12 -04:00
millmanorama
4379f81e17 call fitGraph() within transaction to avoid 'blip' 2018-04-09 18:15:13 +02:00
U-BASIS\zhaohui
06198b0162 3599: Rename the ant target name from getImageFile to getTestDataFiles 2018-04-09 11:42:17 -04:00
U-BASIS\zhaohui
35ae3e60aa 3599: 7th test for file filter test. 2018-04-09 11:35:53 -04:00
millmanorama
206e599037 remove animation of layout and handle errors. 2018-04-09 16:43:26 +02:00
millmanorama
f3f650c2f3 fix codacy issues 2018-04-09 13:54:40 +02:00
millmanorama
662babede1 Revert "refactor to use LockedVertexLayoutWrapper"
This reverts commit 08cc853fa8e8e447268ecde3c18f4f980508c11f.

# Conflicts:
#	Core/src/org/sleuthkit/autopsy/communications/LockedVertexModel.java
#	Core/src/org/sleuthkit/autopsy/communications/VisualizationPanel.java
2018-04-09 13:52:10 +02:00
millmanorama
763d30d760 Merge branch '976-show-applied-layout' into 962-layout-progress
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/communications/LockedVertexModel.java
#	Core/src/org/sleuthkit/autopsy/communications/VisualizationPanel.java
2018-04-09 13:20:01 +02:00
millmanorama
f0e04d28f2 log errors in layout SwingWorker 2018-04-09 11:32:14 +02:00
millmanorama
1bec33604b fix codacy warnings 2018-04-07 16:52:43 +02:00
millmanorama
b5a50fd62a fix repainting of lock icons 2018-04-07 15:49:25 +02:00
millmanorama
f3161c7af6 multiselect for locking. Not updating the icon properly... 2018-04-07 14:56:15 +02:00
Richard Cordovano
0097e0f942
Merge pull request #3658 from dgrove727/3645_CoreUtilsLogger
Switched from Java logger to Autopsy logger.
2018-04-06 17:52:46 -04:00