[digikam] [Bug 372217] The results of the Duplicates are currently sorted by the image id and sortable by name and count if similars. But it should be sortable by the similarity of the duplicates, too

2016-11-08 Thread Mario Frank
https://bugs.kde.org/show_bug.cgi?id=372217 --- Comment #1 from Mario Frank --- Created attachment 102121 --> https://bugs.kde.org/attachment.cgi?id=102121&action=edit The second patch. -- You are receiving this mail because: You are watching all bug changes.

[digikam] [Bug 261417] Duplicate image counter is not adjusted when removing a duplicate

2016-11-10 Thread Mario Frank
https://bugs.kde.org/show_bug.cgi?id=261417 Mario Frank changed: What|Removed |Added CC||mario.fr...@uni-potsdam.de --- Comment #3 from

[digikam] [Bug 369051] Too low similarity threshold in fuzzy/duplicate search bloats the results with potentially unwished high-similarity results [patch]

2016-11-10 Thread Mario Frank
https://bugs.kde.org/show_bug.cgi?id=369051 --- Comment #8 from Mario Frank --- Hey Gilles, Many thanks for the judgement about the quality of my patches. I will try to fix what I can. Some of the "bugs" do not seem to be hard to fix. Some other could be more complex. -- You are rece

[digikam] [Bug 369051] Too low similarity threshold in fuzzy/duplicate search bloats the results with potentially unwished high-similarity results [patch]

2016-11-10 Thread Mario Frank
https://bugs.kde.org/show_bug.cgi?id=369051 --- Comment #9 from Mario Frank --- By the way: the CCMAIL is incorrect. The correct one is mario.fr...@uni-potsdam.de. If the dot should be a problem, just use mafr...@uni-potsdam.de. -- You are receiving this mail because: You are watching all bug

[digikam] [Bug 261417] Duplicate image counter is not adjusted when removing a duplicate

2016-11-10 Thread Mario Frank
https://bugs.kde.org/show_bug.cgi?id=261417 --- Comment #4 from Mario Frank --- Created attachment 102157 --> https://bugs.kde.org/attachment.cgi?id=102157&action=edit Patch for the bug. Tested this patch. Seems to work quite well. Please review it. -- You are receiving this mail

[digikam] [Bug 261417] Duplicate image counter is not adjusted when removing a duplicate

2016-11-11 Thread Mario Frank
https://bugs.kde.org/show_bug.cgi?id=261417 --- Comment #6 from Mario Frank --- Hey, I just tested again. Deleting multiple pictures (selection) at the same time does not work properly, too. The counter is only decremented by 1, not by the count of deleted images. Seems that the signal

[digikam] [Bug 261417] Duplicate image counter is not adjusted when removing a duplicate

2016-11-13 Thread Mario Frank
https://bugs.kde.org/show_bug.cgi?id=261417 --- Comment #8 from Mario Frank --- Okay. In fact I fired a signal to the AlbumManager and then to the FindDuplicatesView. I will take a look at the problem more closely. Is there an overview concerning wirings? And is there an UI definition that can

[digikam] [Bug 261417] Duplicate image counter is not adjusted when removing a duplicate

2016-11-13 Thread Mario Frank
https://bugs.kde.org/show_bug.cgi?id=261417 --- Comment #11 from Mario Frank --- I do not know how the developers opinions are. But I think what you see is part of the problem described in bug 372217 . I already adressed the lexicographical ordering of the simmilarity. I will provide a patch for

[digikam] [Bug 261417] Duplicate image counter is not adjusted when removing a duplicate

2016-11-13 Thread Mario Frank
https://bugs.kde.org/show_bug.cgi?id=261417 --- Comment #13 from Mario Frank --- Hey Gilles, by the wiring (of components), I mean the connection of signals to slots. The lack on information about which class is the correct view in which situation makes it complicated for me to get find out

[digikam] [Bug 372442] New: Ordering of duplicates search by the result count is done lexicographically.

2016-11-13 Thread Mario Frank
https://bugs.kde.org/show_bug.cgi?id=372442 Bug ID: 372442 Summary: Ordering of duplicates search by the result count is done lexicographically. Product: digikam Version: 5.3.0 Platform: Other OS: Linux

[digikam] [Bug 372442] Ordering of duplicates search by the result count is done lexicographically.

2016-11-13 Thread Mario Frank
https://bugs.kde.org/show_bug.cgi?id=372442 Mario Frank changed: What|Removed |Added CC||mario.fr...@uni-potsdam.de -- You are receiving

[digikam] [Bug 261417] Duplicate image counter is not adjusted when removing a duplicate

