8544 Commits

Author SHA1 Message Date
Richard Cordovano
9fa7414327 Merge pull request #1394 from millmanorama/ThumnbailCache_npe_fixes
fix npe by optionalizing getCachefile
2015-06-23 16:28:20 -04:00
jmillman
890d904bad SlideShow toggle is disabled initialy; fix relative paths to images in fxml 2015-06-23 16:23:59 -04:00
sidheshenator
d3bd4a6ed7 exceptions handled for invalid offsets 2015-06-23 16:16:31 -04:00
jmillman
76cdc7863f clean up add tag action, use invokeLater not invokeAndWait; getNonCategoryTagNames returns TagNames in alphabetical order by displayname 2015-06-23 16:12:55 -04:00
jmillman
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 2015-06-23 15:46:12 -04:00
Richard Cordovano
bad8961631 Merge pull request #1391 from millmanorama/limit_popups
only prompt that the events db is out of date, when the timeline wind…
2015-06-23 14:32:16 -04:00
jmillman
4db34a412a use SwingUtilities.invokeLater rather than invokeandWait so that showing the swing dialog does not block hiding the fx menu. 2015-06-23 14:19:55 -04:00
jmillman
dac18bf6da fix npe by optionalizing getCachefile 2015-06-23 13:20:52 -04:00
jmillman
42380b5a44 Merge remote-tracking branch 'upstream/develop' into events_tags_categories_rework 2015-06-23 11:30:30 -04:00
jmillman
964679ad9a only prompt that the events db is out of date, when the timeline window is open 2015-06-23 11:21:40 -04:00
Brian Carrier
8346c23de9 Merge pull request #1390 from sidheshenator/update_api_exception_handling
Update api exception handling
2015-06-23 10:40:14 -04:00
Sidhesh Mhatre
880a5be15a Update update_versions.py 2015-06-23 10:35:13 -04:00
Brian Carrier
23a393e2fa Merge branch 'release-3.1.3' of github.com:sleuthkit/autopsy into release-3.1.3 2015-06-23 10:31:08 -04:00
Brian Carrier
0f47400d3a Hand copied changes from collab branch to this branch. Did not copy the time out terminator because that is not in tdevelop yet. 2015-06-23 10:30:33 -04:00
sidheshenator
4b1ba59257 early exit if jdiff or javadoc not found 2015-06-23 09:38:22 -04:00
sidheshenator
85ea8bc90d update_versions.py does not execute if javadoc cannot be executed 2015-06-23 09:16:23 -04:00
jmillman
1c16f9e405 better handling of exceptions in event bus eventhandlers 2015-06-22 16:42:44 -04:00
jmillman
c689956bbc Merge remote-tracking branch 'upstream/develop' into events_tags_categories_rework 2015-06-22 15:43:29 -04:00
jmillman
567abf7948 move classes to better packages; remove FileUpdateEvent 2015-06-22 15:42:48 -04:00
jmillman
e21ad201ff remove unneeded interface 2015-06-22 15:23:36 -04:00
jmillman
05cefa388a move DrawableView and GroupPane to a new package 2015-06-22 15:22:14 -04:00
jmillman
b8f22991a4 reduce duplicate code 2015-06-22 15:11:16 -04:00
jmillman
96bc05cec7 Merge branch 'tag_events' into multiple_tag/follow_up_fixes
Conflicts:
	Core/src/org/sleuthkit/autopsy/casemodule/services/TagsManager.java
	Core/src/org/sleuthkit/autopsy/events/TagAddedEvent.java
	Core/src/org/sleuthkit/autopsy/events/TagDeletedEvent.java
