11887 Commits

Author SHA1 Message Date
Oliver Spohngellert
0b01073232 Made search button disable based upon whether a filter is enabled. 2016-05-25 15:05:03 -04:00
jmillman
afc0ac3f90 truncate description column in the middle 2016-05-25 14:55:59 -04:00
Richard Cordovano
504190534f Merge pull request #2165 from eugene7646/report_title_1763
Corrected report name
2016-05-25 14:48:33 -04:00
jmillman
e931c9c582 update copyright headers, comments 2016-05-25 14:44:37 -04:00
Richard Cordovano
8f25020ec4 Merge pull request #2157 from eugene7646/utf8_sanitization
UTF-8 sanitizing all text before it is passed to Solr
2016-05-25 14:35:13 -04:00
Richard Cordovano
2afa6aee11 Merge pull request #2153 from eugene7646/hash_db_save_folder_1723
Default location for saving custom hash databases
2016-05-25 14:25:01 -04:00
Richard Cordovano
6fdf0e3463 Merge pull request #2166 from BasisOlivers/file-search-panel-fix
Made file search types enabled based on whether they were checked.
2016-05-25 13:52:48 -04:00
Richard Cordovano
4dae3e6653 Merge pull request #2161 from BasisOlivers/2151
Fixed poor enabling of extension only.
2016-05-25 13:35:33 -04:00
Richard Cordovano
99f75f7f61 Correct error regarding gstreamer in BUILDING.txt 2016-05-25 13:28:30 -04:00
jmillman
290e77c814 cleanup and comments focused on CombinedEvent 2016-05-25 13:25:55 -04:00
Oliver Spohngellert
140863fca9 Finished fixing behavior. 2016-05-25 13:21:48 -04:00
Richard Cordovano
7bf7a3cfd8 Further improve indexed text content viewer behavior 2016-05-25 12:08:52 -04:00
jmillman
c5bbe274fb clean up selection management in TimeLineTopComponent and ListTimeline 2016-05-25 11:52:49 -04:00
jmillman
536d772502 fix off by factor of 1000 bug in times, use the event id not the fileID 2016-05-25 11:27:29 -04:00
jmillman
37a2c07a98 dedupe lookup results in AddTagAction.addTag() 2016-05-25 10:41:34 -04:00
Richard Cordovano
549d033a47 Improve indexed text content viewer behavior 2016-05-24 18:36:53 -04:00
Oliver Spohngellert
3d1767f43c Made file search types enabled based on whether they were checked. 2016-05-24 15:31:58 -04:00
Eugene Livis
0a8dff191e Corrected report name 2016-05-24 15:27:21 -04:00
jmillman
f495b7051b multiselect partly working 2016-05-24 15:23:34 -04:00
jmillman
4a014270b9 begin work to collapse file system events into one row in list ViewRefreshTask
new MergedEvent that corresponds to one row in the table.
updated List View  columns to show MACB for file system EventsRepository
2016-05-24 15:06:03 -04:00
jmillman
22ef82ead4 reset the selected events when the view mode changes 2016-05-24 11:39:18 -04:00
jmillman
ae70b9923c make context menus on demand rather than upfront 2016-05-24 11:25:09 -04:00
Oliver Spohngellert
915f5f8248 Fixed poor enabling of extension only. 2016-05-24 11:07:45 -04:00
jmillman
f372f2ccf1 remove the whole zoom panel in list mode 2016-05-24 11:06:42 -04:00
Richard Cordovano
ec68fa3b28 Partial cleanup of FileManager 2016-05-24 11:04:29 -04:00
jmillman
aeaa059de9 Merge remote-tracking branch 'upstream/develop' into TL-list-view 2016-05-24 10:27:13 -04:00
Richard Cordovano
e4850e4212 Merge pull request #2152 from eugene7646/attr_id_1669
Converted attribute id from short to int
2016-05-24 09:29:43 -04:00
Richard Cordovano
20462ee8dd Merge pull request #2156 from BasisOlivers/2145
Fixed image gallery help link.
2016-05-23 17:28:33 -04:00
jmillman
c1aedce880 change visualizaion -> view in more places in code, ui, and comments 2016-05-23 17:04:33 -04:00
jmillman
1db35dc915 cleanup ListViewPane.java and ListTimeline.java 2016-05-23 16:39:27 -04:00
jmillman
795c40d169 maintain selection when the table contents change 2016-05-23 16:39:22 -04:00
jmillman
4d6c4240c6 change visualizaion -> view in code, ui, and comments 2016-05-23 16:37:28 -04:00
Richard Cordovano
27f53ddc88 Merge pull request #2155 from millmanorama/TL-list-view
TL add right click context menu with actions to list view
2016-05-23 15:04:53 -04:00
jmillman
11cd0fc998 begin work on list view scroll/navigation controlls 2016-05-23 12:51:23 -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
9f3b3539ba Fixed image gallery help link. 2016-05-20 16:20:06 -04:00
jmillman
0b03435b23 add message to UnsupportedOperationException 2016-05-20 16:18:56 -04:00
jmillman
4d018f45d5 fix actions which were broken by flawed refactoring 2016-05-20 16:16:39 -04:00
jmillman
981be75731 Merge remote-tracking branch 'upstream/TL-list-view' into TL-list-view 2016-05-20 15:56:45 -04:00
jmillman
835df96a78 cleanup ListTimeline 2016-05-20 15:54:23 -04:00
Richard Cordovano
c46a91c1c5 Merge branch 'TL-list-view' of https://github.com/sleuthkit/autopsy into TL-list-view 2016-05-20 15:39:54 -04:00
Richard Cordovano
9974318275 Merge remote-tracking branch 'upstream/develop' into TL-list-view 2016-05-20 15:39:09 -04:00
jmillman
7a0bfb4980 cleanup and refactor TimeLineTopComponent 2016-05-20 15:24:21 -04:00
Eugene Livis
fbb0023b99 default location for saving custom hash database 2016-05-20 15:12:01 -04:00
jmillman
ffef4926a1 cleanup EventNode and EventRootNode 2016-05-19 17:46:10 -04:00
jmillman
edb5642140 rename SwingMenuItemAdapter.java -> SwingFXMenuUtils.java and cleanup 2016-05-19 17:05:59 -04:00
jmillman
41a1776c13 Merge branch 'TL-list-view-actions-global-context' into TL-list-view 2016-05-19 16:24:43 -04:00
jmillman
fbf9a68b89 Merge remote-tracking branch 'upstream/develop' into TL-list-view 2016-05-19 16:24:32 -04:00