Richard Cordovano
|
eb20bba8c6
|
Move INgestManagerException into ingest/IngestManager
|
2016-04-29 09:34:17 -04:00 |
|
Richard Cordovano
|
5c7fdbd466
|
Merge pull request #2094 from karlmortensen/beginIngestJob
Begin ingest job
|
2016-04-29 09:17:13 -04:00 |
|
Karl Mortensen
|
33e9cf4dce
|
code review updates
|
2016-04-28 16:55:27 -04:00 |
|
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 |
|
jmillman
|
5be4cf98ce
|
more cleanup and comments in ZoomSettingsPane.java
|
2016-04-27 15:34:23 -04:00 |
|
jmillman
|
6b9f30c57a
|
use NbBundle.messages for EventTypeZoomLevel
|
2016-04-27 12:23:16 -04:00 |
|
jmillman
|
373f5cc333
|
cleanup merge
|
2016-04-27 12:15:31 -04:00 |
|
jmillman
|
82f27c61dc
|
cleanup in ZoomSettingsPane
|
2016-04-27 11:54:17 -04:00 |
|
jmillman
|
40ac476479
|
move History back/forward out of ZoomSettingsPane. cleanup and comments
|
2016-04-27 11:53:08 -04:00 |
|
Richard Cordovano
|
e43c7e2b2d
|
Change label for timeline/ui/HistoryToolBar
|
2016-04-27 11:50:49 -04:00 |
|
Richard Cordovano
|
806fbed235
|
Merge pull request #2090 from millmanorama/TL-move-history-out-of-zoom-panel
move History back/forward out of ZoomSettingsPane. cleanup and comments
|
2016-04-27 11:46:40 -04:00 |
|
Richard Cordovano
|
526c50ca81
|
Merge pull request #2089 from millmanorama/TL-show-datasource-name-when-ingest-done
Tl show datasource name when ingest done
|
2016-04-27 11:24:56 -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 |
|
jmillman
|
9fd3d3dcab
|
move History back/forward out of ZoomSettingsPane. cleanup and comments
|
2016-04-25 12:33:18 -04:00 |
|
jmillman
|
7b14ae9e37
|
don't prompt for confirmation when the user clicks the update button in the status bar.
|
2016-04-25 12:15:18 -04:00 |
|
jmillman
|
6d67e2e10b
|
cleanup in promptDialogManager and TimeLineController
capitalize comments in PromptDialogManager
more cleanup in promptDialogManager and TimeLineController
|
2016-04-25 12:02:25 -04:00 |
|
jmillman
|
9bd387a819
|
Merge remote-tracking branch 'upstream/develop' into TL-show-datasource-name-when-ingest-done
Conflicts:
Core/src/org/sleuthkit/autopsy/timeline/TimeLineController.java
|
2016-04-25 10:08:52 -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
|
0bb69a45ac
|
cleanup in PromptDialogManager, CancellationProgressTask, and TimeLineController
|
2016-04-21 15:43:14 -04:00 |
|
jmillman
|
18c49ce382
|
cleanup in TimeLineController
|
2016-04-21 14:41:45 -04:00 |
|
jmillman
|
8163d351cf
|
show datasource name when ingest completed results in prompt to rebuld timeline db.
|
2016-04-21 13:54:16 -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 |
|