Richard Cordovano
|
43025d2bc6
|
Eliminated setting the display 2x when a selected artifact is found; removed always false check for ArtifactStringContent object in Lookup of selected node
|
2013-09-04 12:53:03 -04:00 |
|
jonathan millman
|
c6b7954392
|
changed Case.open() to public so other modules can use it.
|
2013-09-03 16:56:16 -04:00 |
|
Brian Carrier
|
e643c32ee5
|
Merge branch 'master' of github.com:sleuthkit/autopsy
|
2013-09-03 13:37:52 -04:00 |
|
Brian Carrier
|
13a2a6dcd0
|
basic clean up, commenting, and renaming
|
2013-09-03 13:37:44 -04:00 |
|
Jeff Wallace
|
27b401031d
|
Fixed null pointer exception on closing case.
|
2013-09-03 09:49:59 -04:00 |
|
Brian Carrier
|
0d63414d9d
|
Merge pull request #264 from SynapticNulship/master
Thumbnail resizing
|
2013-09-03 06:08:22 -07:00 |
|
Samuel H. Kenyon
|
96a5e5c707
|
Modified Case to not pull appName from Version statically; instead it now asks the MainWindow for its title and saves that as appName.
|
2013-08-30 15:38:55 -04:00 |
|
Jeff Wallace
|
14a77f5d0c
|
Added updated JavaFx reference that was missed in earlier commit
|
2013-08-30 13:14:00 -04:00 |
|
Jeff Wallace
|
02b82c1a86
|
Changed LNF to more modern Nimbus.
|
2013-08-30 13:13:19 -04:00 |
|
Jeff Wallace
|
bf60d35258
|
Updated JavaFx References to use newest JavaFX API.
|
2013-08-30 13:12:26 -04:00 |
|
Brian Carrier
|
a12e1e0578
|
Merge branch 'master' of git://github.com/jawallace/autopsy into jawallace-master
|
2013-08-30 12:36:02 -04:00 |
|
Samuel H. Kenyon
|
76b53db1b0
|
Refactored so multiple instances of DataResultViewerThumbnail each maintain their own icon size.
|
2013-08-29 16:49:26 -04:00 |
|
Samuel H. Kenyon
|
fc4b3c58cf
|
Fix issues with thumbnail page displays not being in sync with the current global user-selected thumnail size.
|
2013-08-28 17:55:54 -04:00 |
|
Brian Carrier
|
1049637421
|
Disabled progress on file extraction. Caused exception with multiple files being exported
|
2013-08-28 17:17:38 -04:00 |
|
Brian Carrier
|
6907bc6735
|
totally reset media player -- caused exception when setNode called multiple times with same file
|
2013-08-28 17:16:58 -04:00 |
|
Samuel H. Kenyon
|
5fd85d3493
|
Added workaround to force update of IconView when changing icon size. Also added "thumbnail" text to the drop-down.
|
2013-08-28 15:41:08 -04:00 |
|
Richard Cordovano
|
921bc96be5
|
Fix of bug injected by extension of multi-select to thumbnail viewer
|
2013-08-28 14:12:33 -04:00 |
|
Brian Carrier
|
c802e6d679
|
Updated log messages for ingest loader to help debug when modules are not found
|
2013-08-28 10:36:09 -04:00 |
|
Brian Carrier
|
9dd8ba67db
|
Updated multi-file export to use unique names and to save to exports folder
|
2013-08-28 10:32:40 -04:00 |
|
Richard Cordovano
|
3dffccf5f1
|
Updated ExtractAction for multi-select
|
2013-08-27 20:29:41 -04:00 |
|
Samuel H. Kenyon
|
6e7d053bf6
|
Added icon size control to DataResultViewerThumbnail GUI and size changing mechanism in ThumbnailViewNode.
|
2013-08-27 20:10:50 -04:00 |
|
Richard Cordovano
|
8a678b13d1
|
Removed destruction of ExplorerManager by AbstractDataResultViewer
|
2013-08-27 15:15:03 -04:00 |
|
Richard Cordovano
|
7b0047c34e
|
Merge branch 'thumbnail_multi_select', remote-tracking branch 'upstream/master' into thumbnail_multi_select
|
2013-08-27 15:10:25 -04:00 |
|
Richard Cordovano
|
ce4d55c396
|
Extended multi-select features to thumbnail data result viewer
|
2013-08-27 15:05:06 -04:00 |
|
Brian Carrier
|
2a1670011e
|
File size views do not show unalloc files
|
2013-08-27 10:25:00 -04:00 |
|
Jeff Wallace
|
724fa5a796
|
Added better documentation to Look and Feel setup
|
2013-08-26 14:06:31 -04:00 |
|
Jeff Wallace
|
63de1d3917
|
Fixed UI issues on mac os x
|
2013-08-26 13:58:58 -04:00 |
|
Brian Carrier
|
1366f6e268
|
added no arg constructor back to CueBannerPanel
|
2013-08-24 23:22:41 -04:00 |
|
Brian Carrier
|
8126ed6184
|
Merge branch 'master' of git://github.com/SynapticNulship/autopsy into SynapticNulship-master
|
2013-08-24 23:14:09 -04:00 |
|
Samuel H. Kenyon
|
07bd6905e0
|
Changes so that NB modules can set custom copyright text in the About box. Also the proper commit for previous "Move the About box Close button to a more reasonable location."
|
2013-08-23 16:43:16 -04:00 |
|
Samuel H. Kenyon
|
7b418369bd
|
CueBannerPanel (the startup panel) now takes an image path in its constructor, which is useful for NB modules that want to change the logo.
|
2013-08-23 16:39:59 -04:00 |
|
Richard Cordovano
|
8260085809
|
Made the ReportGenerator able to handle the situation when there are no artifact table reports to be generated
|
2013-08-23 13:37:35 -04:00 |
|
Richard Cordovano
|
9327e2eeae
|
Added necessary null pointer check to static initializer of Tags class
|
2013-08-23 12:40:11 -04:00 |
|
jawallace
|
c514dbe04f
|
Added system property to allow javafx to be embedded in mac application.
|
2013-08-23 12:39:37 -04:00 |
|
Brian Carrier
|
3d364decf2
|
updated ingest message in wizard
|
2013-08-23 10:09:26 -04:00 |
|
Brian Carrier
|
91dded9b8b
|
Made final status message more detailed
|
2013-08-23 10:08:17 -04:00 |
|
Brian Carrier
|
c1719f6928
|
Updated splash and about dialogs
|
2013-08-22 22:38:49 -04:00 |
|
Richard Cordovano
|
7cf83f76c0
|
Corrected mistake in local variable name in Tags.java
|
2013-08-22 18:39:56 -04:00 |
|
Richard Cordovano
|
97c141ca87
|
Added persistence of tag names across cases
|
2013-08-22 18:29:35 -04:00 |
|
Brian Carrier
|
a763f5d258
|
Merge branch 'master' of https://github.com/sleuthkit/autopsy
|
2013-08-22 15:24:58 -04:00 |
|
Brian Carrier
|
3119e64f24
|
Fixed hang when report is generated with RAW_TOOL_OUTPUT
|
2013-08-22 15:24:53 -04:00 |
|
Jeff Wallace
|
65bb4a05ed
|
Merge https://github.com/sleuthkit/autopsy
Conflicts: (due to line ending problems)
Core/src/org/sleuthkit/autopsy/corecomponents/DataContentViewerMedia.java
build-windows.xml
build.xml
|
2013-08-22 09:54:56 -04:00 |
|
Brian Carrier
|
344e3faad3
|
Merge pull request #252 from raman-bt/master
i. Changed access specifier on casemodule.Case.addImage() to public, so ...
|
2013-08-21 19:13:59 -07:00 |
|
Richard Cordovano
|
5212246511
|
Removed 24x24 version of 'New Case' icon
|
2013-08-21 16:26:34 -04:00 |
|
raman-bt
|
96c5ba0779
|
Make HTML report more robust with artifact names in the HTML and icon files.
|
2013-08-21 16:08:38 -04:00 |
|
Richard Cordovano
|
767e2dd6c4
|
Eliminated redundant calls to assocaiteLookup() in DataResultTopComponent
|
2013-08-21 16:00:34 -04:00 |
|
Richard Cordovano
|
338aeb58a7
|
Possible solution for IllegalStateException due to redundant associateLookup() calls
|
2013-08-21 15:35:12 -04:00 |
|
Richard Cordovano
|
d1405c813f
|
Added improved version of btn_icon_create_new_case-24.png
|
2013-08-21 13:59:54 -04:00 |
|
Richard Cordovano
|
0cb46643e5
|
Added 24x24 version of btn_icon_create_new_case.png
|
2013-08-21 13:52:58 -04:00 |
|
raman-bt
|
1e67510c8a
|
i. Changed access specifier on casemodule.Case.addImage() to public, so other modules can access it
to display a newly added image in the UI.
ii. Fixed the names of icons in HTML report to go with the recent renaming of some Web artifacts.
|
2013-08-20 14:09:59 -04:00 |
|