Commit Graph
18776 Commits
Author SHA1 Message Date
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
Eugene Livis ddbfa8b3ea Merge branch 'develop' of https://github.com/sleuthkit/autopsy into develop 2016-05-20 15:04:25 -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
Eugene Livis 9680df5ce0 Converted attribute id from short to int 2016-05-19 16:23:43 -04:00
jmillman b5edf4d486 actions that depend on actionsGlobalContext work. 2016-05-19 16:22:22 -04:00
Oliver Spohngellert f0d92029cf Added more cancellation checks. 2016-05-19 15:27:35 -04:00
Richard Cordovano 7697455017 Remove EM selection listener DataResultPanel.close 2016-05-19 14:27:52 -04:00
Richard Cordovano 23e107e78d Merge pull request #2149 from karlmortensen/1761
Move some menu items
2016-05-19 13:24:26 -04:00
Karl Mortensen edf1c75524 code review update 2016-05-19 13:24:03 -04:00
Karl Mortensen ce8904f8c4 code review update 2016-05-19 13:20:56 -04:00
Eugene Livis ca24c4de7d Merge branch 'develop' of https://github.com/sleuthkit/autopsy into develop 2016-05-19 12:05:40 -04:00
jmillman 3dd157de1b build context menus directly from Actions rather than from the swing/netbeans contenxtmenu 2016-05-19 11:45:53 -04:00
jmillman 87358d3ee1 closer to working actions. 2016-05-18 17:17:03 -04:00
jmillman 8623f216c8 Merge branch 'TL-list-view' into TL-list-view-actions 2016-05-18 14:45:26 -04:00
Richard Cordovano 4032fb6700 Merge pull request #2148 from millmanorama/TL-list-view
drive ContentViewer from List view.
2016-05-18 14:40:02 -04:00
jmillman 9d5ce31055 Merge remote-tracking branch 'upstream/TL-list-view' into TL-list-view 2016-05-18 14:39:02 -04:00
jmillman f7e7404ec4 address review comments: fix typos, rename variables, catch exceptions higher up. 2016-05-18 14:34:08 -04:00
jmillman a185a43d11 Merge remote-tracking branch 'upstream/develop' into TL-list-view 2016-05-18 13:42:15 -04:00
jmillman b8d5eb2233 more work to enable explorer based actions 2016-05-18 13:40:17 -04:00
Oliver Spohngellert c04183b41f Updated cancellation policy for keyword search 2016-05-18 13:30:53 -04:00
Richard Cordovano ad5f507383 Merge remote-tracking branch 'upstream/develop' into TL-list-view 2016-05-18 12:54:35 -04:00
jmillman 384bb30913 Merge remote-tracking branch 'upstream/develop' into TL-list-view 2016-05-18 11:16:12 -04:00
Karl Mortensen d963e59cbc formatting 2016-05-18 09:27:39 -04:00
Richard Cordovano 7d9aba1173 Add additional arg validation to TagsManager methods 2016-05-17 17:35:33 -04:00
Karl Mortensen 85737c44b7 Change File menu to Case menu 2016-05-17 17:05:58 -04:00
jmillman 716f8c0b5d begin work on enabling actions. 2016-05-17 16:57:21 -04:00
Richard Cordovano f733d626d9 Update NEWS.txt for release 4.1.0 2016-05-17 16:42:09 -04:00
jmillman cb9c162ea4 drive ContentViewer from List view. 2016-05-17 16:38:42 -04:00
Eugene Livis ededd6c731 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into develop 2016-05-17 16:25:50 -04:00
Richard Cordovano 2763143d89 Merge pull request #2147 from BasisOlivers/2139
Reverted hash db behavior to allow for cancel and apply buttons.
2016-05-17 16:21:35 -04:00
Richard Cordovano c836354b6b Delete reports does not attempt delete from disk 2016-05-17 16:00:27 -04:00
Oliver Spohngellert 1c129ceae5 Reverted hash db behavior to allow for cancel and apply buttons. 2016-05-17 15:37:10 -04:00
Richard Cordovano fcbf2c3e25 Merge pull request #2146 from millmanorama/TL-list-view
initial groundwork for new List View in Timeline
2016-05-17 15:26:56 -04:00
jmillman 2b5c0d11eb address code review comments 2016-05-17 15:20:55 -04:00