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

List:       kde-commits
Subject:    branches/KDE/3.5/kdepim
From:       Pradeepto Bhattacharya <pradeepto () kde ! org>
Date:       2008-03-20 9:46:36
Message-ID: 1206006396.401562.22972.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 787941 by pradeepto:

Merged revisions 787827 via svnmerge from 
svn+ssh://pradeepto@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim

........
  r787827 | ahartmetz | 2008-03-20 04:37:59 +0530 (Thu, 20 Mar 2008) | 1 line
  
  Fix some glitches in the free-busy Gantt view: Disable the context menu of the \
header as the actions presented would make the view exhibit erratic behavior. Disable \
the "zoom to fit" button for the same reason. Fix the remaining bug that choosing a \
different time scale (it's a nice replacement for zooming, by the way) would change \
the vertical scroll bar so that you could scroll past the last attendee. This is \
                supposed to close Intevation issue 2272.
........


 _M            . (directory)  
 M  +1 -1      kdgantt/KDGanttViewSubwidgets.cpp  
 M  +1 -8      korganizer/koeditorfreebusy.cpp  


** branches/KDE/3.5/kdepim #property svnmerge-integrated
   - /branches/kdepim/enterprise/kdepim:1-767022,767033,767233-767554,767556,767558-76 \
7946,767948-769318,769320-769354,769356-771105,771107-771251,771253-772311,772313-7723 \
16,772318-775194,775196-775202,775204,775207-775211,775213-778001,778003-778004,778007 \
,778010-778011,778013-778029,778031-778727,778729-779448,779450-779482,779484-779505,7 \
79507-779852,779854-779994,782647-783127,783129-783243,783245,783248-783477,783479-783847,784547
  + /branches/kdepim/enterprise/kdepim:1-767022,767033,767233-767554,767556,767558-767 \
946,767948-769318,769320-769354,769356-771105,771107-771251,771253-772311,772313-77231 \
6,772318-775194,775196-775202,775204,775207-775211,775213-778001,778003-778004,778007, \
778010-778011,778013-778029,778031-778727,778729-779448,779450-779482,779484-779505,77 \
9507-779852,779854-779994,782647-783127,783129-783243,783245,783248-783477,783479-783847,784547,787827
                
--- branches/KDE/3.5/kdepim/kdgantt/KDGanttViewSubwidgets.cpp #787940:787941
@@ -1252,7 +1252,7 @@
     computeTicks();
     // Since we have disconnected autoupdate of scrollbars, we must do it ourselves
     if (myGanttView && myGanttView->myCanvasView)
-        myGanttView->myCanvasView->updateScrollBars();
+        myGanttView->myCanvasView->updateHorScrollBar();
 }
 
 
--- branches/KDE/3.5/kdepim/korganizer/koeditorfreebusy.cpp #787940:787941
@@ -254,13 +254,6 @@
   connect( button, SIGNAL( clicked() ), SLOT( slotCenterOnStart() ) );
   controlLayout->addWidget( button );
 
-  button = new QPushButton( i18n( "Zoom to Fit" ), this );
-  QWhatsThis::add( button,
-		   i18n("Zooms the Gantt chart so that you can see the "
-			"entire duration of the event on it.") );
-  connect( button, SIGNAL( clicked() ), SLOT( slotZoomToTime() ) );
-  controlLayout->addWidget( button );
-
   controlLayout->addStretch( 1 );
 
   button = new QPushButton( i18n( "Pick Date" ), this );
@@ -294,7 +287,7 @@
   }
   mGanttView->setHeaderVisible( true );
   mGanttView->setScale( KDGanttView::Hour );
-  mGanttView->setShowHeaderPopupMenu( true, true, true, false, false, true );
+  mGanttView->setShowHeaderPopupMenu( false, false, false, false, false, false );
   // Initially, show 15 days back and forth
   // set start to even hours, i.e. to 12:AM 0 Min 0 Sec
   QDateTime horizonStart = QDateTime( QDateTime::currentDateTime()


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

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