VirtualBox

Ignore:
Timestamp:
Jul 3, 2008 11:59:35 AM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
32678
Message:

FE/Qt4-Win: fixes for building without the Qt3Support library

Location:
trunk/src/VBox/Frontends/VirtualBox4
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox4/include/VBoxSelectorWnd.h

    r10112 r10149  
    4343class QListView;
    4444class QEvent;
    45 class QUuid;
    4645
    4746class VBoxSelectorWnd: public QIWithRetranslateUI2<QMainWindow>
  • trunk/src/VBox/Frontends/VirtualBox4/src/VBoxConsoleView.cpp

    r10112 r10149  
    25722572            if (ch)
    25732573                processed = processHotKey (QKeySequence (Qt::UNICODE_ACCEL +
    2574                                                 QChar (ch).upper().unicode()),
     2574                                                QChar (ch).toUpper().unicode()),
    25752575                                           mMainWnd->menuBar()->actions());
    25762576        }
     
    30893089        viewport()->setCursor (QCursor (Qt::BlankCursor));
    30903090        /* move the mouse to the center of the visible area */
    3091         QCursor::setPos (mapToGlobal (visibleRect().center()));
     3091        QCursor::setPos (mapToGlobal (visibleRegion().boundingRect().center()));
    30923092        mLastPos = QCursor::pos();
    30933093#elif defined (Q_WS_MAC)
  • trunk/src/VBox/Frontends/VirtualBox4/src/VBoxFBDDRAW.cpp

    r9495 r10149  
    281281    getWindowPosition();
    282282
    283     mView->setBackgroundMode (Qt::NoBackground);
     283//#warning: port me
     284//    mView->setBackgroundMode (Qt::NoBackground);
    284285}
    285286
  • trunk/src/VBox/Frontends/VirtualBox4/src/VBoxGlobal.cpp

    r10124 r10149  
    34073407            else
    34083408            {
    3409                 workDir = fi.dirPath (true);
     3409                workDir = fi.absolutePath();
    34103410                initSel = fi.fileName();
    34113411            }
     
    34533453                PostMessage (msg.hwnd, msg.message, 0, msg.lParam);
    34543454
    3455             result = result.isEmpty() ? result : QFileInfo (result).absFilePath();
     3455            result = result.isEmpty() ? result : QFileInfo (result).absoluteFilePath();
    34563456
    34573457            QApplication::postEvent (mTarget, new GetOpenFileNameEvent (result));
  • trunk/src/VBox/Frontends/VirtualBox4/src/VBoxProblemReporter.cpp

    r10112 r10149  
    21462146    QString fullHelpFilePath = qApp->applicationDirPath() + "/VirtualBox.chm";
    21472147
    2148     HtmlHelp (GetDesktopWindow(), fullHelpFilePath.ucs2(),
     2148    HtmlHelp (GetDesktopWindow(), fullHelpFilePath.utf16(),
    21492149              HH_DISPLAY_TOPIC, NULL);
    21502150#elif defined (Q_WS_X11)
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette