Updated search results page
1 unresolved thread
1 unresolved thread
Updates:
- Page automatically extends based on how many search results you get
- Page shows total amount of search results
- Metadata shows inside of a crollpane in order to better fit it
Merge request reports
Activity
175 ", fileType='" + fileType + '\'' + 176 ", photoDate='" + photoDate + '\'' + 177 ", fileSize='" + fileSize + '\'' + 178 ", fileDimension='" + fileDimension + '\'' + 168 "\nmetadataId=" + metadataId + 169 "\ncamera='" + camera + '\'' + 170 "\nlens='" + lens + '\'' + 171 "\naperture='" + aperture + '\'' + 172 "\nshutterSpeed='" + shutterSpeed + '\'' + 173 "\nISO='" + ISO + '\'' + 174 "\nfocalLength='" + focalLength + '\'' + 175 "\nfileType='" + fileType + '\'' + 176 "\nphotoDate='" + photoDate + '\'' + 177 "\nfileSize='" + fileSize + '\'' + 178 "\nfileDimension='" + fileDimension + '\'' + 179 179 '}'; Do not use the toString for displaying in UI. This is meant for logging/debugging/representing an object contextually. Additionally the model should not have to consider the UI when displaying itself.
We should instead create a separate method, perhaps in MetaDataExtractor (I think simon has done this in his branch upload-page).
mentioned in commit 8f3e7cd3
Please register or sign in to reply