2016-11-14 Thread Mario Frank
https://bugs.kde.org/show_bug.cgi?id=261417 --- Comment #15 from Mario Frank --- Hey Gilles, there are obviously 3 ways to delete an image: 1 pressing the delete key 2 klicking the right mouse button on the image and move to trash 3 moving to trash with the main menu (entry->move to trash)

[digikam] [Bug 302923] Sort Icon-view items found by Fuzzy Searches

2016-11-14 Thread Mario Frank
https://bugs.kde.org/show_bug.cgi?id=302923 Mario Frank changed: What|Removed |Added CC||mario.fr...@uni-potsdam.de --- Comment #1 from

[digikam] [Bug 274360] Fuzzy search finds only in few type of pictures

2016-11-14 Thread Mario Frank
https://bugs.kde.org/show_bug.cgi?id=274360 Mario Frank changed: What|Removed |Added CC||mario.fr...@uni-potsdam.de --- Comment #3 from

[digikam] [Bug 302923] Sort Icon-view items found by Fuzzy Searches

2016-11-14 Thread Mario Frank
https://bugs.kde.org/show_bug.cgi?id=302923 --- Comment #3 from Mario Frank --- Hey Wolfgang (if I may), I fear that my comment induced a quite too fatalistic view. Thus, I want to make that more precise. Depending on the way of implementation, the effort may be smaller or higher. Communicating

[digikam] [Bug 261417] Duplicate image counter is not adjusted when removing a duplicate

2016-11-14 Thread Mario Frank
https://bugs.kde.org/show_bug.cgi?id=261417 --- Comment #18 from Mario Frank --- Hey, I found all that spots when I extended the duplicates search to the interval variant. And I did see the contextmenuhelper, too. And I traced the signal-slot-connections. The image preview view signals the

[digikam] [Bug 372047] Switch from DK4 to DK5 fails: collection path contains %2F instead of /

2016-11-15 Thread Frank Steinmetzger
https://bugs.kde.org/show_bug.cgi?id=372047 --- Comment #2 from Frank Steinmetzger --- 5.3.0 reached my package manager, so I could easily install it. I have several collection databases which I manage independently from one another. It appears to me that migration is only performed on the

[digikam] [Bug 369051] Too low similarity threshold in fuzzy/duplicate search bloats the results with potentially unwished high-similarity results [patch]

2016-11-17 Thread Mario Frank
https://bugs.kde.org/show_bug.cgi?id=369051 --- Comment #11 from Mario Frank --- I agree, Wolfgang. Similarity range is a better description here. Moreover, I just realised that it is not possible to set a range in the maintainance dialog. I will open a new file for both parts and submit a patch

[digikam] [Bug 372583] New: The Similarity in DuplicatesSearch and FuzzySearch should be renamed to Similarity range [patch]

2016-11-17 Thread Mario Frank
https://bugs.kde.org/show_bug.cgi?id=372583 Bug ID: 372583 Summary: The Similarity in DuplicatesSearch and FuzzySearch should be renamed to Similarity range [patch] Product: digikam Version: 5.4.0 Platform: Other

[digikam] [Bug 372584] It is not possible to give a similarity range for duplicates search in maintenance dialog [patch]

2016-11-17 Thread Mario Frank
https://bugs.kde.org/show_bug.cgi?id=372584 Mario Frank changed: What|Removed |Added CC||mario.fr...@uni-potsdam.de -- You are receiving

[digikam] [Bug 372584] New: It is not possible to give a similarity range for duplicates search in maintenance dialog [patch]

2016-11-17 Thread Mario Frank
https://bugs.kde.org/show_bug.cgi?id=372584 Bug ID: 372584 Summary: It is not possible to give a similarity range for duplicates search in maintenance dialog [patch] Product: digikam Version: 5.4.0 Platform: Compiled Source

[digikam] [Bug 372583] The Similarity in DuplicatesSearch and FuzzySearch should be renamed to Similarity range [patch]

2016-11-17 Thread Mario Frank
https://bugs.kde.org/show_bug.cgi?id=372583 Mario Frank changed: What|Removed |Added Platform|Other |Compiled Sources CC

[digikam] [Bug 261417] Duplicate image counter is not adjusted when removing a duplicate

2016-11-17 Thread Mario Frank
https://bugs.kde.org/show_bug.cgi?id=261417 --- Comment #20 from Mario Frank --- (In reply to caulier.gilles from comment #19) > > Well, it's simple. If one image can be present in more than one SAlbum, all > relevant SAlbum must be updated through DuplicatesFinder tool. > &

[digikam] [Bug 261417] Duplicate image counter is not adjusted when removing a duplicate

2016-11-21 Thread Mario Frank
https://bugs.kde.org/show_bug.cgi?id=261417 --- Comment #21 from Mario Frank --- (In reply to Mario Frank from comment #20) > (In reply to caulier.gilles from comment #19) > > > > Well, it's simple. If one image can be present in more than one SAlbum, all > > relev

