[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdepim/kpilot
From:       Adriaan de Groot <adridg () cs ! kun ! nl>
Date:       2003-04-24 23:03:00
[Download RAW message or body]

CVS commit by adridg: 

More attempts to deal with the different sizes of conduit widgets


  M +8 -0      ChangeLog   1.147
  M +8 -2      kpilot/conduitConfigDialog.cc   1.19


--- kdepim/kpilot/kpilot/conduitConfigDialog.cc  #1.18:1.19
@@ -373,8 +373,12 @@ void ConduitConfigWidget::loadAndConfigu
                 else
                 {
-                        fStack->adjustSize();
+                        fStack->erase();
                         fStack->raiseWidget(NEW_CONDUIT);
                         d->widget()->show();
+                        d->widget()->adjustSize();
                         fCurrentConfig=d;
+                        fStack->resize(d->widget()->size());
+                        fStack->setMinimumSize(d->widget()->size());
+                        fStack->adjustSize();
                         adjustSize();
                 }
@@ -419,4 +423,6 @@ void ConduitConfigWidget::selected(QList
         fCurrentConduit=p;
         loadAndConfigure(p);
+        // Workaround for repaint problems
+        p->repaint();
 }
 

--- kdepim/kpilot/ChangeLog  #1.146:1.147
@@ -5,4 +5,12 @@
 =============================================
 
+2003-4-25  Adriaan de Groot
+* Updated resizing action in the conduit config dialog.
+* Added a ConduitConfigBase to the knotes conduit.
+* Changed a bunch of Name[] entries for the time conduit. We
+  need shorter names; most of them are horribly redundant.
+* Noticed that the conduit checklist items don't always get
+  painted right. Added a workaround.
+
 2003-4-24  Adriaan de Groot
 * More work on the conduit configuration stuff.


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic