millmanorama
|
371a85ffd1
|
refactoring to maintain selection, but now it computes nodes too eagerly, and doesn't get the counts on the first update...
|
2016-09-30 17:08:19 +02:00 |
|
millmanorama
|
1c65426cfb
|
simplify visitor
|
2016-09-29 13:03:31 +02:00 |
|
Sophie Mori
|
b7f227b76c
|
Updated implementation to not automatically add user tag names
|
2016-09-28 15:09:28 -04:00 |
|
millmanorama
|
07d93a07d8
|
Merge branch '844-generic-account-artifact' into 841-maintain-selection
Conflicts:
Core/src/org/sleuthkit/autopsy/datamodel/_private/Accounts.java
|
2016-09-28 19:07:28 +02:00 |
|
millmanorama
|
ff56458537
|
Merge remote-tracking branch 'upstream/develop' into 844-generic-account-artifact
|
2016-09-28 13:44:56 +02:00 |
|
millmanorama
|
c78dab32a0
|
clarify comments
|
2016-09-28 13:43:52 +02:00 |
|
Richard Cordovano
|
d2942263f2
|
Fix cause of IndexOutOfBounds exception for DataResultViewerThumbnail
|
2016-09-27 17:28:55 -04:00 |
|
Sophie Mori
|
77e25a076a
|
Updated license header
|
2016-09-27 15:42:17 -04:00 |
|
Sophie Mori
|
1009514a05
|
Got rid of unnecessary methods and code
|
2016-09-27 15:40:47 -04:00 |
|
Sophie Mori
|
ba4640648c
|
Updated listener method for list selection
|
2016-09-27 15:30:57 -04:00 |
|
Sophie Mori
|
13a623a967
|
Modified access permissions
|
2016-09-27 15:22:53 -04:00 |
|
Sophie Mori
|
cdcd0fa45e
|
Updated TagsManager for multiuser loading, changed some UI text
|
2016-09-27 15:19:44 -04:00 |
|
Sophie Mori
|
4c41fc1774
|
Correct buttons position
|
2016-09-27 14:09:52 -04:00 |
|
Sophie Mori
|
bccaae09a0
|
Changed list selection behavior
|
2016-09-27 11:29:14 -04:00 |
|
Sophie Mori
|
a32b95943f
|
Made TagsManager methods more general, moved tag name display logic to TagsManager clients
|
2016-09-27 11:17:31 -04:00 |
|
Sophie Mori
|
e7a5f59081
|
Modified button behavior and text, disallowed empty tags
|
2016-09-27 09:44:04 -04:00 |
|
Sophie Mori
|
857233d84f
|
Renamed labels and buttons, adjusted UI spacing
|
2016-09-26 17:14:38 -04:00 |
|
Sophie Mori
|
78772dc1d2
|
Modified FileTypeId options panel UI
|
2016-09-26 17:14:05 -04:00 |
|
Sophie Mori
|
9b90145167
|
Changed adding types and extensions to use popup dialog boxes, renamed buttons
|
2016-09-26 17:12:23 -04:00 |
|
Eugene Livis
|
d99d530568
|
Made 7zip packages public
|
2016-09-26 14:33:08 -04:00 |
|
millmanorama
|
905975e568
|
remove credit from attribute names
|
2016-09-26 16:46:09 +02:00 |
|
Sophie Mori
|
df38863178
|
Changed datetime value type attributes to be formatted as dates instead of longs
|
2016-09-26 10:15:49 -04:00 |
|
millmanorama
|
e5e791bbbe
|
make inner classes final
|
2016-09-26 15:25:17 +02:00 |
|
millmanorama
|
ce74dc9122
|
make factories inner classes of the nodes they provide children for
|
2016-09-26 15:18:25 +02:00 |
|
millmanorama
|
06230edeea
|
extract BINRange from Accounts.java
|
2016-09-26 14:39:09 +02:00 |
|
millmanorama
|
a39419393d
|
introduce datamodel._private package and move some interfaces and classes there; create basic generic support for other account types; some renaming for clarity
|
2016-09-26 14:27:16 +02:00 |
|
millmanorama
|
bcdb16638b
|
use new sleuthkit Account.Type enum
|
2016-09-24 16:44:28 +02:00 |
|
millmanorama
|
58a90500b9
|
Extract BinMap from Accounts.java
|
2016-09-24 16:06:14 +02:00 |
|
Sophie Mori
|
b5b88a6c68
|
Fixed some names and selected item behavior
|
2016-09-23 17:38:34 -04:00 |
|
Sophie Mori
|
9478cfcb9f
|
Fixed persistent column orderings, added code to adjust column widths accordingly
|
2016-09-23 17:15:12 -04:00 |
|
Sophie Mori
|
807d3c0017
|
Cleaned up formatting, comments, and imports
|
2016-09-23 16:07:23 -04:00 |
|
Sophie Mori
|
665aacf9dc
|
Changed user interface, kept bookmark tag always, renamed files
|
2016-09-23 15:47:47 -04:00 |
|
millmanorama
|
01bc9a41d7
|
fix typos in comment
|
2016-09-23 13:50:14 +02:00 |
|
millmanorama
|
27995fd6ab
|
rename image file
|
2016-09-23 13:45:56 +02:00 |
|
Sophie Mori
|
db7ab2dd14
|
Finished implementing getTypeName for instances of DisplayableItemNode
|
2016-09-22 13:38:00 -04:00 |
|
Sophie Mori
|
f654320f30
|
Disabled editing for executable path field when adding a rule
|
2016-09-22 13:35:50 -04:00 |
|
millmanorama
|
0bb4fff4b2
|
WIP using actionsGlobalContext
|
2016-09-22 10:08:50 +02:00 |
|
millmanorama
|
7dcdaef389
|
Merge branch '845-multiselect-enabled-account-actions' into 841-maintain-selection
Conflicts:
Core/src/org/sleuthkit/autopsy/datamodel/Accounts.java
|
2016-09-21 18:51:03 +02:00 |
|
millmanorama
|
845aadb165
|
account actions support multiselect via actionsGlobalLookup
|
2016-09-21 18:27:13 +02:00 |
|
millmanorama
|
7ea1689363
|
WIP
|
2016-09-21 12:30:12 +02:00 |
|
millmanorama
|
7534bb9f18
|
WIP
|
2016-09-21 12:30:10 +02:00 |
|
millmanorama
|
ad99476167
|
improve selection management
|
2016-09-21 12:30:08 +02:00 |
|
millmanorama
|
fa2b068b22
|
maintain selection in data result viewer
|
2016-09-21 12:30:07 +02:00 |
|
millmanorama
|
e9cd0e49d1
|
query for account types
|
2016-09-21 12:21:16 +02:00 |
|
millmanorama
|
42d99e31d6
|
cleanup and commenting
|
2016-09-21 12:21:14 +02:00 |
|
millmanorama
|
f3cb08ed8e
|
fixing reporting for new TSK_ACCOUNT artifact
|
2016-09-21 12:21:12 +02:00 |
|
millmanorama
|
9aafd74c58
|
change to a more generic account type
|
2016-09-21 12:21:11 +02:00 |
|
Richard Cordovano
|
2e239ca601
|
Merge remote-tracking branch 'upstream/develop' into credit_card_account_search
|
2016-09-20 10:13:46 -04:00 |
|
Sophie Mori
|
31228ffa60
|
Added licenses and an appropriate icon for the options panel
|
2016-09-16 17:06:18 -04:00 |
|
Sophie Mori
|
ec432bbb47
|
Implemented an options panel for setting user external viewer rules
|
2016-09-16 17:03:15 -04:00 |
|