[digikam] [Bug 261417] Duplicate image counter is not adjusted when removing a duplicate

2016-11-22 Thread Mario Frank
https://bugs.kde.org/show_bug.cgi?id=261417 --- Comment #22 from Mario Frank --- Okay, I looked for other ways to signal the AlbumManager about the deleted images and I did not find performant ways to do this in another way. Thus, I will upload the patch. Here is the commit message: "[

[digikam] [Bug 261417] Duplicate image counter is not adjusted when removing a duplicate

2016-11-22 Thread Mario Frank
https://bugs.kde.org/show_bug.cgi?id=261417 Mario Frank changed: What|Removed |Added Attachment #102157|0 |1 is obsolete

[digikam] [Bug 372781] The recent similarity range is not saved which may lead to odd results.

2016-11-22 Thread Mario Frank
https://bugs.kde.org/show_bug.cgi?id=372781 Mario Frank changed: What|Removed |Added CC||mario.fr...@uni-potsdam.de -- You are receiving

[digikam] [Bug 372781] New: The recent similarity range is not saved which may lead to odd results.

2016-11-22 Thread Mario Frank
https://bugs.kde.org/show_bug.cgi?id=372781 Bug ID: 372781 Summary: The recent similarity range is not saved which may lead to odd results. Product: digikam Version: 5.4.0 Platform: Compiled Sources OS: Linu

[digikam] [Bug 372781] The recent similarity range is not saved which may lead to odd results.

2016-11-22 Thread Mario Frank
https://bugs.kde.org/show_bug.cgi?id=372781 --- Comment #2 from Mario Frank --- (In reply to caulier.gilles from comment #1) > If i'm not too wrong, the similarity threshold must be saved in SAlbum in > database, as property. We need to do the same for max threshold typically...

[digikam] [Bug 372781] The recent similarity range is not saved which may lead to odd results.

2016-11-22 Thread Mario Frank
https://bugs.kde.org/show_bug.cgi?id=372781 --- Comment #3 from Mario Frank --- Created attachment 102389 --> https://bugs.kde.org/attachment.cgi?id=102389&action=edit The proposed patch. -- You are receiving this mail because: You are watching all bug changes.

[digikam] [Bug 372781] The recent similarity range is not saved which may lead to odd results.

2016-11-23 Thread Mario Frank
https://bugs.kde.org/show_bug.cgi?id=372781 --- Comment #5 from Mario Frank --- (In reply to caulier.gilles from comment #4) > >I do not think that accessing the digikamrc from different classes > >(DublicatesFinder, FindDuplicatesView and MaintenanceMgr) is a really good > >

[digikam] [Bug 372781] The recent similarity range is not saved which may lead to odd results.

2016-11-23 Thread Mario Frank
https://bugs.kde.org/show_bug.cgi?id=372781 Mario Frank changed: What|Removed |Added Attachment #102389|0 |1 is obsolete

[digikam] [Bug 372872] New: Possible Null-Pointer dereference in AlbumManager [patch]

2016-11-23 Thread Mario Frank
https://bugs.kde.org/show_bug.cgi?id=372872 Bug ID: 372872 Summary: Possible Null-Pointer dereference in AlbumManager [patch] Product: digikam Version: 5.4.0 Platform: Compiled Sources OS: Linux

[digikam] [Bug 372872] Possible Null-Pointer dereference in AlbumManager [patch]

2016-11-23 Thread Mario Frank
https://bugs.kde.org/show_bug.cgi?id=372872 Mario Frank changed: What|Removed |Added CC||mario.fr...@uni-potsdam.de -- You are receiving

[digikam] [Bug 368734] Moving a hierarchy of tags (a tag with subtags) doesn't work and can lead to losing the complete hierarchy

2016-11-28 Thread Mario Frank
https://bugs.kde.org/show_bug.cgi?id=368734 Mario Frank changed: What|Removed |Added CC||mario.fr...@uni-potsdam.de -- You are receiving

[digikam] [Bug 373100] Deleting duplicate image in "Find duplicates" removes all other found duplicates

2016-11-29 Thread Mario Frank
https://bugs.kde.org/show_bug.cgi?id=373100 Mario Frank changed: What|Removed |Added CC||mario.fr...@uni-potsdam.de -- You are receiving

[digikam] [Bug 373100] Deleting duplicate image in "Find duplicates" removes all other found duplicates

2016-11-29 Thread Mario Frank
https://bugs.kde.org/show_bug.cgi?id=373100 --- Comment #2 from Mario Frank --- (In reply to Kristian Karl from comment #1) > I noticed afterwards that step 8) is not necessary. Hi, I stumbled over this one yesterday, too. This dysfunction was not present before. Will trace it today. The ot

