1
0
mirror of https://github.com/elisspace/autopsy.git synced 2026-09-03 22:39:56 +00:00

Commit Graph

  • 16cb4378bc needed to close a db connection manually or we needed to wrap in try with resouces Brian Sweeney 2018-04-05 13:53:52 -06:00
  • bc79abc766 removed redundant declaration Brian Sweeney 2018-04-04 08:09:56 -06:00
  • 2f00491528 Merge branch '3624-tree-table-view' of https://github.com/briangsweeney/autopsy into 3624-tree-table-view Brian Sweeney 2018-04-04 07:15:56 -06:00
  • 8a6c7b6e3d WIP, the child node stays selected but we bypass the propertyChange ? Also force sets selectedChild in DataResultViewerTable Andrew Ziehl 2018-04-03 13:46:27 -07:00
  • 2a9d8c8164 tweaking stuff to try and get child selection working Brian Sweeney 2018-04-03 13:36:20 -06:00
  • 941d7d574d TODOs and cleanup. Andrew Ziehl 2018-04-03 07:31:09 -07:00
  • 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. Andrew Ziehl 2018-04-02 15:32:38 -07:00
  • 084f29ae28 Cleanup CommonFilesMetaData, add in dedup optimization changes Andrew Ziehl 2018-04-02 14:24:17 -07:00
  • ae2723791f fix sqlwhere clause Andrew Ziehl 2018-03-29 18:24:58 -07:00
  • a89c4f6538 re-work child factories to have better model inheritance. Need to update package locations, fix sqlWhereClause Andrew Ziehl 2018-03-29 17:56:55 -07:00
  • 4a7fbdae59 set display name, get rid of extra data, added decorators to start supporting context menu Brian Sweeney 2018-03-28 11:32:59 -06:00
  • 0eb9282afe new constructors with support for children with custom display name Brian Sweeney 2018-03-28 11:28:15 -06:00
  • a61db2e7e1 removed an unused import Brian Sweeney 2018-03-28 11:04:13 -06:00
  • 418a37844d all the important data is here, its just weird how the nodes all get the value 'Name in the first column Brian Sweeney 2018-03-27 08:17:32 -06:00
  • 1b399b0a5e harmonizing columns Brian Sweeney 2018-03-26 10:01:10 -06:00
  • 697c7cd0ab harmonizing columns between the two node types Brian Sweeney 2018-03-26 09:25:01 -06:00
  • 34b57f80c2 added default visitor behavior for CommonFilesSearchNode Brian Sweeney 2018-03-26 09:22:43 -06:00
  • d9b15f39a6 CommonFilesSearchNode should extend DisplayableItemNode to properly implement content menu interface Brian Sweeney 2018-03-26 09:21:43 -06:00
  • 4f3347c1ba disable enableTreeModel - which drills down and fiddles with outlineView directly. turns out it was not necessary and was poor style anyway Brian Sweeney 2018-03-26 09:07:23 -06:00
  • ac1f515fed comments on state of progress - TODOs Brian Sweeney 2018-03-26 06:00:55 -06:00
  • 57bbdc4b70 POC code - getting childnodes to show up Brian Sweeney 2018-03-23 17:29:53 -06:00
  • c71d15d51f algorithm debugged and simplified Brian Sweeney 2018-03-23 06:11:45 -06:00
  • c92e644042 harmonizing code Brian Sweeney 2018-03-22 12:48:18 -06:00
  • 8623479056 Merge branch 'Branch_3629_common_datasource' of https://github.com/briangsweeney/autopsy into 3624-tree-table-view Brian Sweeney 2018-03-22 11:35:20 -06:00
  • eabb6c142e boolean logic fixes Andrew Ziehl 2018-03-22 10:28:44 -07:00
  • 3972f0b922 Merge branch 'develop' of https://github.com/briangsweeney/autopsy into Branch_3629_common_datasource Andrew Ziehl 2018-03-21 15:24:11 -07:00
  • 2066d7c41f Code cleanup, update UI to disable 'across data sources' radio button instead of disabling common files search altogether when open case has one datasource. Andrew Ziehl 2018-03-21 15:21:44 -07:00
  • f8177f1221 Fix instance count query Andrew Ziehl 2018-03-21 09:44:06 -07:00
  • d76cd5367f functional within datasources query / UI Andrew Ziehl 2018-03-20 15:30:23 -07:00
  • 073b02d5dc hook up panel UI elements. Andrew Ziehl 2018-03-19 19:27:59 -07:00
  • 5973c90464 error/ code cleanup Andrew Ziehl 2018-03-19 14:25:34 -07:00
  • 31b062062f whitespace Brian Sweeney 2018-03-22 11:08:04 -06:00
  • 5184472fe0 fixed an algorithmic bug in collating files Brian Sweeney 2018-03-22 06:26:40 -06:00
  • caf73a7563 new algorithm and model types for supporting children (the actual files) of common file nodes Brian Sweeney 2018-03-21 14:38:03 -06:00
  • 95e06fa8ee whitespace Brian Sweeney 2018-03-20 15:57:18 -06:00
  • e2633606f8 common files search results supports child row Brian Sweeney 2018-03-20 15:56:18 -06:00
  • 78c7e9cef1 white space and unneeded imports cleanup Brian Sweeney 2018-03-20 14:18:13 -06:00
  • 89dfcafc30 exception handling Brian Sweeney 2018-03-19 15:13:12 -06:00
  • 8237a9111f throws exceptions Brian Sweeney 2018-03-19 14:09:42 -06:00
  • 494dc032f2 files deduped in only 2 sql queries - no roundtrips business logic encapsulated outside of swingworker Brian Sweeney 2018-03-19 14:00:09 -06:00
  • 9ca10b5af0 new code for gather datasourcenames without db roundtrips - wip Brian Sweeney 2018-03-19 08:03:07 -06:00
  • 53bcc68665 impl notes Brian Sweeney 2018-03-16 07:17:07 -06:00
  • c4be23b841 Merge branch 'develop' of https://github.com/briangsweeney/autopsy into 3623-common-files-optimize Brian Sweeney 2018-03-16 05:49:32 -06:00
  • 7beb8c78d6 added data result filter node back Brian Sweeney 2018-03-15 15:42:23 -06:00
  • bc26799d5f better error hanlding Brian Sweeney 2018-03-15 15:04:14 -06:00
  • ee809a0fe9 removed unneeded code Brian Sweeney 2018-03-15 14:53:23 -06:00
  • a51c9c595c property error handling around data source selection for common files Brian Sweeney 2018-03-15 14:07:38 -06:00
  • 0b9987c7f9 improved event handler wire-up for search button Brian Sweeney 2018-03-15 13:24:45 -06:00
  • d934805234 implement filenode to enable bottom right pane Brian Sweeney 2018-03-15 12:28:55 -06:00
  • 3b698f10cf whitespace, final modifier Brian Sweeney 2018-03-15 11:36:10 -06:00
  • e0247395b0 fixed name column of common files search result Brian Sweeney 2018-03-15 11:35:37 -06:00
  • e250067731 Merge branch '3602-common-case-files_r2' of https://github.com/briangsweeney/autopsy into 3602-common-case-files_r2 Brian Sweeney 2018-03-15 11:15:20 -06:00
  • a0b41500a9 add getChildren call back in Andrew Ziehl 2018-03-15 09:53:47 -07:00
  • 86b61f4a02 Merge branch '3602-common-case-files_r2' of https://github.com/briangsweeney/autopsy into 3602-common-case-files_r2 Andrew Ziehl 2018-03-15 09:47:47 -07:00
  • 3b89d3b800 wip ChildFactor refactor Andrew Ziehl 2018-03-15 09:43:33 -07:00
  • e983bfaeba comments Brian Sweeney 2018-03-15 11:00:57 -06:00
  • 43257d86a4 better access modifiers/encapsulation, deduped datasource list, fixed a off-by-1 error in enumerating the non-deduped files Brian Sweeney 2018-03-15 10:58:08 -06:00
  • 2a58fb6843 comment cleanup Brian Sweeney 2018-03-15 09:30:12 -06:00
  • 8d5f209fb3 cleanup, notes, narrower access on a few items Brian Sweeney 2018-03-15 09:28:26 -06:00
  • c77408eae2 wrapped commonfilessearchnode with tablefilternode Brian Sweeney 2018-03-15 09:19:08 -06:00
  • ef2c2ec533 appropriate columns in common files search Brian Sweeney 2018-03-14 15:37:58 -06:00
  • 0c82f1637c adjusted the sql query to select all the data needed to display common files, passed new data down to nodes Brian Sweeney 2018-03-14 13:40:02 -06:00
  • 0d7d68af50 utility for collating common files Brian Sweeney 2018-03-14 13:38:28 -06:00
  • 0e19f28958 first pass at reimplementing common search results with CommonSearchNode Brian Sweeney 2018-03-13 21:19:20 -06:00
  • b42966c8fb begin some changes based on latest comments from story 3602 - implenet AbstractNode rather than AbstractFsContentNode Brian Sweeney 2018-03-13 11:49:21 -06:00
  • 5bd046ab64 renamed a class Brian Sweeney 2018-03-13 11:48:32 -06:00
  • fe13e3dcff tweaks based on PR comments Brian Sweeney 2018-03-13 10:53:41 -06:00
  • 160506034a amended swing worker pattern as per richards best practices Brian Sweeney 2018-03-13 08:49:24 -06:00
  • 58c0b6c553 removed unneeded interface, renamed a type to be more descriptive Brian Sweeney 2018-03-13 07:14:52 -06:00
  • cafa60abc0 known files query update Andrew Ziehl 2018-03-12 16:11:07 -07:00
  • 12e6ab9e90 comments Brian Sweeney 2018-03-12 16:49:21 -06:00
  • e0a6571003 comments based on chat w/richard Brian Sweeney 2018-03-12 16:37:42 -06:00
  • bbd2b847a3 messages implemented using message Attribute Brian Sweeney 2018-03-12 15:08:24 -06:00
  • 0bc9752203 comments Brian Sweeney 2018-03-12 13:17:39 -06:00
  • a7516e0620 2nd pass implementing swingworker pattern Brian Sweeney 2018-03-12 13:05:33 -06:00
  • 9edda4c63a refactored search action target to make use of swingworker pattern Brian Sweeney 2018-03-12 11:21:37 -06:00
  • b8d9d2d4b2 added serialization id Brian Sweeney 2018-03-12 11:21:17 -06:00
  • acbb84e9c0 synchronized method Brian Sweeney 2018-03-12 10:28:51 -06:00
  • 5d3dc1aaf9 copyright year corrected Brian Sweeney 2018-03-12 10:25:46 -06:00
  • 1324571791 static logger Brian Sweeney 2018-03-12 10:25:18 -06:00
  • c7bd020684 removed use of deprecated functions Brian Sweeney 2018-03-12 10:17:52 -06:00
  • 2d94bec621 final classes for types not intended to be subclassed Brian Sweeney 2018-03-12 09:58:29 -06:00
  • 4744255270 comments (license headers and class docs) Brian Sweeney 2018-03-12 09:30:33 -06:00
  • d815c66eea license headers added, attribution removed Brian Sweeney 2018-03-12 08:02:34 -06:00
  • be2a19f91c whitespace, removed unneeded checks Brian Sweeney 2018-03-12 07:54:31 -06:00
  • 652678b77d whitespace Brian Sweeney 2018-03-12 07:46:22 -06:00
  • 93f36899e0 first pass a common files search feature Brian Sweeney 2018-03-09 15:37:41 -07:00
  • fd5e7d5486 stubbed out lots of ui components for common files search Brian Sweeney 2018-03-09 14:08:38 -07:00
  • 347a4887d6 private member made final Brian Sweeney 2018-03-09 10:49:04 -07:00
  • 8f8d5ebe04 stubbing out new feature Brian Sweeney 2018-03-09 10:42:34 -07:00
  • 1a437d8686 Cleanup addressing PR review comments. Ann Priestman 2018-04-09 13:50:49 -04:00
  • 4a2b4197b2 3610 row selection, resize, icons William Schaefer 2018-04-09 13:38:06 -04:00
  • 38676acd57 Continuing work on graphing the timing metrics Ann Priestman 2018-04-09 13:19:12 -04:00
  • 4379f81e17 call fitGraph() within transaction to avoid 'blip' millmanorama 2018-04-09 16:51:59 +02:00
  • d381dd276d Merge pull request #3661 from dgrove727/3645_CoreUtilsLogger_1 Richard Cordovano 2018-04-09 11:48:08 -04:00
  • 06198b0162 3599: Rename the ant target name from getImageFile to getTestDataFiles U-BASIS\zhaohui 2018-04-09 11:42:17 -04:00
  • 35ae3e60aa 3599: 7th test for file filter test. U-BASIS\zhaohui 2018-04-09 11:35:53 -04:00
  • 206e599037 remove animation of layout and handle errors. millmanorama 2018-04-09 16:43:26 +02:00
  • 7a73afd647 Fixed return type issue. U-BASIS\dgrove 2018-04-09 10:36:26 -04:00
  • f3f650c2f3 fix codacy issues millmanorama 2018-04-09 13:54:40 +02:00