jmillman
67dbaa4cdc
revert experiemental sql query timeout
2015-12-01 15:59:00 -05:00
jmillman
6f2646d061
correctly handle subnodes when parent node is removed
2015-12-01 15:50:56 -05:00
jmillman
47b6842314
refactor Visualization updates to push more work onto background thread
2015-12-01 15:18:38 -05:00
jmillman
7bfaa2775c
minor event stripe loading optimization
2015-11-30 16:10:20 -05:00
jmillman
54d381a41a
minor cleanup
...
make member field private
2015-11-30 13:02:00 -05:00
jmillman
35163585b2
busy indicator on CountsViewPane
...
- cleanup CountsViewPane update task;
- pull up some common code from CountsViewPane and DetailViewPane to AbstractVisualizationPane;
- add MaskerPane to CountsViewPane update task
- introduce VisualizationUpdateTask as parent class for update tasks in both views;
- use annotation for more Bundle.properties strings
- push more code into EventCountsChart
- push cursor and initial progress (indeterminate) into abstract base class
2015-11-30 12:25:35 -05:00
jmillman
6cd6ee7862
begin using annotations to generate Bundle.properties, cleanup
2015-11-30 12:21:21 -05:00
jmillman
d5e40a7e87
update to ControlsFx 8.40.10; use masker pane as progress indicator
2015-11-30 12:21:12 -05:00
U-Mhmdfy-PC\Mhmdfy
2da9cf8c73
Merge branch 'develop' of https://github.com/sleuthkit/autopsy into develop
2015-11-25 12:36:00 -05:00
momo
196e51ac11
Merge branch 'develop' of https://github.com/mhmdfy/autopsy into develop
2015-11-25 09:35:22 -05:00
momo
d4e6b6bcc1
sort by preview in case all else are the same
2015-11-25 09:34:54 -05:00
jmillman
b36d3732dd
create ImmutableSets in constructor rather than on demand in getters
2015-11-24 13:52:33 -05:00
jmillman
883e48b043
details view node / tree clean up and bugfixes
...
reinstate wrongly removed layout constraints; bind subnodepane children to subnodes list; keep tree and main visualization in sync better
2015-11-24 12:49:02 -05:00
jmillman
c534d1dc51
don't resort the tree so often
2015-11-24 10:22:48 -05:00
jmillman
2d3c8c86ee
correctly set parent cluster for tree view, cleanup
2015-11-23 16:17:03 -05:00
jmillman
e0f6479b6c
fix layout refresh after node expansion and collapse
...
remove redundant layout operations
2015-11-23 16:16:58 -05:00
jmillman
0d7fbc852e
pull the mouse click handler up to EventBundleNodeBase
2015-11-23 16:16:54 -05:00
jmillman
5c3adb549e
install actions/buttons lazily
2015-11-23 16:16:47 -05:00
Richard Cordovano
5c6714b2f3
Made SevenZipExtractor unpacking errors into warnings
2015-11-23 15:55:46 -05:00
Richard Cordovano
2ac4d4f975
Remove incorrect error logging from AutopsyEventPublisher
2015-11-23 15:40:42 -05:00
Richard Cordovano
67296b8dd8
Fix FileUtil.deleteDir return value
2015-11-23 14:42:31 -05:00
Richard Cordovano
fa74abe461
Revert "ServiceMonitor fixes"
...
This reverts commit e534bc7d4b3359e7e10ccbdfc66acc9687e8ad0b.
2015-11-23 13:14:11 -05:00
Richard Cordovano
1d3460e341
Revert "ServiceMonitor comment spelling correction"
...
This reverts commit c9544b2a3d9a5e14bfd03c07f3ab604bfa2f5d1f.
2015-11-23 13:13:51 -05:00
Richard Cordovano
3b1839c5fa
Revert "Service monitor fixes fix"
...
This reverts commit 0752619302a305430c5e5774266c45202792bb5b.
2015-11-23 13:13:22 -05:00
Richard Cordovano
0752619302
Service monitor fixes fix
2015-11-22 20:57:14 -05:00
Richard Cordovano
c9544b2a3d
ServiceMonitor comment spelling correction
2015-11-22 20:21:59 -05:00
Richard Cordovano
e534bc7d4b
ServiceMonitor fixes
2015-11-22 20:16:51 -05:00
Richard Cordovano
5ae97ca618
Add display names to IngestJob cancellation reasons
2015-11-22 18:37:29 -05:00
Richard Cordovano
b18168acdb
Make data source job cancellation more accurate
2015-11-22 18:21:57 -05:00
Richard Cordovano
4d19cf1e83
Add ingest cancellation reasons; fix job startup bug
2015-11-22 18:12:14 -05:00
Richard Cordovano
f5d0cd8e02
Add multiple retries to remote event publishing
2015-11-22 15:40:38 -05:00
Richard Cordovano
a54848e3f4
AutopsyEventPublisher closed channel recovery
2015-11-20 10:17:15 -05:00
Richard Cordovano
d6a9b9b7fc
Merge pull request #1728 from millmanorama/events_tree_optimization
...
Events tree optimization
2015-11-20 09:05:08 -05:00
jmillman
92d3a1271b
revert some of the threading changes, remove unused hashcode and equals; cleanup
2015-11-19 15:47:41 -05:00
Karl Mortensen
fc92a0347f
make getSolrContent() methods public
2015-11-19 14:45:55 -05:00
jmillman
8cc07951d9
concurrentskiplistset and hashCode + equals. WIP
2015-11-19 12:11:09 -05:00
jmillman
1873bef59d
concurrentskiplistset and hashCode + equals. WIP
2015-11-19 12:10:18 -05:00
jmillman
b82d0a2e9c
return and cache event stripes at the DB layer
2015-11-19 12:10:14 -05:00
jmillman
aed99b647f
more optimization WIP
2015-11-19 12:05:01 -05:00
jmillman
ddcc2d567f
put off invoking the JFX thread till deeper in the stack. remove unused list, use concurrent hashmaps
2015-11-19 12:04:54 -05:00
jmillman
ff2278a98e
set correct text on treecell for event type nodes
2015-11-19 12:04:48 -05:00
jmillman
7d3354150b
experimental events tree optimizations
2015-11-19 12:04:40 -05:00
Richard Cordovano
af2b9513a3
Merge pull request #1724 from millmanorama/TL-consolidated-update-prompts
...
Tl consolidated update prompts
2015-11-19 11:15:23 -05:00
Richard Cordovano
17d9c77f45
Improve comments on TextMarkupLookup
2015-11-18 22:38:08 -05:00
Richard Cordovano
fd11227d62
Repair some comments
2015-11-18 21:09:40 -05:00
Richard Cordovano
466dd90810
Light linting of CaseMetadata
2015-11-18 20:54:55 -05:00
jmillman
8ca30ecef5
comments, cleanup, bundlization
2015-11-18 15:33:10 -05:00
jmillman
3d5592a994
consolidate timeline db update prompts to single dialog with expandable details section
...
refactor prompting logic to gather reasons and then present single prompt
rename TimeLineController properties to follow conventions
2015-11-18 15:33:06 -05:00
jmillman
7f9e8e406d
don't bother rolling back timeline updates if the task is cancelled, just don't recorddb population state updates.
2015-11-18 15:33:02 -05:00
jmillman
a8613e6aa1
backout change to service. consolidate tasks under concrete implementation of new abstract class. improve cancellation progress display
2015-11-18 15:32:57 -05:00