Git Product home page Git Product logo

jphototagger's People

Contributors

ebaumann avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

jphototagger's Issues

Could not find the main class: org.jphototagger.program.Main. Program will exit.

What steps will reproduce the problem?
1. Download JPhotoTagger-0.26.5.zip
2. unzip archive
3. run java -jar JPhotoTagger.jar

What is the expected output? What do you see instead?
Expected to see program running - instead program crashes with above error.

What version of the product are you using? On what operating system?


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 30 Dec 2012 at 3:36

Springen auf das erste Vorschaubild beim Löschen einer Datei

Wenn im Vorschaubild-Fenster eine Datei vom Datenträger gelöscht wird
[Entf], springt die Anzeige auf das erste Vorschaubild. Ein erneutes
Navigieren zur vorher aktuellen Stelle ist notwendig.

Vorschlag: nach dem Löschen wird das vorherige oder nächste Bild selektiert.

Version 0.7.72, Windows XP

Original issue reported on code.google.com by [email protected] on 13 Feb 2010 at 5:03

Same Name Folder (Favorites)

Hello again,

I would like to submit one more bug. When in Favorites tab, on the left panel, multiple folders with the same name can exist.
same name

Steps to reproduce the bug: 1) Create new folder giving it a different name from the others, 2) Right click and choose "Edit", 3) Give the same name as another one, 4) Press "Ok". A dialog appears which informs that the folder could not be updated, however it sets the new name.
(When restarting the program, the folders have the name before the change - they return to their previous values).

Opening the picture

When one opens an image by double clicking on it, it opens with the default Windows Viewer application. But when right clicking on the image and selecting "Open" the programs asks the user to set a default application.

One smaller rellevant issue. On the dialog which informs the user that he has to set a default application, whether user presses the "X" button or "Okay" button the "Program settings" dialog appears. When pressing the "X" button it should just close the first dialog.

Add editor for custom subdirectories when importing files

When importing files, subdirectories can be created automatically based on the image's date time taken. The user can choose a predefined combination from a small set of templates. The templates can't be customized.

An editor can be a text field to fill in arbitrary text, e.g. "holidays", and placeholders for year/month/date of the image date time taken and a separator for subdirectories. Below that text field an example should be displayed.

Wrong SQL generated from simple SQL

What steps will reproduce the problem?
1. Search for more than 1 xmp attributes in simple SQL
2.
3.

What is the expected output? What do you see instead?
The generated SQL is wrong which has a huge impact on performance:
The join condition:
INNER JOIN xmp ON files.id = xmp.id_file
is inserted multipe times (probably once per attribute)


What version of the product are you using? On what operating system?
JPhotoTagger 0.24.6
Java Runtime Environment version: 1.6.0_19
on Windows XP


Please provide any additional information below.
The workaround is to use custom SQL.
Example corrected SQL:
SELECT DISTINCT files.filename FROM files 
INNER JOIN exif ON files.id = exif.id_file  
INNER JOIN xmp ON files.id = xmp.id_file 
INNER JOIN xmp_dc_subject ON xmp.id = xmp_dc_subject.id_xmp 
INNER JOIN dc_subjects ON xmp_dc_subject.id_dc_subject = dc_subjects.id 
WHERE dc_subjects.subject = 'Nele' 
AND exif.exif_date_time_original > '2010-01-01' 
AND exif.exif_date_time_original < '2010-10-01' 
AND xmp.rating > 2


Original issue reported on code.google.com by [email protected] on 21 Mar 2012 at 7:10

keine vollständige Verschlagwortung von nicht-selektierten Vorschaubildern

1. Mehrere Stichwörter (rechte Seite) selektiert.
2. Diese Auswahl auf ein nicht-selektiertes Vorschaubild gezogen und
losgelassen
3. Nur ein Stichwort (statt mehrere) wird gespeichert.
4. Werden mehrere Stichwörter auf ein selektiertes Vorschaubild gezogen und
losgelassen, so werden diese korrekt gespeichert.

Test mit Version 0.7.72, Windows XP

Original issue reported on code.google.com by [email protected] on 13 Feb 2010 at 4:20

Database error when running setup version 0.8.31 when vers. 0.7.91 is installed

What steps will reproduce the problem?
1. JPhototagger vers. 07.91  installed
2. run  JPhotoTagger-setup.exe   vers. 08.31
3.

What is the expected output? What do you see instead?
 hint: prerequested Version before running setup
 better: becuase older versions are not available, run all nessesary
 updates.

What version of the product are you using? On what operating system?
Vers. 0.7.91

