Commit Graph
9706 Commits
Author SHA1 Message Date
Richard Cordovano 6fdd4ae2de Merge pull request #1643 from millmanorama/TL-initialization-refactor
Tl initialization refactor
2015-10-22 10:05:26 -04:00
Richard Cordovano 85d6438792 Merge pull request #1639 from millmanorama/u60_shim
add com.sun.javafx.Utils shim class.  requires Java 8u60
2015-10-21 17:49:07 -04:00
jmillman ad72f5e41f Merge remote-tracking branch 'upstream/develop' into TL-initialization-refactor
Conflicts:
	Core/src/org/sleuthkit/autopsy/timeline/ui/VisualizationPanel.java
2015-10-21 16:51:06 -04:00
jmillman 41bd608256 Merge remote-tracking branch 'upstream/develop' into TL-initialization-refactor
Conflicts:
	Core/src/org/sleuthkit/autopsy/timeline/ui/AbstractVisualizationPane.java
	Core/src/org/sleuthkit/autopsy/timeline/ui/TimeLineChart.java
	Core/src/org/sleuthkit/autopsy/timeline/ui/countsview/EventCountsChart.java
	Core/src/org/sleuthkit/autopsy/timeline/ui/detailview/DetailViewPane.java
	Core/src/org/sleuthkit/autopsy/timeline/ui/detailview/EventDetailsChart.java
2015-10-21 16:49:38 -04:00
Richard Cordovano 1d7bf119bb Merge pull request #1642 from millmanorama/zoom-out-fixes
fix stack overflow when zooming way out by disabling zooming out further than the entire case... other minor cleanup
2015-10-21 16:36:05 -04:00
jmillman 7c90264368 Merge remote-tracking branch 'upstream/develop' into zoom-out-fixes
Conflicts:
	Core/src/org/sleuthkit/autopsy/timeline/actions/Bundle.properties
	Core/src/org/sleuthkit/autopsy/timeline/ui/VisualizationPanel.java