[digikam] [Bug 373100] Deleting duplicate image in "Find duplicates" removes all other found duplicates

2016-11-30 Thread Mario Frank
https://bugs.kde.org/show_bug.cgi?id=373100 --- Comment #4 from Mario Frank --- (In reply to Simon from comment #3) > Hi Frank, > > Why do you want to rescan on a delete? This is extremely time consuming when > the duplicate search is done over a big amount of pictures. The expec

[digikam] [Bug 373100] Deleting duplicate image in "Find duplicates" removes all other found duplicates

2016-11-30 Thread Mario Frank
https://bugs.kde.org/show_bug.cgi?id=373100 Mario Frank changed: What|Removed |Added Status|UNCONFIRMED |CONFIRMED Ever confirmed|0

[digikam] [Bug 373100] Deleting duplicate image in "Find duplicates" removes all other found duplicates

2016-11-30 Thread Mario Frank
https://bugs.kde.org/show_bug.cgi?id=373100 --- Comment #6 from Mario Frank --- Okay, I found the evil guy. Some small bug. Will fix that today. -- You are receiving this mail because: You are watching all bug changes.

[digikam] [Bug 373100] Deleting duplicate image in "Find duplicates" removes all other found duplicates

2016-11-30 Thread Mario Frank
https://bugs.kde.org/show_bug.cgi?id=373100 Mario Frank changed: What|Removed |Added Status|CONFIRMED |RESOLVED Resolution

[digikam] [Bug 320666] Add search of similar images outside digiKam collections

2016-12-02 Thread Mario Frank
https://bugs.kde.org/show_bug.cgi?id=320666 Mario Frank changed: What|Removed |Added CC||mario.fr...@uni-potsdam.de --- Comment #2 from

[kstars] [Bug 443083] indi_webcam_ccd crashes due to wrong libx265.192.dylib file

2022-02-12 Thread Frank Danapfel
https://bugs.kde.org/show_bug.cgi?id=443083 Frank Danapfel changed: What|Removed |Added Status|REPORTED|RESOLVED Resolution

[digikam] [Bug 450587] New: Inconsistent disabled state of Save action after Undo/Redo

2022-02-19 Thread Frank Steinmetzger
https://bugs.kde.org/show_bug.cgi?id=450587 Bug ID: 450587 Summary: Inconsistent disabled state of Save action after Undo/Redo Product: digikam Version: 7.5.0 Platform: Other OS: Linux Status: RE

[digikam] [Bug 450588] New: "Save" does not work if image was removed outside of Showfoto

2022-02-19 Thread Frank Steinmetzger
https://bugs.kde.org/show_bug.cgi?id=450588 Bug ID: 450588 Summary: "Save" does not work if image was removed outside of Showfoto Product: digikam Version: 7.5.0 Platform: Archlinux Packages OS: Linux

[digikam] [Bug 450589] New: "Save as": Cancelling the filename dialog does not cancel "Save as"

2022-02-19 Thread Frank Steinmetzger
https://bugs.kde.org/show_bug.cgi?id=450589 Bug ID: 450589 Summary: "Save as": Cancelling the filename dialog does not cancel "Save as" Product: digikam Version: 7.5.0 Platform: Other OS: Linux S

[plasmashell] [Bug 450699] New: bad margins in notification layout

2022-02-22 Thread Frank Steinmetzger
https://bugs.kde.org/show_bug.cgi?id=450699 Bug ID: 450699 Summary: bad margins in notification layout Product: plasmashell Version: 5.23.4 Platform: Archlinux Packages OS: Linux Status: REPORTED Severity:

[plasmashell] [Bug 450699] bad margins in notification layout

2022-02-22 Thread Frank Steinmetzger
https://bugs.kde.org/show_bug.cgi?id=450699 --- Comment #1 from Frank Steinmetzger --- Created attachment 147045 --> https://bugs.kde.org/attachment.cgi?id=147045&action=edit Screenshot of a notificcation with scrollable message text Oops, forgot the screenshot -- You are receivi

[kde] [Bug 455092] New: Surround 5.1 channels are mixed/mapped-up incorrectly using pulseaudio

2022-06-09 Thread Frank Haferkorn
https://bugs.kde.org/show_bug.cgi?id=455092 Bug ID: 455092 Summary: Surround 5.1 channels are mixed/mapped-up incorrectly using pulseaudio Product: kde Version: unspecified Platform: Debian stable OS: Linux

[kde] [Bug 455092] Surround 5.1 channels are mixed/mapped-up incorrectly using pulseaudio

2022-06-09 Thread Frank Haferkorn
https://bugs.kde.org/show_bug.cgi?id=455092 Frank Haferkorn changed: What|Removed |Added CC||ogis...@gmail.com -- You are receiving this

