diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:35:40 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:35:40 -0600 |
commit | 17e2ed52dbf8fac39a04331da02b9572e9e2e304 (patch) | |
tree | cd0d57c975a55e05aac71794b363748f24625875 /kdgantt/KDGanttViewSubwidgets.cpp | |
parent | a684ecdeceae222d5aa930478b7bf59a3b7cae7f (diff) | |
download | tdepim-17e2ed52dbf8fac39a04331da02b9572e9e2e304.tar.gz tdepim-17e2ed52dbf8fac39a04331da02b9572e9e2e304.zip |
Rename additional global TQt functions
Diffstat (limited to 'kdgantt/KDGanttViewSubwidgets.cpp')
-rw-r--r-- | kdgantt/KDGanttViewSubwidgets.cpp | 100 |
1 files changed, 50 insertions, 50 deletions
diff --git a/kdgantt/KDGanttViewSubwidgets.cpp b/kdgantt/KDGanttViewSubwidgets.cpp index 859a4b59e..e22e49c06 100644 --- a/kdgantt/KDGanttViewSubwidgets.cpp +++ b/kdgantt/KDGanttViewSubwidgets.cpp @@ -179,7 +179,7 @@ int KDTimeTableWidget::computeHeight() if (hei == 0) { hei = 1; } - //qDebug("COMPUTED HEI %d ", hei); + //tqDebug("COMPUTED HEI %d ", hei); emit heightComputed( hei ); return hei; } @@ -188,7 +188,7 @@ void KDTimeTableWidget::computeVerticalGrid() // recompute the vertical grid // compute the vertical grid // if we have too much lines, hide them - //qDebug("computeVerticalGrid() "); + //tqDebug("computeVerticalGrid() "); int cw = myGanttView->myTimeHeader->myGridMinorWidth; int i = 0; int h ; @@ -434,7 +434,7 @@ void KDTimeTableWidget::computeVerticalGrid() void KDTimeTableWidget::computeHorizontalGrid() { // compute horizontal grid - //qDebug("computeHorizontalGrid() "); + //tqDebug("computeHorizontalGrid() "); KDGanttViewItem* temp = myGanttView->firstChild(); int wid; if ( pendingWidth ) @@ -474,7 +474,7 @@ void KDTimeTableWidget::computeHorizontalGrid() //TQString ts = "asGroup"; //if (!temp->displaySubitemsAsGroup() ) // ts = " NOT asGroup"; - //qDebug("temp name %s %s", temp->listViewText(0).latin1(), ts.latin1()); + //tqDebug("temp name %s %s", temp->listViewText(0).latin1(), ts.latin1()); temp = temp->itemBelow (); } @@ -586,10 +586,10 @@ void KDTimeTableWidget::computeTaskLinks() void KDTimeTableWidget::updateMyContent() { if ( flag_blockUpdating || int_blockUpdating ) { - // qDebug("KDTimeTableWidget::updateMyContent() blocked! "); + // tqDebug("KDTimeTableWidget::updateMyContent() blocked! "); return; } - //qDebug("KDTimeTableWidget::updateMyContent() ********************************* "); + //tqDebug("KDTimeTableWidget::updateMyContent() ********************************* "); /* // debug output KDGanttViewItem* temp = myGanttView->firstChild(); @@ -638,7 +638,7 @@ void KDTimeTableWidget::updateMyContent() } pendingWidth = 0; pendingHeight = 0; - //qDebug("KDTimeTableWidget::updateMyContent() -------------------------"); + //tqDebug("KDTimeTableWidget::updateMyContent() -------------------------"); } // used for blocking recursive methods // e.g. KDGanttViewItem::setHighlight() and displaySubitemsAsGroup() == true @@ -1111,12 +1111,12 @@ void KDTimeHeaderWidget::zoomToSelection( TQDateTime start, TQDateTime end) if (start < myHorizonStart) { myHorizonStart = start; flagStartTimeSet = true; - //qDebug("myHorizonStart reset"); + //tqDebug("myHorizonStart reset"); } if (end > myHorizonEnd) { myHorizonEnd = end; flagEndTimeSet = true; - //qDebug("myHorizonEnd reset "); + //tqDebug("myHorizonEnd reset "); } flagDoNotRepaintAfterChange = true;//avoid flicker zoom(1.0); // set to 100% @@ -1134,7 +1134,7 @@ void KDTimeHeaderWidget::zoomToSelection( TQDateTime start, TQDateTime end) zoom (fac); timeWid = getCoordX(end)-getCoordX(start); if ( count++ > 10 ) { - //qDebug("Exiting while loop in zoomToSelection "); + //tqDebug("Exiting while loop in zoomToSelection "); break; } } @@ -1156,7 +1156,7 @@ void KDTimeHeaderWidget::zoom(double factor, bool absolute) { flagZoomToFit = false; if ( factor < 0.000001 ) { - qDebug("KDGanttView::zoom() : Zoom factor to low. Nothing zoomed. "); + tqDebug("KDGanttView::zoom() : Zoom factor to low. Nothing zoomed. "); return; } double newZoom; @@ -1167,12 +1167,12 @@ void KDTimeHeaderWidget::zoom(double factor, bool absolute) double relativeZoom; relativeZoom = newZoom / myZoomFactor; - //qDebug("zooming relative %f ", relativeZoom); - //qDebug("zooming absolute %f ", newZoom); + //tqDebug("zooming relative %f ", relativeZoom); + //tqDebug("zooming absolute %f ", newZoom); int viewWid = myGanttView->myCanvasView->viewport()->width(); if ( width() * relativeZoom < viewWid && ( newZoom > 1.01 || newZoom < 0.99 ) ) { - qDebug("KDGanttView::zoom() : Zoom factor to low for current horizon. "); - // qDebug("zooming relative %f, zooming absolute %f, viewWidth %d width %d ", relativeZoom, newZoom, viewWid, width() ); + tqDebug("KDGanttView::zoom() : Zoom factor to low for current horizon. "); + // tqDebug("zooming relative %f, zooming absolute %f, viewWidth %d width %d ", relativeZoom, newZoom, viewWid, width() ); return; } myZoomFactor = newZoom; @@ -1819,14 +1819,14 @@ int KDTimeHeaderWidget::minorScaleCount() const void KDTimeHeaderWidget::resizeEvent ( TQResizeEvent * ) { - // qDebug("KDTimeHeaderWidget:: resizeEvent "); + // tqDebug("KDTimeHeaderWidget:: resizeEvent "); paintPix.resize( 800, height () ); } void KDTimeHeaderWidget::updateTimeTable() { - //qDebug("KDTimeHeaderWidget::updateTimeTable() "); + //tqDebug("KDTimeHeaderWidget::updateTimeTable() "); if (flagDoNotRecomputeAfterChange) return; // setting the scrolling steps int scrollLineStep = myGridMinorWidth; @@ -1969,7 +1969,7 @@ TQDateTime KDTimeHeaderWidget::getEvenTimeDate(TQDateTime tempdatetime ,Scale sc min = tempdatetime.time().minute(); while (60%tempMinorScaleCount > 0 && 60%tempMinorScaleCount < 60) ++tempMinorScaleCount; - // qDebug("myMinorScaleCount %d %d %d",myMinorScaleCount, myRealMinorScaleCount, tempMinorScaleCount); + // tqDebug("myMinorScaleCount %d %d %d",myMinorScaleCount, myRealMinorScaleCount, tempMinorScaleCount); min = (min /tempMinorScaleCount)*tempMinorScaleCount; tempdatetime = TQDateTime (tempdatetime.date(), TQTime (tempdatetime.time().hour(),min )); @@ -1985,7 +1985,7 @@ void KDTimeHeaderWidget::computeRealScale(TQDateTime start) { if (myScale ==KDGanttView::Auto) { - //qDebug("Autoscale "); + //tqDebug("Autoscale "); //double secsPerMinor = (((double)start.daysTo(myHorizonEnd))* 86400.00)/((double)myAutoScaleMinorTickcount); double secsPerMinor = (((double)start.secsTo(myHorizonEnd)))/((double)myAutoScaleMinorTickcount); secsPerMinor /= myZoomFactor; @@ -2017,7 +2017,7 @@ void KDTimeHeaderWidget::computeRealScale(TQDateTime start) myRealMajorScaleCount = 1; } else { - //qDebug("Fixed scale "); + //tqDebug("Fixed scale "); myRealScale = myScale; if (myRealScale > myMaxScale) myRealScale = myMaxScale; @@ -2067,7 +2067,7 @@ void KDTimeHeaderWidget::computeTicks(bool doNotComputeRealScale) if (flagDoNotRecomputeAfterChange) return; bool block = myGanttView->myTimeTable->blockUpdating(); myGanttView->myTimeTable->setBlockUpdating( true ); - //qDebug("computeticks "); + //tqDebug("computeticks "); majorTicks.clear(); minorText.clear(); majorText.clear(); @@ -2082,7 +2082,7 @@ void KDTimeHeaderWidget::computeTicks(bool doNotComputeRealScale) tempMajorScaleCount = myRealMajorScaleCount; int minorItems,minorPerMajor = 1; minorItems = (int) (secsFromTo( myRealStart, myHorizonEnd)/60.0); - //qDebug("tempMinorScaleCount %d ", tempMinorScaleCount); + //tqDebug("tempMinorScaleCount %d ", tempMinorScaleCount); TQPainter p(this); int Width, Height; TQString testTextMinor,testTextMajor, tempStr; @@ -2131,14 +2131,14 @@ void KDTimeHeaderWidget::computeTicks(bool doNotComputeRealScale) minorPerMajor = 1200; break; case KDGanttView::Auto: - qDebug("KDGanttView::Internal Error in KDTimeHeaderWidget::computeTicks() "); - qDebug(" RealScale == Auto : This may not be! "); + tqDebug("KDGanttView::Internal Error in KDTimeHeaderWidget::computeTicks() "); + tqDebug(" RealScale == Auto : This may not be! "); break; } itemRectMinor = p.boundingRect ( 10, 10, 2, 2, TQt::AlignLeft,testTextMinor); itemRectMajor = p.boundingRect ( 10, 10, 2, 2, TQt::AlignLeft,testTextMajor); p.end(); - //qDebug(" tempMinorScaleCount %d ", tempMinorScaleCount); + //tqDebug(" tempMinorScaleCount %d ", tempMinorScaleCount); Height = itemRectMinor.height()+itemRectMajor.height()+11; Width = (itemRectMinor.width()+5); if (Width < minimumColumnWidth()) Width = minimumColumnWidth(); @@ -2149,7 +2149,7 @@ void KDTimeHeaderWidget::computeTicks(bool doNotComputeRealScale) maxWid = maximumWidth(); while((minorItems/tempMinorScaleCount+1)*Width > maxWid) ++tempMinorScaleCount; - //qDebug(" tempMinorScaleCount %d ", tempMinorScaleCount); + //tqDebug(" tempMinorScaleCount %d ", tempMinorScaleCount); mySizeHint = (minorItems/tempMinorScaleCount+1)*Width; switch (myRealScale) { @@ -2162,7 +2162,7 @@ void KDTimeHeaderWidget::computeTicks(bool doNotComputeRealScale) myRealMinorScaleCount = tempMinorScaleCount/ 60; // myRealMinorScaleCount = 1; myRealMajorScaleCount = 1; - qDebug("KDGantt::Overzoom:Rescaling from Minute to Hour"); + tqDebug("KDGantt::Overzoom:Rescaling from Minute to Hour"); myGanttView->myTimeTable->setBlockUpdating( block ); emit myGanttView->rescaling( KDGanttView::Hour ); computeTicks(true); @@ -2177,7 +2177,7 @@ void KDTimeHeaderWidget::computeTicks(bool doNotComputeRealScale) myRealMinorScaleCount = tempMinorScaleCount/ 24; //myRealMinorScaleCount = 1; myRealMajorScaleCount = 1; - qDebug("KDGantt::Overzoom:Rescaling from Hour to Day"); + tqDebug("KDGantt::Overzoom:Rescaling from Hour to Day"); myGanttView->myTimeTable->setBlockUpdating( block ); emit myGanttView->rescaling( KDGanttView::Day ); computeTicks(true); @@ -2339,7 +2339,7 @@ void KDTimeHeaderWidget::computeTicks(bool doNotComputeRealScale) myGanttView->myTimeTable->setBlockUpdating( block ); return; } - //qDebug("KDTimeHeaderWidget width %d, viewport width %d ",width (), myGanttView->myCanvasView->viewport()->width()); + //tqDebug("KDTimeHeaderWidget width %d, viewport width %d ",width (), myGanttView->myCanvasView->viewport()->width()); myGanttView->myTimeTable->setBlockUpdating( block ); updateTimeTable(); centerDateTime(myCenterDateTime); @@ -2364,7 +2364,7 @@ void KDTimeHeaderWidget::saveCenterDateTime() void KDTimeHeaderWidget::centerDateTime( const TQDateTime& center ) { moveTimeLineTo(getCoordX( center )-(myGanttView->myCanvasView->viewport()->width() /2)); - // qDebug("centerDateTime %s %d %d", center.toString().latin1(),getCoordX( center ),(myGanttView->myCanvasView->viewport()->width() /2) ); + // tqDebug("centerDateTime %s %d %d", center.toString().latin1(),getCoordX( center ),(myGanttView->myCanvasView->viewport()->width() /2) ); } @@ -2482,8 +2482,8 @@ void KDTimeHeaderWidget::mouseReleaseEvent ( TQMouseEvent * ) start = 0; if ( end > width() ) end = width(); - //qDebug("start %s ",getDateTimeForIndex(start).toString().latin1() ); - //qDebug("end %s ",getDateTimeForIndex(end).toString().latin1() ); + //tqDebug("start %s ",getDateTimeForIndex(start).toString().latin1() ); + //tqDebug("end %s ",getDateTimeForIndex(end).toString().latin1() ); emit myGanttView->timeIntervalSelected( getDateTimeForIndex(start),getDateTimeForIndex(end) ); emit myGanttView->timeIntervallSelected( getDateTimeForIndex(start),getDateTimeForIndex(end) ); //zoomToSelection( getDateTimeForIndex(start),getDateTimeForIndex(end) ); @@ -2529,7 +2529,7 @@ void KDTimeHeaderWidget::mouseMoveEvent ( TQMouseEvent * e ) } myGanttView->myCanvasView->horizontalScrollBar()->setValue( val ); } - //qDebug("mousemove %d %d %d %d",endMouseDown, -x(),parentWidget()->width() , e->pos().y()); + //tqDebug("mousemove %d %d %d %d",endMouseDown, -x(),parentWidget()->width() , e->pos().y()); } } @@ -2708,7 +2708,7 @@ KDListView::KDListView(TQWidget* parent, KDGanttView* gantView):TQListView (pare void KDListView::dragItem( TQListViewItem * ) { - // qDebug("drag "); + // tqDebug("drag "); // startDrag(); } TQString KDListView::getWhatsThisText(TQPoint p) @@ -2746,7 +2746,7 @@ void KDListView::setOpen(TQListViewItem * item, bool open ) } else { temp->setVisible( false ); - //qDebug(" temp->setVisible( false );"); + //tqDebug(" temp->setVisible( false );"); } temp = temp->nextSibling(); } @@ -3009,7 +3009,7 @@ void KDListView::dragMoveEvent ( TQDragMoveEvent * e) void KDListView::dragLeaveEvent ( TQDragLeaveEvent * ) { - //qDebug("contentsDragLeaveEvent "); + //tqDebug("contentsDragLeaveEvent "); } void KDListView::dropEvent ( TQDropEvent *e ) { @@ -3028,7 +3028,7 @@ void KDListView::dropEvent ( TQDropEvent *e ) KDGanttViewItem* newItem = 0; if ( gItem == myGanttView->myCanvasView->lastClickedItem && gItem != 0 ) { - qDebug("KDGanttView::Possible bug in drag&drop code "); + tqDebug("KDGanttView::Possible bug in drag&drop code "); return; } @@ -3056,16 +3056,16 @@ void KDListView::dropEvent ( TQDropEvent *e ) newItem = KDGanttViewItem::createFromDomElement( myGanttView, element ); } else { - qDebug( "Unrecognized tag name: %s", tagName.latin1() ); + tqDebug( "Unrecognized tag name: %s", tagName.latin1() ); Q_ASSERT( false ); } } - //qDebug("next node1 "); + //tqDebug("next node1 "); node = node.nextSibling(); } } } - //qDebug("next node2 "); + //tqDebug("next node2 "); node = node.nextSibling(); } newItem->setDisplaySubitemsAsGroup(myGanttView->displaySubitemsAsGroup()); @@ -3273,7 +3273,7 @@ void KDGanttCanvasView::myUpdateScrollBars() } void KDGanttCanvasView::setMyContentsHeight( int hei ) { - //qDebug("setMyContentsHeight %d %d ", hei, myMyContentsHeight); + //tqDebug("setMyContentsHeight %d %d ", hei, myMyContentsHeight); if ( hei > 0 ) myMyContentsHeight = hei; verticalScrollBar()->setUpdatesEnabled( true ); // set false in resizeEvent() @@ -3294,7 +3294,7 @@ void KDGanttCanvasView::setMyContentsHeight( int hei ) // Call after *internal* resizing (like addTickRight()) // Then the new scrollbar maxValue is in myTimeHeader. void KDGanttCanvasView::updateHorScrollBar() { - //qDebug("horizontalScrollBar max=%d, myTimeHeaderScroll=%d", horizontalScrollBar()->maxValue(), mySignalSender->myTimeHeaderScroll->horizontalScrollBar()->value()); + //tqDebug("horizontalScrollBar max=%d, myTimeHeaderScroll=%d", horizontalScrollBar()->maxValue(), mySignalSender->myTimeHeaderScroll->horizontalScrollBar()->value()); horizontalScrollBar()->setRange(mySignalSender->myTimeHeaderScroll->horizontalScrollBar()->minValue(), mySignalSender->myTimeHeaderScroll->horizontalScrollBar()->maxValue()); @@ -3332,7 +3332,7 @@ void KDGanttCanvasView::insertItemAfter( KDGanttViewItem* parent , KDGanttViewI void KDGanttCanvasView::cutItem() { lastClickedItem->hideSubtree(); - //qDebug("last clicked %d parent %d ", lastClickedItem , lastClickedItem->parent()); + //tqDebug("last clicked %d parent %d ", lastClickedItem , lastClickedItem->parent()); if ( lastClickedItem->parent() ) lastClickedItem->parent()->takeItem(lastClickedItem); else @@ -3509,8 +3509,8 @@ KDGanttCanvasView::MovingOperation KDGanttCanvasView::gvItemHitTest( KDGanttView void KDGanttCanvasView::contentsMousePressEvent ( TQMouseEvent * e ) { - //qDebug("mousepress! %d ", this); - //qDebug("focus %d ",tqApp->focusWidget()); + //tqDebug("mousepress! %d ", this); + //tqDebug("focus %d ",tqApp->focusWidget()); setFocus(); currentLink = 0; currentItem = 0; @@ -3637,9 +3637,9 @@ void KDGanttCanvasView::contentsMouseReleaseEvent ( TQMouseEvent * e ) mouseDown = false; static KDGanttViewItem* lastClicked = 0; mySignalSender->gvMouseButtonClicked( e->button(), currentItem , e->globalPos() ); - //qDebug("datetime %s ",mySignalSender->getDateTimeForCoordX(e->globalPos().x(), true ).toString().latin1() ); - //qDebug("mousepos %d %d ",e->pos().x(),e->pos().y() ); - //qDebug("mouseup "); + //tqDebug("datetime %s ",mySignalSender->getDateTimeForCoordX(e->globalPos().x(), true ).toString().latin1() ); + //tqDebug("mousepos %d %d ",e->pos().x(),e->pos().y() ); + //tqDebug("mouseup "); // if ( currentLink || currentItem ) { switch ( e->button() ) { @@ -3873,7 +3873,7 @@ void KDGanttCanvasView::contentsMouseMoveEvent ( TQMouseEvent *e ) if (autoScrollEnabled) mousePos = e->pos()- TQPoint(contentsX(),contentsY()); // make mousePos relative 0 if (fromItem) { - //qDebug("mousemove: linking %s: %d,%d ",fromItem->listViewText().latin1(), e->pos().x(), e->pos().y()); + //tqDebug("mousemove: linking %s: %d,%d ",fromItem->listViewText().latin1(), e->pos().x(), e->pos().y()); linkLine->setPoints(linkLine->startPoint().x(), linkLine->startPoint().y(), e->pos().x(), e->pos().y()); canvas()->update(); } @@ -3946,7 +3946,7 @@ int KDGanttCanvasView::getItemArea(KDGanttViewItem *item, int x) { // TODO: middle (move, dnd), front, back (resize) KDTimeTableWidget *tt = dynamic_cast<KDTimeTableWidget *>(canvas()); if (!tt) { - qWarning("Cannot cast canvas to KDTimeTableWidget"); + tqWarning("Cannot cast canvas to KDTimeTableWidget"); return 0; } int area = 0; |