[Bug 120052] New: digikam: redraw problem with whatthis info of an image show and start scrolling with the mouse

classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

[Bug 120052] New: digikam: redraw problem with whatthis info of an image show and start scrolling with the mouse

Bugzilla from ach@mpe.mpg.de
------- 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=120052         
           Summary: digikam: redraw problem with whatthis info of an image
                    show and start scrolling with the mouse
           Product: digikam
           Version: unspecified
          Platform: unspecified
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: digikam-devel kde org
        ReportedBy: ach mpe mpg de


Version:           0.8.1 (using KDE 3.5.0, Kubuntu Package 4:3.5.0-0ubuntu9 dapper)
Compiler:          Target: i486-linux-gnu
OS:                Linux (i686) release 2.6.15-11-686

redraw problem with whatthis info of am image show and start scrolling with the mouse: whatthis info is not erased in the area between icons

Reproduce:

o move mouse over an image thumbnail
o whatthis pops up (make sure it covers a part between 2 the
  thumbnail boxes)
o scroll with the wheel mouse

==> whathis info is only erased inside the boxes drawn around the
thumbnail.  Whatthis is still visible between the boxes.

Achim
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Digikam-devel] [Bug 120052] digikam: redraw problem with whatthis info of an image show and start scrolling with the mouse

Gilles Caulier
------- 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=120052         




------- Additional Comments From caulier.gilles free fr  2006-04-04 13:28 -------
SVN commit 526292 by cgilles:

digikam from trunk : bugfix : cleanup whatthis image info when album content is scroll with the mouse
CCMAIL: digikam-devel kde org
CCBUGS: 120052

 M  +1 -0      iconview.cpp  


--- trunk/extragear/graphics/digikam/digikam/iconview.cpp #526291:526292
 @ -1171,6 +1171,7  @
     d->toolTipItem = 0;
     d->toolTipTimer->stop();
     slotToolTip();
+    viewport()->update();
 
     QScrollView::contentsWheelEvent(e);
 }
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Digikam-devel] [Bug 120052] digikam: redraw problem with whatthis info of an image show and start scrolling with the mouse

Gilles Caulier
In reply to this post by Bugzilla from ach@mpe.mpg.de
------- 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=120052         




------- Additional Comments From caulier.gilles free fr  2006-04-04 13:30 -------
SVN commit 526293 by cgilles:

digikam from stable : bugfix : cleanup whatthis image info when album content is scroll with the mouse
CCMAIL: digikam-devel kde org
CCBUGS: 120052

 M  +2 -1      iconview.cpp  


--- branches/stable/extragear/graphics/digikam/digikam/iconview.cpp #526292:526293
 @ -1149,7 +1149,8  @
     d->toolTipItem = 0;
     d->toolTipTimer->stop();
     slotToolTip();
-
+    viewport()->update();
+    
     QScrollView::contentsWheelEvent(e);
 }
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Digikam-devel] [Bug 120052] digikam: redraw problem with whatthis info of an image show and start scrolling with the mouse

Gilles Caulier
In reply to this post by Bugzilla from ach@mpe.mpg.de
------- 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=120052         
caulier.gilles free fr changed:

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



------- Additional Comments From caulier.gilles free fr  2006-04-04 13:31 -------
Achim, bug fixed. I close this file.

Gilles
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Digikam-devel] [Bug 120052] digikam: redraw problem with whatthis info of an image show and start scrolling with the mouse

Gilles Caulier
In reply to this post by Bugzilla from ach@mpe.mpg.de
------- 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=120052         




------- Additional Comments From caulier.gilles free fr  2006-04-07 09:49 -------
SVN commit 527179 by cgilles:

digikam from trunk : bugfix : cleanup whatthis image info when album content is scroll with the mouse
CCMAIL: digikam-devel kde org
CCBUGS: 120052

 M  +42 -20    setupicc.cpp
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Digikam-devel] [Bug 120052] digikam: redraw problem with whatthis info of an image show and start scrolling with the mouse

Gilles Caulier
In reply to this post by Bugzilla from ach@mpe.mpg.de
------- 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=120052         




------- Additional Comments From caulier.gilles free fr  2006-04-07 11:55 -------
SVN commit 527208 by cgilles:

digikam from stable : bugfix : cleanup whatthis image info when album content is scroll with the mouse
CCMAIL: digikam-devel kde org
CCBUGS: 120052

 M  +2 -2      cameraui.cpp  
 M  +1 -1      cameraui.h  


--- trunk/extragear/graphics/digikam/utilities/cameragui/cameraui.cpp #527207:527208
 @ -1,7 +1,7  @
 /* ============================================================
  * Author: Renchi Raju <renchi pooh tam uiuc edu>
  * Date  : 2004-09-16
- * Description :
+ * Description : Camera interface dialog
  *
  * Copyright 2004-2005 by Renchi Raju
  * Copyright 2006 by Gilles Caulier
 @ -205,7 +205,7  @
                                              "of destination album"));
 
     QVGroupBox* OnFlyBox = new QVGroupBox(i18n("On the Fly Operations"), d->advBox);
-    d->setPhotographerId = new QCheckBox(i18n("Set photographer identity"), OnFlyBox);
+    d->setPhotographerId = new QCheckBox(i18n("Set default photographer identity"), OnFlyBox);
     d->fixDateTimeCheck  = new QCheckBox(i18n("Fix internal date && time"), OnFlyBox);
     d->dateTimeEdit      = new KDateTimeEdit( OnFlyBox, "datepicker");
     
--- trunk/extragear/graphics/digikam/utilities/cameragui/cameraui.h #527207:527208
 @ -1,7 +1,7  @
 /* ============================================================
  * Author: Renchi Raju <renchi pooh tam uiuc edu>
  * Date  : 2004-09-16
- * Description :
+ * Description : Camera interface dialog
  *
  * Copyright 2004-2005 by Renchi Raju
  * Copyright 2006 by Gilles Caulier
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel