2535 Commits

Author SHA1 Message Date
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
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
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
Richard Cordovano
3cf5750295 Continue refactoring and implementation of new INgestJob class 2014-12-12 18:52:38 -05:00
Richard Cordovano
b2cac44274 Refactoring to produce new IngestJob class, old class => DataSourceIngestJon 2014-12-12 17:04:20 -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
Richard Cordovano
e5124eed28 Correct javadocs for FileINgestModule.shutdown() 2014-12-08 09:17:21 -05:00
Richard Cordovano
4775454119 Merge pull request #989 from mrtizmo/mod_int_items_ja
InterestingItems module JA translation
2014-12-06 19:57:47 -05:00
Richard Cordovano
581c65f3cc Merge pull request #987 from mrtizmo/diagnostics_ja
Diagnostics module JA translations
2014-12-06 19:56:31 -05:00
Nick Davis
8f93988d25 Removed translation for Module Keyword. 2014-12-05 16:26:29 -05:00
Nick Davis
7ef77e87d2 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into mod_int_items_ja 2014-12-05 16:23:18 -05:00
Kay Bassi
9c94d07dc1 Translation complete. 2014-12-05 11:50:17 -08:00
Kay Bassi
22d0c07b6e Merge branch 'mod_int_items_ja' of github.com:mrtizmo/autopsy into mod_int_items_ja 2014-12-05 11:47:37 -08:00
Kay Bassi
93ee7f2ae0 Translation complete. 2014-12-05 11:46:03 -08:00
Nick Davis
ee561f5432 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into diagnostics_ja 2014-12-05 11:12:30 -05:00
Nick Davis
4161e01e1e Merge branch 'develop' of https://github.com/sleuthkit/autopsy into actions_ja 2014-12-05 11:07:21 -05:00
Kay Bassi
c7b5771692 Translation complete. 2014-12-04 22:40:08 -08:00
Richard Cordovano
6812566593 Merge pull request #985 from mrtizmo/mod_photoreccarver_ja
Photoreccarver module JA translation
2014-12-04 13:36:24 -05:00
Richard Cordovano
117304d7e4 Merge pull request #984 from mrtizmo/mod_ios_ja
IOS module JA translation
2014-12-04 13:34:39 -05:00
Nick Davis
73448065d6 Switch NOI18N to NON-NLS for consistency. 2014-12-04 13:18:25 -05:00
Nick Davis
19dd04a51d Extracted 2 more strings that I missed in the first pass. 2014-12-04 13:10:47 -05:00
Nick Davis
2d29876f78 Replaced NOI18N with NON-NLS to be consistent. 2014-12-04 12:58:29 -05:00
Nick Davis
ad9cb8228d Extracted one string into Bundle. 2014-12-04 12:45:24 -05:00
Nick Davis
865bbfe9ca Merge branch 'develop' of https://github.com/sleuthkit/autopsy into mod_photoreccarver_ja 2014-12-04 10:55:47 -05:00
Nick Davis
152cc9461d Merge branch 'develop' of https://github.com/sleuthkit/autopsy into mod_ios_ja 2014-12-04 10:54:17 -05:00
Nick Davis
3ddcfbddf3 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into mod_int_items_ja 2014-12-04 10:53:15 -05:00
Nick Davis
b106659a9f Merge branch 'develop' of https://github.com/sleuthkit/autopsy into mod_android_ja 2014-12-04 10:37:20 -05:00
Kay Bassi
0e00d6cfed Made minor changes for better translation. Translation completed. 2014-12-03 20:23:40 -08:00
Kay Bassi
7c989a1fff Made minor changes to make it more consistent. Translation completed. 2014-12-03 20:21:15 -08:00
Kay Bassi
42bf51b66f Translation started 2014-12-03 20:13:27 -08:00
Kay Bassi
e723a1f365 Deleted empty string 2014-12-03 18:12:05 -08:00
Kay Bassi
c2a36a8c95 Translation complete 2014-12-03 16:42:28 -08:00
Kay Bassi
1a93da0099 Translation completed 2014-12-03 13:55:07 -08:00