2015-06-22 14:55:14 -04:00
jmillman
3fa996d6fc Tag Events
- created new Case.Event enum values for BlackBoard/Content tags added/deleted
- created new PropertyChangeEvent subclasses for  BlackBoard/Content tags added/deleted
- replaced ModuleDataEvent hack  with new Tag Events
- removed [in] from javadocs, other minor cleanup
2015-06-22 14:53:07 -04:00
sidheshenator
05b53ca5f4 files skipped due to unknown size logged 2015-06-22 14:49:49 -04:00
jmillman
4fdac3a8be rename method in CategoryManager to be more descriptive; fix tag and category grouping when tags aer added / removed 2015-06-22 14:46:04 -04:00
Richard Cordovano
d945280afe Merge pull request #1388 from sidheshenator/sevenzipextractor_NPE_fix
files skipped due to unknown size logged
2015-06-22 14:44:10 -04:00
sidheshenator
3c3584b23d files skipped due to unknown size logged 2015-06-22 14:00:01 -04:00
sidheshenator
09be261f89 Unused fields removed. Potential NPE checked in SevenZipExtractor 2015-06-22 13:34:08 -04:00
jmillman
d19dbbeaba fix bugs updating tags/categpries in slideshowview and metadata pane
make new abstract base calss DrawableUIBase and move fileid and file object access to it.
2015-06-22 13:33:07 -04:00
Richard Cordovano
3869b9f128 Merge pull request #1387 from sidheshenator/sevenzipextractor_NPE_fix
Unused fields removed. Potential NPE checked in SevenZipExtractor
2015-06-22 13:30:47 -04:00
sidheshenator
aad652a7a7 Unused fields removed. Potential NPE checked in SevenZipExtractor 2015-06-22 13:27:33 -04:00
jmillman
83502ba5da Merge remote-tracking branch 'upstream/develop' into multiple_tag/follow_up_fixes 2015-06-22 10:04:37 -04:00
jmillman
3337e6a880 remove uneeded notification code; let event handlers do it all. optionalize DrawableView 2015-06-19 17:29:35 -04:00
jmillman
c6834afb4a use new Autopsy Tag events, don't fire extra events from ig, but listen to events from autopsy 2015-06-19 13:53:53 -04:00
Richard Cordovano
1930ac6531 Merge pull request #1383 from sidheshenator/embedded_file_extractor_runtime_exceptions
Embedded file extractor runtime exceptions
2015-06-19 13:32:44 -04:00
Richard Cordovano
8ec247c622 Merge pull request #1382 from sidheshenator/embedded_file_extractor_runtime_exceptions
comment about POI RuntimeExceptions added
2015-06-19 13:32:28 -04:00
Sidhesh Mhatre
03731d9756 comment about POI RuntimeExceptions added 2015-06-19 13:23:27 -04:00
Richard Cordovano
f5fe025df1 Merge pull request #1377 from sleuthkit/datasourceRefresh
Datasource refresh
2015-06-19 13:19:32 -04:00
Richard Cordovano
87a17afca9 Merge pull request #1380 from sidheshenator/embedded_file_extractor_runtime_exceptions
catch all throwables while instantiating the POI container
2015-06-19 13:18:49 -04:00
jmillman
5de6e17fac Merge branch 'tag_events' into multiple_tag/follow_up_fixes
Conflicts:
	Core/src/org/sleuthkit/autopsy/casemodule/Case.java
	Core/src/org/sleuthkit/autopsy/casemodule/services/TagsManager.java
2015-06-19 12:36:06 -04:00
jmillman
ba81377eb0 Tag Events
- created new Case.Event enum values for BlackBoard/Content tags added/deleted
- created new PropertyChangeEvent subclasses for  BlackBoard/Content tags added/deleted
- replaced ModuleDataEvent hack  with new Tag Events
- removed [in] from javadocs, other minor cleanup
2015-06-19 12:33:04 -04:00
sidheshenator
b6d0c3c5b6 catch all throwables while instantiating the POI container 2015-06-19 11:43:13 -04:00
jmillman
7f6bbf1ebc more granular synchronization in DrawableTagsManager 2015-06-19 10:18:08 -04:00
Brian Carrier
62df408f0e do not add to list 2015-06-18 17:23:08 -04:00
jmillman
1fc618f0df new Tag event system 2015-06-18 16:57:28 -04:00
Brian Carrier
5e0d8a6f5e Fixed compiler warnings 2015-06-18 16:01:30 -04:00
Brian Carrier
91725425f4 Updated versions to 3.1.3 2015-06-18 15:41:47 -04:00
jmillman
48d455bf29 more tag/category autopsy integeration
update CategoryCounts, FollowUp and Category border on general Tag Event
use most severe category if multiple categories are present for a file
enforce category ordering via enum declaration order
2015-06-18 15:20:02 -04:00
jmillman
961e08501f Merge remote-tracking branch 'upstream/develop' into multiple_tag/follow_up_fixes 2015-06-18 14:03:35 -04:00