Christoph Feck | 1 Dec 2009 01:20
Picon

[Bug 168022] KDoubleNumInput is broken in KDE4 (digiKam image editor plugin relevant)

https://bugs.kde.org/show_bug.cgi?id=168022

Christoph Feck <christoph@...> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
                 CC|                            |christoph@...
         Resolution|FIXED                       |

--- Comment #9 from Christoph Feck <christoph maxiom de>  2009-12-01 01:19:58 ---
The slider still has problems, e.g. using

    KDoubleNumInput *input = new KDoubleNumInput(0.1, 3.0, 1.0, mainWindow);
    input->setSliderEnabled(true);
    input->setSingleStep(0.01);

does only allow 11 distinct values, it should allow (3.0 - 0.1) / 0.01 + 1 =
291 values. See duplicate bug report.

--

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Christoph Feck | 1 Dec 2009 01:20
Picon

[Bug 168022] KDoubleNumInput is broken in KDE4 (digiKam image editor plugin relevant)

https://bugs.kde.org/show_bug.cgi?id=168022

Christoph Feck <christoph@...> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |Julien@...

--- Comment #10 from Christoph Feck <christoph maxiom de>  2009-12-01 01:20:18 ---
*** Bug 216630 has been marked as a duplicate of this bug. ***

--

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
Tomas Killian | 1 Dec 2009 02:03
Picon

[Bug 216883] New: digikam crashed while browsing on picture editor (spacebar to next pic.)

https://bugs.kde.org/show_bug.cgi?id=216883

           Summary: digikam crashed while browsing on picture editor
                    (spacebar to next pic.)
           Product: digikam
           Version: unspecified
          Platform: Unlisted Binaries
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: crash
          Priority: NOR
         Component: general
        AssignedTo: digikam-devel@...
        ReportedBy: tomas.killian@...

Application that crashed: digikam
Version of the application: 1.0.0-beta5
KDE Version: 4.3.3 (KDE 4.3.3)
Qt Version: 4.5.2
Operating System: Linux 2.6.31-15-generic i686
Distribution: Ubuntu 9.10

What I was doing when the application crashed:
I have modified and saved first picture (opened on  pic. editor), then I went
through few next pictures (still on picture editor).

 -- Backtrace:
Application: digiKam (digikam), signal: Segmentation fault
[Current thread is 1 (Thread 0xb694b700 (LWP 5076))]

(Continue reading)

rfc469 | 1 Dec 2009 06:42
Picon

[Bug 214227] digikam 0.10.0 not listing photos in chronological order

https://bugs.kde.org/show_bug.cgi?id=214227

rfc469@... changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED

--- Comment #3 from  <rfc469 gmail com>  2009-12-01 06:42:42 ---
Upgraded to 1.0.0-beta6 and it's fixed.  Thanks!  It's nice there's the option
to use chronological order as well.

--

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
rfc469 | 1 Dec 2009 06:43
Picon

[Bug 216726] turn off ratings on thumbnails in view mode

https://bugs.kde.org/show_bug.cgi?id=216726

--- Comment #3 from  <rfc469 gmail com>  2009-12-01 06:43:57 ---
I upgraded to 1.0.0_beta6 but I still don't see a way to turn them off.  Maybe
I'm missing something?

I already unchecked the setting "Album View->Show digiKam rating" but that only
affects the thumbnail in non-View mode, in both 0.10.0 and 1.0.0_beta6.  In
View mode, where there's the row of thumbnails across the top, the ratings
still appear when I hover over a thumbnail and it's easy to click on them
accidentally.

There's also a rating on the main picture in View mode, which I'd prefer not to
see if possible.  Thanks.

--

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
Scott Crosby | 1 Dec 2009 06:51

[Bug 216894] New: Slow quadratic runtime generating fingerprints or thumbnails in beta6 during a big import

https://bugs.kde.org/show_bug.cgi?id=216894

           Summary: Slow quadratic runtime generating fingerprints or
                    thumbnails in beta6 during a big import
           Product: digikam
           Version: unspecified
          Platform: Debian testing
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: digikam-devel@...
        ReportedBy: scrosby@...

