1
0
mirror of https://github.com/elisspace/autopsy.git synced 2026-09-06 02:24:30 +00:00

Commit Graph

  • e4811246ba reduce duplicate code jmillman 2015-06-22 15:11:16 -04:00
  • 6fa5b3b14c rename method in CategoryManager to be more descriptive; fix tag and category grouping when tags aer added / removed jmillman 2015-06-22 14:11:44 -04:00
  • f1000486b7 fix bugs updating tags/categpries in slideshowview and metadata pane jmillman 2015-06-22 13:33:07 -04:00
  • 13ad8aaaeb remove uneeded notification code; let event handlers do it all. optionalize DrawableView jmillman 2015-06-19 17:20:35 -04:00
  • 22868333a0 use new Autopsy Tag events, don't fire extra events from ig, but listen to events from autopsy jmillman 2015-06-19 13:53:53 -04:00
  • 929f8c9c9c Tag Events jmillman 2015-06-19 10:22:18 -04:00
  • 78bab47b34 more granular synchronization in DrawableTagsManager jmillman 2015-06-18 17:00:05 -04:00
  • 762037c649 new Tag event system jmillman 2015-06-18 16:57:28 -04:00
  • 9bdaab4f03 more tag/category autopsy integeration jmillman 2015-06-18 15:20:02 -04:00
  • aec6c222e8 rename method; add synchronization; remove singletonness from SummaryTablePane jmillman 2015-06-18 13:51:37 -04:00
  • 34eb726551 refactor in GroupManager, to make logic and flow cleaner jmillman 2015-06-18 11:39:16 -04:00
  • 6353d3cc0f more work to keep autopsy and ImageGallery tags in sync jmillman 2015-06-17 17:42:00 -04:00
  • 2552196891 more cleanup of Categories/Tags and listening to autopsy generated "Tag Events" jmillman 2015-06-17 15:54:34 -04:00
  • 16fe7db1e7 make sure all code is using the correct TagsManager (DrawableTagsManager) from controller; more cleanup jmillman 2015-06-17 15:51:15 -04:00
  • d587e1c53e clean up and refactor code related to Tagging and actions; jmillman 2015-06-16 16:53:16 -04:00
  • edfe858dd8 cleanup Follow Up tag and Category TagNames (prevent short name version from being added, by removing commas) jmillman 2015-06-16 12:51:06 -04:00
  • e1e5e78bd0 make new DeleteFollowUpTag action; use Set instead of List to prevent duplicate files in groups jmillman 2015-06-16 11:14:44 -04:00
  • d7cac20824 Merge pull request #1381 from millmanorama/tag_events Richard Cordovano 2015-06-25 09:45:27 -04:00
  • 1a4b4bd92c Merge pull request #1397 from karlmortensen/10k_msgs Richard Cordovano 2015-06-25 09:33:40 -04:00
  • 6187bf0f8f Merge pull request #1396 from sidheshenator/add_text_report_to_DB Richard Cordovano 2015-06-24 16:20:07 -04:00
  • 10f66173a0 Not logging invalidpathException Sidhesh Mhatre 2015-06-24 16:19:16 -04:00
  • cd7e9f6513 only show the message once Karl Mortensen 2015-06-24 15:50:10 -04:00
  • 9b021d5adb Throw TskCoreException if localPath is invalid Sidhesh Mhatre 2015-06-24 15:42:45 -04:00
  • a7a0c803c4 Show max file count window only once - not each refresh Brian Carrier 2015-06-24 15:39:33 -04:00
  • 67ff3ee7cd Text FileReport added to databse. Logger format changed sidheshenator 2015-06-24 15:30:11 -04:00
  • aff60bd329 fix hashset display jmillman 2015-06-24 12:58:17 -04:00
  • 641e33cf51 Fix CollaborationManager.shutdown() bug and ctor exception handling by Case Richard Cordovano 2015-06-24 11:46:58 -04:00
  • 9a64cac4de Merge remote-tracking branch 'origin/events_tags_categories_rework' into events_tags_categories_rework jmillman 2015-06-24 11:13:01 -04:00
  • a42426de2b Merge branch 'tag_events' into events_tags_categories_rework jmillman 2015-06-24 11:12:26 -04:00
  • bce619b50e catch IllegalStateException from Case.getCurrentCase() in TagsManager methods jmillman 2015-06-24 10:29:03 -04:00
  • 2e034c19fd use private notifyPropertyChangeEvent() method in notifyNewDataSource jmillman 2015-06-24 10:17:51 -04:00
  • 2ee9b50c62 remove TagAction class since it provides no value jmillman 2015-06-24 10:13:59 -04:00
  • c5622c2282 SlideShow toggle is disabled when there is no group selected; fix relative paths to images in fxml jmillman 2015-06-23 16:27:03 -04:00
  • 33586fd071 SlideShow toggle is disabled initialy; fix relative paths to images in fxml jmillman 2015-06-23 16:23:59 -04:00
  • 5dfae177db clean up add tag action, use invokeLater not invokeAndWait; getNonCategoryTagNames returns TagNames in alphabetical order by displayname jmillman 2015-06-23 16:12:55 -04:00
  • c93f80fd58 only add new cat tag if there is no existing cat tag. put adding and removing fileids to/from group on jfx thread; remove file from groups when adding to new catagory based on new tag jmillman 2015-06-23 15:46:12 -04:00
  • 3e45191012 better handling of exceptions in event bus eventhandlers jmillman 2015-06-22 16:42:44 -04:00
  • 8be4600f5c move classes to better packages; remove FileUpdateEvent jmillman 2015-06-22 15:42:48 -04:00
  • 20eaa0d82a remove unneeded interface jmillman 2015-06-22 15:23:36 -04:00
  • 8918bea329 move DrawableView and GroupPane to a new package jmillman 2015-06-22 15:22:14 -04:00
  • ab8e68435d reduce duplicate code jmillman 2015-06-22 15:11:16 -04:00
  • 7dfc17268e Tag Events jmillman 2015-06-19 10:22:18 -04:00
  • 68d28db500 rename method in CategoryManager to be more descriptive; fix tag and category grouping when tags aer added / removed jmillman 2015-06-22 14:11:44 -04:00
  • ff11258e9c fix bugs updating tags/categpries in slideshowview and metadata pane jmillman 2015-06-22 13:33:07 -04:00
  • 2c879f43bf remove uneeded notification code; let event handlers do it all. optionalize DrawableView jmillman 2015-06-19 17:20:35 -04:00
  • b5216cc87b use new Autopsy Tag events, don't fire extra events from ig, but listen to events from autopsy jmillman 2015-06-19 13:53:53 -04:00
  • 335b82bbc2 Tag Events jmillman 2015-06-19 10:22:18 -04:00
  • dabcec9e27 more granular synchronization in DrawableTagsManager jmillman 2015-06-18 17:00:05 -04:00
  • 6d12aec7ae new Tag event system jmillman 2015-06-18 16:57:28 -04:00
  • b430039c1b more tag/category autopsy integeration jmillman 2015-06-18 15:20:02 -04:00
  • 8b26c43b20 rename method; add synchronization; remove singletonness from SummaryTablePane jmillman 2015-06-18 13:51:37 -04:00
  • 2916f60dc7 refactor in GroupManager, to make logic and flow cleaner jmillman 2015-06-18 11:39:16 -04:00
  • b195499830 more work to keep autopsy and ImageGallery tags in sync jmillman 2015-06-17 17:42:00 -04:00
  • 2be00f7694 more cleanup of Categories/Tags and listening to autopsy generated "Tag Events" jmillman 2015-06-17 15:54:34 -04:00
  • 1e9d6c54c4 make sure all code is using the correct TagsManager (DrawableTagsManager) from controller; more cleanup jmillman 2015-06-17 15:51:15 -04:00
  • 4960980c0d clean up and refactor code related to Tagging and actions; jmillman 2015-06-16 16:53:16 -04:00
  • dc65b8ae2f cleanup Follow Up tag and Category TagNames (prevent short name version from being added, by removing commas) jmillman 2015-06-16 12:51:06 -04:00
  • e30bc537a1 make new DeleteFollowUpTag action; use Set instead of List to prevent duplicate files in groups jmillman 2015-06-16 11:14:44 -04:00
  • 334bd901cd Merge remote-tracking branch 'upstream/develop' into events_tags_categories_rework jmillman 2015-06-24 10:42:50 -04:00
  • 6f89e80b53 Merge branch 'tag_events' into events_tags_categories_rework jmillman 2015-06-24 10:40:48 -04:00
  • 8808496f83 catch IllegalStateException from Case.getCurrentCase() in TagsManager methods jmillman 2015-06-24 10:29:03 -04:00
  • f9f1c7db94 use private notifyPropertyChangeEvent() method in notifyNewDataSource jmillman 2015-06-24 10:17:51 -04:00
  • 2d7cc05e30 remove TagAction class since it provides no value jmillman 2015-06-24 10:13:59 -04:00
  • 5308dc1230 SlideShow toggle is disabled when there is no group selected; fix relative paths to images in fxml jmillman 2015-06-23 16:27:03 -04:00
  • ef50ce604b setDataViewByOffset() and setDataViewByPageNumber() in DataContentViewerHex refactored sidheshenator 2015-06-23 17:03:26 -04:00
  • 52c9e16f5a Merge pull request #1395 from millmanorama/close_fxmenu_behind_tag_dialog Richard Cordovano 2015-06-23 16:30:24 -04:00
  • 9fa7414327 Merge pull request #1394 from millmanorama/ThumnbailCache_npe_fixes Richard Cordovano 2015-06-23 16:28:20 -04:00
  • 890d904bad SlideShow toggle is disabled initialy; fix relative paths to images in fxml jmillman 2015-06-23 16:23:59 -04:00
  • d3bd4a6ed7 exceptions handled for invalid offsets sidheshenator 2015-06-23 16:16:31 -04:00
  • 76cdc7863f clean up add tag action, use invokeLater not invokeAndWait; getNonCategoryTagNames returns TagNames in alphabetical order by displayname jmillman 2015-06-23 16:12:55 -04:00
  • 51f6b05980 only add new cat tag if there is no existing cat tag. put adding and removing fileids to/from group on jfx thread; remove file from groups when adding to new catagory based on new tag jmillman 2015-06-23 15:46:12 -04:00
  • f196a6c05c Merge branch 'collaborative' of https://github.com/sleuthkit/autopsy into collaborative Richard Cordovano 2015-06-23 15:39:57 -04:00
  • 60bdfc9c7f Remove redundant deadlock causing synch from IngestManager Richard Cordovano 2015-06-23 15:39:20 -04:00
  • f1c014f84f Merge pull request #1392 from karlmortensen/size_compare Richard Cordovano 2015-06-23 14:33:28 -04:00
  • bad8961631 Merge pull request #1391 from millmanorama/limit_popups Richard Cordovano 2015-06-23 14:32:16 -04:00
  • 4db34a412a use SwingUtilities.invokeLater rather than invokeandWait so that showing the swing dialog does not block hiding the fx menu. jmillman 2015-06-23 14:19:55 -04:00
  • dac18bf6da fix npe by optionalizing getCachefile jmillman 2015-06-23 13:17:53 -04:00
  • fc0c6af1d3 watch out for unknown (-1) Karl Mortensen 2015-06-23 12:36:03 -04:00
  • 42380b5a44 Merge remote-tracking branch 'upstream/develop' into events_tags_categories_rework jmillman 2015-06-23 11:30:30 -04:00
  • 964679ad9a only prompt that the events db is out of date, when the timeline window is open jmillman 2015-06-23 10:37:31 -04:00
  • 8346c23de9 Merge pull request #1390 from sidheshenator/update_api_exception_handling Brian Carrier 2015-06-23 10:40:14 -04:00
  • 880a5be15a Update update_versions.py Sidhesh Mhatre 2015-06-23 10:35:13 -04:00
  • 23a393e2fa Merge branch 'release-3.1.3' of github.com:sleuthkit/autopsy into release-3.1.3 Brian Carrier 2015-06-23 10:31:08 -04:00
  • 0f47400d3a Hand copied changes from collab branch to this branch. Did not copy the time out terminator because that is not in tdevelop yet. Brian Carrier 2015-06-23 10:30:33 -04:00
  • 4b1ba59257 early exit if jdiff or javadoc not found sidheshenator 2015-06-23 09:38:22 -04:00
  • 85ea8bc90d update_versions.py does not execute if javadoc cannot be executed sidheshenator 2015-06-23 09:16:23 -04:00
  • 07e8802f48 Removed XSD validation from XMLCaseManagement Richard Cordovano 2015-06-22 17:27:16 -04:00
  • 9a8562bf65 Fixed service failed/restored msg sequence Richard Cordovano 2015-06-22 17:03:52 -04:00
  • 1c16f9e405 better handling of exceptions in event bus eventhandlers jmillman 2015-06-22 16:42:44 -04:00
  • c689956bbc Merge remote-tracking branch 'upstream/develop' into events_tags_categories_rework jmillman 2015-06-22 15:43:29 -04:00
  • 567abf7948 move classes to better packages; remove FileUpdateEvent jmillman 2015-06-22 15:42:48 -04:00
  • e21ad201ff remove unneeded interface jmillman 2015-06-22 15:23:36 -04:00
  • 05cefa388a move DrawableView and GroupPane to a new package jmillman 2015-06-22 15:22:14 -04:00
  • b8f22991a4 reduce duplicate code jmillman 2015-06-22 15:11:16 -04:00
  • faf551ce60 Merge develop into collaborative Richard Cordovano 2015-06-22 14:58:21 -04:00
  • 96bc05cec7 Merge branch 'tag_events' into multiple_tag/follow_up_fixes jmillman 2015-06-22 14:55:14 -04:00
  • 3fa996d6fc Tag Events jmillman 2015-06-19 10:22:18 -04:00
  • 05b53ca5f4 files skipped due to unknown size logged sidheshenator 2015-06-22 14:00:01 -04:00
  • 4fdac3a8be rename method in CategoryManager to be more descriptive; fix tag and category grouping when tags aer added / removed jmillman 2015-06-22 14:11:44 -04:00
  • d945280afe Merge pull request #1388 from sidheshenator/sevenzipextractor_NPE_fix Richard Cordovano 2015-06-22 14:44:10 -04:00