[kde] [Bug 455092] Surround 5.1 channels are mixed/mapped-up incorrectly using pulseaudio

2022-06-12 Thread Frank Haferkorn
https://bugs.kde.org/show_bug.cgi?id=455092 --- Comment #2 from Frank Haferkorn --- Hi Nate, I do not believe that this is a pure pulseaudio-misconfiguration. Nevertheless, i will report the issue as recommended at https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/issues/ -- You are

[kalarm] [Bug 455377] New: Akonadi/Kalarm Constant Disk Access & High CPU Usage + Creates 700,000 Files

2022-06-15 Thread Frank James
https://bugs.kde.org/show_bug.cgi?id=455377 Bug ID: 455377 Summary: Akonadi/Kalarm Constant Disk Access & High CPU Usage + Creates 700,000 Files Product: kalarm Version: 2.13.0 Platform: Ubuntu Packages OS:

[plasma-nm] [Bug 465655] loopback interface shown with virtual interfaces disabled

2023-02-22 Thread Frank Kruger
https://bugs.kde.org/show_bug.cgi?id=465655 Frank Kruger changed: What|Removed |Added CC||fkrue...@mailbox.org --- Comment #11 from Frank

[plasma-nm] [Bug 466298] KDE Network Manager shows incorrect Primary Nameserver

2023-02-23 Thread Frank Kruger
https://bugs.kde.org/show_bug.cgi?id=466298 Frank Kruger changed: What|Removed |Added CC||fkrue...@mailbox.org --- Comment #2 from Frank

[plasma-nm] [Bug 466298] KDE Network Manager shows incorrect Primary Nameserver

2023-03-10 Thread Frank Kruger
https://bugs.kde.org/show_bug.cgi?id=466298 --- Comment #4 from Frank Kruger --- JFYI: The issue is solved for me with NM 1.42.4. -- You are receiving this mail because: You are watching all bug changes.

[kmail2] [Bug 467818] Rightmost column's width cannot be changed

2023-03-27 Thread Frank Steinmetzger
https://bugs.kde.org/show_bug.cgi?id=467818 Frank Steinmetzger changed: What|Removed |Added CC||dev-...@felsenfleischer.de --- Comment #1

[kalendar] [Bug 459245] New: Menu cannot be used with cursor left/right keys

2022-09-16 Thread Frank Steinmetzger
https://bugs.kde.org/show_bug.cgi?id=459245 Bug ID: 459245 Summary: Menu cannot be used with cursor left/right keys Classification: Unclassified Product: kalendar Version: 22.08.1 Platform: Archlinux OS: Linux S

[plasmashell] [Bug 459272] New: Unable to navigate submenus with cursor keys

2022-09-17 Thread Frank Steinmetzger
https://bugs.kde.org/show_bug.cgi?id=459272 Bug ID: 459272 Summary: Unable to navigate submenus with cursor keys Classification: Unclassified Product: plasmashell Version: 5.25.5 Platform: Archlinux OS: Linux St

[plasmashell] [Bug 459272] Unable to navigate submenus with cursor keys

2022-09-18 Thread Frank Steinmetzger
https://bugs.kde.org/show_bug.cgi?id=459272 --- Comment #1 from Frank Steinmetzger --- (In reply to Frank Steinmetzger from comment #0) > Observed under both X11 and Wayland. Correction: I’m back in X11 and I can’t reproduce it there. -- You are receiving this mail because: You are watch

[gwenview] [Bug 470126] New: "Open with" menu has off-by one error

2023-05-22 Thread Frank Steinmetzger
https://bugs.kde.org/show_bug.cgi?id=470126 Bug ID: 470126 Summary: "Open with" menu has off-by one error Classification: Applications Product: gwenview Version: 23.04.1 Platform: Archlinux OS: Linux Status: REP

[gwenview] [Bug 462088] Don't show Gwenview in its own "Open With" menu

2023-05-23 Thread Frank Steinmetzger
https://bugs.kde.org/show_bug.cgi?id=462088 Frank Steinmetzger changed: What|Removed |Added CC||dev-...@felsenfleischer.de --- Comment #9

[kmahjongg] [Bug 470223] New: Lower speed after solving a structure

2023-05-24 Thread Frank Schneider
https://bugs.kde.org/show_bug.cgi?id=470223 Bug ID: 470223 Summary: Lower speed after solving a structure Classification: Applications Product: kmahjongg Version: 0.9.20122 Platform: Mageia RPMs OS: Linux Status

[Spectacle] [Bug 470468] New: Saving a second second screenshot from a Spectacle window keeps being titled as unsaved

