Richard Cordovano
|
9856b58b80
|
Merge pull request #1943 from millmanorama/IG-fix-missing-category-icons
Ig fix missing category icons
|
2016-02-04 11:44:10 -05:00 |
|
Richard Cordovano
|
092fbebcbf
|
Merge pull request #1941 from narfindustries/ja-imagegallery-fonts
ja imagegallery - converted ui fonts to derived
|
2016-02-04 11:43:35 -05:00 |
|
Richard Cordovano
|
cd34d37c10
|
Merge pull request #1934 from narfindustries/1501-ja-imagegallery
1501 ja imagegallery - translations
|
2016-02-04 11:40:29 -05:00 |
|
jmillman
|
7a7e5b41f5
|
fix copyright dates
|
2016-02-04 11:22:53 -05:00 |
|
jmillman
|
e71a77ad8c
|
use Category symbols in the apply cat dropdowns
|
2016-02-04 11:15:46 -05:00 |
|
jmillman
|
ebe4afad64
|
fix missing category items and refactor GroupPane using radiobuttons
more refactoring in GroupPane
|
2016-02-04 11:15:12 -05:00 |
|
Nick Davis
|
a19154e17a
|
restored area size
|
2016-02-03 17:17:14 -05:00 |
|
Nick Davis
|
5ec9df709f
|
converted ui fonts to derived
|
2016-02-03 17:10:37 -05:00 |
|
Nick Davis
|
1d5db5578b
|
merged translations into imagegallery module
|
2016-02-03 15:14:59 -05:00 |
|
jmillman
|
b380430532
|
restrict double click action on SlideShowView to non control areas
cleanup, fix selection
|
2016-02-03 10:48:19 -05:00 |
|
Richard Cordovano
|
15d56ad88c
|
Merge ja_localization_2016_1 into develop
|
2016-02-02 15:10:51 -05:00 |
|
Nick Davis
|
ca2a4e5b2b
|
Extracted hard coded strings. Commented strings that shouldn't be extracted using NON-NLS. Used @NbBundle.Messages() style annotations for strings. Verified it correctly builds.
|
2016-02-02 12:56:17 -05:00 |
|
jmillman
|
876ec3d8fd
|
improve exception fix
|
2016-02-01 16:50:40 -05:00 |
|
jmillman
|
f5a095bcc6
|
fix exception that is logged when mime-type is unknown
|
2016-02-01 13:54:15 -05:00 |
|
Richard Cordovano
|
96c966002a
|
Revert "Revert "Revert "1501 ja image gallery - redo 1"""
|
2016-02-01 13:32:20 -05:00 |
|
Richard Cordovano
|
1631486869
|
Revert "1501 ja image gallery - redo 2"
|
2016-02-01 13:31:29 -05:00 |
|
Nick Davis
|
ba4aabbdcd
|
Fixed bundle tags. Removed one empty string tag. Fixed duplicate tag issue.
|
2016-02-01 12:26:32 -05:00 |
|
Richard Cordovano
|
e6e91fa9be
|
Revert "1501 ja image gallery - redo 1"
|
2016-01-30 18:27:15 -05:00 |
|
Nick Davis
|
553184a078
|
Fixed uses of Bundle tags where '.' was not replaced with a '_'.
|
2016-01-30 16:58:45 -05:00 |
|
Nick Davis
|
ee516a45d5
|
Ran searches. Tagged strings. Moved hard coded strings into @NbBundle.Messages() annotations.
|
2016-01-30 16:48:14 -05:00 |
|
Richard Cordovano
|
94a7a4addd
|
Revert "1501 ja imagegallery"
|
2016-01-30 09:42:45 -05:00 |
|
Nick Davis
|
1f2ea4c4e8
|
Re-ran searches. Extracted strings. Marked others with NON-NLS.
|
2016-01-29 12:45:49 -05:00 |
|
Nick Davis
|
4a58766fff
|
Merge branch 'develop' of github.com:sleuthkit/autopsy into 1501-ja-imagegallery
Conflicts:
ImageGallery/src/org/sleuthkit/autopsy/imagegallery/FileTypeUtils.java
ImageGallery/src/org/sleuthkit/autopsy/imagegallery/ImageGalleryController.java
ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/DrawableAttribute.java
ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/DrawableDB.java
ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/grouping/DrawableGroup.java
ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/grouping/GroupManager.java
ImageGallery/src/org/sleuthkit/autopsy/imagegallery/datamodel/grouping/GroupSortBy.java
ImageGallery/src/org/sleuthkit/autopsy/imagegallery/gui/drawableviews/SlideShowView.java
|
2016-01-29 12:41:24 -05:00 |
|
jmillman
|
4b80909a3e
|
maintain proper sorting in tree / list
|
2016-01-28 15:33:03 -05:00 |
|
jmillman
|
626f97ff06
|
cleanup FileTypeUtils and ImageGalleryController, and DrawableFile, etc...
|
2016-01-28 14:42:14 -05:00 |
|
jmillman
|
e3aa664520
|
remove dead code
|
2016-01-28 13:43:20 -05:00 |
|
jmillman
|
584490d0c7
|
simplify query by using new mime_type column
|
2016-01-28 13:43:11 -05:00 |
|
millmanorama
|
ce206e1e70
|
improve grouping by mime type.
|
2016-01-28 13:43:03 -05:00 |
|
millmanorama
|
3146010d76
|
fix findValuesForAttribute and getFileIDsWithMimeType
|
2016-01-28 13:42:56 -05:00 |
|
jmillman
|
76c2aa2f4d
|
preliminary work to group by mime type
|
2016-01-28 13:42:47 -05:00 |
|
Nick Davis
|
4de213d6d0
|
Extracted hard coded strings.
|
2016-01-28 11:58:02 -05:00 |
|
Nick Davis
|
f7ec38cb5f
|
Tagged several strings with NON-NLS. Extracted hard coded strings.
|
2016-01-27 21:10:44 -05:00 |
|
jmillman
|
4b4cf96cd6
|
Merge remote-tracking branch 'upstream/develop' into IG-split-nav-panel
|
2016-01-26 16:33:53 -05:00 |
|
jmillman
|
534e740278
|
factor out NavPanel as base class for GroupTree and HashHitGroupList
|
2016-01-26 16:33:39 -05:00 |
|
jmillman
|
2d38426d3e
|
make NavPanel define a tab customized in GroupTree and HashHitGroupList
|
2016-01-26 14:49:20 -05:00 |
|
jmillman
|
e326388e0e
|
cleanup and fixes
add percent sign to hash densiy display
merge fxml files for tree and list
shorten name of hash hits list
|
2016-01-26 14:21:01 -05:00 |
|
jmillman
|
312cdeeab3
|
split NavPanel into GroupTree and HashHitGroupList classes
|
2016-01-26 13:45:19 -05:00 |
|
jmillman
|
2609d18755
|
cleanup and minor fixes
|
2016-01-25 17:21:00 -05:00 |
|
jmillman
|
90e0617625
|
improve display of groups sorted by different comparators and refacor NavPanel
|
2016-01-25 16:59:18 -05:00 |
|
jmillman
|
9fd2c00634
|
clean up
|
2016-01-25 10:46:16 -05:00 |
|
jmillman
|
5f08770019
|
move getCategoryCount to DrawableDB, keep selection in HashTree
revert unrelated logging change
|
2016-01-25 10:46:12 -05:00 |
|
jmillman
|
fc94e2b639
|
preliminary work to sort groups by uncategorized file count
|
2016-01-25 10:46:05 -05:00 |
|
Oliver Spohngellert
|
093dafe264
|
General bug fixes
|
2016-01-22 10:02:23 -05:00 |
|
Oliver Spohngellert
|
b0d69166ca
|
Updated to use new mime type field of abstract file
|
2016-01-21 11:05:15 -05:00 |
|
Richard Cordovano
|
a63301a177
|
Merge pull request #1825 from BasisOlivers/aut-1861
Fixed switch statements for datetime
|
2016-01-20 13:54:37 -05:00 |
|
Oliver Spohngellert
|
57dfc52823
|
Fixed switch statements for datetime
|
2016-01-20 10:11:42 -05:00 |
|
jmillman
|
f84002a389
|
fix bug resulting in invalid sql
|
2016-01-15 15:58:37 -05:00 |
|
jmillman
|
e428f2c04d
|
adjust threading to fix NavPanel infinite circular updating; clean up NavPanel.java
add Executor interface to ImageGalleryController
cleanup task creation in ThumbnailCache.java
|
2016-01-15 14:59:24 -05:00 |
|
jmillman
|
31aceaf26c
|
use weak listeners to prevent memory leak
|
2016-01-14 15:03:40 -05:00 |
|
jmillman
|
b37c53f3a9
|
improve cancellation and logging in ImageUtils and ThumbnailCache
|
2016-01-14 15:00:40 -05:00 |
|