1893 Commits

Author SHA1 Message Date
Nick Davis
19a40c9afb Marked string as NON-NLS 2014-05-07 18:58:06 -04:00
Richard Cordovano
f8419c56e5 Add non-validating load doc method to XSDUtil 2014-05-07 16:09:58 -04:00
Richard Cordovano
1024099d54 Fix Logger bug 2014-05-07 15:39:48 -04:00
Richard Cordovano
390fa4f911 Apply NetBeans IDE formatting to Logger class 2014-05-07 11:06:59 -04:00
Richard Cordovano
f993d04e49 Resolve NetBeans code hints for Logger class 2014-05-07 11:05:05 -04:00
Richard Cordovano
99acbdc40e Fix spelling error in UserPreferences key 2014-05-07 10:37:11 -04:00
Richard Cordovano
f771ca1634 Add more change listeners for UserPreferences 2014-05-07 10:34:33 -04:00
Richard Cordovano
45aa584f2a Added UserPreferences class 2014-05-06 17:43:37 -04:00
Richard Cordovano
8c635c058b Relax ingest module unique display name constraint 2014-05-02 16:37:05 -04:00
Richard Cordovano
2f65d7b932 Update old property change listener add/remove methods of IngestManager 2014-05-02 15:53:25 -04:00
Richard Cordovano
15a05ddb90 Merge pull request #700 from rcordovano/ingest_improvements
Ingest improvements
2014-05-02 15:19:55 -04:00
Richard Cordovano
c900f0f95a Complete improved ingest framework 2014-05-02 15:03:46 -04:00
Richard Cordovano
07e9956ee0 Refactor ingest framework 2014-05-01 17:46:35 -04:00
Richard Cordovano
6f0a440ca0 Fixed some bugs in management of IngestJob task counter 2014-05-01 13:49:56 -04:00
Richard Cordovano
a77d566a82 Preserve intermediate state of improved ingest framework 2014-05-01 09:41:01 -04:00
Richard Cordovano
ae1793bfd3 Safekeep ingest framework improvements 2014-04-29 17:49:12 -04:00
Richard Cordovano
7327751924 Merge pull request #694 from mrtizmo/casemodule
Pulled new static string.
2014-04-28 12:53:00 -04:00
Nick Davis
b3a1ae1c8c Pulled new static string.
Fixed spelling error.
2014-04-28 12:02:52 -04:00
Nick Davis
8749802be3 Report - Added NON-NLS tags to hardcoded strings not needing National Language Support. 2014-04-28 11:51:13 -04:00
Richard Cordovano
bc337f2ec1 Remove unused import in IngestManager 2014-04-25 09:55:56 -04:00
Richard Cordovano
f1cfe85dd3 Reduce method level synchronization in IngestManager 2014-04-24 14:40:52 -04:00
Richard Cordovano
04e2a16daf Remove obsolete TODO comment from IngestJobLauncher 2014-04-24 10:35:55 -04:00
Richard Cordovano
56f5d0cf9f Merge remote-tracking branch 'upstream/develop' into serialize_ingest_module_settings 2014-04-24 09:26:13 -04:00
Richard Cordovano
71212a4813 Replace Java lib object stream with NetBeans object streams for ingest module settings serialization 2014-04-24 09:25:39 -04:00
Richard Cordovano
34e8f960e5 Merge pull request #686 from SynapticNulship/unfreeze
Improve ingestJobs concurrency
2014-04-24 09:24:08 -04:00
Brian Carrier
460d92e67f Fixed file type panel, which was too wide 2014-04-24 00:19:03 -04:00
Brian Carrier
2e826b8cff Added image extensions to each other 2014-04-24 00:18:15 -04:00
Samuel H. Kenyon
008e4ddbe9 remove unnecessary declare/assignment break 2014-04-23 17:26:45 -04:00
Samuel H. Kenyon
f8ce131626 Merge remote-tracking branch 'upstream/develop' into unfreeze 2014-04-23 17:22:15 -04:00
Samuel H. Kenyon
fbe7eaf364 converted ingestJobs into a ConcurrentHashMap 2014-04-23 17:21:17 -04:00
Samuel H. Kenyon
dcfd2f276d ingestJobs now has its own lock (itself); ingestTasks still uses this for locking 2014-04-23 16:10:49 -04:00
Samuel H. Kenyon
d4afaefe92 added method comment 2014-04-23 15:17:49 -04:00
Samuel H. Kenyon
420eee58c6 Changed query for tags associated with this artifact to match the actual DB schema, and extracted that to a method 2014-04-23 15:13:40 -04:00
Samuel H. Kenyon
9bbfaecece prevent netbeans assigned value is never used warning (although it's innocuous in this case) 2014-04-23 11:59:59 -04:00
Samuel H. Kenyon
b30c63ec36 Merge remote-tracking branch 'upstream/develop' into mt-update
Conflicts:
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchIngestModule.java
2014-04-23 11:55:34 -04:00
Samuel H. Kenyon
f300ca7ef0 synchronize access to the totals map 2014-04-23 11:48:50 -04:00
Samuel H. Kenyon
ef7a77f78c Reinserted refCounter increment since it used to be a side effect of a method that was removed. 2014-04-23 11:27:02 -04:00
Richard Cordovano
6af898fdaf Merge remote-tracking branch 'upstream/develop' into serialize_ingest_module_settings 2014-04-23 10:52:42 -04:00
Richard Cordovano
2b7b32830d Merge pull request #676 from mrtizmo/ingest-ja
Ingest module additional Japanese translations
2014-04-23 10:33:39 -04:00
Richard Cordovano
c3fc2b2c02 Merge pull request #672 from mrtizmo/filetypeid-ja
Filetypeid module - additional JA translations
2014-04-23 09:39:12 -04:00
Richard Cordovano
6cc432947b Improve error handling in IngestJobLauncher 2014-04-22 16:51:27 -04:00
Samuel H. Kenyon
30bb4ee6ae Merge remote-tracking branch 'upstream/develop' into mt-update
Conflicts:
	Core/src/org/sleuthkit/autopsy/modules/fileextmismatch/FileExtMismatchIngestModule.java
	HashDatabase/src/org/sleuthkit/autopsy/hashdatabase/HashDbIngestModule.java
2014-04-22 15:48:51 -04:00
Samuel H. Kenyon
2de09e1914 A few more thread-safety adjustments for summary posting 2014-04-22 15:45:09 -04:00
Kay Bassi
6074e1d656 Translation complete. 2014-04-22 15:42:17 -04:00
Richard Cordovano
79b87db731 Implement serialization of ingest module settings 2014-04-22 15:38:20 -04:00
Samuel H. Kenyon
a553e4262c Adjusted FileExtMismatchIngestModule to use the null check / init idiom 2014-04-22 15:02:15 -04:00
Nick Davis
dfe3ad2233 Pulled new static strings.
Marked a few static strings with NON-NLS.
2014-04-22 14:29:14 -04:00
Samuel H. Kenyon
840538d52c Adjusted SampleFileIngestModule to use the null check / init idiom 2014-04-22 14:22:31 -04:00
Samuel H. Kenyon
6473ffb5b3 Fixed spelling mistake. 2014-04-22 14:13:20 -04:00
Nick Davis
fc3fa7b0dc Merge branch 'develop' of https://github.com/sleuthkit/autopsy into filetypeid-ja 2014-04-22 14:01:02 -04:00