2023-05-30 Thread Frank Steinmetzger
https://bugs.kde.org/show_bug.cgi?id=470468 Bug ID: 470468 Summary: Saving a second second screenshot from a Spectacle window keeps being titled as unsaved Classification: Applications Product: Spectacle Version: 23.04.1

[krunner] [Bug 470471] New: Search input field animation when opening krunner seems out of place

2023-05-30 Thread Frank Steinmetzger
https://bugs.kde.org/show_bug.cgi?id=470471 Bug ID: 470471 Summary: Search input field animation when opening krunner seems out of place Classification: Plasma Product: krunner Version: 5.27.5 Platform: Archlinux

[kalendar] [Bug 470288] Cannot pick any reminder time other than "on event start"

2023-06-06 Thread Peer Frank
https://bugs.kde.org/show_bug.cgi?id=470288 Peer Frank changed: What|Removed |Added CC||peer.fr...@web.de -- You are receiving this mail

[kalendar] [Bug 458221] Due date should be set to the selected date when when creating new task from month view

2023-06-06 Thread Peer Frank
https://bugs.kde.org/show_bug.cgi?id=458221 Peer Frank changed: What|Removed |Added CC||peer.fr...@web.de Platform|Manjaro

[kweather] [Bug 461512] Few Translation of Weather description not working

2023-06-17 Thread Frank Kruger
https://bugs.kde.org/show_bug.cgi?id=461512 Frank Kruger changed: What|Removed |Added CC||fkrue...@mailbox.org --- Comment #6 from Frank

[dolphin] [Bug 465243] Dolphin crashes while setting up a new KWallet password store for network share credentials

2023-04-29 Thread Frank Schaefer
https://bugs.kde.org/show_bug.cgi?id=465243 Frank Schaefer changed: What|Removed |Added CC||fschaefer@googlemail.co

[dolphin] [Bug 465243] Dolphin crashes while setting up a new KWallet password store for network share credentials

2023-04-29 Thread Frank Schaefer
https://bugs.kde.org/show_bug.cgi?id=465243 --- Comment #1 from Frank Schaefer --- Created attachment 158532 --> https://bugs.kde.org/attachment.cgi?id=158532&action=edit New crash information added by DrKonqi dolphin (23.04.0) using Qt 5.15.9 Steps to reproduce: 1) open Dolphin 2) en

[dolphin] [Bug 465243] Dolphin crashes while setting up a new KWallet password store for network share credentials

2023-04-29 Thread Frank Schaefer
https://bugs.kde.org/show_bug.cgi?id=465243 --- Comment #2 from Frank Schaefer --- (In reply to Frank Schaefer from comment #1) > Steps to reproduce: > ... > 2) enter SMB share location (smb://mysambaserver/myusername) > ... Correction: It happens only if I enter "sm

[dolphin] [Bug 465243] Dolphin crashes while setting up a new KWallet password store for network share credentials

2023-04-29 Thread Frank Schaefer
https://bugs.kde.org/show_bug.cgi?id=465243 --- Comment #3 from Frank Schaefer --- Looking int https://invent.kde.org/frameworks/kio/-/blob/v5.105.0/src/core/kcoredirlister.cpp: ... KCoreDirListerCache::slotUpdateResult(): { ... DirItem *dir = itemsInUse.value(jobUrl, nullptr); if (!dir

[dolphin] [Bug 465243] Dolphin crashes while setting up a new KWallet password store for network share credentials

2023-04-29 Thread Frank Schaefer
https://bugs.kde.org/show_bug.cgi?id=465243 --- Comment #4 from Frank Schaefer --- (In reply to Frank Schaefer from comment #3) > Looks like it is enough to embrace this loop with a nullptr check, but > someone who knows KIO better should validate that. Unfortunately it isn't.

[digikam] [Bug 427225] Showfoto GUI becomes unresponsive when used with the keyboard

2023-04-30 Thread Frank Steinmetzger
https://bugs.kde.org/show_bug.cgi?id=427225 --- Comment #5 from Frank Steinmetzger --- I haven’t done much editing lately, but I will report back if I encounter the problem again. -- You are receiving this mail because: You are watching all bug changes.

[frameworks-kio] [Bug 465243] Dolphin crashes while setting up a new KWallet password store for network share credentials

2023-05-01 Thread Frank Schaefer
https://bugs.kde.org/show_bug.cgi?id=465243 Frank Schaefer changed: What|Removed |Added CC||kdelibs-b...@kde.org Component

[amarok] [Bug 469454] New: Drag&Drop from Samba share to playlist results in invalid track

2023-05-07 Thread Frank Schaefer
https://bugs.kde.org/show_bug.cgi?id=469454 Bug ID: 469454 Summary: Drag&Drop from Samba share to playlist results in invalid track Classification: Applications Product: amarok Version: unspecified Platform: openSUSE

[kopete] [Bug 407147] Kopete crashes when trying to associate an address book entry to a new contact