Please provide any additional information below.
Fehlermeldung:
Datenbankfehler:   es konnten nicht alle Tabelle erzeugt werden! Das 
Programm wird deshalb beendet.
Ursache: Table not found in statement [ALTER TABLE xmp ADD FOREIGN KEY 
(id_photoshp_authorsposition) REFERENCEs phtotshop_autorsposition ]

Startmeldung:   JPhotoTagger 0.8.31 
                Aktualisiwere Datenbank-Bezishungen (1:n)


Original issue reported on code.google.com by [email protected] on 31 May 2010 at 10:22

Images Layout

When hiding/minimizing the right panel of the program, images' screen is not reordered. But it seems that this is a visual problem. Actually, the images have been reordered in the background but the screen has not be refreshed. This causes some empty space. I post some screenshots to make this clearer.

image missing
image missing2

Steps to reproduce: 1) Minimize right panel (first screenshot), 2) Hover (second screenshot) or click on the empty space (red box). When clicking the screen is refreshed and everything gets back to normal.

Fuji RAF support

I was trying to use JPT to browse a folder with Fuji RAW files, after adding 
the RAF extension to the user defined file type and changing my thumbnail 
generation to dcraw I was able to browse those folders but I still have some 
issues:

- EXIF metadata isn't shown for RAF files
- Any of the filters (like timeline or keywords) can't "see" those files, even 
if I had the keywords on the file
- The thumbs have a green hue (less important of the 3)


JPT 0.32.16, Ubuntu 13.10





Original issue reported on code.google.com by [email protected] on 16 Jan 2014 at 10:25

Attachments:

MacOS: unable to delete thumbnail

What steps will reproduce the problem?
1. MacOS
2. directory name contains umlauts (here Bälow)
3.

What is the expected output? What do you see instead?


What version of the product are you using? 

0.26.5 

On what operating system?
MacOS 10.7.5

Please provide any additional information below.

The Warning message:

Loglevel:
WARNING
Nachricht:
Thumbnail 
'/Users/cbra/.de.elmar_baumann/ImageMetaDataViewer/thumbnails/077783728024f50414
c7fdde26d85907.jpeg' of image file '/Users/cbra/Pictures/2012/08_28 Elbe 
abends/panoRichtungBälow/2012.08.28_204447(T8287760).JPG' couldn't be deleted!
Logger:
org.jphototagger.program.module.thumbnails.cache.PersistentThumbnails
Klasse:
org.jphototagger.program.module.thumbnails.cache.PersistentThumbnails
Methode:
deleteThumbnail
Thread:
20

Original issue reported on code.google.com by [email protected] on 31 Oct 2012 at 7:53

Template Name Bug

Hello,

I would like to report some more bugs about the Template Name. Firstly, the space characters at the start and the end of the string are not trimming when saving the name. Also, space can be applied as a valid name. Finally, there is no minimum and maximum characters limit. If the given string is too big the program may crush.

The steps to reproduce the final bug: 1) Select "Save as template", 2) Give a huge string as input and save it, 3) Try to select the template or try to delete. (Of course, no one will give such a big string, but still it is good to deal with the problem).

Also, the album name has no upper bound. A huge string can cause the same problem.

MacOS: images in directories with umlauts shown twice

What steps will reproduce the problem?
1. MacOS
2. create directory with umlauts (äöüÄÖÜß)
3. images will appear twice

What is the expected output? 

every image only shown once

What do you see instead?

every image in a directory with umlauts is shown twice

What version of the product are you using? 

0.26.5

On what operating system?
MacOS

Hint:
http://stackoverflow.com/questions/12147410/different-utf-8-signature-for-same-d
iacritics-umlauts-2-binary-ways-to-write

MacOS uses a slightly different UTF-8 coding than the rest of the world. 
Explained in the link above.

Regards
Claus

Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 31 Oct 2012 at 7:47

Items in the Metadata tab aren't sorted properly

What steps will reproduce the problem?
1. Open the Miscellaneous tab
2. Expand the tabs


The items in each group arent sorted propely, this is annoying for ISO or Focal 
Length.


JPT 0.32.16, Ubuntu 13.10


Please provide any additional information below.


Original issue reported on code.google.com by [email protected] on 16 Jan 2014 at 10:13

Attachments:

Text Field Bugs

Hello,

I would like to report some bugs that I've found. These bugs are associated to text fields.

  1. The date field: Date 0000-00-00 is considered a valid date. Also it accepts moth number up to 19 (>12) and day number 39 (>31). (Also, it would be nice, if there was a calendar where you can select the date. Maybe I can help with that.)

  2. When I try to Cut from a text field by pressing Ctrl+X, it just copies the value.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.