7464 Commits

Author SHA1 Message Date
millmanorama
cb4a88d5a8 Merge remote-tracking branch 'upstream/accounts_relationships' into 869-daterange-filter-UI
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/communications/MessageBrowser.java
2017-11-15 15:36:34 +01:00
Raman
5b18937ec3 Address review comments. 2017-11-14 15:09:10 -05:00
millmanorama
5fdf18d748 rename AccountUtils to Utils, add Utils.getUserPreferredZoneId() method 2017-11-14 17:12:55 +01:00
millmanorama
f1c4792fa2 show the relationship date/time in the table according to user preferences 2017-11-14 16:57:00 +01:00
millmanorama
781d2f9210 Merge remote-tracking branch 'upstream/accounts_relationships' into 869-daterange-filter-UI 2017-11-14 16:21:09 +01:00
millmanorama
e77be5d704 removed unused logger 2017-11-14 13:07:10 +01:00
millmanorama
30abacc9fb update Javadoc 2017-11-14 12:46:22 +01:00
millmanorama
85ea748c36 fix comment 2017-11-14 12:36:49 +01:00
millmanorama
0a8bdd9918 update javadoc to include deprecation 2017-11-14 12:30:28 +01:00
millmanorama
d4ca8b1a73 fix disabling of HTML tab when there is no content 2017-11-14 11:57:30 +01:00
millmanorama
c0c5383b11 only add one "messages tab"; some refactoring 2017-11-14 11:56:23 +01:00
millmanorama
da7490148c Merge remote-tracking branch 'upstream/accounts_relationships' into 868-attachments 2017-11-14 10:04:30 +01:00
Richard Cordovano
0b2bbe13be Merge in develop branch 2017-11-13 10:07:55 -05:00
millmanorama
e0d768d139 don't do extra day, it is handled in filter 2017-11-13 15:52:30 +01:00
millmanorama
30455d5c65 replace JCalendarButton with LGoodDatePicker, tweak layout 2017-11-13 15:09:36 +01:00
millmanorama
a06c374a5a deprecate useless setContentViewer 2017-11-11 16:27:01 +01:00
millmanorama
6dcc20a80e someclean up in MessageContentViewer 2017-11-11 16:20:59 +01:00
millmanorama
3892cfb5fb add attachments column to message, log error 2017-11-11 16:02:50 +01:00
millmanorama
ba0d5938ea guard against null mimetype 2017-11-11 15:46:54 +01:00
millmanorama
237e43ef89 replace harcoded number 2017-11-11 15:46:54 +01:00
millmanorama
5506f232d5 fix bundle property issue 2017-11-11 15:46:54 +01:00
millmanorama
0f6acfe53b messages could have attachments too 2017-11-11 15:46:54 +01:00
millmanorama
f0c2e3c796 add MessageContentViewer.AttachmentNode to limit the number of properties shown for attachments 2017-11-11 15:46:54 +01:00
millmanorama
be9efad3ce remove no-op implementation 2017-11-11 15:46:54 +01:00
millmanorama
76268d7870 tweak layout 2017-11-11 15:46:54 +01:00
millmanorama
3ab2dca596 add View in New Window button to attachments tab of MessageContentViewer 2017-11-11 15:46:54 +01:00
millmanorama
cc448531f8 put some garbage data in the attachments table to test it. 2017-11-11 15:46:54 +01:00
millmanorama
3c341e3fe7 add DataResultPanel for attachments to MessageContentViewer 2017-11-11 15:46:19 +01:00
millmanorama
1b29615693 just set the default value initialy, don't wait for fields to be eneabled 2017-11-10 21:18:48 +01:00
millmanorama
8dc4ce4408 add date filter widgets to FiltersPanel 2017-11-10 21:06:56 +01:00
millmanorama
f04e266212 remove etched border from FiltersPanel 2017-11-10 21:06:10 +01:00
Richard Cordovano
fad0383803
Merge pull request #3186 from wschaeferB/FixHeightOfOptionsPanels
Fix height of options panels
2017-11-09 15:55:42 -05:00
millmanorama
894c3f6d1e fix a compiler error, and use the correct API so that counts in the tables match. some comments and minor cleanup 2017-11-09 10:19:19 +01:00
Richard Cordovano
a0f0e3cffc Merge remote-tracking branch 'upstream/release-4.5.1' into develop 2017-11-08 17:48:02 -05:00
Richard Cordovano
b4d2cbd447 Update comment in some JPanel subclasses 2017-11-08 17:45:39 -05:00
Richard Cordovano
35ce341372 Workaround for JComponent.addPropertyChangeListener calls in ctor 2017-11-08 17:41:10 -05:00
Raman
ae8d9c4860 Added more info to log statement. 2017-11-08 12:56:48 -05:00
Raman
dfd8043fff Fixed a typo in previous commit. 2017-11-08 12:31:08 -05:00
Richard Cordovano
64a0e83132 Merge in release-4.5.1 branch and resolve conflicts 2017-11-08 12:09:08 -05:00
Raman
1eedb00aba Merge branch 'develop' of https://github.com/sleuthkit/autopsy into accounts_relationships
# Conflicts:
#	Core/nbproject/project.xml
2017-11-08 11:16:28 -05:00
Richard Cordovano
2772cdfe19
Merge pull request #3185 from zhhl/3180-UnitTestCreateAndDeleteCase
3180 unit test create and delete case
2017-11-07 14:10:13 -05:00
William Schaefer
b85a41b4b9 fixed height of File ext mismatch settings Panel 2017-11-07 13:54:58 -05:00
William Schaefer
635537496a fixed height of External Viewer Global Settings Panel 2017-11-07 13:54:35 -05:00
U-BASIS\zhaohui
82ec21ac1a 3180: delete unused import 2017-11-07 13:49:19 -05:00
U-BASIS\zhaohui
a8648cdbb1 3180: Move unit test to qa-functional test and adding Case creation and deletion 2017-11-07 13:45:21 -05:00
Raman
6e0ccf4e01 Updated the CommunicationsManager API usage for getCommunicationsCount() and getCommunications() 2017-11-07 13:35:03 -05:00
Raman
511ed069ee Merge branch 'accounts_relationships' of https://github.com/sleuthkit/autopsy into accounts_relationships
# Conflicts:
#	Core/src/org/sleuthkit/autopsy/communications/FiltersPanel.java
2017-11-07 11:24:09 -05:00
Richard Cordovano
074394f297
Merge pull request #3179 from millmanorama/867-add-actions-to-nodes
add actions to MessageBrowser
2017-11-06 18:07:14 -05:00
Richard Cordovano
aec5f55f81
Merge pull request #3178 from millmanorama/867-refactor-and-tweak-MessageContentViewer
867 refactor and tweak message content viewer
2017-11-06 18:04:55 -05:00
Richard Cordovano
d2036b1be5
Merge pull request #3177 from zhhl/3180-caseCreationAndDeletionInUnitTest
3180: correct the typo
2017-11-06 18:03:31 -05:00