Brian Carrier
a6790d79e3
Updated NEWS for 3.1.3 release
2015-06-18 14:01:46 -04:00
jmillman
b572ac4742
rename method; add synchronization; remove singletonness from SummaryTablePane
2015-06-18 13:51:37 -04:00
Brian Carrier
f391e32f6b
Merge pull request #1368 from sidheshenator/embedded_file_extractor_refactor
...
embedded file extractor module refactored
2015-06-18 13:48:44 -04:00
Brian Carrier
39f4ebec9b
Merge pull request #1371 from sidheshenator/lesser_stacktrace_embedded_file_extraction_module
...
stack trace removed for POI container init warnings
2015-06-18 13:47:26 -04:00
Brian Carrier
e356317e0e
Merge remote-tracking branch 'origin' into datasourceRefresh
2015-06-18 13:32:25 -04:00
Richard Cordovano
e9264687bf
Merge pull request #1376 from millmanorama/develop
...
fix javadoc and sources references
2015-06-18 13:20:35 -04:00
jmillman
37eee8444e
fix javadoc and sources reference
2015-06-18 13:18:03 -04:00
jmillman
7d68ed1b66
refactor in GroupManager, to make logic and flow cleaner
...
split FileUpdateEvent handlers to seperate update and removed methods
name DbWorkerThread, Thread
2015-06-18 13:12:14 -04:00
jmillman
d39644687b
more work to keep autopsy and ImageGallery tags in sync
...
add setFiles method to DrawableGroup;
don't clear groups from GroupMap except for CaseChange; reuse groups via setFiles method when regrouping
reselect group in navpanel after regroup
2015-06-17 17:42:00 -04:00
jmillman
4ae9eaf019
more cleanup of Categories/Tags and listening to autopsy generated "Tag Events"
...
-remove unused code from Category.java
-use Category.isCategoryTagName instead of .getDisplayName().startsWith(Category.CATEGORY_PREFIX)
-regroup when notified of Tag Change from autopsy
2015-06-17 15:54:34 -04:00
jmillman
36b727e94d
make sure all code is using the correct TagsManager (DrawableTagsManager) from controller; more cleanup
2015-06-17 15:51:15 -04:00
sidheshenator
e1b2844b95
stack trace removed for POI container init warnings
2015-06-17 13:53:44 -04:00
jmillman
fe95cc21d7
clean up and refactor code related to Tagging and actions;
...
move away from singleton by injecting controller rather than using getDefault();
use EventBus in DrawableTagsManager (used to be TagUtils)
requires equal and hashcode method implemented on TagName
2015-06-16 16:53:16 -04:00
sidheshenator
31166c39c2
embedded file extractor module refactored
2015-06-16 14:14:28 -04:00
jmillman
835347f092
Merge remote-tracking branch 'upstream/develop' into multiple_follow_up_fixes
...
Conflicts:
CoreLibs/nbproject/project.properties
2015-06-16 12:53:39 -04:00
jmillman
918e454596
update to ControlsFX 8.40.9
2015-06-16 12:52:18 -04:00
jmillman
aad2335b34
cleanup Follow Up tag and Category TagNames (prevent short name version from being added, by removing commas)
2015-06-16 12:51:06 -04:00
Richard Cordovano
c9a1d88290
Merge pull request #1366 from APriestman/controlsfx_fix
...
Controlsfx fix
2015-06-16 12:19:17 -04:00
APriestman
f2e1c84f36
Cleanup
2015-06-16 12:16:54 -04:00
APriestman
a6c825996f
Switching to a different version of controlsfx
2015-06-16 12:14:33 -04:00
jmillman
86e1ca1886
make new DeleteFollowUpTag action; use Set instead of List to prevent duplicate files in groups
2015-06-16 11:14:44 -04:00
APriestman
23b562997b
Merge remote-tracking branch 'upstream/develop' into develop
2015-06-16 10:48:56 -04:00
sidheshenator
1c9cef7915
jump relative to the current position in hexview pane
2015-06-16 10:23:41 -04:00
sidheshenator
8fd4ae66ac
Reverted unnecessary modifications to bundle(_ja).properties
2015-06-15 12:44:12 -04:00
sidheshenator
aeb05bf3cd
jump to hex offset implemented
2015-06-15 12:31:08 -04:00
Richard Cordovano
ea67c1f6c9
Merge pull request #1361 from sidheshenator/catch_uncaught_exceptions
...
catching uncaught OldFileFormatExceptions
2015-06-12 16:05:28 -04:00
Richard Cordovano
c5d6561714
Merge pull request #1360 from sidheshenator/zip_bomb_check_NPE
...
null check before comparison with primitive long
2015-06-12 16:02:59 -04:00
sidheshenator
754982d05c
catching uncaught OldFileFormatExceptions
2015-06-12 15:37:05 -04:00
sidheshenator
ed321d2302
null check before comparison with primitive long
2015-06-12 15:34:17 -04:00
Richard Cordovano
8483f45bba
Merge pull request #1357 from sidheshenator/exif_parser_NPE_check
...
null check for value returned by getFileType(AbstractFile)
2015-06-12 13:31:46 -04:00
sidheshenator
50394e659d
null check for value returned by fileTypeDetector.getFileType(AbstractFile)
2015-06-12 13:26:19 -04:00
Richard Cordovano
8844b5a044
Merge pull request #1355 from sidheshenator/case_dir_update_embedded_file_extraction_module
...
module output dir change with change in current case
2015-06-12 13:06:31 -04:00
sidheshenator
5876bdb19b
module output dir variables non-static
2015-06-12 12:50:53 -04:00
sidheshenator
f4480a77ab
module output dir change with change in current case
2015-06-12 11:40:10 -04:00
Richard Cordovano
b09138f236
Merge pull request #1352 from millmanorama/next_unseen_dynamic_groups
...
properly persist the seen state of user defined groups (tags, categories)
2015-06-12 11:14:23 -04:00
Richard Cordovano
510ddf81ae
Merge pull request #1350 from millmanorama/slideshowview_npe
...
disable slidehsow mode toggle when there are no files in group
2015-06-12 11:14:03 -04:00
Richard Cordovano
466e275f21
Merge pull request #1354 from sleuthkit/views_refresh
...
Views refresh
2015-06-12 11:13:40 -04:00
Brian Carrier
bd79dbe850
updated comment
2015-06-12 09:38:14 -04:00
Brian Carrier
c9c6170447
remove observers when case is closed
2015-06-12 09:34:42 -04:00
Brian Carrier
8852689726
Finished update to views area to refresh - listen to new data sources
2015-06-12 09:31:50 -04:00
Brian Carrier
deb3fa3317
removed RecentFiles area of views
2015-06-11 23:50:36 -04:00
Brian Carrier
f520af45b2
File size node refreshes based on updates
2015-06-11 23:49:39 -04:00
Brian Carrier
c52b58a230
File type refreshes on events - prevents stale results
2015-06-11 23:10:59 -04:00
jmillman
44e40a2a2e
create new groups as needed when marking seen
2015-06-11 17:00:52 -04:00
jmillman
7212cdf951
properly save group viewed state to db
...
create category groups on initialization
don't replace groups only insert
read seen state at group construction
2015-06-11 16:57:55 -04:00
jmillman
7f25edc59c
Merge remote-tracking branch 'upstream/develop' into next_unseen_dynamic_groups
2015-06-11 16:08:05 -04:00
jmillman
ce4ff627fb
disable slidehsow mode toggle when there are no files in group
2015-06-11 16:02:49 -04:00
Richard Cordovano
a893d1b175
Merge pull request #1349 from millmanorama/openjfx-dialogs-1.0.3
...
update to openjfx-dialogs 1.0.3 note that this is necessary as long …
2015-06-11 15:57:54 -04:00
Richard Cordovano
19592a9994
Merge pull request #1348 from millmanorama/stop_garbage_collection_listeners
...
keep a reference to public unmodifiable view of fileids so that liste…
2015-06-11 15:57:30 -04:00
Richard Cordovano
411e6f6015
Merge pull request #1347 from millmanorama/unseen_status_fix
...
don't mark groups as unseen unless a file was actually added or removed
2015-06-11 15:57:00 -04:00