4070 Commits

Author SHA1 Message Date
Eugene Livis
999e98d2db Fixes for logging and exception handling 2015-11-09 13:54:09 -05:00
Eugene Livis
02a2cc39db Merge branch 'develop' of https://github.com/sleuthkit/autopsy into indexing_interface 2015-11-09 13:00:30 -05:00
Eugene Livis
cfffbdf489 Modified exception handling per stand-up discusion 2015-11-09 12:59:43 -05:00
Eugene Livis
8d01cc64d7 Modified ContactAnalyzer 2015-11-06 16:03:30 -05:00
Richard Cordovano
fbe626ea8e Merge pull request #1692 from mhmdfy/predefined-multi-sig
Predefined multi sig
2015-11-06 15:01:40 -05:00
Eugene Livis
2db0f57f2d Finishing touches on Blackboard implementation 2015-11-06 14:37:00 -05:00
Eugene Livis
7ee82794ad instance created and obtained from the Services object for a Case object 2015-11-06 14:19:08 -05:00
Eugene Livis
c500746fb5 Changed code to conform to design changes 2015-11-06 14:04:52 -05:00
Richard Cordovano
80d91e5da2 Merge pull request #1699 from millmanorama/TL-db-progress-non-modal
non modal progres dialog, and cancellable progress handle
2015-11-06 08:06:49 -05:00
Karl Mortensen
b013893925 Add index name to CaseMetadata, do not export Commons-logging from KWS 2015-11-05 15:58:57 -05:00
millmanorama
498322307a refactor timeline database population code slightly and include more informative ProgressHandle updates. Cancellation works properly. 2015-11-05 15:28:00 -05:00
Eugene Livis
f84ab97cf2 Deprecated old KWS api, using new one 2015-11-04 15:51:16 -05:00
millmanorama
ca5474ed02 make ProgressWindow non-modal, and add netbean ProgressHandle. WIP 2015-11-04 11:42:22 -05:00
millmanorama
f92f25ac35 fix width of "rest filters" button in NoEventsDialog.fxml 2015-11-03 23:17:16 -05:00
Richard Cordovano
5f5944098d Merge pull request #1635 from mhmdfy/multi-sig-mime-type
Multi sig mime type
2015-11-03 10:16:56 -05:00
Richard Cordovano
602f625cb8 Merge pull request #1659 from mhmdfy/fileManager-api-expansion
File manager api expansion
2015-11-03 10:15:17 -05:00
jmillman
a688788405 use correct formula to interpret rangeslider values
other minor cleanup
2015-11-02 16:20:08 -05:00
jmillman
9853f4ad1c modify pushTimeRange(Interval) to return whether a new time range was actually pushed. 2015-11-02 16:18:41 -05:00
jmillman
7c64026b63 make sure listener is re-registered after new value is set 2015-11-02 16:11:02 -05:00
jmillman
b89ba9a83e minor cleanup of time related code 2015-11-02 16:10:04 -05:00
Brian Carrier
5cd50e9aec Copy new PostgreSQL-specific JAR file 2015-11-02 11:36:55 -05:00
Brian Carrier
69f2239fa7 Added 64-bit JVM method and used that instead for loading 32-bit PostgreSQL library 2015-11-02 10:51:52 -05:00
Brian Carrier
65cb38f86e 32-bit PostgreSQL loads correct library 2015-11-02 09:46:49 -05:00
Brian Carrier
2832fac3bf Updated NBM versions for 4.0.0 release 2015-10-31 09:23:04 -04:00
Richard Cordovano
718e13d32b Merge pull request #1684 from millmanorama/dont-abort-tagging
don't check for duplicate tags at all
2015-10-30 14:29:37 -04:00
jmillman
a191c73eea don't check for duplicate tags at all 2015-10-30 14:23:10 -04:00
jmillman
c1092e1081 show warning when loading mor than 10k events in medium OR full description level 2015-10-30 12:23:28 -04:00
Richard Cordovano
55a6b18d4c Merge pull request #1682 from millmanorama/TL-text-zoom-stack-overflow
further limit time zoom to events in case. limit time range selection…
2015-10-30 10:00:26 -04:00
Richard Cordovano
c09326ea46 Merge pull request #1681 from millmanorama/resource-exception-fix
fix resource exception
2015-10-30 10:00:05 -04:00
jmillman
12d883b71a further limit time zoom to events in case. limit time range selection to interval spanning events in case. cleanup focused on VisualizationPanel.java 2015-10-29 15:29:06 -04:00
jmillman
27f1fe21aa fix resource exception 2015-10-28 17:08:06 -04:00
momo
c3f77895f8 fix selected after update 2015-10-28 15:14:35 -04:00
jmillman
8297a2558c Merge branch 'TL-layout-optimization' into subcluster_expansion_2
Conflicts:
	Core/src/org/sleuthkit/autopsy/timeline/datamodel/eventtype/ArtifactEventType.java
