354 Commits

Author SHA1 Message Date
Nick Davis
40a8b521eb Merge branch 'hashDatabase' of ssh://repo.narfindustries.com/autopsy-jp into hashDatabase 2014-03-19 11:22:31 -04:00
Nick Davis
5d80699111 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into hashDatabase 2014-03-19 11:22:11 -04:00
Brian Carrier
cbcf2b7b39 Added catch statments for all of the recently added gets/SwingWorkers to catch cancel exceptions 2014-03-18 18:39:48 -04:00
Nick Davis
dffec5dc4a Found and extracted string literals to Bundle. 2014-03-18 17:34:17 -04:00
Kay Bassi
8b564cad00 Made correction on inconsistent translation 2014-03-18 10:58:34 -07:00
Brian Carrier
bf70b35b38 removed option to enable for ingest in the add / import / global settings. ALways true now when added. 2014-03-13 18:40:02 -04:00
Richard Cordovano
6ad51f40c3 Format HashDbManager.java with NetBeans IDE 2014-03-12 01:37:47 -04:00
Richard Cordovano
70ddbfb3c7 Merged Autopsy 3.0.9 release into develop (master->develop) 2014-03-11 15:21:33 -04:00
Brian Carrier
8f0bf32fb8 Ensured that all SwingWorkers all call get() to check for exceptions 2014-03-04 00:04:49 -05:00
Brian Carrier
cbaa64dc5d Added enum to case to store all event names. Shortened names a bit 2014-02-25 23:23:56 -05:00
raman-bt
c1d90f878f Defined IngestModuleException that an ingest module may throw if init() fails. 2014-02-21 13:10:47 -05:00
APriestman
5612be4210 Merge remote-tracking branch 'upstream/develop' into develop
Conflicts:
	HashDatabase/src/org/sleuthkit/autopsy/hashdatabase/Bundle_ja.properties
2014-02-20 14:53:28 -05:00
APriestman
21f9327eca Added new public methods to HashDbManager for creating, loading, and removing HashDb objects. Also consolidated multiple HashDbManager exception types into one. 2014-02-20 14:43:07 -05:00
Nick Davis
8ba73dd18f Localized text for option panels in HashDatabase and KeywordSearch modules.
- Moved strings to Bundle.properties
- Translated text to Japanese in Bundle_ja.properties
- Successfully tested English and Japanese build/run.
2014-02-19 14:30:56 -05:00
APriestman
99d3dad710 Merge remote-tracking branch 'upstream/develop' into develop
Conflicts:
	HashDatabase/src/org/sleuthkit/autopsy/hashdatabase/HashDbManager.java
2014-02-19 13:33:08 -05:00
APriestman
01de541e3f Saving before merge attempt 2014-02-19 13:11:01 -05:00
Nick Davis
3cb5405c32 1) Fixed spelling of NSRL.
2) Removed comments
2014-02-08 12:00:39 -05:00
Nick Davis
46b3d6c8d4 Merge branch 'develop' of ssh://repo.narfindustries.com/autopsy-jp into develop 2014-02-07 14:36:25 -05:00
Kay Bassi
1a050ba016 Changed the translation for "bad" to 悪質 2014-02-07 11:14:48 -08:00
Nick Davis
a6b9fa91b5 Merge branch 'develop' of ssh://repo.narfindustries.com/autopsy-jp into develop 2014-02-07 14:04:58 -05:00
Kay Bassi
467309bff3 1. Translated the following:
Error encountered while setting known bad state for {0}.
Error encountered while setting known state for {0}.
2. Changed "bad" into Japanese word
3. Edited HashDbIngesetModule.ModuleDescription
4. Changed "..." in HashDbCreateDatabaseDialog.saveAsButton.text to Japanese "..."
2014-02-07 10:35:36 -08:00
Nick Davis
ef3a7cd4f7 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into develop 2014-02-07 13:00:49 -05:00
Nick Davis
ea458c1554 Fixed colon/semi-colon issue. Added elipses to translated strings. Removed unused properties entry. 2014-02-06 18:50:57 -05:00
Brian Carrier
92e5d3e776 updated layout and text of HashDB simple panel 2014-02-06 17:15:33 -05:00
Kay Bassi
76dc854602 1. translations for japanese properties
2. several questions about meaning of some obtuse error messages
2014-02-06 09:48:42 -08:00
Nick Davis
db7977b57d Moved 2 final static fields from inner class to outer class and internationalized them.
Removed unused vars from Bundle.properties.
 Cleared empty values from Bundle_ja.properties to make translation work simpler.
