jmillman
f64a48ba30
move isGIF to autopsy Core ImageUtils, use it to load GIFs in Media tab (preserves animation)
2015-12-11 17:34:30 -05:00
jmillman
7e2751ec7d
cleanup and internationalization
2015-12-11 17:10:57 -05:00
jmillman
75909f3be0
use lower level API to read images and show progress in MediaViewImagePanel
...
some minor cleanup, restyling and the addition of a button to "Open in External Viewer"
2015-12-11 16:34:44 -05:00
momo
9ec03ab181
use type as itemtype string
2015-12-11 10:58:54 -05:00
jmillman
8e12bfc4a2
fix imports
2015-12-08 15:41:35 -05:00
Richard Cordovano
52373962b6
Merge pull request #1759 from millmanorama/TL-fix-imports
...
fix imports
2015-12-08 15:02:15 -05:00
Richard Cordovano
bcb45844c6
Merge pull request #1758 from mhmdfy/change-enum-to-string
...
change itemtype to string
2015-12-08 15:02:00 -05:00
Richard Cordovano
b706003247
Merge pull request #1757 from millmanorama/TL-too-many-events-warning
...
move "too many events" warning to DetailsViewPane and expand its usage.
2015-12-08 15:00:42 -05:00
jmillman
0dbd190d51
fix imports
2015-12-08 12:44:44 -05:00
U-Mhmdfy-PC\Mhmdfy
3b4a6e9123
change itemtype to string
2015-12-08 12:29:21 -05:00
momo
d61ab184b1
spelling mistakes
2015-12-07 15:29:27 -05:00
jmillman
cb3a73c560
move "too many events" warning to DetailsViewPane and expand its usage.
2015-12-07 14:10:49 -05:00
momo
836b68879d
some refactoring
2015-12-07 12:35:10 -05:00
momo
709d92f5ee
conflicts
2015-12-07 12:10:37 -05:00
momo
715fc0a93c
change to itemType and decouple filters
2015-12-07 12:07:17 -05:00
Richard Cordovano
031ce2b1e6
Merge pull request #1753 from karlmortensen/sanitizeZipFileName
...
Sanitize zip file name
2015-12-07 08:59:36 -05:00
Richard Cordovano
15304bed8a
Merge pull request #1725 from mhmdfy/double-click
...
action listener to perfrom action on double click
2015-12-04 16:26:11 -05:00
momo
cb4626932a
fix postgres query
2015-12-04 13:11:07 -05:00
momo
026d99336c
add enum for type of node
2015-12-04 13:01:58 -05:00
momo
2fa0854026
fix import
2015-12-04 09:34:55 -05:00
momo
f779b73594
case where filter is null
2015-12-04 09:24:28 -05:00
momo
183624b8c8
add node type for column arrangement on type
2015-12-04 09:21:33 -05:00
Karl Mortensen
7b4b102cda
Code review update
2015-12-04 08:42:06 -05:00
Karl Mortensen
af3d429386
add comments
2015-12-03 16:58:40 -05:00
Karl Mortensen
25700ce622
Sanitize paths for unzipping while handling ADS
2015-12-03 16:56:04 -05:00
momo
2881b94042
some cleanup
2015-12-03 13:08:26 -05:00
Richard Cordovano
a369528b67
Merge pull request #1751 from mhmdfy/update-photorec
...
Update photorec to 7.0
2015-12-03 11:15:37 -05:00
jmillman
74a9286051
prevent potential ConcurrentModificationException
2015-12-02 16:43:35 -05:00
momo
e23f5f004f
adding stable 7.0
2015-12-02 14:16:28 -05:00
jmillman
3c721f774b
Merge remote-tracking branch 'upstream/develop' into TL-background-thread-optimization
...
Conflicts:
Core/src/org/sleuthkit/autopsy/timeline/db/EventsRepository.java
2015-12-02 10:18:31 -05:00
Richard Cordovano
8c5e1ea8b3
Merge pull request #1748 from karlmortensen/removeDebug
...
remove debug output
2015-12-02 09:40:29 -05:00
Richard Cordovano
4ddee2d902
Merge pull request #1742 from mhmdfy/remove-Exceptions-prints
...
Remove exceptions prints
2015-12-02 09:37:55 -05:00
jmillman
9cd5800ce7
cleanup, comments
2015-12-01 16:45:11 -05:00
Karl Mortensen
4c5fc58a87
remove debug output
2015-12-01 16:21:59 -05:00
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
Karl Mortensen
ae8c1121a4
occured --> occurred
2015-11-30 15:54:44 -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
32194be12f
adding new version of photorec
2015-11-25 14:02:42 -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
U-Mhmdfy-PC\Mhmdfy
3197a02f6f
replace Exceptions calls with logger
2015-11-25 11:13:18 -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