Commit Graph
11355 Commits
Author SHA1 Message Date
Oliver Spohngellert a77deeb0b4 Fixed merge conflicts. 2016-04-19 16:15:37 -04:00
Oliver Spohngellert 86fd94f328 Added documentation and checks for whether anything was changed before saving. 2016-04-19 16:08:52 -04:00
Richard Cordovano 2a099cf87d Merge pull request #2078 from BasisOlivers/ui-bugfix
Fixed file size rule ui bug.
2016-04-19 15:35:08 -04:00
Oliver Spohngellert 3220f619dd Added documentation, removed apply button for hash db. 2016-04-19 14:57:42 -04:00
Richard Cordovano cee800dba3 Merge pull request #2076 from BasisOlivers/aut-2034
Serialization for file extension mismatch
2016-04-19 14:52:25 -04:00
Oliver Spohngellert d624eab01d Fixed file size rule ui bug. 2016-04-19 13:35:48 -04:00
Oliver Spohngellert 2c334e07f0 Finished making apply button work in keyword search. 2016-04-19 12:59:26 -04:00
Oliver Spohngellert ce986c28b9 Moved towards finishing apply. 2016-04-19 11:59:20 -04:00
Oliver Spohngellert 3289326de6 Got rid of unnecessary re-put in map. 2016-04-19 10:29:42 -04:00
Oliver Spohngellert 104356ed03 Started using property change support to make apply button work. 2016-04-19 10:14:15 -04:00
Richard Cordovano bdceaa7899 Merge pull request #2072 from BasisOlivers/aut-2079
Update to netbeans plat 8.1
2016-04-18 16:58:47 -04:00
Oliver Spohngellert 3dd4cd1db3 Fixed merge conflicts. 2016-04-18 15:14:58 -04:00
Richard Cordovano 1eb2e18b7e Merge pull request #2075 from BasisOlivers/aut-2089
Improved ui of file type definition global panel
2016-04-18 14:42:43 -04:00
Richard Cordovano 27863bd499 Merge pull request #2073 from BasisOlivers/aut-2086
Removed usages of add/delete "internal"
2016-04-18 14:42:31 -04:00
Oliver Spohngellert 02aaa885d1 Merge remote-tracking branch 'upstream/develop' into aut-2086 2016-04-18 14:39:14 -04:00
Richard Cordovano 4cc56a9798 Merge pull request #2071 from millmanorama/TL-dialog-title
simplify the TL dialog title
2016-04-18 14:37:24 -04:00
Richard Cordovano 542326dd7f Merge pull request #2067 from millmanorama/TL-fix-no-filters-selected
added default true/false values to intersection and union filter sql where clauses…
2016-04-18 14:01:34 -04:00
Oliver Spohngellert 730bfc6278 Fixed up error messages and use of public. 2016-04-18 13:52:41 -04:00
Richard Cordovano ba4ab7e0dd Merge pull request #2066 from millmanorama/TL-multiple-images-same-name
distinguish datasource filters by datasource id and not displayname in…
2016-04-18 13:43:39 -04:00
Richard Cordovano aaa217741a Merge branch 'develop' of https://github.com/sleuthkit/autopsy into develop 2016-04-18 13:26:36 -04:00
Richard Cordovano 67ec7e4f92 Correct class doc for modules/filetypeid/FileTypeIdModuleFactory 2016-04-18 13:25:38 -04:00
Richard Cordovano 420fbad28d Remove @inheritDoc from ingest/RunIngestAction and modules/filetypeid/FileTypeIdModuleFactory 2016-04-18 13:21:50 -04:00
Oliver Spohngellert 2b839ecb82 Synchronized necessary methods in HashDbManager. 2016-04-18 12:52:44 -04:00
Oliver Spohngellert 85b9694659 Started updating to standardize using extension set. 2016-04-18 12:47:25 -04:00
Oliver Spohngellert 8cbbd00d15 Merge remote-tracking branch 'upstream/develop' into aut-2034 2016-04-18 12:21:53 -04:00
Richard Cordovano a9b19261d9 Merge pull request #2074 from eugene7646/warning
Changed some severe log entries to warnings
2016-04-18 12:07:56 -04:00
Oliver Spohngellert 099518b5a9 Fixed up ui to allow resizability. 2016-04-18 11:08:17 -04:00
jmillman ddcf547f22 set initial disabled state of sub filters based on active state of compound filter 2016-04-15 16:54:43 -04:00
jmillman ff3810df09 comments and minor cleanup 2016-04-15 16:40:25 -04:00
Eugene Livis a53e5bfd1e Changed some severe log entries to warnings 2016-04-15 16:37:00 -04:00
jmillman 1076ef3d81 fix filter disabling bug by moving listener outside of constructor. other misc cleanup:
- keep references to disabled and active properties in DataSourcesFilter so they and any listeners are not GC'd
- do parallel fix to ordering of TypeFilter copyOf as was done to other CopyOf implementations
2016-04-15 16:12:01 -04:00
jmillman b6760828c1 distinguish datasource filters by datsource id and not displayname in expansion map. fix bugs in disabled and selected state of filter copies 2016-04-15 16:11:56 -04:00
Oliver Spohngellert dffe4bb551 Merge remote-tracking branch 'upstream/develop' into aut-2086 2016-04-15 15:24:44 -04:00
Richard Cordovano f60476f7ad Merge pull request #2065 from BasisOlivers/aut-2025-pt2
Serialization for hash database settings
2016-04-15 15:16:02 -04:00
Oliver Spohngellert cbf5dc1726 Added documentation, fixed file type saving behavior. 2016-04-15 11:10:10 -04:00
Oliver Spohngellert 860287e29a Added icons, fixed JList logic, resizing. 2016-04-15 10:11:41 -04:00
Richard Cordovano 7d4acba66a Merge pull request #2069 from BasisOlivers/filesigs-pt2
Added ability to use multiple signatures on custom file types
2016-04-14 14:54:00 -04:00
jmillman 43d4fd35d6 simplify the TL dialog title 2016-04-14 13:08:21 -04:00
Oliver Spohngellert 6419db50b5 Fixed form issues, spelling error. 2016-04-14 11:29:13 -04:00
Oliver Spohngellert a955932fa1 Merge branch 'test-file-type-ui' of https://github.com/BasisOlivers/autopsy into filesigs-pt2 2016-04-14 11:01:32 -04:00
Richard Cordovano 199bc555fe Fix typo in NEWS.txt 2016-04-13 17:19:50 -04:00
Oliver Spohngellert c8a8c7815e Merge remote-tracking branch 'upstream/develop' into aut-2034 2016-04-13 13:59:48 -04:00
Oliver Spohngellert 541b18e0f0 Semantics fixes, changed error behavior. 2016-04-13 13:48:11 -04:00
Oliver Spohngellert 1e7c545b8d Bugfix. 2016-04-13 13:27:27 -04:00
Oliver Spohngellert 85ff25a686 Logging semantics changes. 2016-04-13 13:24:31 -04:00
jmillman e03047d77d added default true/false values to intersection and union filter sql where clauses ...
so that when no top level filters are selected all events are returned instead of none.
2016-04-13 13:05:26 -04:00
Oliver Spohngellert 53453fe8ee Updated documentation, slight semantics changes. 2016-04-13 12:59:27 -04:00
Oliver Spohngellert f7f705d482 Merge remote-tracking branch 'upstream/develop' into test-file-type-ui 2016-04-13 12:23:08 -04:00
Oliver Spohngellert 8c438df2c1 Added documentation and fixed log messages. 2016-04-13 11:15:40 -04:00
Oliver Spohngellert aa4736fafa Fixed semantics, added documentation.: 2016-04-12 16:34:59 -04:00