3870 Commits

Author SHA1 Message Date
Richard Cordovano
bfca6ebd64 Merge pull request #1612 from karlmortensen/busyCursor
Busy cursor
2015-10-14 14:18:29 -04:00
jmillman
7a93b7a0d4 remove compiler warning and minor cleanup 2015-10-14 12:40:55 -04:00
Richard Cordovano
cc259e2f6e Add missing resource for RunIngestAction 2015-10-14 09:35:30 -04:00
Richard Cordovano
9547d43673 Fix compile and lint warnings for RunIngestAction 2015-10-13 17:05:58 -04:00
Richard Cordovano
edb29d67dd Update method comments for RuinIngestAction 2015-10-13 16:58:49 -04:00
Richard Cordovano
7c8dc89df1 Format RunIngestAction.java 2015-10-13 16:54:05 -04:00
Richard Cordovano
2592f8c62e Merge pull request #1613 from eugene7646/error_observer_api_devel
Error observer api devel
2015-10-13 15:51:33 -04:00
Eugene Livis
99948bb677 Declared reference to IntervalErrorReportData as volatile 2015-10-09 13:40:20 -04:00
Eugene Livis
41fb08aef6 Modified Case class to be TSK error observer 2015-10-09 13:21:59 -04:00
Eugene Livis
a197acb18b Modified Case class to be TSK error observer 2015-10-09 13:15:39 -04:00
Richard Cordovano
3e3ddab150 Improved java docs for deprecated Case methods 2015-10-09 12:23:15 -04:00
Richard Cordovano
db0f2beb28 Simplified Case add data source API names 2015-10-09 12:06:48 -04:00
Richard Cordovano
af7684486a Backwards compatibility for IngestManager 2015-10-09 11:47:14 -04:00
Richard Cordovano
0c887fad4b Backwards compatibility for ImageUtils 2015-10-09 11:40:17 -04:00
Richard Cordovano
6e1d8e83f7 Comment tweak for DeleteBlackboardArtifactTagAction, DeleteContentTagAction 2015-10-09 11:37:55 -04:00
Richard Cordovano
3d219d2947 Backwards compatibility for DeleteBlackboardArtifactTagAction, DeleteContentTagAction 2015-10-09 11:36:03 -04:00
Richard Cordovano
07cd1d030a lint treatment for DeleteBlackboardArtifactTagAction, DeleteContentTagAction 2015-10-09 11:23:06 -04:00
Eugene Livis
793d3d49b2 Made the API non-static 2015-10-09 11:14:43 -04:00
Karl Mortensen
8fa43e4b9c Merge branch 'waitCursor' into develop 2015-10-09 09:54:45 -04:00
Eugene Livis
343b0feeee Modified IntervalErrorReportData 2015-10-08 15:28:51 -04:00
Richard Cordovano
8b73207378 Merge remote-tracking branch 'upstream/develop' into collaborative 2015-10-07 16:38:45 -04:00
Karl Mortensen
2a5e2e137f Show wait cursor between wizard panels 2015-10-06 15:52:41 -04:00
Richard Cordovano
cc92f1ca49 Replace IngestManager.runInteractively() with RuntimeProperties.getCoreComponentsActive() 2015-10-05 18:01:07 -04:00
Richard Cordovano
d46fc40ecc Replace IngestManager.runInteractively() 2015-10-05 17:56:27 -04:00
Richard Cordovano
a6fda59143 Merge pull request #1605 from karlmortensen/renamingRefactor
rename a variable
2015-10-05 10:31:17 -04:00
Karl Mortensen
bfd122d0a2 remove old code 2015-10-02 16:08:51 -04:00
Karl Mortensen
d3ed9beecd remove old code 2015-10-02 16:05:24 -04:00
Karl Mortensen
710ffee243 rename a variable 2015-10-02 15:48:33 -04:00
Karl Mortensen
91b5559681 remove comment 2015-10-02 15:07:28 -04:00
Karl Mortensen
851edf5158 use SolrSearchService 2015-10-02 12:26:55 -04:00
Karl Mortensen
69b6ddee0a clear icons when multi-user is disabled 2015-10-02 11:22:14 -04:00
Karl Mortensen
c17d6d17eb one more dependency 2015-10-02 11:11:46 -04:00
Karl Mortensen
58859cc739 Merge branch 'collaborative' of https://github.com/sleuthkit/autopsy into testButtonsForMultiUserSettings 2015-10-02 09:56:16 -04:00
Karl Mortensen
07950ff5cf add connection testing buttons for multi user settings 2015-10-02 09:55:12 -04:00
jmillman
ddfe4381a3 minor cleanup
- improve comments
- rename DescriptionLOD to DescriptionLoD
- use new isActive proprty
- rename quick hide mask to quick hide filter
- remove un used class FiltersChangedEvent
2015-10-01 16:08:44 -04:00
jmillman
7890461114 remove obsolete Interface 2015-10-01 15:32:56 -04:00
jmillman
b7cee4bd83 polish quick hide feature 2015-10-01 15:24:43 -04:00
jmillman
db03049385 do all quickhiding in memory, refector some filter stuff 2015-09-30 16:43:08 -04:00
Richard Cordovano
3c46575f98 Merge remote-tracking branch 'upstream/develop' into collaborative 2015-09-30 16:37:25 -04:00
jmillman
a2a460665c quickhide refactoring 2015-09-30 15:20:17 -04:00
jmillman
0230b5fff9 fix merge conflicts that lost hiding controls 2015-09-30 13:32:57 -04:00
jmillman
4575902791 Merge branch 'cleanup_new_clustering' into TL_quick_hide
Conflicts:
	Core/src/org/sleuthkit/autopsy/timeline/datamodel/EventBundle.java
	Core/src/org/sleuthkit/autopsy/timeline/datamodel/EventCluster.java
	Core/src/org/sleuthkit/autopsy/timeline/datamodel/EventStripe.java
	Core/src/org/sleuthkit/autopsy/timeline/datamodel/FilteredEventsModel.java
	Core/src/org/sleuthkit/autopsy/timeline/db/SQLHelper.java
	Core/src/org/sleuthkit/autopsy/timeline/filters/DescriptionFilter.java
	Core/src/org/sleuthkit/autopsy/timeline/filters/Filter.java
	Core/src/org/sleuthkit/autopsy/timeline/ui/detailview/DetailViewPane.java
	Core/src/org/sleuthkit/autopsy/timeline/ui/detailview/EventDetailChart.java
	Core/src/org/sleuthkit/autopsy/timeline/ui/detailview/EventStripeNode.java
	Core/src/org/sleuthkit/autopsy/timeline/ui/detailview/tree/EventDescriptionTreeItem.java
	Core/src/org/sleuthkit/autopsy/timeline/ui/detailview/tree/EventTypeTreeItem.java
	Core/src/org/sleuthkit/autopsy/timeline/ui/detailview/tree/NavPanel.java
	Core/src/org/sleuthkit/autopsy/timeline/ui/detailview/tree/NavTreeItem.java
	Core/src/org/sleuthkit/autopsy/timeline/ui/detailview/tree/RootItem.java
	Core/src/org/sleuthkit/autopsy/timeline/zooming/DescriptionLOD.java
	CoreLibs/nbproject/project.xml
2015-09-30 12:57:59 -04:00
jmillman
6d7bd8281c cleanup EventDetailChart 2015-09-29 16:45:10 -04:00
jmillman
ef1bce95f2 clean up and rearange initialization code and tooltip loading 2015-09-29 16:11:39 -04:00
jmillman
d8c78b56fa load tooltip info on background thread 2015-09-29 15:14:43 -04:00
jmillman
eb0c72b43a more cleanup and simplification of code for only new style clustering 2015-09-29 14:18:45 -04:00
jmillman
41110ae0b5 cleanup and simplify code for only new style clustering 2015-09-28 17:22:10 -04:00
jmillman
df60c51331 remove UI access to old style clustering 2015-09-28 16:19:49 -04:00
jmillman
844bf393f0 resolve potentially ambiguous column in db ambiguous 2015-09-28 16:19:42 -04:00
jmillman
2b0159af4e fix guideLine placement when action is initiated over a DetailEventNode 2015-09-28 16:19:38 -04:00