2015-10-28 12:15:33 -04:00
jmillman
7a21241fc8 reimplement subcluster expansion 2015-10-28 12:10:38 -04:00
jmillman
b6087f0b14 remove duplicate index creation call 2015-10-28 11:01:32 -04:00
jmillman
cb21f32873 minor db optimizations 2015-10-27 15:23:52 -04:00
jmillman
31cc6ebb95 layout optimization WIP 2015-10-27 15:23:28 -04:00
momo
755c660745 Merge branch 'develop' of https://github.com/mhmdfy/autopsy into multi-sig-mime-type 2015-10-27 14:56:20 -04:00
Richard Cordovano
c150c4bd39 Fix handling of case database type in corecomponents.MultiUserSettingsPanel.save 2015-10-27 12:37:19 -04:00
Richard Cordovano
dfedf2bf21 Merge pull request #1676 from millmanorama/revert_subcluster_expansion
Revert "Merge pull request #1615 from millmanorama/subcluster_expansion"
2015-10-27 11:58:17 -04:00
jmillman
f09e10a2f9 Revert "Merge pull request #1615 from millmanorama/subcluster_expansion"
This reverts commit dbf954d18313a2bcd73e9734ef3106cee903a048, reversing
changes made to 8e345c0bc76103fbc62b4cc7c525b677117235df.

Conflicts:
	Core/src/org/sleuthkit/autopsy/timeline/ui/detailview/DetailViewPane.java
	Core/src/org/sleuthkit/autopsy/timeline/ui/detailview/EventBundleNodeBase.java
	Core/src/org/sleuthkit/autopsy/timeline/ui/detailview/EventClusterNode.java
	Core/src/org/sleuthkit/autopsy/timeline/ui/detailview/EventDetailsChart.java
	Core/src/org/sleuthkit/autopsy/timeline/ui/detailview/EventStripeNode.java
2015-10-27 11:51:41 -04:00
Richard Cordovano
d6543dd967 Move ingest job cancellation into Case class 2015-10-26 15:31:02 -04:00
Richard Cordovano
fc313f15ad Merge pull request #1674 from rcordovano/kws_open_core_error_handling
Kws open core error handling
2015-10-26 15:15:42 -04:00
Richard Cordovano
14c80d7d14 Fix typo in core.RuntimeProperties comment 2015-10-26 14:58:51 -04:00
Richard Cordovano
ee3600e59a Provide feedback if keyword search index create/open fails 2015-10-26 14:40:16 -04:00
Richard Cordovano
56a294c124 Merge pull request #1672 from eugene7646/stop_listening
Making sure nodes stop listening when current case is closed
2015-10-26 11:57:19 -04:00
Eugene Livis
759cf60045 Making sure nodes stop listening when current case is closed 2015-10-26 11:46:33 -04:00
Richard Cordovano
8af08e32d7 Merge pull request #1671 from millmanorama/develop
timeline fixes
2015-10-26 11:45:34 -04:00
jmillman
ead078559d make sure we reset the controller when the case changes. 2015-10-26 11:41:57 -04:00
jmillman
ebec736f83 add tool tip to quick hide button 2015-10-26 11:41:11 -04:00