------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=127614 Summary: [CameraUI] Focus steal when typing custom prefix in renaming options sidebar Product: digikam Version: unspecified Platform: Gentoo Packages OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: Camera GUI AssignedTo: digikam-devel kde org ReportedBy: sebastian.roeder uni-bielefeld de Version: 0.9 SVN (using KDE KDE 3.5.2) Installed from: Gentoo Packages Since half a week or so I encouter the following problem when I want to download pictures from my Nikon D70 (PTP) with digikam SVN trunk: In the settings sidebar when I want to type in a custom prefix in the textbox I can only type 1-2 letters befor the textbox looses the focus. I have to activate the textbox again by left mouse click and can type 1-2 letters again, focus loss again and so on and so on. Sorry I have no time to examine the code atm cause real life is very hard (yeah I know that sounds lame ...). The problem didn't go away in latest SVN. Maybe it's related to a Qt update I did recently (from 3.3.4 to 3.3.6) but otherwise I would say nothing changed in my system. Regards, Sebastian _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=127614 ------- Additional Comments From caulier.gilles free fr 2006-05-19 07:09 ------- I cannot reproduce this problem in my system. Are you use a Gphoto2 camera or UMS camera ? Gilles _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Hi Gilles,
> I cannot reproduce this problem in my system. Are you use a Gphoto2 > camera or UMS camera ? Hmmm, I did a little further testing and the behaviour exists for both PTP Mode (gphoto2) and Mass Storage. I also tested whether the autorotation or photographer/copyright settings have an impact on that behaviour and the answer is "no" for both. However the problem seems not to be so hard then yesterday - in most situations I have enough time to type in the name I want. This brings me to the question whether this is a "feature" and not a bug - do you want the cursor to jump to the last selected image after some seconds of no user input in the text box (that is what actually happens)? The focus stays intact in the textbox when a) the textbox is empty or b) the text in the box is selected. I hope this information is usefull in some way. I notice a "refresh" of the cameraui window everytime this focus change appears (the whole window "blinks" once). It looks to me like some kind of polling is active? What else can I test? Recompile with full debug? Recompile with Qt 3.3.4 rather then 3.3.6? _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel attachment0 (196 bytes) Download Attachment |
In reply to this post by Sebastian Roeder
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=127614 ------- Additional Comments From sebastian.roeder uni-bielefeld de 2006-05-19 22:00 ------- Hi Gilles, > I cannot reproduce this problem in my system. Are you use a Gphoto2 > camera or UMS camera ? Hmmm, I did a little further testing and the behaviour exists for both PTP Mode (gphoto2) and Mass Storage. I also tested whether the autorotation or photographer/copyright settings have an impact on that behaviour and the answer is "no" for both. However the problem seems not to be so hard then yesterday - in most situations I have enough time to type in the name I want. This brings me to the question whether this is a "feature" and not a bug - do you want the cursor to jump to the last selected image after some seconds of no user input in the text box (that is what actually happens)? The focus stays intact in the textbox when a) the textbox is empty or b) the text in the box is selected. I hope this information is usefull in some way. I notice a "refresh" of the cameraui window everytime this focus change appears (the whole window "blinks" once). It looks to me like some kind of polling is active? What else can I test? Recompile with full debug? Recompile with Qt 3.3.4 rather then 3.3.6? _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Sebastian Roeder
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=127614 ------- Additional Comments From sebastian.roeder uni-bielefeld de 2006-06-18 20:36 ------- I tested this problem again on latest SVN with diffrent cameras: Nikon D70 both in PTP mode and in USB Mass Storage mode Canon A75 in PTP mode The problem is still there and I find it very annoying. Also the atempts to fix the problem by myself failed cause I didn't quite get the qtimer thingy yet. Doesn't anybody else have this problem? Is this only me? Would be great if someone could reproduce the flicker and report back. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Sebastian Roeder
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=127614 ------- Additional Comments From marcel.wiesweg gmx de 2006-06-18 22:27 ------- You could add debug statements to all the "d->changedTimer->start" lines in renamecustomizer.cpp and a statement to the "CameraIconView::slotDownloadNameChanged()" method in cameraiconview.cpp, which is called by the timer signal. Check if the latter method correlates with the flicker you are experiencing. Then, I still don't know why the focus would be lost. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Sebastian Roeder
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=127614 ------- Additional Comments From caulier.gilles free fr 2006-07-20 12:31 ------- Seb, The problem is fixed in my computer. Look in B.K.O #131034 : there is a patch to improve camera gui. I have include this fix in this patch. Apply the patch against current svn implementation and give me a report. Gilles _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Sebastian Roeder
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=127614 caulier.gilles free fr changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED ------- Additional Comments From caulier.gilles free fr 2006-07-20 16:54 ------- SVN commit 564596 by cgilles: digikam from trunk : camera gui improvement and fix : - fix rename customizer rule about custom prefix widget focus (#127614) - Add small icon on top/roght of camera ites to indicate download status (#131034) - Fix some minor internal bugs. - Polish implementation. - using d private class to speed up compilation - camera gui support digiKam theme now. A screenshot : http://digikam3rdparty.free.fr/Screenshots/camera_gui_with_theme_and_icon_download_status.png BUG: 127614, 131034 CCMAIL: digikam-devel kde org M +3 -1 NEWS M +0 -2 TODO M +14 -14 digikam/albumiconitem.cpp M +5 -0 digikam/albumiconitem.h M +166 -52 libs/imageproperties/cameraitempropertiestab.cpp M +1 -0 libs/imageproperties/cameraitempropertiestab.h M +13 -0 libs/imageproperties/imagepropertiessidebarcamgui.cpp M +1 -0 libs/imageproperties/imagepropertiessidebarcamgui.h M +1 -0 utilities/cameragui/Makefile.am M +158 -143 utilities/cameragui/cameracontroller.cpp M +1 -1 utilities/cameragui/cameracontroller.h M +245 -103 utilities/cameragui/cameraiconitem.cpp M +12 -22 utilities/cameragui/cameraiconitem.h M +99 -40 utilities/cameragui/cameraiconview.cpp M +10 -6 utilities/cameragui/cameraiconview.h M +28 -19 utilities/cameragui/cameraui.cpp M +1 -1 utilities/cameragui/cameraui.h M +5 -5 utilities/cameragui/dkcamera.cpp M +3 -3 utilities/cameragui/gpcamera.cpp M +13 -1 utilities/cameragui/gpiteminfo.h M +8 -2 utilities/cameragui/renamecustomizer.cpp M +7 -2 utilities/cameragui/renamecustomizer.h M +3 -3 utilities/cameragui/umscamera.cpp _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
In reply to this post by Sebastian Roeder
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=127614 ------- Additional Comments From sebastian.roeder uni-bielefeld de 2006-07-25 11:15 ------- Thx Gilles, the latest SVN works for me. _______________________________________________ Digikam-devel mailing list [hidden email] https://mail.kde.org/mailman/listinfo/digikam-devel |
Free forum by Nabble | Edit this page |