98 Commits

Author SHA1 Message Date
adam-m
50dcfcf0ea remove auto generated test main method from dialog 2012-06-28 15:40:06 -04:00
adam-m
54f7feca52 Fix add image progress bar status in case of add image error 2012-06-28 13:13:19 -04:00
adam-m
764f4cea39 Show error log for critical add image errors too 2012-06-27 16:55:59 -04:00
adam-m
7211e619c9 add license, change color 2012-06-27 16:42:33 -04:00
adam-m
de4c78e63e Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-06-27 16:29:42 -04:00
adam-m
95c47bebee Add dialog to add image wizard showing non-critical errors 2012-06-27 16:29:23 -04:00
Dick Fickling
ea6e3445ee Allow to manually enter image path 2012-06-26 16:04:18 -04:00
Dick Fickling
ed24ee9787 Merge branch 'master' of github.com:sleuthkit/autopsy 2012-06-26 15:44:16 -04:00
Dick Fickling
8d84138d50 Fix physical drive support 2012-06-26 15:43:55 -04:00
adam-m
95b48366fa Move current package-level descriptions (case, datamodel, corecinterfaces) javadoc format to doxygen.
Need more package-level descriptions for other modules.
2012-06-26 15:03:31 -04:00
adam-m
f8dfacc63a Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-06-26 14:07:41 -04:00
adam-m
bd252890c2 Remove more doxygen warnings 2012-06-26 14:07:26 -04:00
Dick Fickling
0f4d01e238 GUI tweaks for Hash and Keyword configuration 2012-06-26 13:34:39 -04:00
Dick Fickling
58d68d340f TSK-507: Allow .001 files for single raw file (awaiting GUI feedback) 2012-06-22 13:27:38 -04:00
adam-m
d7659dec9c TSK-527 Automate netbeans RCP platform build
fixes #1
2012-06-20 17:03:42 -04:00
adam-m
b1e75f31e2 Minor alignment 2012-06-13 10:10:52 -04:00
adam-m
636ba09933 Better spacing 2012-06-12 17:02:54 -04:00
adam-m
6c9b212fcc - remove option to disable unalloc space addition in add image (always add unalloc space)
- adjust spacing
2012-06-12 16:44:50 -04:00
Dick Fickling
ae61c50fde Update userdocs 2012-06-07 15:01:43 -04:00
Dick Fickling
161f2a2670 Minor UI tweaks 2012-06-05 09:34:33 -04:00
adam-m
d36d4c875b Better add image error handling in the wizard, print error to user in wizard panel if critical error occured, more logging messages 2012-06-01 17:45:20 -04:00
adam-m
7c18590da2 wizard special case when press back 2012-05-31 17:41:10 -04:00
adam-m
9f6cdc0e0e Add image better error handling 2012-05-31 17:34:07 -04:00
adam-m
add3c69f4b No unalloc space add image wizard option 2012-05-29 15:10:26 -04:00
adam-m
0366adf068 default to process unalloc files in wizard 2012-05-29 13:38:26 -04:00
Dick Fickling
dccbfb97cc Add LayoutFile, changes for new DataModel structure 2012-05-29 13:01:40 -04:00
Dick Fickling
4b69bb59e0 Autopsy support for recent Sleuthkit timezone changes 2012-05-24 15:11:18 -04:00
adam-m
e9783acd2a Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-05-10 17:55:01 -04:00
adam-m
d6b18a546d Add image error handling adjustments - log errors and continue 2012-05-10 17:54:42 -04:00
Dick Fickling
473a3a9925 Further iteration on multiple hash databases.
Not 100% tested (is that possible?), but stable enough and we need it
to line up Autopsy with new Sleuthkit API.
2012-05-10 17:31:20 -04:00
Dick Fickling
1151468330 initial multi-hash prototype 2012-05-08 10:25:24 -04:00
adam-m
a0e5ae58e8 Change text on label 2012-05-02 10:51:10 -04:00
adam-m
26cf373b5e Fix image timezone wording 2012-05-01 19:35:49 -04:00
Dick Fickling
8749060eea Only show chunk dialog if user clicks OK in file chooser 2012-05-01 14:17:48 -04:00
adam-m
f1fd58da67 ui adjustment 2012-04-27 12:25:41 -04:00
adam-m
d2fb627015 Merge branch 'master' of https://github.com/sleuthkit/autopsy
Conflicts resolved:
	Case/src/org/sleuthkit/autopsy/casemodule/AddImageVisualPanel1.java
2012-04-27 12:18:02 -04:00
adam-m
92346d035d TSK-470 Allow user to skip orphan files on FAT file systems 2012-04-27 12:10:51 -04:00
adam-m
ca526d34bc Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-04-26 13:33:51 -04:00
adam-m
799e8d1d04 TSK-440 Add image: handle split file - verify first chunk selected if 1 given 2012-04-26 13:33:35 -04:00
Dick Fickling
dee46749b2 Add cache folder to case, start caching thumbnails 2012-04-26 13:29:22 -04:00
Dick Fickling
49da99d320 Merge branch 'master' of github.com:sleuthkit/autopsy
Conflicts:
	build.xml
2012-04-25 14:42:42 -04:00
Dick Fickling
409630051f Allow user to enter physycal drive location in Add Image Wizard
(must run netbeans/autopsy with admin/root rights)
2012-04-25 14:37:03 -04:00
adam-m
94aa9f8c9c case open: use .aut file filter by default 2012-04-25 14:36:30 -04:00
adam-m
8fe64e9b64 - Add a confirm dialog when ingest is running and new image being added
- remove ingest/add image limitation from doc
2012-04-25 14:26:12 -04:00
adam-m
76175c9958 TSK-340 Database locked when SleuthkitJNI and SleuthkitCase both write to sqlite database
- use mutex to block other threads from accessing db when image is being added
- remove obsolete code in add image action
2012-04-25 12:57:07 -04:00
Dick Fickling
cff2a346b4 build script modifications 2012-04-24 12:46:34 -04:00
Dick Fickling
33b867083b Log error messages at Level.WARNING. 2012-04-19 13:10:10 -04:00
Dick Fickling
4117ac141b more build warnings 2012-04-19 10:19:33 -04:00
Dick Fickling
1f644921d1 Stop storing image paths in case XML, prompt user if image has moved 2012-04-19 10:19:21 -04:00
Brian Carrier
e805d4898c Updated javahelp 2012-04-11 13:35:49 -04:00