By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 751
Collapse All | Expand All

(-)kdegraphics/kcoloredit/kcoloredit.h (-1 / +1 lines)
Lines 74-80 Link Here
74
    KColorEditDoc *document() const;
74
    KColorEditDoc *document() const;
75
75
76
  protected:
76
  protected:
77
    /** save general Options like all bar positions and status as well as the tqgeometry and the recent file list to the configuration
77
    /** save general Options like all bar positions and status as well as the geometry and the recent file list to the configuration
78
     * file
78
     * file
79
     */
79
     */
80
    void saveOptions();
80
    void saveOptions();
(-)kdegraphics/kolourpaint/kpdocumentsaveoptionswidget.cpp (-4 / +4 lines)
Lines 767-773 Link Here
767
        if (m_previewDialogLastRelativeGeometry.isEmpty ())
767
        if (m_previewDialogLastRelativeGeometry.isEmpty ())
768
        {
768
        {
769
        #if DEBUG_KP_DOCUMENT_SAVE_OPTIONS_WIDGET
769
        #if DEBUG_KP_DOCUMENT_SAVE_OPTIONS_WIDGET
770
            kdDebug () << "\tread cfg preview dialog last rel tqgeometry" << endl;
770
            kdDebug () << "\tread cfg preview dialog last rel geometry" << endl;
771
        #endif
771
        #endif
772
            KConfigGroupSaver cfgGroupSaver (KGlobal::config (), kpSettingsGroupPreviewSave);
772
            KConfigGroupSaver cfgGroupSaver (KGlobal::config (), kpSettingsGroupPreviewSave);
773
            KConfigBase *cfg = cfgGroupSaver.config ();
773
            KConfigBase *cfg = cfgGroupSaver.config ();
Lines 826-832 Link Here
826
826
827
827
828
    #if DEBUG_KP_DOCUMENT_SAVE_OPTIONS_WIDGET
828
    #if DEBUG_KP_DOCUMENT_SAVE_OPTIONS_WIDGET
829
        kdDebug () << "\ttqgeometry after show="
829
        kdDebug () << "\tgeometry after show="
830
                   << TQRect (m_previewDialog->x (), m_previewDialog->y (),
830
                   << TQRect (m_previewDialog->x (), m_previewDialog->y (),
831
                              m_previewDialog->width (), m_previewDialog->height ())
831
                              m_previewDialog->width (), m_previewDialog->height ())
832
                   << endl;
832
                   << endl;
Lines 852-858 Link Here
852
        cfg->sync ();
852
        cfg->sync ();
853
853
854
    #if DEBUG_KP_DOCUMENT_SAVE_OPTIONS_WIDGET
854
    #if DEBUG_KP_DOCUMENT_SAVE_OPTIONS_WIDGET
855
        kdDebug () << "\tsaving preview tqgeometry "
855
        kdDebug () << "\tsaving preview geometry "
856
                   << m_previewDialogLastRelativeGeometry
856
                   << m_previewDialogLastRelativeGeometry
857
                   << " (TQt would have us believe "
857
                   << " (TQt would have us believe "
858
                   << kpWidgetMapper::fromGlobal (m_visualParent,
858
                   << kpWidgetMapper::fromGlobal (m_visualParent,
Lines 942-948 Link Here
942
    else
942
    else
943
    {
943
    {
944
    #if DEBUG_KP_DOCUMENT_SAVE_OPTIONS_WIDGET
944
    #if DEBUG_KP_DOCUMENT_SAVE_OPTIONS_WIDGET
945
        kdDebug () << "\tnot visible - ignoring tqgeometry" << endl;
945
        kdDebug () << "\tnot visible - ignoring geometry" << endl;
946
    #endif
946
    #endif
947
    }
947
    }
948
}
948
}
(-)kdegraphics/kolourpaint/kpmainwindow.cpp (-1 / +1 lines)
Lines 808-814 Link Here
808
            #endif
808
            #endif
809
                slotCreateThumbnail ();
809
                slotCreateThumbnail ();
810
            }
810
            }
811
            // this' tqgeometry is weird ATM
811
            // this' geometry is weird ATM
812
            else
812
            else
