millmanorama
|
4938ad4487
|
check for interupts/cancelation in ImageUtils methods/tasks; set cancelation text on progress bars.
|
2017-06-08 17:05:36 +02:00 |
|
millmanorama
|
0d8855d8b4
|
move functionality of ThumbnailLoader directly into ThumbnailViewChildren
|
2017-06-08 14:07:20 +02:00 |
|
millmanorama
|
e666b96bb9
|
Merge remote-tracking branch 'upstream/develop' into 2608-video_thumbnails
|
2017-06-08 14:03:58 +02:00 |
|
Richard Cordovano
|
f74de451fc
|
Merge pull request #2818 from wschaeferB/2647-ContentViewerCorrectlyDisplaysData
2647 content viewer correctly displays data
|
2017-06-07 18:19:55 -04:00 |
|
William Schaefer
|
21962d46b7
|
2647 fix minor text cut off issues with metadata and hex panels for datacontentviewer
|
2017-06-07 12:37:47 -04:00 |
|
millmanorama
|
cd962e1532
|
cleanup
|
2017-06-07 15:56:05 +02:00 |
|
millmanorama
|
19798c5ac5
|
Merge remote-tracking branch 'upstream/develop' into 2608-video_thumbnails
# Conflicts:
# Core/src/org/sleuthkit/autopsy/corecomponents/DataResultViewerThumbnail.java
# Core/src/org/sleuthkit/autopsy/corecomponents/ThumbnailViewChildren.java
# Core/src/org/sleuthkit/autopsy/corecomponents/ThumbnailViewNode.java
|
2017-06-07 14:01:31 +02:00 |
|
William Schaefer
|
78b3feb093
|
2647 corrected misspelling and added info on DataContentViewer horizontal resizing to modContent.dox
|
2017-06-06 14:45:50 -04:00 |
|
Richard Cordovano
|
7255746fe5
|
2231 Use app name setting for main window title
|
2017-06-06 12:20:02 -04:00 |
|
Richard Cordovano
|
94c7f5ffef
|
Merge branch 'develop' of github.com:sleuthkit/autopsy into develop
|
2017-06-06 11:34:19 -04:00 |
|
Richard Cordovano
|
42b377b2ab
|
Changed radio button labels on AutoIngestSettingsPanel
|
2017-06-06 11:10:16 -04:00 |
|
Richard Cordovano
|
e538fda75c
|
Merge pull request #2825 from eugene7646/manifest_file
Potential NPE bug fix (2629)
|
2017-06-06 10:53:12 -04:00 |
|
Richard Cordovano
|
72637f80a3
|
Merge pull request #2826 from millmanorama/2619-persist-hidden-columns
2619 persist hidden columns
|
2017-06-06 10:25:52 -04:00 |
|
millmanorama
|
f5a09e1a13
|
Merge remote-tracking branch 'upstream/develop' into 2619-persist-hidden-columns
# Conflicts:
# Core/src/org/sleuthkit/autopsy/corecomponents/DataResultViewerTable.java
|
2017-06-06 16:17:48 +02:00 |
|
millmanorama
|
3691f87d28
|
move the ThumbnailLoader to ThumbnailViewNode
|
2017-06-06 15:57:03 +02:00 |
|
Richard Cordovano
|
cef1b10834
|
Merge pull request #2813 from millmanorama/1659-sort-thumbnailviewer
1659 sort thumbnailviewer
|
2017-06-06 09:38:14 -04:00 |
|
millmanorama
|
115b0a99ce
|
move thread pool to DataResultViewerThumbnail so it can cancel all tasks easily in setNode
|
2017-06-06 15:27:13 +02:00 |
|
millmanorama
|
1bb84edc23
|
reinstate timer triggered spinner as that doesn't seem to be the bottleneck
|
2017-06-06 12:32:38 +02:00 |
|
millmanorama
|
1f203cacb3
|
reset sortLabel when there are no thumbnails
|
2017-06-06 11:46:53 +02:00 |
|
millmanorama
|
189b82ef23
|
enable cancellation of ThumbnailLoadingWorker, limit to 3 at a time
|
2017-06-06 11:12:08 +02:00 |
|
Richard Cordovano
|
9d0d1bfeb7
|
Merge branch 'develop' of github.com:sleuthkit/autopsy into develop
|
2017-06-05 17:48:49 -04:00 |
|
Richard Cordovano
|
be0ccca38d
|
Add missing exception rethrow in Case class
|
2017-06-05 17:48:36 -04:00 |
|
Eugene Livis
|
00c5da738c
|
Potential NPE bug fix
|
2017-06-05 15:25:49 -04:00 |
|
Richard Cordovano
|
13adfc07ef
|
Merge pull request #2823 from wschaeferB/2645-LogReadabilityImprovement
2645 made message type the first element in logs
|
2017-06-05 14:47:05 -04:00 |
|
Richard Cordovano
|
4171b79b64
|
Merge pull request #2817 from wschaeferB/2603-MultiUserDelete
2603 multi user delete
|
2017-06-05 14:45:30 -04:00 |
|
William Schaefer
|
bc69b83875
|
Merge branch 'develop' of https://github.com/sleuthkit/autopsy into 2647-ContentViewerCorrectlyDisplaysData
|
2017-06-05 14:41:42 -04:00 |
|
William Schaefer
|
7ecc927ea1
|
2603 adjusted comment and removed un-used method
|
2017-06-05 14:07:57 -04:00 |
|
Richard Cordovano
|
228bd5d2a5
|
Merge pull request #2822 from millmanorama/2489-IG-disable-some-mimetypes
disable application/x-emf and image/vnd.microsoft.icon
|
2017-06-05 13:23:26 -04:00 |
|
Richard Cordovano
|
0e97aa7cab
|
Merge pull request #2824 from wschaeferB/2651-AutoIngestLoggerMaxSize
2651 set max size for auto ingest system logger to roughly 10 mb
|
2017-06-05 11:11:31 -04:00 |
|
Richard Cordovano
|
120a5afe5c
|
Refinements to thread-safe INgestManager
|
2017-06-05 10:11:00 -04:00 |
|
Richard Cordovano
|
8c35c19c36
|
Merge branch 'develop' of github.com:sleuthkit/autopsy into develop
|
2017-06-02 17:54:36 -04:00 |
|
Richard Cordovano
|
f93f1cdf4d
|
Merge pull request #2821 from zhhl/2662-updateRegressionScriptToStartMultiUserTest
2662: Update regression.py to start the multi-user case test.
|
2017-06-02 15:16:27 -04:00 |
|
William Schaefer
|
471641d32f
|
2651 set max size for auto ingest system logger to roughly 10 mb
|
2017-06-02 13:03:12 -04:00 |
|
William Schaefer
|
f7ef21b34e
|
2645 made message type the first element in logs
|
2017-06-02 12:40:37 -04:00 |
|
millmanorama
|
5283d16162
|
disable application/x-emf and image/vnd.microsoft.icon
|
2017-06-02 17:11:29 +02:00 |
|
Richard Cordovano
|
ce7104dfb5
|
Merge pull request #2815 from raman-bt/develop
2660: Reorder columns in Email Messages results view table
|
2017-06-02 10:42:59 -04:00 |
|
Richard Cordovano
|
9311dba3d6
|
IngestManager thread safety fixes
|
2017-06-02 09:08:31 -04:00 |
|
millmanorama
|
c57fadb757
|
formatting and comments
|
2017-06-02 14:57:56 +02:00 |
|
U-BASIS\zhaohui
|
bb957de980
|
2662: Update regresssion.py to start the multi-user case test.
|
2017-06-02 08:46:49 -04:00 |
|
William Schaefer
|
6c001c0746
|
2647 javadoc update to DataContentViewer
|
2017-06-01 15:26:58 -04:00 |
|
Richard Cordovano
|
8e6d04adb8
|
Add exception firewall and improve docs of RemoteEventPublisher
|
2017-06-01 13:38:14 -04:00 |
|
Richard Cordovano
|
7a5e03a1fd
|
Improve documentation of LocalEventPublisher
|
2017-06-01 13:35:40 -04:00 |
|
Richard Cordovano
|
9016c2fd74
|
Merge branch 'develop' of github.com:sleuthkit/autopsy into develop
|
2017-06-01 13:33:15 -04:00 |
|
Richard Cordovano
|
70375ac321
|
Make AutopsyEventPublisher threadsafe
|
2017-06-01 13:33:01 -04:00 |
|
Richard Cordovano
|
853f0fdbe6
|
Merge pull request #2816 from narfindustries/usb_artifacts
create artifacts for USB devices as a ModuleDataEvent.
|
2017-06-01 12:51:10 -04:00 |
|
Richard Cordovano
|
be239a2b1b
|
Eliminate duplicated merges and sorts of MIME type names
|
2017-06-01 12:49:06 -04:00 |
|
millmanorama
|
d1b709addd
|
persisting hidden columns works!
|
2017-06-01 18:29:28 +02:00 |
|
William Schaefer
|
75a970fa61
|
2603 rename SelectedMode.AUTOMATED to SelectedMode.AUTOINGEST
|
2017-06-01 11:32:22 -04:00 |
|
millmanorama
|
1045cdfe90
|
populate the SortChooser with current criteria; other small fixes and cleanup
|
2017-06-01 12:45:58 +02:00 |
|
Nick Davis
|
d0aebab13a
|
create artifacts for USB devices as a ModuleDataEvent.
|
2017-05-31 20:36:58 -04:00 |
|