971 Commits

Author SHA1 Message Date
Samuel H. Kenyon
1f8ceae323 Merge remote-tracking branch 'upstream/develop' into searchoptions
Conflicts:
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/Bundle.properties
2014-03-13 18:17:11 -04:00
Richard Cordovano
1c81fa804b Redo merge of two keyword search files 2014-03-11 17:38:55 -04:00
Samuel H. Kenyon
91aef3bd38 Merge remote-tracking branch 'upstream/develop' into searchoptions
Conflicts:
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/Bundle.properties
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/Bundle_ja.properties
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchListsViewerPanel.java
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchPanel.java
2014-03-11 17:14:45 -04:00
Samuel H. Kenyon
7d5778e4c7 moved comment 2014-03-11 16:24:21 -04:00
Samuel H. Kenyon
00a177203d Remove some commented out code. 2014-03-11 15:24:10 -04:00
Richard Cordovano
70ddbfb3c7 Merged Autopsy 3.0.9 release into develop (master->develop) 2014-03-11 15:21:33 -04:00
Jason Letourneau
ba0cc8da0e resolved conflict 2014-03-07 10:29:53 -05:00
Jason Letourneau
cce96735c8 Merge remote-tracking branch 'origin/pr/511' into develop 2014-03-07 10:27:23 -05:00
Samuel H. Kenyon
fb5c514321 Merge remote-tracking branch 'upstream/develop' into searchoptions 2014-03-06 16:34:27 -05:00
Samuel H. Kenyon
728fbc1947 Radio buttons are now arranged horizontally. 2014-03-06 16:34:03 -05:00
Samuel H. Kenyon
63aa8d182b Color the mag glass in the search button icon for rollover and pressed states. 2014-03-06 16:01:43 -05:00
Samuel H. Kenyon
0eae6ef5e9 Don't add substring regex to a user's regex string. 2014-03-06 15:52:56 -05:00
Samuel H. Kenyon
7786093c9f Fix missing highlighting content for substring match searches. 2014-03-06 15:28:50 -05:00
Samuel H. Kenyon
7bdc501934 Fix some of the logic for escaping on regex input. 2014-03-06 13:51:09 -05:00
Samuel H. Kenyon
427a99fb30 Re-enable the enter key to search ability. 2014-03-06 13:41:57 -05:00
Samuel H. Kenyon
ccb15a338a KeywordSearchPanel now derives directly from Swing panel. 2014-03-06 13:23:54 -05:00
Samuel H. Kenyon
658a44044f Factory should use isLiteral() for literal, not isEscaped(). This seems to fix the preview column issue. 2014-03-05 17:57:19 -05:00
Samuel H. Kenyon
8cdec14a95 Visual changes to the search KeywordSearchPanel. 2014-03-05 17:15:44 -05:00
Samuel H. Kenyon
f63d6f68d1 Delete old settings menu. 2014-03-05 16:53:52 -05:00
Samuel H. Kenyon
d65a6c058c Visual adjustments to the toolbar Search button. 2014-03-05 16:43:39 -05:00
alexjacks92
0e73384433 Style issues. 2014-03-05 16:26:39 -05:00
Samuel H. Kenyon
9ba97dfe8d The new dropdown search panel works, and migrated stuff from the old panel into the new one. 2014-03-05 15:28:14 -05:00
Nick Davis
145d45dce4 Merge branch 'keywordSearch' of ssh://repo.narfindustries.com/autopsy-jp into keywordSearch 2014-03-05 14:32:44 -05:00
Kay Bassi
38479cc673 Completed and checked over translation. 2014-03-05 11:24:33 -08:00
Kay Bassi
02464443e4 One more to translate. 2014-03-05 09:32:21 -08:00
Kay Bassi
dac5cf0fad Partial translation of keywordsearch 2014-03-04 18:46:05 -08:00
Kay Bassi
4bab284366 Partial translation of keywordsearch 2014-03-04 16:42:35 -08:00
Samuel H. Kenyon
221db86d09 Visual changes. 2014-03-04 18:55:30 -05:00
Samuel H. Kenyon
b05c2d999b Added new dropdown/popup search panel. 2014-03-04 18:46:02 -05:00
Samuel H. Kenyon
415bb59369 Latest logic + comments. Calling escape() on TermComponentQuery objects is commented out. 2014-03-04 17:36:03 -05:00
Kay Bassi
91e03f7a93 Corrected "Regular Expression" translation to 正規表現 2014-03-04 12:50:06 -08:00
Samuel H. Kenyon
c580da7a35 Make sure the change the keyword strings as needed before they are pattern compiled. 2014-03-04 15:12:52 -05:00
Nick Davis
656c0791cd Merge branch 'develop' of https://github.com/sleuthkit/autopsy into keywordSearch 2014-03-04 12:52:28 -05:00
Nick Davis
cec87ba390 Added missing strings to Bundle. 2014-03-04 12:42:51 -05:00
alexjacks92
384af09240 Added missing property strings for keyword search to finish. 2014-03-04 10:47:41 -05:00
Brian Carrier
8f0bf32fb8 Ensured that all SwingWorkers all call get() to check for exceptions 2014-03-04 00:04:49 -05:00
Nick Davis
71e6d2a2ad Pulled remaining strings into Bundle.
Removed unused string.
2014-03-03 18:21:01 -05:00
Samuel H. Kenyon
4d2d95bb2e Make the default top-right search panel query type substring, and add a checkbox to the settings popup menu for Whole Words (the old behavior). 2014-03-03 18:01:52 -05:00
Brian Carrier
c8508ecdf3 Added call to get() to retrieve keyword search errors in background thread 2014-03-03 17:23:55 -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
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
raman-bt
c1d90f878f Defined IngestModuleException that an ingest module may throw if init() fails. 2014-02-21 13:10:47 -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
Richard Cordovano
0320b6b3ed Remove inadvertantly checked in artifacts of merge conflict resolution 2014-02-18 16:10:56 -05:00
Richard Cordovano
7df2d2b34c Resolve merge conflict for pull request of latest internationalization/localization code 2014-02-18 15:31:25 -05:00
Richard Cordovano
e5dfefbb3a Merge remote-tracking branch 'upstream/develop' into japanese_localization 2014-02-13 09:42:11 -05:00
Kay Bassi
131bc6d91f Last two values translated in KeywordSearch module 2014-02-07 09:46:58 -08:00
Nick Davis
0790625148 pulled 3 strings into properties. awaiting translation for 2 of them. 2014-02-06 18:49:46 -05:00