Commit Graph
17739 Commits
Author SHA1 Message Date
Brian Sweeney 50cb493e21 unused import 2018-04-18 07:37:15 -06:00
Andrew Ziehl ab65d53387 Add Mime Type column 2018-04-17 20:28:28 -07:00
Andrew Ziehl 5cbec60395 Fix for not filtering by mime type. TODO, include mime-type as column? 2018-04-17 20:12:22 -07:00
Andrew Ziehl 4338170b76 Add mime types for other media/document extensions 2018-04-17 20:04:31 -07:00
Andrew Ziehl bab07384ea merge cleanup 2018-04-17 17:00:18 -07:00
Andrew Ziehl 2bac572c9f Merge branch '3700-3730-3731-3732-3639-roundup' of https://github.com/briangsweeney/autopsy into common-files-type-filter
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/AllDataSources.java
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesMetaDataBuilder.java
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesPanel.java
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/SingleDataSource.java
2018-04-17 16:54:00 -07:00
Andrew Ziehl 0ba651d94d Update UI element variable names. Add filtering by mime_type based on check box selection. Needs Brian's changes to use executeQuery instead. 2018-04-17 16:46:44 -07:00
Brian Sweeney 14d1deb592 comments and access modifiers 2018-04-17 14:32:32 -06:00
Brian Sweeney 56da1e2a1c comments and unnused imports 2018-04-17 06:42:51 -06:00
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 7e27fc46cf Merge branch '3700-3730-3731-3732-3639-roundup' of https://github.com/briangsweeney/autopsy into common-files-type-filter
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/Bundle.properties
#	Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesDialog.java
2018-04-13 16:43:12 -06:00
Brian Sweeney e842bf8986 layout tweaks 2018-04-13 16:41:12 -06:00
Brian Sweeney ddabd633b7 new dialog options - wip 2018-04-13 12:50:16 -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 684ec7c38d added some dialog options - WIP 2018-04-12 13:24:32 -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