2022-10-12 Thread Frank Steinmetzger
https://bugs.kde.org/show_bug.cgi?id=407147 Frank Steinmetzger changed: What|Removed |Added Ever confirmed|0 |1 Resolution|WAITINGFORINFO

[frameworks-kio] [Bug 460700] New: Add action to go to previous and next sibling folder

2022-10-19 Thread Frank Steinmetzger
https://bugs.kde.org/show_bug.cgi?id=460700 Bug ID: 460700 Summary: Add action to go to previous and next sibling folder Classification: Frameworks and Libraries Product: frameworks-kio Version: 5.99.0 Platform: Archlinux O

[digikam] [Bug 464966] New: Pressing Escape in Trash clears the view

2023-01-28 Thread Frank Steinmetzger
https://bugs.kde.org/show_bug.cgi?id=464966 Bug ID: 464966 Summary: Pressing Escape in Trash clears the view Classification: Applications Product: digikam Version: 7.9.0 Platform: Archlinux OS: Linux Status: REP

[digikam] [Bug 464966] Pressing Escape in Trash clears the view

2023-01-28 Thread Frank Steinmetzger
https://bugs.kde.org/show_bug.cgi?id=464966 --- Comment #1 from Frank Steinmetzger --- Addendum: after some more clicking around I come to the conclusion that I actually found two separate bugs. One is that pressing Escape empties the Trash view. The other one is about the scrollbar: when I

[kde] [Bug 465192] New: F-Droid repository advertises obsolete URL

2023-02-02 Thread Frank Märkle
https://bugs.kde.org/show_bug.cgi?id=465192 Bug ID: 465192 Summary: F-Droid repository advertises obsolete URL Classification: I don't know Product: kde Version: unspecified Platform: Android OS: Unspecified Sta

[plasma-mobile] [Bug 465192] F-Droid repository advertises obsolete URL

2023-02-08 Thread Frank Märkle
https://bugs.kde.org/show_bug.cgi?id=465192 --- Comment #3 from Frank Märkle --- I can confirm, it's now working for both repos, using F-Droid 1.16-alpha4. I have notified the F-Droid team as well. Thanks for rolling out the fix so quickly! -- You are receiving this mail because: Yo

[i18n] [Bug 484993] Settings energy-saving mode mixed

2024-06-26 Thread Frank Steinmetzger
https://bugs.kde.org/show_bug.cgi?id=484993 Frank Steinmetzger changed: What|Removed |Added Status|REOPENED|ASSIGNED -- You are receiving this mail

[i18n] [Bug 484993] Settings energy-saving mode mixed

2024-06-29 Thread Frank Steinmetzger
https://bugs.kde.org/show_bug.cgi?id=484993 Frank Steinmetzger changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution

[frameworks-purpose] [Bug 478653] New: Pastebin sharing should not paste without confirmation

2023-12-17 Thread Frank Steinmetzger
https://bugs.kde.org/show_bug.cgi?id=478653 Bug ID: 478653 Summary: Pastebin sharing should not paste without confirmation Classification: Frameworks and Libraries Product: frameworks-purpose Version: 5.113.0 Platform: Other

[kmymoney] [Bug 482314] New: Reports menu is missing in Plasma 6

2024-03-03 Thread Frank Osborne
https://bugs.kde.org/show_bug.cgi?id=482314 Bug ID: 482314 Summary: Reports menu is missing in Plasma 6 Classification: Applications Product: kmymoney Version: 5.1.3 Platform: Neon OS: Linux Status: REPORTED

[kmymoney] [Bug 482314] Reports menu is missing in Plasma 6

2024-03-03 Thread Frank Osborne
https://bugs.kde.org/show_bug.cgi?id=482314 --- Comment #2 from Frank Osborne --- Hi Jack, Thanks for the reply. You guys must be having a crazy weekend. There is no Report View in the plugins panel, so it looks like you're right about a dependencies issue. If you want to reassign to

[neon] [Bug 482314] Reports menu is missing in Plasma 6

2024-03-06 Thread Frank Osborne
https://bugs.kde.org/show_bug.cgi?id=482314 --- Comment #4 from Frank Osborne --- Jack, Here's the output from launching kmymoney from a cmd line. Hope this helps WebConnect: Try to connect to WebConnect server WebConnect: Connect to server failed WebConnect: Running in server mode Found

[plasma-systemmonitor] [Bug 482922] New: System monitor crash when selecting 'Show Detail Sidebar' from Applications panel

2024-03-08 Thread Frank Osborne
https://bugs.kde.org/show_bug.cgi?id=482922 Bug ID: 482922 Summary: System monitor crash when selecting 'Show Detail Sidebar' from Applications panel Classification: Applications Product: plasma-systemmonitor Version: 6.0.0

