1
0
mirror of https://github.com/elisspace/autopsy.git synced 2026-09-06 02:24:30 +00:00
Commit Graph

254 Commits

Author SHA1 Message Date
adam-m
7a581bf487 ingest message filtering tweaks 2012-02-24 19:05:12 -05:00
adam-m
8d65dadf4e Preliminary inbox message filtering / grouping, coloring, with no sort option
Remove auto scroll
2012-02-24 18:25:35 -05:00
adam-m
aa1ceec6ff TSK-366 Review Slider in ingest 2012-02-24 16:02:42 -05:00
Dick Fickling
72ba73804c Add spacer to toolbar 2012-02-24 15:44:54 -05:00
Dick Fickling
059f41b428 fix NPE on startup 2012-02-24 14:31:12 -05:00
Alex Ebadirad
fc2147ba31 Merge branch 'master' of https://github.com/aebadirad42six/autopsy
Conflicts:
	DirectoryTree/nbproject/genfiles.properties
	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/RAImageIngestService.java
2012-02-24 12:22:53 -07:00
adam-m
5bb81ed766 Move ingest icon to top right 2012-02-24 14:20:08 -05:00
adam-m
027e7f978a ingest msg error: tone down the red 2012-02-24 12:55:24 -05:00
adam-m
158a754029 Change keyword search msg from error to warn 2012-02-24 12:45:20 -05:00
adam-m
7b7051df11 Ingest message inbox: hide dock, preliminary add toolbar button 2012-02-24 12:43:03 -05:00
adam-m
e53aff6ffe wait for windows manager to init ingest tc 2012-02-24 09:48:33 -05:00
adam-m
40c1941375 Ingest installer class to fully initialize manager early and at determined time instance, independetly from previously saved top component state. 2012-02-24 09:36:38 -05:00
adam-m
e494cad25b Ingest inbox: fixed custom initial size and resizing of layered pane 2012-02-23 21:32:43 -05:00
adam-m
0c3578f1ba Do not show details if they are not set,
html tags handled in create message(), rather than client
Index message add details.
2012-02-23 16:55:53 -05:00
adam-m
fffd41861b Ingest msg: add back button icon 2012-02-23 15:30:18 -05:00
adam-m
ae28fd06a3 Inbox message: details view in the same position, using layers, replacing message view 2012-02-23 13:45:18 -05:00
adam-m
80fee3e815 ingest message: disable top level bar actions, remove clear/read all bu 2012-02-22 16:48:12 -05:00
adam-m
8e675abaad isServiceRunning: provide the most accurate answer (check the queue, then check background threads) for fscontent services 2012-02-22 16:19:28 -05:00
adam-m
defd6cd2f5 Ingest API: add a way to query individual service if it has any background jobs running that are managed by the service. Needed for more precise service state tracking by the manager. 2012-02-22 16:03:02 -05:00
adam-m
3b3d51082a add method boolean isServiceRunning(final IngestServiceAbstract service) 2012-02-22 15:44:02 -05:00
adam-m
25ad5feb9e Ingest message box: add render row selection in the custom renderer 2012-02-22 14:27:31 -05:00
adam-m
a0cc243171 ingest message clear button should also clear details 2012-02-22 11:30:20 -05:00
adam-m
95457f71de message table cursor adjustements 2012-02-22 11:25:27 -05:00
adam-m
f662481abb ingest message inbox button enhancements 2012-02-22 10:50:51 -05:00
adam-m
2e26827371 Add ingest message tc settings file to layer.xml 2012-02-21 17:02:35 -05:00
adam-m
654830d5c9 add open viewer functionality in ingest message dialog 2012-02-21 16:19:36 -05:00
adam-m
e95dcdf69d add clear messages button 2012-02-21 14:26:16 -05:00
adam-m
9609aea951 Ingest message enhancements 2012-02-21 14:21:31 -05:00
adam-m
6b89d8b476 Rearranged messages window
Additions to ingest messages API - data messages contain details, blackboard artifact data
Updated services using ingest message API
2012-02-21 12:03:10 -05:00
adam-m
0189f6f5ed fix clear messages 2012-02-21 11:07:13 -05:00
adam-m
8b4b297bc3 add ability to get manager handle outside of ingest package and query the manager for its state 2012-02-21 10:15:19 -05:00
adam-m
d1a7aae588 Keep inbox in current position when ingest starts 2012-02-17 14:07:02 -05:00
adam-m
1759121453 Undock ingest messages when ingest starts. And do not dock if already undocked. 2012-02-17 10:29:43 -05:00
adam-m
581e158403 decrease icon size 2012-02-16 17:27:59 -05:00
adam-m
cf6b2e8adb remove unused method 2012-02-16 17:27:32 -05:00
adam-m
f507d6b23b ingest message top component docking / undocking
Ingest manager API to check if file or image services are running
2012-02-16 16:14:50 -05:00
adam-m
986ee23261 add standalone ingest floating window top component, custom modes, remove old Ingest explorer 2012-02-16 12:11:58 -05:00
adam-m
87d296173c move out code from ingest tc
abstract out ui functionality to make it easier to move or substitute
2012-02-14 14:31:01 -05:00
adam-m
dce95c5585 program files are medium priority in ingest 2012-02-14 10:41:42 -05:00
adam-m
5abebf2938 TSK-303 Index files in priority order 2012-02-14 10:08:59 -05:00
adam-m
89ef9b1581 ServiceDataEvent has an optional collection of artifact objects that can be reused by the viewer omitting some queries 2012-02-13 13:28:25 -05:00
adam-m
a42cc5a77f widget tweaks 2012-02-13 12:22:35 -05:00
adam-m
e5d47e2f7d - added freq slider adjustment for slider
- keyword search uses the setting
- added indexing complete report to user inbox
2012-02-13 12:16:29 -05:00
adam-m
66cdc1cfc0 Merge branch 'master' of https://github.com/sleuthkit/autopsy 2012-02-13 09:53:46 -05:00
Dick Fickling
89589c1934 Merge branch 'master' of github.com:sleuthkit/autopsy
Conflicts:
	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/ExtractIE.java
	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/RecentActivityDataExplorer.java
	RecentActivity/src/org/sleuthkit/autopsy/recentactivity/RecentActivityKeyValueChildFactory.java
2012-02-11 00:30:34 -05:00
adam-m
ff136f5c3b - added class ServiceDataEvent - services can notify listeners of new data while they are still processing, and send artifact type, and optionally IDs of all new artifacts (dir tree can refresh more efficiently)
- keyword search now sending the new event
2012-02-10 16:11:46 -05:00
adam-m
6058927b60 keyword search ingest: add bb writing, error handling, handling various concurrency situations, overlapping workers due to tight intervals or large queries, escaping snippet strings for sql to accept
make popup dialog not flicker
add event mechanism for services themselves to notify viewer when data is ready in BB while they are still running
2012-02-09 17:15:47 -05:00
Dick Fickling
978bb41ea5 Merge git://github.com/alawrence/autopsy
Conflicts:
	DataModel/src/org/sleuthkit/autopsy/datamodel/BlackboardArtifactNode.java
	KeywordSearch/src/org/sleuthkit/autopsy/keywordsearch/KeywordSearchResultFactory.java
2012-02-08 09:49:39 -05:00
Dick Fickling
34f7da23e4 Allow user to restart ingest 2012-02-07 16:46:39 -05:00
Dick Fickling
67d6bf3aef Add configure button to Ingest Dialog 2012-02-07 15:58:06 -05:00