Version:           1.0.0beta6 (using KDE 4.3.2)
OS:                Linux
Installed from:    Debian testing/unstable Packages

Slow quadratic runtime generating fingerprints or thumbnails in beta6 during a
big import

I am importing about 50k images by pointing digikam at an already-made
directory tree, and digikam works great! However, in order to find
duplicates digikam must generate fingerprints. When doing this, the
program gets progressively slower. I suspect that this is because the
progress dialog continously grows the list of images, never rolling
the first entries off of the list. As the dialog auto-scrolls to the
bottom on every update, it is virtually impossible to see any entries
EXCEPT the last few. This causes digikam to get progressively slower
(Continue reading)

Scott Crosby | 1 Dec 2009 07:18

[Bug 216895] New: Improve performance and reduce space with some sqlite3 pragma's

https://bugs.kde.org/show_bug.cgi?id=216895

           Summary: Improve performance and reduce space with some sqlite3
                    pragma's
           Product: digikam
           Version: unspecified
          Platform: Debian testing
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: digikam-devel@...
        ReportedBy: scrosby@...

Version:           1.0.0beta6 (using KDE 4.3.2)
OS:                Linux
Installed from:    Debian testing/unstable Packages

You have an awesome program that I enjoy using. Just a couple of things you can
do to make it better. The default setup of sqlite uses a 1kb page size. This
can lead to a lot of wasted space in the large tuples that digikam uses.
Increasing the pagesize to 4kb reduces the total database size by a third. I
used 4kb because it matches the normal intel page size and larger page sizes
have marginal benefit (<1% space savings). I also suspect this page size comes
with some performance benefits.

For existing databases (and recent versions of sqlite3):
   'pragma page_size = 4096 ; vacuum;'

(Continue reading)

Andi Clemens | 1 Dec 2009 08:20
Picon
Gravatar

[Bug 216874] File renaming in the queue settings don't manage tokens [date] and [cam]

https://bugs.kde.org/show_bug.cgi?id=216874

--- Comment #4 from Andi Clemens <andi clemens gmx net>  2009-12-01 08:20:48 ---
You can use it already (since beta5), just click the normal "Rename" action ;-)

--

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
sak | 1 Dec 2009 09:22
Picon

[Bug 216900] New: Downloading photos from digital camera crashed digiKam

https://bugs.kde.org/show_bug.cgi?id=216900

           Summary: Downloading photos from digital camera crashed digiKam
           Product: digikam
           Version: unspecified
          Platform: Unlisted Binaries
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: crash
          Priority: NOR
         Component: general
        AssignedTo: digikam-devel@...
        ReportedBy: sak.102010@...

Application that crashed: digikam
Version of the application: 1.0.0-beta5
KDE Version: 4.3.2 (KDE 4.3.2)
Qt Version: 4.5.2
Operating System: Linux 2.6.31-15-generic i686
Distribution: Ubuntu 9.10

What I was doing when the application crashed:
Opened DigiKam via devices widget in taskbar. Selected photos to download to
album.  Clicked button, DigiKam crashed.

 -- Backtrace:
Application: digiKam (digikam), signal: Segmentation fault
[Current thread is 1 (Thread 0xb77c3700 (LWP 2016))]

Thread 18 (Thread 0xb62bdb70 (LWP 2018)):
(Continue reading)

Gilles Caulier | 1 Dec 2009 10:01
Picon
Gravatar

[Bug 216895] Improve performance and reduce space with some sqlite3 pragma's

https://bugs.kde.org/show_bug.cgi?id=216895

Gilles Caulier <caulier.gilles@...> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|general                     |Database
            Version|unspecified                 |1.0.0-beta6

--- Comment #1 from Gilles Caulier <caulier gilles gmail com>  2009-12-01 10:01:14 ---
Note : digiKam is under porting to MySQL...

Gilles Caulier

--

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Gmane