dhurd
97bfac96dc
Make the KeywordSearch toolbar be singleton and initialized once.
2012-08-29 17:05:34 -04:00
adam-m
e8d16d5588
Make the toolbar be singleton and initialized once.
...
Solves TSK-564 Toolbar widgets sometimes disabled
2012-08-29 16:54:25 -04:00
adam-m
c78462d6a4
Ingests API changes.
...
Rename "service" to "module"
2012-08-29 16:46:34 -04:00
adam-m
8518a01867
Update comments
2012-08-29 15:52:26 -04:00
adam-m
640493529e
remove STOP module return value
2012-08-29 15:48:10 -04:00
dhurd
9ceeaa8d8c
Critial undefined bugfix.
2012-08-29 10:18:38 -04:00
dhurd
45a49c87d9
Merge git://github.com/sleuthkit/autopsy
2012-08-29 10:12:20 -04:00
dhurd
efb3b21640
Merge branch 'master' of https://github.com/Devin148/autopsy
2012-08-29 10:11:56 -04:00
adam-m
234275bb2f
Merge branch 'master' of https://github.com/Devin148/autopsy
2012-08-29 10:10:59 -04:00
adam-m
5ae6226acb
fix gstreamer_path removal upon uninstall
2012-08-29 10:05:19 -04:00
unknown
bbf681db8b
Merge branch 'master' of git://github.com/Devin148/autopsy
2012-08-29 10:05:09 -04:00
unknown
4a852277fd
Added full stack trace logging, and fixed character parsing.
2012-08-29 10:04:47 -04:00
adam-m
3ad3e64952
Hash DB ingest config: fix setting syncing in widgets, simplify NSRL widget
2012-08-28 17:25:35 -04:00
adam-m
fba30dde20
Fix windows installer: setting of gstreamer path
2012-08-28 16:48:09 -04:00
dhurd
a230949ea7
Merge git://github.com/sleuthkit/autopsy
2012-08-28 15:44:53 -04:00
adam-m
e7eb0deda4
add feature to NEWS
2012-08-28 14:02:21 -04:00
adam-m
e2efb9bd23
cleaned up NEWS
2012-08-28 13:31:03 -04:00
adam-m
33b08e1880
updated NEWS for 3.0.0 release
2012-08-28 13:07:26 -04:00
dhurd
20c3756261
Merge git://github.com/sleuthkit/autopsy
2012-08-28 12:12:29 -04:00
adam-m
95bd13cc9b
Add exif artifact nodes to extr. content
...
Add more missing icons
2012-08-28 12:00:00 -04:00
devin148
5ccb89e655
Added full stack trace logging to the tester.
2012-08-28 11:12:04 -04:00
dhurd
7214f72f64
Merge git://github.com/sleuthkit/autopsy
2012-08-28 10:18:13 -04:00
dhurd
eca3aff89e
Reverting addition of output argument; added a pause after the Java runs.
2012-08-28 10:12:58 -04:00
adam-m
c7a9409f41
remove deprecation where possible
2012-08-28 10:08:54 -04:00
adam-m
a9230a7a68
change deprecated calls
2012-08-28 09:59:44 -04:00
adam-m
6829297bba
Use TSK_METADATA_EXIF artifact, remove using deprecated calls
2012-08-28 09:56:36 -04:00
adam-m
721d44c11f
Merge branch 'master' of https://github.com/Devin148/autopsy
2012-08-27 18:11:59 -04:00
adam-m
6206aba761
remove unused code
2012-08-27 17:13:39 -04:00
adam-m
648893e316
cleanup
2012-08-27 16:58:43 -04:00
adam-m
1ea566fa78
better query of bookmarks
2012-08-27 15:51:32 -04:00
devin148
3919f77ea8
Added screenshots and an output directory argument to the tester.
2012-08-27 15:37:27 -04:00
adam-m
168ddcc6b8
Implement bookmarks are specialized tags. Add icons.
...
Artifact node - add optional icon in constructor rather than default.
2012-08-27 15:06:15 -04:00
dhurd
a7eb7b49ee
Added TSK_URL_DECODED attribute for any found URL.
2012-08-27 14:18:01 -04:00
dhurd
69b20c4d2a
Updates to Exif logging.
2012-08-27 14:15:48 -04:00
adam-m
60f82ae28d
update comment
2012-08-26 18:18:55 -04:00
adam-m
c6d28eb1ba
Dir tree node filtering further tweaks, eliminate instanceof completely.
...
Finally fix setting up leaf dir nodes.
2012-08-26 18:16:55 -04:00
adam-m
da7cd25706
Adjust API.
...
Hide members that should be private.
2012-08-26 17:44:03 -04:00
adam-m
f1a745c805
Node datamodel improvements:
...
Promote DisplayableItemNode and ContentNode from interface to class extending AbstractNode, add methods isLeafType and getType.
Simplifies datamodel and directorytree code - does not require instanceof. Easier addtion of node types and more efficient.
Preliminary bookmark node support.
Preliminary File Bookmarking implementation.
2012-08-26 17:43:23 -04:00
adam-m
6f823614af
fix dox warns
2012-08-24 11:47:09 -04:00
adam-m
852aa43ee1
Merge branch 'master' of https://github.com/Devin148/autopsy
2012-08-23 16:44:41 -04:00
dhurd
0d00c7504c
General fixes to Exif parser.
2012-08-23 16:40:26 -04:00
adam-m
00769a97be
Add netbeans rcp build to about dialog
2012-08-23 16:19:54 -04:00
dhurd
9cb36788a8
Added Exif parser ingest module.
2012-08-23 15:55:07 -04:00
devin148
ec4822d091
Added links to logs in the tester HTML output.
2012-08-23 15:44:45 -04:00
dhurd
22e4d0e73e
Merge git://github.com/sleuthkit/autopsy
2012-08-23 13:00:15 -04:00
adam-m
cd4e98d618
remove test string
2012-08-23 10:40:55 -04:00
adam-m
7ae41102a1
Change encoding from default platform (cp1252 latin on windows) to UTF8 - not to lose information.
...
Add more methods to PlatformUtil to get platform encodings.
2012-08-23 10:37:20 -04:00
adam-m
7d8bfe330b
Add print default encoding to log files
2012-08-23 10:14:38 -04:00
dhurd
a0f8226206
Merge branch 'master' of https://github.com/Devin148/autopsy
2012-08-23 09:59:15 -04:00
adam-m
5491a43dcd
Ingest monitor: update case drive monitor if case changed (to a different drive location)
...
Add method to PlatformUtil to get user dir / abstract out from netbeans api
2012-08-23 09:57:19 -04:00