[kmail2] [Bug 483779] KMail hangs when invoking "Configure KMail..."

2024-06-10 Thread Peer Frank
https://bugs.kde.org/show_bug.cgi?id=483779 --- Comment #6 from Peer Frank --- meanwhile the problem seems resolved on my system (kmail Version 6.1.0 (24.05.0) framework 6.2.0) -- You are receiving this mail because: You are watching all bug changes.

[kdenlive] [Bug 443871] Add Retina and M1 Support

2024-02-13 Thread Frank Schiller
https://bugs.kde.org/show_bug.cgi?id=443871 Frank Schiller changed: What|Removed |Added CC||schiller.fr...@gmx.de --- Comment #4 from

[kdenlive] [Bug 481357] New: open Rendering Window in background can only be refocussed via MAC OS DOCK menu "show all windows"

2024-02-15 Thread Frank Schiller
https://bugs.kde.org/show_bug.cgi?id=481357 Bug ID: 481357 Summary: open Rendering Window in background can only be refocussed via MAC OS DOCK menu "show all windows" Classification: Applications Product: kdenlive Version: 24.01.

[kdenlive] [Bug 481357] open Rendering Window in background can only be refocussed via MAC OS DOCK menu "show all windows"

2024-02-15 Thread Frank Schiller
https://bugs.kde.org/show_bug.cgi?id=481357 Frank Schiller changed: What|Removed |Added CC||schiller.fr...@gmx.de -- You are receiving

[gwenview] [Bug 479597] Gwenview no Subfolder expand

2024-02-18 Thread Peer Frank
https://bugs.kde.org/show_bug.cgi?id=479597 --- Comment #4 from Peer Frank --- Good news on my side: expanding the directory tree works again since a few days. Maybe the new KDE Frameworks Version (5.115.0) did the trick. (Gwenview version is unchanged 23.08.4, OS openSUSE Tumbleweed 20240214

[Telly Skout] [Bug 481783] New: Move the main view with mouse dragging

2024-02-24 Thread Frank Steinmetzger
https://bugs.kde.org/show_bug.cgi?id=481783 Bug ID: 481783 Summary: Move the main view with mouse dragging Classification: Applications Product: Telly Skout Version: 23.08.5 Platform: Arch Linux OS: Linux Status

[okular] [Bug 485747] New: PDF signature dialog should preselect (only) certificate

2024-04-18 Thread Frank Siegert
https://bugs.kde.org/show_bug.cgi?id=485747 Bug ID: 485747 Summary: PDF signature dialog should preselect (only) certificate Classification: Applications Product: okular Version: 24.02.2 Platform: Arch Linux

[okular] [Bug 485747] PDF signature dialog should preselect (only) certificate

2024-04-19 Thread Frank Siegert
https://bugs.kde.org/show_bug.cgi?id=485747 --- Comment #2 from Frank Siegert --- Oh, that's great, thanks for the information and work on this! -- You are receiving this mail because: You are watching all bug changes.

[dolphin] [Bug 486219] New: Dolphin crashes when dragging an item into the breadcrumb address bar

2024-04-27 Thread Frank Steinmetzger
https://bugs.kde.org/show_bug.cgi?id=486219 Bug ID: 486219 Summary: Dolphin crashes when dragging an item into the breadcrumb address bar Classification: Applications Product: dolphin Version: 24.02.2 Platform: Arch Lin

[dolphin] [Bug 486219] Dolphin crashes when dragging an item into the breadcrumb address bar

2024-04-27 Thread Frank Steinmetzger
https://bugs.kde.org/show_bug.cgi?id=486219 --- Comment #1 from Frank Steinmetzger --- Created attachment 168957 --> https://bugs.kde.org/attachment.cgi?id=168957&action=edit New crash information added by DrKonqi DrKonqi auto-attaching complete backtrace. -- You are receiving th

[plasmashell] [Bug 486646] New: Wrong tooltip text in kcms/desktoppaths/ui/main.qml

2024-05-05 Thread Frank Steinmetzger
https://bugs.kde.org/show_bug.cgi?id=486646 Bug ID: 486646 Summary: Wrong tooltip text in kcms/desktoppaths/ui/main.qml Classification: Plasma Product: plasmashell Version: 6.0.4 Platform: Arch Linux OS: Linux S

[konsole] [Bug 484890] New: URL hint numbering has offset

2024-04-01 Thread Frank Steinmetzger
https://bugs.kde.org/show_bug.cgi?id=484890 Bug ID: 484890 Summary: URL hint numbering has offset Classification: Applications Product: konsole Version: 24.02.1 Platform: Arch Linux OS: Linux Status: REPORTED

<    1   2   3   4   5   6   7   8   9   10   >