VirtualBox

Ignore:
Timestamp:
Oct 7, 2013 9:52:10 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
89647
Message:

Frontends: Whitespace and svn:keywords cleanups by scm.

Location:
trunk/src/VBox/Frontends/VirtualBox/src
Files:
11 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/globals/UIThreadPool.cpp

    r48911 r48950  
    135135                /* Prepare the new worker: */
    136136                UIThreadWorker *pWorker = new UIThreadWorker(this, idxFirstUnused);
    137                 connect(pWorker, SIGNAL(sigFinished(UIThreadWorker*)), this, 
     137                connect(pWorker, SIGNAL(sigFinished(UIThreadWorker*)), this,
    138138                        SLOT(sltHandleWorkerFinished(UIThreadWorker*)), Qt::QueuedConnection);
    139139                m_workers[idxFirstUnused] = pWorker;
  • trunk/src/VBox/Frontends/VirtualBox/src/main.cpp

    r48495 r48950  
    295295#ifdef Q_WS_X11
    296296/** This is a workaround for a bug on old libX11 versions, fixed in commit
    297  *      941f02ede63baa46f93ed8abccebe76fb29c0789 and released in version 1.1. */
     297 *      941f02ede63baa46f93ed8abccebe76fb29c0789 and released in version 1.1. */
    298298Status VBoxXInitThreads(void)
    299299{
  • trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/UIAbstractDockIconPreview.cpp

    • Property svn:keywords changed from Id to Id Revision
  • trunk/src/VBox/Frontends/VirtualBox/src/platform/darwin/VBoxUtils-darwin.cpp

    • Property svn:keywords changed from Id to Id Revision
  • trunk/src/VBox/Frontends/VirtualBox/src/platform/os2/VBoxHlp.cpp

    • Property svn:keywords changed from Id to Id Revision
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIIndicatorsPool.cpp

    r48783 r48950  
    687687                    .arg(VBoxGlobal::tr("VT-x/AMD-V", "details report"), virtualization)
    688688                    .arg(VBoxGlobal::tr("Nested Paging"), nestedPaging)
    689                     .arg(VBoxGlobal::tr("Unrestricted Execution"), unrestrictExec)                   
     689                    .arg(VBoxGlobal::tr("Unrestricted Execution"), unrestrictExec)
    690690                    .arg(VBoxGlobal::tr("Execution Cap", "details report"), strCPUExecCap));
    691691
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMouseHandler.cpp

    r47729 r48950  
    681681#ifdef Q_WS_WIN
    682682#if (WINVER < 0x0601)
    683 typedef enum tagINPUT_MESSAGE_DEVICE_TYPE { 
     683typedef enum tagINPUT_MESSAGE_DEVICE_TYPE {
    684684  IMDT_UNAVAILABLE  = 0, // 0x0
    685685  IMDT_KEYBOARD     = 1, // 0x1
     
    689689} INPUT_MESSAGE_DEVICE_TYPE;
    690690
    691 typedef enum tagINPUT_MESSAGE_ORIGIN_ID { 
     691typedef enum tagINPUT_MESSAGE_ORIGIN_ID {
    692692  IMO_UNAVAILABLE  = 0x00000000,
    693693  IMO_HARDWARE     = 0x00000001,
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/normal/UIMachineViewNormal.cpp

    r48690 r48950  
    262262     * over the maximum size we calculated above, we work out how much space
    263263     * the other parts of the window (frame, menu bar, status bar and so on)
    264      * take up and subtract that space from the maximum window size. The 
     264     * take up and subtract that space from the maximum window size. The
    265265     * central widget shouldn't be bigger than the window, but we bound it for
    266266     * sanity (or insanity) reasons. */
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/scale/UIMachineViewScale.cpp

    r48644 r48950  
    215215     * over the maximum size we calculated above, we work out how much space
    216216     * the other parts of the window (frame, menu bar, status bar and so on)
    217      * take up and subtract that space from the maximum window size. The 
     217     * take up and subtract that space from the maximum window size. The
    218218     * central widget shouldn't be bigger than the window, but we bound it for
    219219     * sanity (or insanity) reasons. */
  • trunk/src/VBox/Frontends/VirtualBox/src/selector/UIActionPoolSelector.cpp

    r48577 r48950  
    10491049#include "UIActionPoolSelector.moc"
    10501050
    1051 
  • trunk/src/VBox/Frontends/VirtualBox/src/wizards/newvm/UIWizardNewVMPageBasic1.cpp

    r48759 r48950  
    109109    { QRegExp("((moonshine)|(werewolf)|(sulphur)|(cambridge)|(leonidas)|(constantine)|(goddard)|(laughlin)|(lovelock)|(verne)|(beefy)|(spherical)).*64", Qt::CaseInsensitive), "Fedora_64" },
    110110    { QRegExp("(moonshine)|(werewolf)|(sulphur)|(cambridge)|(leonidas)|(constantine)|(goddard)|(laughlin)|(lovelock)|(verne)|(beefy)|(spherical)", Qt::CaseInsensitive), "Fedora" },
    111    
     111
    112112    /* Regular names of Linux distributions: */
    113113    { QRegExp("Arc.*64", Qt::CaseInsensitive), "ArchLinux_64" },
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