1482 Commits

Author SHA1 Message Date
Richard Cordovano
3e6106bec9 Merge pull request #2359 from wishdasher/AUT-2232_options_panel_consistent_UI
Changed options panel UI to be more consistent
2016-10-05 12:40:26 -04:00
Sophie Mori
f70fa430b5 Renamed button in keyword list options add keyword panel 2016-10-04 11:14:39 -04:00
Sophie Mori
25639b76e1 Fixed if else logic 2016-09-28 15:38:18 -04:00
Sophie Mori
e3cfc3f606 Changed adding keywords to use popup dialog box, other UI changes 2016-09-26 17:15:18 -04:00
Sophie Mori
ea55a7a879 Changed requested code 2016-09-19 11:39:34 -04:00
Sophie Mori
7993d6dadd Modified toolbar/case button actions to use annotations, added image/video button 2016-09-08 14:07:37 -04:00
Sophie Mori
d48fdd00e2 Updated PropertyChangeSupport in AutopsyOptionsPanel, ReportProgressPanel, GlobalEditListPanel, GlobalListsManagementPanel 2016-08-18 17:10:19 -04:00
wishdasher
5c9145733e Updated use of PropertyChangeListener in InterestingItemDefsPanel, KeywordSearchGlobalLanguageSettingsPanel, AddFileTypePanel 2016-08-17 17:21:50 -04:00
Sophie Mori
72012c5888 Updated use of PropertyChangeListener in KeywordSearchGlobalLanguageSettingsPanel, KeywordSearchGlobalSearchSettingsPanel, ImageFilePanel, LocalFilesPanel 2016-08-17 14:23:51 -04:00
Richard Cordovano
5774b55c08 Merge release-4.1.0 into develop 2016-07-19 13:48:25 -04:00
Richard Cordovano
6fe30cbc4c Refined keyword highlight query result message 2016-07-18 11:39:51 -04:00
Richard Cordovano
165a6dbc97 Merge pull request #2279 from eugene7646/kws
1878 Fixed a bug where indexed text content viewer erroneously reported "no keyword hits"
2016-07-18 10:02:54 -04:00
Richard Cordovano
fbaae05baf Refined keyword highlight query result message 2016-07-15 18:12:40 -04:00
Eugene Livis
53c0b90580 Added logging when an exception is caught. Modified UI text 2016-07-15 15:32:26 -04:00
Eugene Livis
77330b8c32 Optimizated algorithm and removed code duplication 2016-07-15 13:33:14 -04:00
Eugene Livis
102b2b4c56 Fixed a bug when literal search string contains caracters that need to be escaped 2016-07-15 13:16:09 -04:00
Eugene Livis
5adb67ceb0 Code and comment cleanup 2016-07-15 13:08:50 -04:00
Eugene Livis
9dfe64a71a Code and comment cleanup 2016-07-15 13:05:57 -04:00
Eugene Livis
e44e9b76c8 Simplified search query. Fixed a bug with escaping of aggregated term queries 2016-07-15 13:01:25 -04:00
Eugene Livis
d3b3efa657 Fixed several bugs in Solr highlighting query construction and escaping 2016-07-15 12:30:12 -04:00
Eugene Livis
b29681356d Catching all exceptions when querying Solr for highlighting 2016-07-14 13:01:44 -04:00
Karl Mortensen
f8a1937618 Compensate for core.properties sticking around 2016-07-11 12:56:58 -04:00
Eugene Livis
f11573ba1d debugging highlighting solr query 2016-07-07 14:22:16 -04:00
Richard Cordovano
b27e9ebdfd Revert "Made content viewers resize properly."
This reverts commit 0b0f5b69d2f80c4f55ba0de42adeb7b45fc8cdff.
2016-06-30 13:29:42 -04:00
Karl Mortensen
f5f73cd38e remove unused method 2016-06-30 10:28:45 -04:00
Karl Mortensen
4093074a13 Compensate for core.properties sticking around 2016-06-30 10:26:39 -04:00
Richard Cordovano
1802a89d26 Merge pull request #2253 from BasisOlivers/2206
Made content viewers resize properly.
2016-06-29 13:04:48 -04:00
Karl Mortensen
b36c9458fa Set focus to new keyword text box upon events 2016-06-28 15:07:49 -04:00
Karl Mortensen
c657ff146c merge 2016-06-28 09:47:53 -04:00
Oliver Spohngellert
0b0f5b69d2 Made content viewers resize properly. 2016-06-23 14:07:35 -04:00
Karl Mortensen
726b19f60e Fix checkmarks to not be checkboxes 2016-06-21 14:58:47 -04:00
Karl Mortensen
1dbd397bf3 set focus on the text box after closing the dialog 2016-06-20 11:50:16 -04:00
Oliver Spohngellert
0929930ba6 Merge remote-tracking branch 'upstream/develop' into aut-1761 2016-06-10 08:41:40 -04:00
Richard Cordovano
0f8cc09e79 Resolve KWS NBM dependency warnings for NetBeans 8.1 2016-05-27 16:27:51 -04:00
Richard Cordovano
02233f5ce2 Merge remote-tracking branch 'upstream/release-4.1.0' into develop 2016-05-27 13:07:17 -04:00
Karl Mortensen
b555b7f31f add gridlines to KWS 2016-05-26 14:47:47 -04:00
Karl Mortensen
ce5ae59491 change checkmark 2016-05-26 12:42:09 -04:00
Karl Mortensen
e07c066753 Change color of checkmark. 2016-05-26 12:32:02 -04:00
Karl Mortensen
07511457df Show green checkmark for regular expressions 2016-05-26 12:11:50 -04:00
Richard Cordovano
7bf7a3cfd8 Further improve indexed text content viewer behavior 2016-05-25 12:08:52 -04:00
Richard Cordovano
549d033a47 Improve indexed text content viewer behavior 2016-05-24 18:36:53 -04:00
Eugene Livis
781e9c8bc9 Optimized performance by only converting string to char[] if there is a non-UTF8 character 2016-05-23 10:29:51 -04:00
Eugene Livis
9283e0079c Merge branch 'develop' of https://github.com/sleuthkit/autopsy into utf8_sanitization 2016-05-20 16:30:37 -04:00
Eugene Livis
cb1f3c2d59 UTF-8 sanitizing all text before it is passed to Solr 2016-05-20 16:29:32 -04:00
Oliver Spohngellert
f0d92029cf Added more cancellation checks. 2016-05-19 15:27:35 -04:00
Oliver Spohngellert
c04183b41f Updated cancellation policy for keyword search 2016-05-18 13:30:53 -04:00
Oliver Spohngellert
738c446d1c Worked towards cancellation policy. 2016-05-17 13:47:16 -04:00
Oliver Spohngellert
2754c50395 Started adding cancellation. 2016-05-17 11:33:46 -04:00
Eugene Livis
5c1bb1fba4 UTF-8 sanitize text before adding it to solr index 2016-05-10 17:00:19 -04:00
Oliver Spohngellert
268c504ca5 Fixed merge conflicts. 2016-05-09 13:44:24 -04:00