Commit Graph
17713 Commits
Author SHA1 Message Date
Brian Sweeney b5c99e69ae Merge branch '3700-3730-3731-3732-3639-roundup' of https://github.com/briangsweeney/autopsy into 3700-3730-3731-3732-3639-roundup 2018-04-11 17:46:48 -06:00
Brian Sweeney cd50ec3220 added a loading node for use when child nodes are still being loaded 2018-04-11 17:46:12 -06:00
Andrew Ziehl c1872e63c3 Rearrange dialog UI components, adjust ddl size. 2018-04-11 14:23:28 -07:00
Brian Sweeney 62660f9702 Merge branch '3732_refine_alg' of https://github.com/briangsweeney/autopsy into 3700-3730-3731-3732-3639-roundup 2018-04-11 12:50:22 -06:00
Brian Sweeney f638b4ede3 cleanup 2018-04-11 10:41:32 -06:00
Brian Sweeney d3f0244e1f more cleanup 2018-04-11 10:38:08 -06:00
Brian Sweeney a3452ca95a cleanup 2018-04-11 10:37:20 -06:00
Brian Sweeney 5f74dfa79f more cleanup 2018-04-11 10:36:12 -06:00
Brian Sweeney f2aa63890d cleanup 2018-04-11 10:33:04 -06:00
Andrew Ziehl c76c77b927 Fix typo in common files dialog 2018-04-10 15:09:04 -07:00
Andrew Ziehl 0b2776b0a9 Update bundle of common files dialog text 2018-04-10 14:24:00 -07:00
Andrew Ziehl f14207458e ignore 0 size files when building parent/child md5 HashMap. 2018-04-10 14:23:49 -07:00
Andrew Ziehl 50351890de VIK-3730 changes to polish the common files search dialog. 2018-04-10 13:37:35 -07:00
Andrew Ziehl 464ecee5bf VIK-3639 enhancement of query to search for all files which match an md5 from the given datasource. 2018-04-10 13:36:47 -07:00
Brian Sweeney b212f6db3b cleanup 2018-04-10 09:11:29 -06:00
Brian Sweeney a19de80c24 tabs have meaningful titles 2018-04-10 08:38:57 -06:00
Brian Sweeney 3585611cff Merge branch 'develop' of https://github.com/briangsweeney/autopsy into 3624-tree-table-view
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/corecomponents/DataResultViewerTable.java
2018-04-09 14:42:20 -06:00
Brian Sweeney ce3a873552 !!! toggled off the thumbnail viewer for testing / demoing purposes !!! 2018-04-09 14:12:29 -06:00
Brian Sweeney d88615a42d pulled the two subclasses into their own files 2018-04-09 14:12:29 -06:00
Brian Sweeney 51f2c0881a refactored builder to use nicer abstraction 2018-04-09 14:12:28 -06:00
Brian Sweeney 3548534b90 unused imports 2018-04-09 14:12:28 -06:00
Brian Sweeney c8c8f90e01 ensure that panel closes on search 2018-04-09 14:12:27 -06:00
Brian Sweeney c1e84712a3 comment 2018-04-09 14:12:27 -06:00
Brian Sweeney aff22061b0 light refactoring (nothing functional - just stylistic) 2018-04-09 14:12:26 -06:00
Brian Sweeney 69c4b0cc66 renamed a variable, removed a useless listener 2018-04-09 14:12:26 -06:00
Brian Sweeney fd1dc6f0eb moved db calls into swing worker 2018-04-09 14:12:25 -06:00
Brian Sweeney 994cd5c1c8 style cleanup 2018-04-09 14:12:25 -06:00
Brian Sweeney 51b0fc894a removed unused usings 2018-04-09 14:12:24 -06:00
Brian Sweeney 568197d6c0 cleanup 2018-04-09 14:12:24 -06:00
Brian Sweeney 475992d6f4 cleanup
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/corecomponents/DataResultViewerTable.java
2018-04-09 14:12:23 -06:00
Brian Sweeney 16cb4378bc needed to close a db connection manually or we needed to wrap in try with resouces 2018-04-09 14:11:11 -06:00
Brian Sweeney bc79abc766 removed redundant declaration 2018-04-09 14:11:11 -06:00
Brian Sweeney 2f00491528 Merge branch '3624-tree-table-view' of https://github.com/briangsweeney/autopsy into 3624-tree-table-view
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesPanel.java
#	Core/src/org/sleuthkit/autopsy/corecomponents/DataResultViewerTable.java
2018-04-09 14:11:10 -06:00
Andrew Ziehl 8a6c7b6e3d WIP, the child node stays selected but we bypass the propertyChange ? Also force sets selectedChild in DataResultViewerTable
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesPanel.java
#	Core/src/org/sleuthkit/autopsy/corecomponents/DataResultViewerTable.java
2018-04-09 14:11:08 -06:00
Brian Sweeney 2a9d8c8164 tweaking stuff to try and get child selection working 2018-04-09 14:10:04 -06:00
Andrew Ziehl 941d7d574d TODOs and cleanup. 2018-04-09 14:10:03 -06:00
Andrew Ziehl 4d75dabe23 Move ChildFactories into classes which use them. Make CommonFilesMetaDataBuilder to handle queries/ list of model building / deduping files. Simplifies CommonFilesMetaData by separating business logic from model and CommonFilesPanel. Removes yet another query by re-using the dataSourceIdMap from CommonFilesPanel for model creation, so now CommonFiles is down to 2 queries total, including UI building. 2018-04-09 14:09:52 -06:00
Andrew Ziehl 084f29ae28 Cleanup CommonFilesMetaData, add in dedup optimization changes 2018-04-09 14:09:51 -06:00
Andrew Ziehl ae2723791f fix sqlwhere clause 2018-04-09 14:09:51 -06:00
Andrew Ziehl a89c4f6538 re-work child factories to have better model inheritance. Need to update package locations, fix sqlWhereClause 2018-04-09 14:09:50 -06:00
Brian Sweeney 4a7fbdae59 set display name,
get rid of extra data,
added decorators to start supporting context menu
2018-04-09 14:09:50 -06:00
Brian Sweeney 0eb9282afe new constructors with support for children with custom display name 2018-04-09 14:09:49 -06:00
Brian Sweeney a61db2e7e1 removed an unused import 2018-04-09 14:09:49 -06:00
Brian Sweeney 418a37844d all the important data is here, its just weird how the nodes all get the value 'Name in the first column 2018-04-09 14:09:48 -06:00
Brian Sweeney 1b399b0a5e harmonizing columns 2018-04-09 14:09:48 -06:00
Brian Sweeney 697c7cd0ab harmonizing columns between the two node types 2018-04-09 14:09:47 -06:00
Brian Sweeney 34b57f80c2 added default visitor behavior for CommonFilesSearchNode 2018-04-09 14:09:47 -06:00
Brian Sweeney d9b15f39a6 CommonFilesSearchNode should extend DisplayableItemNode to properly implement content menu interface 2018-04-09 14:09:46 -06:00
Brian Sweeney 4f3347c1ba disable enableTreeModel - which drills down and fiddles with outlineView directly. turns out it was not necessary and was poor style anyway 2018-04-09 14:09:46 -06:00
Brian Sweeney ac1f515fed comments on state of progress - TODOs 2018-04-09 14:09:45 -06:00