Commit Graph
5102 Commits
Author SHA1 Message Date
Nick Davis c6301b1327 Pulled strings into Bundle.
Added _ja.
Added NbBundle dependency to project.xml
2014-02-28 17:16:53 -05:00
Nick Davis 63e0f24581 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into develop 2014-02-27 13:18:51 -05:00
Brian Carrier cc03f81652 minor comment in installer about which libraries get loaded where 2014-02-26 22:59:36 -05:00
Brian Carrier c7ead95530 Merge branch 'develop' of github.com:sleuthkit/autopsy into develop 2014-02-26 22:34:43 -05:00
Brian Carrier 3b0ecd1df7 fixed MS CRT dlls so that we have 32-bit versus 64-bit. Changed to have dlls not in ZIPs in third-party folder 2014-02-26 22:34:30 -05:00
Brian Carrier d3e9d4adc7 SeventZIP Updates: Use blackboard for type, report errors only on allocated files 2014-02-26 22:28:05 -05:00
Richard Cordovano 1bd29069a4 Merge pull request #503 from bcarrier/case_event_enum
Added enum to case to store all event names.  Shortened names a bit
2014-02-26 15:32:47 -05:00
Richard Cordovano 60f3bf260c Merge pull request #502 from bcarrier/keyword_search_exception
Keyword search exception
2014-02-26 15:31:08 -05:00
Richard Cordovano 7d119e2312 Merge pull request #501 from SynapticNulship/develop
Added comment about EDT to DataResultViewerTable.setNode().
2014-02-26 15:29:39 -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
Brian Carrier 7cc3e8f1f9 Added exception message to init exception 2014-02-25 22:31:54 -05:00
Brian Carrier 885a0c0b7c Throw exectpions in init, make connection to detect 404 error, renamed method 2014-02-25 22:28:06 -05:00
Samuel H. Kenyon 412c0b4ce3 Added comment about EDT to DataResultViewerTable.setNode(). 2014-02-25 18:04:13 -05:00
Nick Davis 1fafd31c82 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into develop 2014-02-25 14:08:57 -05:00
Nick Davis 11c37588ae Merge branch 'core-core' into develop 2014-02-24 18:35:57 -05:00
Nick Davis 0bf323df4b Merge branch 'develop' of ssh://repo.narfindustries.com/autopsy-jp into develop 2014-02-24 18:15:48 -05:00
Kay Bassi 67c133f5c3 Completed translation of core-core 2014-02-24 14:32:11 -08:00
Brian Carrier 268b9f84e4 Merge branch 'develop' of github.com:sleuthkit/autopsy into develop 2014-02-24 16:42:25 -05:00
Brian Carrier 26909d5950 Added more app types and they are now sorted to reduce future conflicts 2014-02-24 16:42:05 -05:00
Brian Carrier 45543b7cb2 do not try to cast the wait node to get preferred actions 2014-02-24 16:41:18 -05:00
Nick Davis 5c8dbede92 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into develop 2014-02-24 14:22:02 -05:00
Brian Carrier d4c67aef7d Merge branch 'develop' of github.com:sleuthkit/autopsy into develop 2014-02-24 12:19:11 -05:00
Brian Carrier 8fd66dac87 Added developers list to docs 2014-02-24 12:19:01 -05:00
Brian Carrier 27881f4730 Sort app types too 2014-02-24 11:20:14 -05:00
Brian Carrier 1284465698 sort extension config file, added extensions for text and kmz 2014-02-24 11:13:10 -05:00
Brian Carrier 533992532f Merge branch 'develop' of github.com:sleuthkit/autopsy into develop 2014-02-24 10:05:03 -05:00
Brian Carrier ecf00427fa Added special XML file type check to reduce exceptions that get thrown - Tika seems to try to fully parse the XML file 2014-02-24 10:04:24 -05:00
Kay Bassi 3920482ee9 Merge remote-tracking branch 'origin/develop' into develop 2014-02-21 18:24:45 -08:00
Kay Bassi de72110a71 Resolved the last 2 todo's. Translation completed. 2014-02-21 18:24:13 -08:00
Nick Davis 9769539585 Added empty ja properties file. 2014-02-21 14:20:52 -05:00
Nick Davis 6b214095de Pulled static strings into Bundle. 2014-02-21 14:19:14 -05:00
Nick Davis 77ba2e8c5f Merge branch 'develop' of https://github.com/sleuthkit/autopsy into develop 2014-02-21 14:01:42 -05:00
Richard Cordovano 85d951fd6e Merge pull request #497 from raman-bt/develop
Fixed  the access specifier on the exception constructor so it it actually be constructed (outside this pkg)
2014-02-21 13:38:51 -05:00
raman-bt 584c1bc59a Fixed the access specifier on the exception constructor so it it actually be constructed (outside this pkg) 2014-02-21 13:35:59 -05:00
Richard Cordovano 1ca84d03b1 Merge pull request #496 from raman-bt/develop
Defined IngestModuleException that an ingest module may throw if init() fails.
2014-02-21 13:30:23 -05:00
raman-bt c1d90f878f Defined IngestModuleException that an ingest module may throw if init() fails. 2014-02-21 13:10:47 -05:00
Richard Cordovano 1d26bded0d Merge pull request #495 from APriestman/develop
New public functions in HashDbManager for creating and modifying hash databases
2014-02-21 07:48:58 -05:00
Kay Bassi e50f83255d Initial translation of action/bundle
Still have 2 questions.  See todo's.
2014-02-20 21:26:16 -08: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 ea5c6b0c65 For actions package in Core module, pulled static strings into properties.
Created empty Bundle_ja.properties.
2014-02-20 14:02:38 -05:00
Richard Cordovano cb8c73178e Merge pull request #491 from mrtizmo/develop
Localized text for option panels in HashDatabase and KeywordSearch modules
2014-02-19 15:25:51 -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
Richard Cordovano c13d992f8e Merge pull request #490 from jletourneau-basistech/develop
Japanese Localization
2014-02-19 13:06:56 -05:00
Richard Cordovano 503786eddd Merge pull request #487 from rcordovano/japanese_localization
Remove inadvertantly checked in artifacts of merge conflict resolution
2014-02-18 16:12:38 -05:00
Richard Cordovano 0320b6b3ed Remove inadvertantly checked in artifacts of merge conflict resolution 2014-02-18 16:10:56 -05:00
Richard Cordovano 22620277a0 Merge pull request #486 from rcordovano/japanese_localization
Merge pull request conflict resolution
2014-02-18 15:33:00 -05:00
Richard Cordovano 7df2d2b34c Resolve merge conflict for pull request of latest internationalization/localization code 2014-02-18 15:31:25 -05:00