2743 Commits

Author SHA1 Message Date
Richard Cordovano
704452b4ef Merge pull request #1001 from rcordovano/ingest_api_for_automation
Ingest api for automation
2014-12-17 13:22:38 -05:00
Richard Cordovano
ad886ad736 Fix bug in ingest pipelines code 2014-12-17 13:21:58 -05:00
Richard Cordovano
4c8b967773 Fix bug in ingest pipelines code 2014-12-17 13:17:01 -05:00
Nick Davis
a2365c7b32 Switched import statement to be specific instead of importing all of java.awt. 2014-12-17 11:49:08 -05:00
Nick Davis
46c29850dc Merge branch 'develop' of https://github.com/sleuthkit/autopsy into interesting_items_ja 2014-12-17 11:44:59 -05:00
Nick Davis
1f42d3df07 Fixed issue where string was displayed as all "SQUARES". 2014-12-17 11:41:29 -05:00
Richard Cordovano
c11b5a0fe0 Continue reworking of ingest API 2014-12-16 23:19:19 -05:00
Richard Cordovano
d385d9e085 Update public API of ingest package 2014-12-16 09:53:12 -05:00
Nick Davis
4dd88e5f04 Merge branch 'mod_int_items_ja' of github.com:mrtizmo/autopsy into interesting_items_ja 2014-12-15 20:56:12 -05:00
Kay Bassi
40bab3b278 Checked for non-standard characters. Didn't find any. Re-typed the translation to see if that helps. 2014-12-15 17:27:41 -08:00
Nick Davis
0257e76bbb Removed errant translation. 2014-12-15 20:25:34 -05:00
Nick Davis
d0f74cc8a7 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into timeline_ja 2014-12-15 20:22:04 -05:00
Kay Bassi
c087922883 Translation complete 2014-12-15 17:18:52 -08:00
Kay Bassi
193c061b44 Translating 2014-12-15 17:08:24 -08:00
Kay Bassi
8b287c49be Translating 2014-12-15 14:08:53 -08:00
Richard Cordovano
5ef012601b Merge pull request #996 from rcordovano/ingest_api_for_automation
Ingest api for automation
2014-12-15 16:29:40 -05:00
Richard Cordovano
389e014b2b Check in new public IngestJob and IngestManager API stubs 2014-12-15 16:17:41 -05:00
Richard Cordovano
644a4e8c38 Check in new public IngestJob and IngestManager API stubs 2014-12-15 16:14:21 -05:00
Richard Cordovano
2de22db810 Check in new public IngestJob and IngestManager API stubs 2014-12-15 16:09:55 -05:00
Nick Davis
8dca2c7702 Extracted hard coded strings from *.fxml.
Added private variables to classes to link into *.fxml variables.
Added Bundle and Bundle_ja.properties files.
2014-12-15 15:29:45 -05:00
Nick Davis
3a76769055 Extracted hard coded strings from *.fxml.
Added private variables to classes to link into *.fxml variables.
2014-12-15 15:21:09 -05:00
Nick Davis
a81a2653e1 Merge branch 'timeline_ja' of github.com:mrtizmo/autopsy into timeline_ja 2014-12-15 11:48:50 -05:00
Kay Bassi
59e911f749 Translation complete 2014-12-15 08:17:33 -08:00
Kay Bassi
d8b8014c1a Translating 2014-12-15 08:12:26 -08:00
Nick Davis
f65da448a6 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into timeline_ja 2014-12-15 10:20:26 -05:00
Karl Mortensen
6c6f568712 Use final local instead of member variable, add instanceof for JDialog. 2014-12-15 09:04:40 -05:00
Richard Cordovano
50d92767fe Merge branch 'develop' into ingest_api_for_automation 2014-12-13 20:47:02 -05:00
Richard Cordovano
1e2d7df467 Remove EDT queueing of operations within Case class 2014-12-13 20:40:24 -05:00
Kay Bassi
18f6b64edf Translation complete. 2014-12-13 12:19:27 -08:00
Kay Bassi
e4ce823b38 Translation almost complete. Need to finish zooming bundle. 2014-12-13 11:48:00 -08:00
Kay Bassi
9a64cd7902 Started translation 2014-12-13 11:46:14 -08:00
Kay Bassi
8523c24e71 Started translation 2014-12-13 11:24:58 -08:00
Kay Bassi
a480324031 Started translation 2014-12-13 11:16:46 -08:00
Kay Bassi
da86390b61 Started translation 2014-12-13 10:49:17 -08:00
Kay Bassi
df963e0b31 Started translation 2014-12-13 10:47:54 -08:00
Kay Bassi
614001c2ac Started translation 2014-12-13 10:16:35 -08:00
Kay Bassi
ad0656e1cb Started translation 2014-12-13 09:54:08 -08:00
Kay Bassi
fa66211ae2 Started translation 2014-12-13 09:20:51 -08:00
Richard Cordovano
3cf5750295 Continue refactoring and implementation of new INgestJob class 2014-12-12 18:52:38 -05:00
Nick Davis
d77eb7cfbd Merge branch 'develop' of https://github.com/sleuthkit/autopsy into timeline_ja 2014-12-12 18:28:36 -05:00
Nick Davis
5dea29e2ac Extracted hard coded strings.
Created Bundle_ja.properties files.
Annotated non-extracted lines with NON-NLS.
2014-12-12 18:02:43 -05:00
Richard Cordovano
b2cac44274 Refactoring to produce new IngestJob class, old class => DataSourceIngestJon 2014-12-12 17:04:20 -05:00
Nick Davis
7e1128d8ca Merge branch 'develop' of https://github.com/sleuthkit/autopsy into timeline_ja 2014-12-12 16:13:40 -05:00
Karl Mortensen
be4490650f Update IngestProgressSnapshotPanel and StartupWindow 2014-12-12 09:11:00 -05:00
Richard Cordovano
f71063eb56 Improve INgestManager and IngestJob documentation 2014-12-10 15:34:40 -05:00
Richard Cordovano
194963862e Add comment to IngestManager 2014-12-10 09:26:20 -05:00
Richard Cordovano
fb12ca7adc Refactor IngestJob and IngestManager in preparation for API work 2014-12-09 14:38:43 -05:00
Richard Cordovano
51f080de9a Remove dead code from IngestManager and start refactoring 2014-12-09 09:55:31 -05:00
Richard Cordovano
41bfa204a2 Improve restoration batching of data sources to ingest jobs start API 2014-12-08 23:58:10 -05:00
Richard Cordovano
af9b535323 Restore batching of data sources to ingest jobs start API 2014-12-08 23:10:21 -05:00