Commit Graph
17726 Commits
Author SHA1 Message Date
Brian Sweeney d2ae65ece9 reimplemented algorithm so that parents and children are selected separately 2018-04-17 06:15:48 -06:00
Brian Sweeney c2d64517b0 wip - child/parent query split 2018-04-16 11:30:01 -06:00
Brian Sweeney 60474f7787 wip - big reafcotr re splitting sql queries into parent / child calls 2018-04-16 08:46:43 -06:00
Brian Sweeney 6ce3098a50 more renaming 2018-04-16 06:51:11 -06:00
Brian Sweeney 2ef3a78621 renaming 2018-04-16 06:33:03 -06:00
Brian Sweeney 343b9c7563 cleanup 2018-04-13 10:32:21 -06:00
Brian Sweeney 7fc4912ba2 finds data sources that are images 2018-04-13 10:01:49 -06:00
Brian Sweeney 15cf059d0b graceful handling in the event that no datasources are available 2018-04-13 09:11:26 -06:00
Brian Sweeney 2bc904713e comment 2018-04-12 15:43:16 -06:00
Brian Sweeney 6b666ad357 notes on rearchitecting 2018-04-12 15:42:22 -06:00
Brian Sweeney b48d077f84 notes 2018-04-12 13:23:11 -06:00
Brian Sweeney 0c95c1bb6b comments and event handling around disposing the dialog when were done with it and performance issues 2018-04-12 13:20:56 -06:00
Brian Sweeney 506418c136 custom loading node for children which are not generated yet. this is a nice to have - could be thrown away if we wanted. 2018-04-12 09:52:38 -06:00
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