Commit Graph
8774 Commits
Author SHA1 Message Date
Brian Sweeney cf9c070c36 whitespace, final modifier
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesSearchNode.java
2018-04-19 11:32:11 -06:00
Brian Sweeney c5e3cbe226 fixed name column of common files search result 2018-04-19 11:32:11 -06:00
Brian Sweeney 461d3491a1 Merge branch '3602-common-case-files_r2' of https://github.com/briangsweeney/autopsy into 3602-common-case-files_r2
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesMetaData.java
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesPanel.java

# Conflicts:
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesMetaData.java
2018-04-19 11:32:11 -06:00
Andrew Ziehl 50ac9cdbd9 add getChildren call back in 2018-04-19 11:32:10 -06:00
Andrew Ziehl 5b677cd424 Merge branch '3602-common-case-files_r2' of https://github.com/briangsweeney/autopsy into 3602-common-case-files_r2
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesChildren.java
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesSearchNode.java

# Conflicts:
#	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-19 11:32:10 -06:00
Andrew Ziehl 132f8a938f 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-19 11:32:09 -06:00
Brian Sweeney 92c47b60ab comments 2018-04-19 11:32:09 -06:00
Brian Sweeney 731098d39d better access modifiers/encapsulation, deduped datasource list, fixed a off-by-1 error in enumerating the non-deduped files 2018-04-19 11:32:08 -06:00
Brian Sweeney ff532b1275 comment cleanup 2018-04-19 11:32:08 -06:00
Brian Sweeney 7d62a9cfca cleanup, notes, narrower access on a few items 2018-04-19 11:32:08 -06:00
Brian Sweeney 1130004c0c wrapped commonfilessearchnode with tablefilternode 2018-04-19 11:32:07 -06:00
Brian Sweeney d3273899ba appropriate columns in common files search 2018-04-19 11:32:07 -06:00
Brian Sweeney 0f1a271689 adjusted the sql query to select all the data needed to display common files, passed new data down to nodes 2018-04-19 11:32:06 -06:00
Brian Sweeney 072bc77618 utility for collating common files 2018-04-19 11:32:06 -06:00
Brian Sweeney 699c94388d first pass at reimplementing common search results with CommonSearchNode 2018-04-19 11:32:06 -06:00
Brian Sweeney 9098cc1108 begin some changes based on latest comments from story 3602 - implenet AbstractNode rather than AbstractFsContentNode 2018-04-19 11:32:05 -06:00
Brian Sweeney a3c6524803 renamed a class 2018-04-19 11:32:05 -06:00
Brian Sweeney c0a61d69d9 tweaks based on PR comments 2018-04-19 11:32:04 -06:00
Brian Sweeney 636fd51ae3 amended swing worker pattern as per richards best practices 2018-04-19 11:32:04 -06:00
Brian Sweeney 9b095e7c84 removed unneeded interface, renamed a type to be more descriptive 2018-04-19 11:32:03 -06:00
Andrew Ziehl 300955eda5 known files query update 2018-04-19 11:32:03 -06:00
Brian Sweeney cf6eea2982 comments 2018-04-19 11:32:03 -06:00
Brian Sweeney 1ab5f69e23 comments based on chat w/richard 2018-04-19 11:32:02 -06:00
Brian Sweeney ad1890066f messages implemented using message Attribute 2018-04-19 11:32:02 -06:00
Brian Sweeney 700e116a05 comments 2018-04-19 11:32:01 -06:00
Brian Sweeney 8e150395aa 2nd pass implementing swingworker pattern 2018-04-19 11:32:01 -06:00
Brian Sweeney 3125c1fe4a refactored search action target to make use of swingworker pattern 2018-04-19 11:32:01 -06:00
Brian Sweeney e8709ae38e added serialization id 2018-04-19 11:32:00 -06:00
Brian Sweeney 239d3017f0 synchronized method 2018-04-19 11:32:00 -06:00
Brian Sweeney 868533f325 copyright year corrected 2018-04-19 11:32:00 -06:00
Brian Sweeney 5b466003af static logger 2018-04-19 11:31:59 -06:00
Brian Sweeney eb19619dae removed use of deprecated functions 2018-04-19 11:31:59 -06:00
Brian Sweeney 5315830aae final classes for types not intended to be subclassed 2018-04-19 11:31:58 -06:00
Brian Sweeney 5f377c01ab comments (license headers and class docs) 2018-04-19 11:31:58 -06:00
Brian Sweeney 3e000780fb license headers added, attribution removed 2018-04-19 11:31:57 -06:00
Brian Sweeney 0ef7cdb5b6 whitespace, removed unneeded checks 2018-04-19 11:31:57 -06:00
Brian Sweeney cd8eb4cad6 whitespace 2018-04-19 11:31:57 -06:00
Brian Sweeney 8c9ccbd5af first pass a common files search feature 2018-04-19 11:31:56 -06:00
Brian Sweeney ec8bbb9d2b stubbed out lots of ui components for common files search 2018-04-19 11:31:56 -06:00
Brian Sweeney ca88f73b12 private member made final 2018-04-19 11:31:55 -06:00
Brian Sweeney d1460c76aa stubbing out new feature 2018-04-19 11:31:55 -06:00
Richard Cordovano d8235e09a9 Merge pull request #3696 from sleuthkit/rename_sheet_vars
Rename property sheet variables for PMD/Codacy.  No logic changes.
2018-04-18 09:18:40 -04:00
Richard Cordovano 9169b584ae Merge pull request #3695 from sleuthkit/rename_visitor_vars
Made visitor variable longer for PMD warnings.  No logic changes.
2018-04-18 09:18:07 -04:00
Richard Cordovano a8966605fc Merge pull request #3686 from dgrove727/3685_FileMetadataScrollBars
Fixed File Metadata scroll bars.
2018-04-18 09:03:32 -04:00
Richard Cordovano 673258c5ed Merge pull request #3685 from dgrove727/3685_ResultsScrollBars
Fixed Results scroll bars.
2018-04-18 09:03:01 -04:00
Richard Cordovano 5f2d7a52cb Merge pull request #3684 from dgrove727/3685_HexScrollBars
Fixed Hex scroll bars.
2018-04-18 09:02:25 -04:00
Richard Cordovano cabbca166f Merge pull request #3683 from dgrove727/3685_StringsScrollBars
Fixed Strings scroll bars.
2018-04-18 09:02:10 -04:00
Richard Cordovano 59020a3ca9 Merge pull request #3667 from dgrove727/1746_TranslationTool
Changed separator position to allow room for 'Translate Text'.
2018-04-18 08:31:19 -04:00
Richard Cordovano 941351053d Merge pull request #3662 from zhhl/3599-7thTestForFileFilterTests
3599: 7th test for file filter tests.
2018-04-16 13:42:21 -04:00
Brian Carrier c19e0fbb0c rename property sheet variables for PMD/Codacy 2018-04-15 09:57:47 -04:00