2015-10-21 16:26:02 -04:00
Richard Cordovano c0a43b677d Merge pull request #1634 from mhmdfy/remove-template-tools
Remove template tools
2015-10-21 15:47:07 -04:00
Richard Cordovano 676b29ffe3 Merge pull request #1632 from millmanorama/screenshot-report
fix screenshot functionality to include entire visualization, and min…
2015-10-21 15:46:16 -04:00
Richard Cordovano 16489d6398 Merge pull request #1630 from millmanorama/emphasize_interval_selector
Emphasize interval selector
2015-10-21 15:45:58 -04:00
Richard Cordovano 2149b06095 Merge pull request #1628 from mhmdfy/jython-dox
add more details for intillij
2015-10-21 15:45:27 -04:00
jmillman 6f779f0787 refactor Timeline initialization code to align with ImageGallery and use more constructor style dependency injection. 2015-10-21 12:52:23 -04:00
Brian Carrier 12f673457a Merge pull request #1640 from sleuthkit/file_type_fix
File type fix
2015-10-21 12:38:13 -04:00
Brian Carrier 1b3f9ad2fb Made use of new API for predefined file types 2015-10-21 12:36:08 -04:00
Brian Carrier bfc316b342 Added API for raw bytes for signature 2015-10-21 11:53:56 -04:00
Brian Carrier 387f7919ee Added question about what to log 2015-10-21 11:42:41 -04:00
Brian Carrier 55255d491c Fix new file type sigs, catch parse exceptions, log when case can't be created 2015-10-21 11:40:52 -04:00
jmillman 6e8b47b7f6 add com.sun.javafx.Utils shim class. requires Java 8u60 2015-10-21 10:45:37 -04:00
Brian Carrier 486460ae8b Merge pull request #1638 from sleuthkit/new_docs
Updated to reflect new ant target names
2015-10-21 09:48:32 -04:00
Brian Carrier 47d1b4be54 Updated to reflect new ant target names 2015-10-21 09:48:07 -04:00
Richard Cordovano af876d3c76 Remove rule for .cur from predefined file types 2015-10-21 09:30:07 -04:00
Richard Cordovano 052efc147d Merge pull request #1627 from mhmdfy/predefined-mime-types
Predefined mime types
2015-10-21 09:27:01 -04:00
Brian Carrier 1bc044a500 Merge pull request #1631 from sleuthkit/multi_user_docs
made collaborative vs multi-user consistent, moved multi-user to end …
2015-10-20 11:16:55 -04:00
Brian Carrier 97b5b562c9 Merge branch 'develop' into multi_user_docs 2015-10-20 10:59:51 -04:00
Brian Carrier 040c45ef5c Addressed comments 2015-10-20 10:59:47 -04:00
Brian Carrier 996a2b0f0e Updated doxygen version in path 2015-10-19 22:56:33 -04:00
Brian Carrier b4c846c9c4 Updated TAG file to where TSK datamodel file actually is 2015-10-19 22:16:15 -04:00
Brian Carrier 4a2d44032a Merge pull request #1636 from sleuthkit/load_fixes
Load fixes
2015-10-19 17:08:49 -04:00
Brian Carrier 4aa93c2296 made dependency loading consistent with previous releases 2015-10-19 17:07:21 -04:00
momo ec7a615786 remove templates menu item from tools 2015-10-19 13:18:19 -04:00
jmillman 91f79a3a06 fix stack overflow when zooming way out by disabling zooming out further than the entire case... other minor cleanup 2015-10-19 12:55:29 -04:00
jmillman 3010cb7845 fix screenshot functionality to include entire visualization, and minor cleanup 2015-10-19 11:34:38 -04:00
Brian Carrier 2837c6b50b Added comment about what is stored where 2015-10-19 11:28:34 -04:00
Brian Carrier 56869400c3 made collaborative vs multi-user consistent, moved multi-user to end of docs, add prereq sections to some network setup, added other references to multi-user in docs 2015-10-19 11:20:49 -04:00
Brian Carrier 0179e86e78 Merge branch 'develop' of github.com:sleuthkit/autopsy into develop 2015-10-18 21:51:02 -04:00
Brian Carrier f72a62f35a report framework resets progress bar at end 2015-10-18 21:50:25 -04:00
jmillman e550718f72 cleanup 2015-10-16 17:08:36 -04:00
jmillman e95e8b785e more fixes to tooltips 2015-10-16 15:52:37 -04:00
jmillman d7dc55cdd5 add status bar message about dragging IntervalSelector 2015-10-16 15:07:01 -04:00
jmillman 2690d1c4ed fix tooltips for event bundles and add general tooltip instructing user to "drag to select interval..." 2015-10-16 14:18:55 -04:00
jmillman 645d6fba1d remove right click menu to start IntervalSelector dragging. Improve Ux of IntervalSelector 2015-10-16 14:12:50 -04:00
jmillman 668a335319 make IntervalSelector more of a first class citizen, and enhance its UX 2015-10-16 14:12:46 -04:00
jmillman b31e172f13 change interval selector to BorderPane 2015-10-16 14:12:43 -04:00
jmillman 49965d73a2 refacto select interval action to separate inner class 2015-10-16 14:12:39 -04:00
jmillman 84a31f3738 allow user to drag interval selector with any mouse button 2015-10-16 14:12:34 -04:00
momo 5aab86ae29 remove 08, for deflate compression, from gzip sig 2015-10-16 12:52:57 -04:00
momo 208544d841 Merge branch 'develop' of https://github.com/sleuthkit/autopsy into develop 2015-10-16 12:47:45 -04:00
Richard Cordovano 3c235d9bac Do linting of SingleUserCaseImporter 2015-10-16 12:00:28 -04:00
momo 89a3f6b5fa add more details for intillij 2015-10-16 11:11:33 -04:00
Richard Cordovano d79df41db9 Merge pull request #1625 from eugene7646/kws
Added baloon notification if KWS core creation fails
2015-10-16 10:59:25 -04:00
Eugene Livis f5a32922bf Changed UI message text 2015-10-16 10:57:05 -04:00