4961 Commits

Author SHA1 Message Date
Karl Mortensen
fa16e9e38c Introduce IngestJobStartResult 2016-04-28 14:29:21 -04:00
Karl Mortensen
09cf29ebcf code review update 2016-04-28 11:10:39 -04:00
Karl Mortensen
8b74dc7ec3 Code review update 2016-04-28 10:02:04 -04:00
Karl Mortensen
374a29d7ce Merge branch 'develop' of github.com:sleuthkit/autopsy into beginIngestJob 2016-04-27 11:04:41 -04:00
Karl Mortensen
75bb8fa617 update comment 2016-04-27 10:54:31 -04:00
Oliver Spohngellert
6856390d7c Fixed false positives on file extension mismatch. 2016-04-27 10:46:32 -04:00
Karl Mortensen
49e6b93836 add beginIngestJob() 2016-04-27 10:25:58 -04:00
Karl Mortensen
4345b4e83b Fix warning for @NbBundle.Messages 2016-04-26 17:00:50 -04:00
Richard Cordovano
db15dcc21e Clarify embedded file extractor module start up error message 2016-04-22 17:33:15 -04:00
Richard Cordovano
18d0f618dc Merge pull request #2079 from karlmortensen/IngestModuleExceptions
Messaging for IngestModuleExceptions
2016-04-22 17:21:55 -04:00
Richard Cordovano
fd6429f034 Merge pull request #2086 from millmanorama/TL-reload-button
add a update database button the "timeline out of date" warning in the status bar.
2016-04-22 15:30:23 -04:00
Richard Cordovano
a7faf8e6c9 Merge pull request #2080 from millmanorama/TL-fix-events-tree
Tl fix events tree
2016-04-22 14:20:17 -04:00
jmillman
f8c722b0d0 comments and clean up in RebuildDataBase, EventsRepository, TimeLineController, and StatusBar 2016-04-21 13:00:42 -04:00
jmillman
339e4b7971 remove unused properties form Bundle_ja.properties 2016-04-21 12:20:32 -04:00
jmillman
c23df9d417 minor cleanup, comments in TimeLineController and RebuildDataBase and EventsRepository 2016-04-21 12:20:27 -04:00
jmillman
61b06f8729 add a "update db" button to StatusBar 2016-04-21 12:20:12 -04:00
Karl Mortensen
6f2fc8b8dc Merge branch 'develop' of github.com:sleuthkit/autopsy into IngestModuleExceptions 2016-04-20 15:04:15 -04:00
Oliver Spohngellert
7e8894ee03 Updated UI for File types. 2016-04-20 13:52:23 -04:00
Karl Mortensen
673e3bc639 Merge branch 'develop' of github.com:sleuthkit/autopsy into IngestModuleExceptions 2016-04-20 12:31:49 -04:00
Karl Mortensen
77a5696336 Remove changed Japanese internationalization items 2016-04-20 12:31:30 -04:00
Karl Mortensen
59e9e8e694 Remove debug logging, have higher level classes deal with Exceptions 2016-04-20 11:20:58 -04:00
Karl Mortensen
63196051ba Merge branch 'develop' of github.com:sleuthkit/autopsy into IngestModuleExceptions 2016-04-20 09:32:21 -04:00
Oliver Spohngellert
f9c419c134 Fixed merge conflicts. 2016-04-19 15:42:34 -04:00
Oliver Spohngellert
4829557794 Merge remote-tracking branch 'upstream/develop' into aut-2092 2016-04-19 15:35:41 -04:00
Richard Cordovano
2a099cf87d Merge pull request #2078 from BasisOlivers/ui-bugfix
Fixed file size rule ui bug.
2016-04-19 15:35:08 -04:00
jmillman
6e93249736 comments and minor cleanup in SubTypeTreeItem 2016-04-19 15:32:47 -04:00
jmillman
cc58b96764 comments and minor cleanup in EventsTreeItem; replace Deque with list 2016-04-19 15:23:33 -04:00
jmillman
a10b1fd23e comments and minor cleanup in EventTypeTreeItem 2016-04-19 15:03:07 -04:00
jmillman
dc1c989fd5 comments and minor cleanup in DescriptionTreeItem 2016-04-19 15:00:09 -04:00
jmillman
701d9c54c6 comments and minor cleanup in BaseTypeTreeItem 2016-04-19 14:53:34 -04:00
Richard Cordovano
cee800dba3 Merge pull request #2076 from BasisOlivers/aut-2034
Serialization for file extension mismatch
2016-04-19 14:52:25 -04:00
jmillman
a1eea710a9 comments and minor cleanup in EventStripeNode 2016-04-19 14:41:22 -04:00
Karl Mortensen
b852cafa41 merge 2016-04-19 14:23:16 -04:00
jmillman
f041783a19 comments and minor cleanup in EventClusterNode 2016-04-19 14:17:32 -04:00
Karl Mortensen
254dc67854 Messaging for IngestModuleExceptions 2016-04-19 13:46:08 -04:00
Oliver Spohngellert
d624eab01d Fixed file size rule ui bug. 2016-04-19 13:35:48 -04:00
jmillman
1545639c76 comments and minor cleanup in DetailsChart , pull HideDescriptionAction and UnhideDescriptionAction out as top level classes 2016-04-19 12:57:45 -04:00
jmillman
501a108a6f comments and minor cleanup in DetailsChart and DetailsChartLayoutSettings 2016-04-19 12:20:46 -04:00
jmillman
3a093cd112 comments and minor cleanup 2016-04-19 11:07:13 -04:00
Oliver Spohngellert
3289326de6 Got rid of unnecessary re-put in map. 2016-04-19 10:29:42 -04:00
jmillman
adf2e11b1d improve API for artifactID 2016-04-19 09:53:18 -04:00
jmillman
9753d2d0eb remove inherited hashmap 2016-04-19 09:53:12 -04:00
jmillman
ef98498d82 comments 2016-04-19 09:53:03 -04:00
jmillman
a664079b54 move findTreeItemForEvent up to EventsTreeItem 2016-04-19 09:52:58 -04:00
jmillman
395f248a06 fix another bug in EventsTree and make it more general (takes TimeLineEvent instead of EventStripe) 2016-04-19 09:52:52 -04:00
jmillman
2f087fb022 WIP fixing events tree WIP 2016-04-19 09:52:46 -04:00
Oliver Spohngellert
7663ebc7fe Made text field clear when extension is added. 2016-04-19 08:47:20 -04:00
Oliver Spohngellert
80bf23d8b1 Fixed up ui to only show error messages, disables buttons. 2016-04-18 16:27:30 -04:00
Oliver Spohngellert
3dd4cd1db3 Fixed merge conflicts. 2016-04-18 15:14:58 -04:00
Oliver Spohngellert
6ca219fad4 Merge remote-tracking branch 'upstream/develop' into aut-2092 2016-04-18 15:12:56 -04:00