813
            {
813
            {
814
            #if DEBUG_KP_MAIN_WINDOW
814
            #if DEBUG_KP_MAIN_WINDOW
(-)kdegraphics/kolourpaint/kpmainwindow_view.cpp (-5 / +5 lines)
Lines 842-854 Link Here
842
    TQRect rect (m_thumbnail->x (), m_thumbnail->y (),
842
    TQRect rect (m_thumbnail->x (), m_thumbnail->y (),
843
                m_thumbnail->width (), m_thumbnail->height ());
843
                m_thumbnail->width (), m_thumbnail->height ());
844
#if DEBUG_KP_MAIN_WINDOW
844
#if DEBUG_KP_MAIN_WINDOW
845
    kdDebug () << "\tthumbnail relative tqgeometry=" << rect << endl;
845
    kdDebug () << "\tthumbnail relative geometry=" << rect << endl;
846
#endif
846
#endif
847
847
848
    m_configThumbnailGeometry = mapFromGlobal (rect);
848
    m_configThumbnailGeometry = mapFromGlobal (rect);
849
849
850
#if DEBUG_KP_MAIN_WINDOW
850
#if DEBUG_KP_MAIN_WINDOW
851
    kdDebug () << "\tCONFIG: saving thumbnail tqgeometry "
851
    kdDebug () << "\tCONFIG: saving thumbnail geometry "
852
                << m_configThumbnailGeometry
852
                << m_configThumbnailGeometry
853
                << endl;
853
                << endl;
854
#endif
854
#endif
Lines 1067-1077 Link Here
1067
        kdDebug () << "\tcreating thumbnail" << endl;
1067
        kdDebug () << "\tcreating thumbnail" << endl;
1068
    #endif
1068
    #endif
1069
1069
1070
        // Read last saved tqgeometry before creating thumbnail & friends
1070
        // Read last saved geometry before creating thumbnail & friends
1071
        // in case they call notifyThumbnailGeometryChanged()
1071
        // in case they call notifyThumbnailGeometryChanged()
1072
        TQRect thumbnailGeometry = m_configThumbnailGeometry;
1072
        TQRect thumbnailGeometry = m_configThumbnailGeometry;
1073
    #if DEBUG_KP_MAIN_WINDOW
1073
    #if DEBUG_KP_MAIN_WINDOW
1074
        kdDebug () << "\t\tlast used tqgeometry=" << thumbnailGeometry << endl;
1074
        kdDebug () << "\t\tlast used geometry=" << thumbnailGeometry << endl;
1075
    #endif
1075
    #endif
1076
1076
1077
        m_thumbnail = new kpThumbnail (this, "thumbnail");
1077
        m_thumbnail = new kpThumbnail (this, "thumbnail");
Lines 1101-1107 Link Here
1101
                                    initialHeight);
1101
                                    initialHeight);
1102
1102
1103
            #if DEBUG_KP_MAIN_WINDOW
1103
            #if DEBUG_KP_MAIN_WINDOW
1104
                kdDebug () << "\t\tcreating tqgeometry=" << geometryRect << endl;
1104
                kdDebug () << "\t\tcreating geometry=" << geometryRect << endl;
1105
            #endif
1105
            #endif
1106
1106
1107
                geometryRect = mapToGlobal (geometryRect);
1107
                geometryRect = mapToGlobal (geometryRect);
(-)kdegraphics/kolourpaint/widgets/kptooltoolbar.cpp (-1 / +1 lines)
Lines 199-205 Link Here
199
199
200
    if (m_defaultIconSize <= 0)
200
    if (m_defaultIconSize <= 0)