2014-02-05 12:53:17 -05:00
Nick Davis
7ecf3098c2 Pulled static strings in to properties file. Updated code to use getMessages to access strings. Added empty Bundle_ja.properties file to prepare for translation. 2014-02-04 15:44:00 -05:00
Richard Cordovano
3fd32fd3bc Merge pull request #466 from SynapticNulship/publicize
Make these classes public.
2014-01-30 06:16:16 -08:00
Samuel H. Kenyon
d7333cb102 Make these classes public. 2014-01-29 16:15:48 -05:00
Brian Carrier
781164d12e Updated library versions for 3.0.9 release 2014-01-28 21:36:13 -05:00
shahit2
98612dd36d adding try/catch statements 2014-01-27 16:52:34 -05:00
Richard Cordovano
e38c22d652 Restored public access to hash db manager and case action exception 2014-01-27 10:56:16 -05:00
shahit2
ed4a9e043a Merge remote-tracking branch 'upstream/develop' into develop 2014-01-23 13:28:36 -05:00
shahit2
e2dca5f4da committing files that could be changed to non-pub 2014-01-23 12:25:47 -05:00
shahit2
874c7b24ec Files that could be changed to non-public have been 2014-01-22 11:05:05 -05:00
Richard Cordovano
671ff7a31f Removed outdated code from missing hash db search 2014-01-21 15:49:33 -05:00
Richard Cordovano
5dc43405f4 Fixed bug in comment attrs for hash set hit artifacts 2014-01-20 12:07:33 -05:00
Richard Cordovano
ba5e411f59 Restored inadvertantly deleted hash db code 2014-01-17 17:44:10 -05:00
Richard Cordovano
4a6888e0cc Merge remote-tracking branch 'upstream/develop' into rework_hashdb 2014-01-16 09:50:25 -05:00
Richard Cordovano
bf01cc2259 Merge pull request #428 from SynapticNulship/configEvent
HashDb and KeywordSearch ingest modules now have public interfaces for prop change events.
2014-01-16 06:08:23 -08:00
Richard Cordovano
6dd96e7354 Updated for hash database reworking 2014-01-16 00:32:14 -05:00
Samuel H. Kenyon
b6e65952ff Cleanup and comments. 2014-01-15 18:21:38 -05:00
Samuel H. Kenyon
1724a3c988 Remove config event support from IngestManager. HashDb and KeywordSearch modules now have public interfaces for prop change events. 2014-01-15 14:55:40 -05:00
Samuel H. Kenyon
d8baac3f4f KeywordSearch module now also fires ModuleConfigDataEvents. 2014-01-14 17:34:41 -05:00
Brian Carrier
8e8aa0fcf7 Merge branch 'develop' of github.com:sleuthkit/autopsy into develop 2014-01-14 16:35:52 -05:00
Samuel H. Kenyon
9ccf71c4f0 Added new class ModuleConfigDataEvent which is now fired by adding/removing hash sets. 2014-01-14 16:16:43 -05:00
Brian Carrier
3f9a296a0f line endings 2013-12-28 15:10:30 -05:00
Brian Carrier
835fbf1124 line endings 2013-12-28 15:08:59 -05:00
Samuel H. Kenyon
a94ae1eaf7 Only add a separator if there is more than one comment. 2013-12-26 14:10:40 -05:00
Samuel H. Kenyon
7f9b87ed1a Add another BB attribute for each hashset hit containing a concatenation of comments. 2013-12-26 13:23:36 -05:00