{5} Assigned, Active Tickets by Owner (Full Description) (12 matches)

List tickets assigned, group by ticket owner. This report demonstrates the use of full-row display.

harri (12 matches)

Ticket Summary Component Milestone Type Created
Description
#24 BZ19: FuzzyDate queries with INCLUDE_CERTAIN and INCLUDE_POSSIBLE do not work OJB defect 09/03/06

This is beacuse of a bug in OJB (it does not accept several parameters in SQL function call)

------- Comment #1 From Harri Kaimio 2006-01-23 07:06 [reply] -------

This is OJB bug OJB-4 which is fixed in OJB 1.1 branch. Requested a fix also for 1.0.x.


#304 Configuration file is deleted/corrupted when error happens during saving common 0.6.0 defect 12/19/07

Photovault should instead store the new configuration file with temporary file name and replace the old file only when it is safe.


#280 Java Advanced Imaging not installed properly win32_installer support 10/29/07

Java Advanced Imaging not installed properly is in a dialog box that I get when I try and start Photovolt0.5.0. I have downloaded JAI via the Web Start tool. Win XP Home. I also updated Java. I rebooted. I still get the same message. I have no idea how to configure it correctly for use with Photovault. Most of that stuff is outside of my control.


#108 Error in limiting crop bounds imginfo 0.5.future defect 03/10/07

In PhotoInfo#checkCropBounds?() there is a check that tries to verify that max bound is larger than min bound:

        if ( cropMaxX - cropMinX <= 0.0) {
            cropMaxX = 1.0 - cropMinX;
        }

Obviously this does not work, probably the correct way would be to swap the max and min values.


#131 TestID: test_crop -- test_0.5.0_dev_r722 SWING_UI 0.5.future defect 05/19/07

'Test Details:'

'Expected result:'


#138 TestID: test_folder_move_photo -- test_0.5.0_dev_r722 SWING_UI defect 05/19/07

'Test Details:'

Action:

  1. Select photo from folder
  2. Drag it to another folder
  3. Verify that the photo does not belong to the original folder anymore
  4. Verify that the photo belongs to the new folder

'Expected result:'

1.


#7 Vector timestamps for objects that can be synchronized imginfo 0.6.0 enhancement 08/12/06

Needed for


#71 Raw conversion: Create preview instances for raw images imginfo 0.5.future enhancement 11/12/06

For now it is OK that these are created always in default volume.

  • The copy is also used for exporting if the quality is high enough (e.g. bit depth and color space of exported image is the same). If this is not the case, the raw image is directly converted to exported image
  • If the copy is of 1/2 resolution, the zoom settings are anyway show like they would be shown for full resolution image. If user selects to use 100% zoom the raw image is read and used instead.

If color settings change the copy images will be deleted and new ones created.


#200 On-demand refresing of external volumes ext_volume 0.6.0 enhancement 08/19/07

Current external volume indexing method is not convenient when size of volumes grows big since the whole volume must be refreshed after every change. Better method would be e.g. the following:

  • when user browses to a folder that belongs to an external volume, that folder is reindexed immediately
  • Photovault could listen to file change events (if operating system provides such) and index files immediately.
  • Otherwise Photovault could do every now and then a full reindexing in low-priority background thread.

Technical issues:

  • Currently it is difficult to determine if a folder is representing a directory in external volume. Probably schema change is needed.
  • Now indexing proceeds in recursive depth-first search. More fine-grained control of traversal order is needed
  • Probably some kind of priority based scheduling is needed so that the folder that user has just selected would be indexed ASAP. Still memory consumption must be kept in control (i.e. no several concurrent indexing tasks with different priorities...)

#214 Support for XMP metadata generic 0.6.0 enhancement 09/01/07

As Adobe has open sourced XMP SDK, it would be nice to have support for importing/exporting emta data in this format. Photovault should read relevant fields from existing XMP meta data and export its own meta data in XMP format.

Specifially, the instance ID could be used to identify a certain image file instead of calculating hash.


#305 Store volume information in volume itself, not in configuration file imginfo 0.6.0 enhancement 12/19/07

Information about volumes should be stored inside the volume itself. This way it will be possible to support e.g. removable disks (that can be mounted in different locations at different times). Configuration file should include only information about possible mount points.

This will break backwards compatibility with previous versions.

Open questions:

  • How to handle indexing of existing read-only medias like CD-ROMs?
  • How to handle situation in which several photovault databases index subtrees of each other's volumes? Say for example that user indexes his whole home directory for his own use but wants later to add some directories to family's photo archive (some others may contain sensitive material...)
  • Backwards compatibility & conversion from previous versions. Especially in situations in which same directory has been indexed to several Photovault databases (it will have different UUID i.e. is essentially different volume in each one)

#282 Can I use the same database file using either Windows or Linux (dual booting)? ext_volume 0.5.future support 11/14/07

I want a program like Photovault, which runs on both Windows XP and Linux-Ubuntu. However I want to be able to access the same database file no matter what operating system I am using. I have several other types of applications that can do this. Is it possible with Photovault?

Also will Photovault index CD's and keep the info. once the CD is shelved?

Pieter


Note: See TracReports for help on using and creating reports.