201
    {
201
    {
202
        // Adapt according to screen tqgeometry
202
        // Adapt according to screen geometry
203
        const TQRect desktopSize = KGlobalSettings::desktopGeometry (this);
203
        const TQRect desktopSize = KGlobalSettings::desktopGeometry (this);
204
    #if DEBUG_KP_TOOL_TOOL_BAR
204
    #if DEBUG_KP_TOOL_TOOL_BAR
205
        kdDebug () << "\tadapting to screen size=" << desktopSize << endl;
205
        kdDebug () << "\tadapting to screen size=" << desktopSize << endl;
(-)kdegraphics/kpdf/ui/pageview.cpp (-2 / +2 lines)
Lines 1333-1339 Link Here
1333
        p->save();
1333
        p->save();
1334
        p->translate( pixmapGeometry.left(), pixmapGeometry.top() );
1334
        p->translate( pixmapGeometry.left(), pixmapGeometry.top() );
1335
1335
1336
        // item pixmap and outline tqgeometry
1336
        // item pixmap and outline geometry
1337
        TQRect outlineGeometry = pixmapGeometry;
1337
        TQRect outlineGeometry = pixmapGeometry;
1338
        outlineGeometry.addCoords( -1, -1, 3, 3 );
1338
        outlineGeometry.addCoords( -1, -1, 3, 3 );
1339
1339
Lines 1677-1683 Link Here
1677
        fullHeight = 0;
1677
        fullHeight = 0;
1678
    TQRect viewportRect( contentsX(), contentsY(), viewportWidth, viewportHeight );
1678
    TQRect viewportRect( contentsX(), contentsY(), viewportWidth, viewportHeight );
1679
1679
1680
    // set all items tqgeometry and resize contents. handle 'continuous' and 'single' modes separately
1680
    // set all items geometry and resize contents. handle 'continuous' and 'single' modes separately
1681
    if ( KpdfSettings::viewContinuous() )
1681
    if ( KpdfSettings::viewContinuous() )
1682
    {
1682
    {
1683
        // Here we find out column's width and row's height to compute a table
1683
        // Here we find out column's width and row's height to compute a table
(-)kdegraphics/kpdf/ui/pageviewutils.cpp (-1 / +1 lines)
Lines 54-60 Link Here
54
        iconXOffset = 0,
54
        iconXOffset = 0,
55
        shadowOffset = 1;
55
        shadowOffset = 1;
56
56
57
    // load icon (if set) and update tqgeometry
57
    // load icon (if set) and update geometry
58
    TQPixmap symbol;
58
    TQPixmap symbol;
59
    if ( icon != None )
59
    if ( icon != None )
60
    {
60
    {
(-)kdegraphics/kpdf/ui/pageviewutils.h (-1 / +1 lines)
Lines 23-29 Link Here
23
/**
23
/**
24
 * @short PageViewItem represents graphically a kpdfpage into the PageView.
24
 * @short PageViewItem represents graphically a kpdfpage into the PageView.
25
 *
25
 *
26
 * It has methods for settings Item's tqgeometry and other visual properties such
26
 * It has methods for settings Item's geometry and other visual properties such
27
 * as the individual zoom factor.
27
 * as the individual zoom factor.
28
 */
28
 */
29
class PageViewItem
29
class PageViewItem
(-)kdegraphics/kpdf/ui/presentationwidget.cpp (-7 / +7 lines)
Lines 43-49 Link Here
43
#define ENABLE_PROGRESS_OVERLAY
43
#define ENABLE_PROGRESS_OVERLAY
44
44
45
45
46
// a frame contains a pointer to the page object, its tqgeometry and the
46
// a frame contains a pointer to the page object, its geometry and the
47
// transition effect to the next frame
47
// transition effect to the next frame
48
struct PresentationFrame
48
struct PresentationFrame
49
{
49
{
Lines 56-62 Link Here
56
    : TQDialog( parent, "presentationWidget", true, WDestructiveClose | WStyle_NoBorder),
56
    : TQDialog( parent, "presentationWidget", true, WDestructiveClose | WStyle_NoBorder),
57
    m_pressedLink( 0 ), m_handCursor( false ), m_document( doc ), m_frameIndex( -1 )
57
    m_pressedLink( 0 ), m_handCursor( false ), m_document( doc ), m_frameIndex( -1 )
58
{
58
{
59
    // set look and tqgeometry
59
    // set look and geometry
60
    setBackgroundMode( TQt::NoBackground );
60
    setBackgroundMode( TQt::NoBackground );
61
61
62
    m_width = -1;
62
    m_width = -1;
Lines 124-130 Link Here
124
    {
124
    {
125
        PresentationFrame * frame = new PresentationFrame();
125
        PresentationFrame * frame = new PresentationFrame();
126
        frame->page = *setIt;
126
        frame->page = *setIt;
127
        // calculate frame tqgeometry keeping constant aspect ratio
127
        // calculate frame geometry keeping constant aspect ratio
128
        float pageRatio = frame->page->ratio();
128
        float pageRatio = frame->page->ratio();
129
        int pageWidth = m_width,
129
        int pageWidth = m_width,
130
            pageHeight = m_height;
130
            pageHeight = m_height;
Lines 289-295 Link Here
289
        // show the bar if reaching top 2 pixels
289
        // show the bar if reaching top 2 pixels
290
        if ( e->y() <= (tqgeometry().top() + 1) )
290
        if ( e->y() <= (tqgeometry().top() + 1) )
291
            m_topBar->show();
291
            m_topBar->show();
292
        // handle "dragging the wheel" if clicking on its tqgeometry
292
        // handle "dragging the wheel" if clicking on its geometry
293
        else if ( e->state() == Qt::LeftButton && m_overlayGeometry.contains( e->pos() ) )
293
        else if ( e->state() == Qt::LeftButton && m_overlayGeometry.contains( e->pos() ) )
294
            overlayClick( e->pos() );
294
            overlayClick( e->pos() );
295
    }
295
    }
Lines 378-384 Link Here
378
    if ( m_frameIndex < 0 || m_frameIndex >= (int)m_frames.size() )
378
    if ( m_frameIndex < 0 || m_frameIndex >= (int)m_frames.size() )
379
        return 0;
379
        return 0;
380
380
381
    // get frame, page and tqgeometry
381
    // get frame, page and geometry
382
    const PresentationFrame * frame = m_frames[ m_frameIndex ];
382
    const PresentationFrame * frame = m_frames[ m_frameIndex ];
383
    const KPDFPage * page = frame->page;
383
    const KPDFPage * page = frame->page;
384
    const TQRect & frameGeometry = frame->tqgeometry;
384
    const TQRect & frameGeometry = frame->tqgeometry;
Lines 396-402 Link Here
396
    if ( !object )
396
    if ( !object )
397
        return 0;
397
        return 0;
398
398
399
    // compute link tqgeometry if destination rect present
399
    // compute link geometry if destination rect present
400
    if ( tqgeometry )
400
    if ( tqgeometry )
401
    {
401
    {
402
        *tqgeometry = object->tqgeometry( frameGeometry.width(), frameGeometry.height() );
402
        *tqgeometry = object->tqgeometry( frameGeometry.width(), frameGeometry.height() );
Lines 622-628 Link Here
622
void PresentationWidget::generateOverlay()
622
void PresentationWidget::generateOverlay()
623
{
623
{
624
#ifdef ENABLE_PROGRESS_OVERLAY
624
#ifdef ENABLE_PROGRESS_OVERLAY
625
    // calculate overlay tqgeometry and resize pixmap if needed
625
    // calculate overlay geometry and resize pixmap if needed
626
    int side = m_width / 16;
626
    int side = m_width / 16;
627
    m_overlayGeometry.setRect( m_width - side - 4, 4, side, side );
627
    m_overlayGeometry.setRect( m_width - side - 4, 4, side, side );
628
    if ( m_lastRenderedOverlay.width() != side )
628
    if ( m_lastRenderedOverlay.width() != side )
(-)kdegraphics/kpovmodeler/pmdockwidget.h (-1 / +1 lines)
Lines 855-861 Link Here
855
#ifndef NO_KDE2
855
#ifndef NO_KDE2
856
  /**
856
  /**
857
   * Saves the current state of the dockmanager and of all controlled widgets.
857
   * Saves the current state of the dockmanager and of all controlled widgets.
858
   * State means here to save the tqgeometry, visibility, parents, internal object names, orientation,
858
   * State means here to save the geometry, visibility, parents, internal object names, orientation,
859
   * separator positions, dockwidget-group information, tab widget states (if it is a tab group) and
859
   * separator positions, dockwidget-group information, tab widget states (if it is a tab group) and
860
   * last but not least some necessary things for recovering the dockmainwindow state.
860
   * last but not least some necessary things for recovering the dockmainwindow state.
861
   *
861
   *
(-)kdegraphics/ksvg/dom/SVGLocatable.h (-1 / +1 lines)
Lines 66-72 Link Here
66
66
67
	/**
67
	/**
68
	 * Returns the tight bounding box in current user space (i.e., after application of
68
	 * Returns the tight bounding box in current user space (i.e., after application of
69
	 * the <code>transform</code> attribute, if any) on the tqgeometry of all contained graphics
69
	 * the <code>transform</code> attribute, if any) on the geometry of all contained graphics
70
	 * elements, exclusive of stroke-width and filter effects).
70
	 * elements, exclusive of stroke-width and filter effects).
71
	 *
71
	 *
72
	 * @return An SVGRect object that defines the bounding box.
72
	 * @return An SVGRect object that defines the bounding box.
(-)kdegraphics/kuickshow/src/kuickshow.cpp (-1 / +1 lines)
Lines 552-558 Link Here
552
                     this, TQT_SLOT (slotTrashCurrentImage (ImageWindow *)));
552
                     this, TQT_SLOT (slotTrashCurrentImage (ImageWindow *)));
553
            if ( s_viewers.count() == 1 && moveToTopLeft ) {
553
            if ( s_viewers.count() == 1 && moveToTopLeft ) {
554
                // we have to move to 0x0 before showing _and_
554
                // we have to move to 0x0 before showing _and_
555
                // after showing, otherwise we get some bogus tqgeometry()
555
                // after showing, otherwise we get some bogus geometry()
556
                m_viewer->move( Kuick::workArea().topLeft() );
556
                m_viewer->move( Kuick::workArea().topLeft() );
557
            }
557
            }
558
558
(-)kdegraphics/kviewshell/plugins/djvu/libdjvu/DjVuPort.h (-1 / +1 lines)
Lines 213-219 Link Here
213
	  @param source The sender of the request */
213
	  @param source The sender of the request */
214
   virtual void		notify_redisplay(const class DjVuImage * source);
214
   virtual void		notify_redisplay(const class DjVuImage * source);
215
215
216
      /** This notification is sent by \ref{DjVuImage} when its tqgeometry
216
      /** This notification is sent by \ref{DjVuImage} when its geometry
217
	  has been changed as a result of decoding. It may be used to
217
	  has been changed as a result of decoding. It may be used to
218
	  implement progressive redisplay. */
218
	  implement progressive redisplay. */
219
   virtual void		notify_retqlayout(const class DjVuImage * source);
219
   virtual void		notify_retqlayout(const class DjVuImage * source);
(-)kdegraphics/kviewshell/plugins/djvu/libdjvu/GMapAreas.h (-2 / +2 lines)
Lines 91-97 Link Here
91
    If this {\bf URL} is not empty then the map area will work like a
91
    If this {\bf URL} is not empty then the map area will work like a
92
    hyperlink.
92
    hyperlink.
93
93
94
    The classes also implement some useful functions to ease tqgeometry
94
    The classes also implement some useful functions to ease geometry
95
    manipulations
95
    manipulations
96
96
97
    @memo Definition of base map area classes
97
    @memo Definition of base map area classes
Lines 305-311 Link Here
305
      /// Returns the height of the rectangle
305
      /// Returns the height of the rectangle
306
   int		get_height(void) const { return ymax-ymin; }
306
   int		get_height(void) const { return ymax-ymin; }
307
307
308
      /// Changes the #GMapRect#'s tqgeometry
308
      /// Changes the #GMapRect#'s geometry
309
   GMapRect & operator=(const GRect & rect);
309
   GMapRect & operator=(const GRect & rect);
310
310
311
      /// Returns \Ref{GRect} describing the map area's rectangle
311
      /// Returns \Ref{GRect} describing the map area's rectangle
(-)kdegraphics/kviewshell/plugins/djvu/libdjvu/IW44Image.h (-1 / +1 lines)
Lines 618-624 Link Here
618
             int pixsep=1, int fast=0);
618
             int pixsep=1, int fast=0);
619
  // array of blocks
619
  // array of blocks
620
  IW44Image::Block *blocks;
620
  IW44Image::Block *blocks;
621
  // tqgeometry
621
  // geometry
622
  int iw, ih;
622
  int iw, ih;
623
  int bw, bh;
623
  int bw, bh;
624
  int nb;
624
  int nb;

Return to bug 751