millmanorama
|
aa462abff3
|
Merge remote-tracking branch 'upstream/cvt-graph-view' into 957-api
# Conflicts:
# Core/src/org/sleuthkit/autopsy/communications/CommunicationsGraph.java
|
2018-03-08 16:09:33 +01:00 |
|
Brian Carrier
|
10ce91f699
|
Merge pull request #3469 from millmanorama/936-device-filter-consistency
936 device filter consistency
|
2018-03-05 13:06:58 -05:00 |
|
Brian Carrier
|
363c0f5f06
|
Merge pull request #3463 from millmanorama/bug-fixes-and-tweaks
Bug fixes and tweaks
|
2018-03-05 13:06:20 -05:00 |
|
Brian Carrier
|
12d9385b43
|
Merge pull request #3467 from millmanorama/patch-1
use correct method name
|
2018-03-05 13:05:46 -05:00 |
|
millmanorama
|
4347ebef23
|
use AccountDeviceInstance API of getRelationshipCountsPairwise
|
2018-03-05 13:45:32 +01:00 |
|
millmanorama
|
0f4e58569b
|
resolve codacy issues
|
2018-02-27 15:36:27 +01:00 |
|
millmanorama
|
3f5619933d
|
reset state of data source filters when case is opened.
|
2018-02-27 15:24:44 +01:00 |
|
Jonathan Millman
|
9d4f697754
|
use correct method name
|
2018-02-27 10:43:05 +01:00 |
|
millmanorama
|
4239c92f9e
|
cleanup and add info to tool tips
|
2018-02-26 15:25:53 +01:00 |
|
millmanorama
|
62a17e69f8
|
distinguish account from seperate devices
|
2018-02-26 12:02:10 +01:00 |
|
Richard Cordovano
|
14a55af19c
|
Merge pull request #3450 from millmanorama/930-use_getRelationshipsCount_to_increase_performance
930 use get relationships count to increase performance
|
2018-02-23 14:49:19 -05:00 |
|
millmanorama
|
85d9577ea2
|
use new getRelationshionshipsCount(a1,a2) method to improve graph loading time
|
2018-02-21 13:21:02 +01:00 |
|
millmanorama
|
81b7b471ab
|
make sure pinned accounts always show in visualization; cleanup
|
2018-02-16 16:02:28 +01:00 |
|
millmanorama
|
cb8eb44104
|
factor lockedVertexModel and PinnedAccountModel out of CommunicationsGraph
|
2018-02-15 13:19:55 +01:00 |
|
Richard Cordovano
|
4ba29921ae
|
Merge pull request #3436 from millmanorama/cancellable-graph-loading
Cancellable graph loading
|
2018-02-14 13:36:04 -05:00 |
|
Richard Cordovano
|
45065a05b4
|
Merge pull request #3435 from millmanorama/cvt-graph-view
merge develop into cvt-graph-view
|
2018-02-14 13:35:47 -05:00 |
|
millmanorama
|
54da8d3145
|
use undoManager to implement better layout cancelation
|
2018-02-14 17:02:51 +01:00 |
|
millmanorama
|
535a1feee3
|
show cancellable progress in a dialog.
|
2018-02-14 16:07:35 +01:00 |
|
millmanorama
|
2f287d7a22
|
Merge branch 'cvt-graph-view' into cancellable-graph-loading
|
2018-02-14 11:21:08 +01:00 |
|
millmanorama
|
80cdca79e9
|
Merge remote-tracking branch 'upstream/develop' into cvt-graph-view
|
2018-02-14 11:16:05 +01:00 |
|
millmanorama
|
ae6dc361d1
|
Cancelation WIP
|
2018-02-14 11:15:11 +01:00 |
|
Richard Cordovano
|
f253a07660
|
Merge pull request #3430 from millmanorama/cvt-950-overide-layout
Cvt 950 overide layout
|
2018-02-13 11:25:15 -05:00 |
|
Richard Cordovano
|
5643714075
|
Merge pull request #3416 from dgrove727/3258_DeleteHashDatabaseMessage
3258 delete hash database message
|
2018-02-12 17:37:08 -05:00 |
|
Richard Cordovano
|
7ad4c1fd44
|
Merge branch 'develop' into 3258_DeleteHashDatabaseMessage
|
2018-02-12 17:36:42 -05:00 |
|
Richard Cordovano
|
9596ffb569
|
Merge pull request #3415 from dgrove727/3514_DeleteTagUnneccessaryCode
3514 delete tag unneccessary code
|
2018-02-12 17:03:30 -05:00 |
|
Richard Cordovano
|
e8e5793090
|
Merge pull request #3413 from zhhl/3281-UseHashSetInsteadOfHashDatabase
3281: Use Hash Set instead of Hash Database
|
2018-02-12 17:00:51 -05:00 |
|
Richard Cordovano
|
6eea6edf34
|
Merge pull request #3394 from dgrove727/3447_InterestingFilesRaceCondition
3447 interesting files race condition
|
2018-02-12 15:20:25 -05:00 |
|
Richard Cordovano
|
bd2df2a6a4
|
Merge pull request #3377 from dgrove727/3344_WrongKeywordSearchMessage
3344 wrong keyword search message
|
2018-02-12 14:51:01 -05:00 |
|
millmanorama
|
b53a2190b7
|
Merge branch 'cvt-950-overide-layout' into cancellable-graph-loading
# Conflicts:
# Core/src/org/sleuthkit/autopsy/communications/VisualizationPanel.java
|
2018-02-12 15:38:53 +01:00 |
|
millmanorama
|
efdd5a403d
|
cleanup and fix codacy issues
|
2018-02-12 15:35:06 +01:00 |
|
millmanorama
|
a77ced5a41
|
begin work on cancellable graph loading
|
2018-02-12 15:27:11 +01:00 |
|
millmanorama
|
b7a91a7a8c
|
cleanup and fix codacy issues
|
2018-02-12 15:00:40 +01:00 |
|
millmanorama
|
eddab91e43
|
use mustache.java to make the node label generation more readable.
|
2018-02-12 13:34:57 +01:00 |
|
millmanorama
|
cce4e918cd
|
improve fitGraph and other small tweaks
|
2018-02-12 12:16:39 +01:00 |
|
U-BASIS\dgrove
|
dca73677b3
|
Fixed merge.
|
2018-02-09 23:35:34 -05:00 |
|
U-BASIS\dgrove
|
cb125a5e65
|
Temporary.
|
2018-02-09 15:24:13 -05:00 |
|
Richard Cordovano
|
48c722f699
|
Merge pull request #3431 from zhhl/updateScriptTOUseNewDateTimeFormatInLogs
Update regresion.py to use the new datetime format in logs.
|
2018-02-09 15:22:40 -05:00 |
|
U-BASIS\zhaohui
|
be029b026a
|
Update regresion.py to use the new datetime format in logs.
|
2018-02-09 14:54:50 -05:00 |
|
U-BASIS\dgrove
|
e035218c24
|
Merge remote-tracking branch 'upstream/develop' into 3344_WrongKeywordSearchMessage
|
2018-02-09 14:37:26 -05:00 |
|
Richard Cordovano
|
1d32522704
|
Merge remote-tracking branch 'upstream/release-4.6.0' into develop
|
2018-02-09 14:20:31 -05:00 |
|
U-BASIS\zhaohui
|
2b33599122
|
3281: Capitalization correction
|
2018-02-09 14:08:06 -05:00 |
|
U-BASIS\zhaohui
|
1b371c026e
|
3281: Capitalize the word 'Hash Set' for the GUI items.
|
2018-02-09 13:56:07 -05:00 |
|
Richard Cordovano
|
9b4c49ee7a
|
Merge pull request #3421 from millmanorama/cvt-943-zooming
Cvt 943 zooming
|
2018-02-09 13:27:44 -05:00 |
|
Richard Cordovano
|
6a858c1e4e
|
Merge pull request #3419 from millmanorama/cvt-953-message-for-empty-graph
Cvt 953 message for empty graph
|
2018-02-09 13:27:24 -05:00 |
|
Richard Cordovano
|
f94bfb71d1
|
Merge pull request #3418 from millmanorama/cvt-graph-view
merge develop into Cvt graph view
|
2018-02-09 13:26:40 -05:00 |
|
Richard Cordovano
|
24a00421ed
|
Merge pull request #3420 from APriestman/3493_sqliteCrTesting
3493 sqlite cr testing
|
2018-02-09 13:11:38 -05:00 |
|
Ann Priestman
|
5cf44c5b55
|
Fix codacy warnings
|
2018-02-09 11:04:44 -05:00 |
|
millmanorama
|
9225730f02
|
scale labes with node size
|
2018-02-09 13:30:45 +01:00 |
|
millmanorama
|
d1f07e033d
|
layouts respect cell 'locking'
|
2018-02-09 12:54:53 +01:00 |
|
Richard Cordovano
|
55395af2ba
|
Merge pull request #3425 from zhhl/disableTimingTest
Disable the run time test in nightly.
|
2018-02-08 17:43:42 -05:00 |
|