Ignore:
Timestamp:
Sep 1, 2010, 6:48:53 PM (14 years ago)
Author:
mlg
Message:

Bug correction :
bug:0001837 : there is now a default translation file (in english), so the application won't crash when a translation is not found
bug:0001833 : the accents are manage when creating a new category
bug:0001832 : on a right click on the categories list, the selection is now visible
bug:0001830 : there is no bug on refreshing the categories tree

Features :
feature:001828 : exif and iptc tags are kept after resizing an image
feature:001827 : pwg.images.addChunk is now fully used : images are split into chunks before being sent

Other features :

  • The user can manage his preferences :

-The web images size
-The chunks size

  • The user can save the login informations (url, login, password) /!\ in a plain text file !
File:
1 moved

Legend:

Unmodified
Added
Removed
  • extensions/jiwigo/trunk/src/main/java/fr/mael/jiwigo/ui/browser/BrowserImagePanel.java

    r6821 r6831  
    5252 *
    5353 */
    54 public class NavigateurImagePanel extends JPanel implements MouseWheelListener, Printable {
     54public class BrowserImagePanel extends JPanel implements MouseWheelListener, Printable {
    5555    private BufferedImage image;
    5656    private double scale = 1.0;
     
    6363     * @param image
    6464     */
    65     public NavigateurImagePanel(BufferedImage image) {
     65    public BrowserImagePanel(BufferedImage image) {
    6666        this.image = image;
    6767        this.addMouseWheelListener(this);
Note: See TracChangeset for help on using the changeset viewer.