6680 Commits

Author SHA1 Message Date
William Schaefer
fedb03eec0 2647 results table converted from html to ETable now resizes correctly 2017-05-26 11:51:35 -04:00
William Schaefer
11c5954102 2647-Tabs now scroll correctly when made too small for content 2017-05-16 16:33:35 -04:00
William Schaefer
2ba924bb81 2596 find associated attribute with already defined method, remove un-needed null check 2017-05-12 14:23:57 -04:00
William Schaefer
ed9d2ad596 2596 Added Artifact Type and and Details Columns 2017-05-12 12:21:13 -04:00
Jonathan Millman
d07bcc6af2 fix bug I introduced in my cleanup 2017-05-12 17:09:41 +02:00
millmanorama
6af4d0a631 refactoring and cleanup of DataResultViewerTable 2017-05-12 14:40:09 +02:00
millmanorama
6f3f993073 Merge remote-tracking branch 'upstream/develop' into 2210-cleanup
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/corecomponents/DataResultViewerTable.java
2017-05-12 10:47:38 +02:00
William Schaefer
92e9b1f0a7 2595 fixed module name in interestingArtifactCreatorModule 2017-05-11 15:16:30 -04:00
William Schaefer
8952023255 2595 fixed name and imports for test interesting artifact creation module 2017-05-11 15:09:14 -04:00
William Schaefer
36f1defd37 2595 Test module for creating fake interesting artifacts for display-disabled 2017-05-11 14:58:19 -04:00
William Schaefer
26fc8d1ffa Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 2595-SplitInterestingItemsTree 2017-05-11 11:22:22 -04:00
Richard Cordovano
97ff7ca519 Merge pull request #2793 from millmanorama/2210-persist-sort
2210 persist sort
2017-05-10 15:24:35 -04:00
Richard Cordovano
a71e1f58c6 Merge remote-tracking branch 'upstream/release-4.4.0' into develop 2017-05-10 11:53:37 -04:00
Richard Cordovano
d4184abbf2 Move attempt to gc from Autopsy.Case to SleuthkitCase 2017-05-10 11:50:15 -04:00
Richard Cordovano
b93699d174 Add missing clone method to ViewContextAction 2017-05-09 17:14:48 -04:00
millmanorama
6988ebc97d minor cleanup 2017-05-09 17:09:18 +02:00
millmanorama
b35b871d1f cleanup sort persistence and fix bug caused by using column identifiers 2017-05-09 17:07:33 +02:00
millmanorama
e22c9d413b persist multi column sorting in DataResultViewerTable 2017-05-09 11:07:48 +02:00
Richard Cordovano
95b4beb41d Format ViewCOntextAction.java 2017-05-08 18:04:26 -04:00
Richard Cordovano
29c5f42c94 Tidy up ViewContextAction.java 2017-05-08 18:02:49 -04:00
Richard Cordovano
3e84286444 Fix assorted docs to eliminate doxygen warnings 2017-05-05 18:00:57 -04:00
William Schaefer
9502db1202 2595-resolve conflict between Interesting Artifact code and develop 2017-05-05 17:16:33 -04:00
U-BASIS\dgrove
5c53357bab Added additional exception catches. 2017-05-05 14:24:18 -04:00
William Schaefer
bd9555c2db 2635-remove adding of shortcut text to remove bookmark tag 2017-05-05 11:29:35 -04:00
Richard Cordovano
91045c2ac6 Merge pull request #2784 from dgrove727/2561_POITikaJARVersionUpdates
2561 poi tika jar version updates
2017-05-05 10:55:08 -04:00
U-BASIS\dgrove
297308783a Minor fix. 2017-05-04 16:02:45 -04:00
Raman
fcbea3b223 2536: Review ChildFactory uses for long-running tasks
Fixed the InterestingHits nodes not showing up in the table sporadically.
2017-05-04 15:56:40 -04:00
U-BASIS\dgrove
72e0c9d7fd Updated JAR versions, and fixed compatibility issues. 2017-05-04 14:58:17 -04:00
Richard Cordovano
7c22a6ade9 Assorted case operatino UI fixes 2017-05-04 13:59:21 -04:00
millmanorama
8df7151d15 cleanup, refactor DataResultViewerTable.java 2017-05-04 15:00:00 +02:00
millmanorama
9863eade85 persist multicolumns sort order 2017-05-04 12:29:38 +02:00
millmanorama
258bc68a86 cleanup DataResultViewerTable in preparation for making column sorting persistent 2017-05-04 12:28:19 +02:00
millmanorama
828323edbe persist multi column sorting in DataResultViewerTable 2017-05-04 12:14:45 +02:00
Richard Cordovano
c8176c57ad Refactor to remove vague framework package 2017-05-03 20:12:34 -04:00
Richard Cordovano
9489c2a5be Fixes for case deletion 2017-05-03 15:37:41 -04:00
Richard Cordovano
781a74ffac Fixes for Solr core deletion and Case delete action progress 2017-05-03 12:44:35 -04:00
Richard Cordovano
8af9f34eb6 Fix CasePropertiesAction bug fix 2017-05-03 10:00:19 -04:00
Richard Cordovano
54f3ef87ab Improve ModalDialogProgressIndicator, both create and display on EDT 2017-05-03 08:56:43 -04:00
Richard Cordovano
7d62c6c910 Add missing CaseActionCancelledAction 2017-05-02 18:01:07 -04:00
Richard Cordovano
7d98e3cf74 Merge pull request #2771 from rcordovano/2449-2450-app-services-task-fixes
Fixes assorted Case action bugs
2017-05-02 15:32:31 -04:00
Richard Cordovano
e69d3ed553 Merge remote-tracking branch 'upstream/release-4.4.0' into 2449-2450-app-services-task-fixes 2017-05-02 15:23:01 -04:00
Richard Cordovano
ee43f71137 Fix assorted Case action bugs 2017-05-02 15:22:32 -04:00
Raman
23babcd785 2536: Review ChildFactory uses for long-running tasks
Check the hashmap to ensure there isn't a node for the given key already, before creating the node.
2017-05-02 09:47:54 -04:00
Raman
4c3286af8f 2592: Duplicate entries in Directory Listing for regex keyword hits 2017-05-01 07:52:07 -04:00
William Schaefer
f6cd3f680b 2595 changed key from artifact_type to string for interesting results type 2017-04-28 17:33:17 -04:00
William Schaefer
ab40c61f11 2595 changes to support Files and Results nodes under interesting items 2017-04-28 16:56:55 -04:00
esaunders
9b025dfa73 Merge pull request #2749 from dgrove727/2326_DeleteTags
2326 delete tags
2017-04-25 12:05:07 -04:00
esaunders
dfdd5602f3 Merge pull request #2733 from wschaeferB/2572-AgencyLogo
2572 agency logo
2017-04-25 11:19:27 -04:00
Richard Cordovano
2fe53c33c7 Merge pull request #2705 from dgrove727/2446_ImageExtractorExceptionHandling
New catch blocks added to silently catch/return on errors.
2017-04-25 11:04:13 -04:00
Richard Cordovano
c946abbce8 Merge pull request #2738 from rcordovano/2501-case-name-handling-fixes
2501 case name handling fixes
2017-04-24 14:11:01 -04:00