VirtualBox

source: vbox/trunk/src/VBox/Frontends/VirtualBox

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @94062   3 years vboxsync FE/Qt: bugref:6899: VM settings: Get rid of QIComboBox objects for …
(edit) @94061   3 years vboxsync FE/Qt: qt6: QFileDialog adjustments for macOS, all stuff that was …
(edit) @94060   3 years vboxsync FE/Qt: qt6: QMouseEvent copy constructor is protected in 6.0, so tweak …
(edit) @94059   3 years vboxsync FE/Qt: bugref:6899: Global preferences: Get rid of QIComboBox objects …
(edit) @94058   3 years vboxsync FE/Qt: bugref:6899: VM settings: Get rid of QIComboBox objects for …
(edit) @94057   3 years vboxsync FE/Qt: bugref:6899: Global preferences: Get rid of QIComboBox objects …
(edit) @94056   3 years vboxsync FE/Qt: bugref:6899: VM settings: Get rid of QIComboBox objects for …
(edit) @94055   3 years vboxsync FE/Qt: bugref:6899. Some re-wording in tooltips.
(edit) @94053   3 years vboxsync FE/Qt: bugref:6899. Concatenating the page title to the tooltip of …
(edit) @94052   3 years vboxsync FE/Qt: bugref:6899. Removing html tags from tooltips of some widgets.
(edit) @94046   3 years vboxsync FE/Qt: qt6: qHash() now uses size_t instead of uint for return and the …
(edit) @94045   3 years vboxsync FE/Qt: qt6: The QButtonGroup::buttonClicked(int) signal was removed in …
(edit) @94044   3 years vboxsync FE/Qt: qt6: Signal QSignalMapper::mapped(const QString &) renamed to …
(edit) @94043   3 years vboxsync FE/Qt: qt6: Include CCloudMachine.h in UIChooserAbstractModel.h as qt6 …
(edit) @94042   3 years vboxsync FE/Qt: qt6: The signal QComboBox::activated(const QString &) was …
(edit) @94039   3 years vboxsync FE/Qt: bugref:6899: VM settings: Reworking Audio page to increase page …
(edit) @94037   3 years vboxsync FE/Qt: qt6: Use QStringList::contains + push_back instead of …
(edit) @94036   3 years vboxsync FE/Qt: qt6: endl(&QTextStream) was put in the 'Qt' namespace (since …
(edit) @94035   3 years vboxsync FE/Qt: qt6: Qt::UNICODE_ACCEL was removed (it was zero, so it didn't …
(edit) @94034   3 years vboxsync FE/Qt: qt6: The QCursor constructor with a mask now takes two QBitmap …
(edit) @94033   3 years vboxsync FE/Qt: qt6: The result argument of QWidget::nativeEvent changes from a …
(edit) @94032   3 years vboxsync FE/Qt: qt6: Help stuff. bugref:9898 - QHelpEngine::linksForIdentifier …
(edit) @94031   3 years vboxsync FE/Qt: qt6: QList, QSet & QVector adjustments. [build fix] …
(edit) @94030   3 years vboxsync FE/Qt: bugref:6899: A bit of refactoring for UINameAndSystemEditor; …
(edit) @94029   3 years vboxsync FE/Qt: qt6: QList, QSet & QVector adjustments. bugref:9898 - …
(edit) @94028   3 years vboxsync FE/Qt: bugref:6899: Always use full-path tool-tip for UIFilePathSelector.
(edit) @94027   3 years vboxsync FE/Qt: bugref:6899: VirtualBox Manager: No QIComboBox class for …
(edit) @94026   3 years vboxsync FE/Qt: qt6: QRegion::rects() was removed in 6, so must use iterators …
(edit) @94025   3 years vboxsync FE/Qt: qt6: QTouchDevice::TouchScreen -> …
(edit) @94024   3 years vboxsync FE/Qt: qt6: QWheelEvent has dropped qt4 compatibility stuff like …
(edit) @94022   3 years vboxsync FE/Qt: qt6: QFond::setWeight has changed from a 0-100 range to a …
(edit) @94021   3 years vboxsync FE/Qt: qt6: Use QPixmapCache::find method variant introduced in 4.6 …
(edit) @94020   3 years vboxsync FE/Qt: qt6: UIFileManagerHostTable.h must explicitly include …
(edit) @94019   3 years vboxsync FE/Qt: qt6: QGuiApplication::setFallbackSessionManagementEnabled was …
(edit) @94018   3 years vboxsync FE/Qt: qt6: QProcess::pid (removed) -> QProcess::processId (5.3+). …
(edit) @94017   3 years vboxsync FE/Qt: qt6: A couple of == operators weren't const, causing trouble in …
(edit) @94015   3 years vboxsync FE/Qt: qt6: QDesktopWidget is gone, mostly replaced by QScreen and …
(edit) @94014   3 years vboxsync FE/Qt: qt6: QActionPool needs to be included explicitly when needed. …
(edit) @94013   3 years vboxsync FE/Qt: qt6: QX11Info is gone, kind of replaced by …
(edit) @94010   3 years vboxsync FE/Qt: qt6: QLocale::decimalPoint is now a string instead of a char. …
(edit) @94009   3 years vboxsync FE/Qt: qt6: QDateTime/QTime::toString -> …
(edit) @94008   3 years vboxsync FE/Qt: qt6: Qt::MidButton -> Qt::MiddleButton (5.0 or earlier). bugref:9898
(edit) @94007   3 years vboxsync FE/Qt: qt6: QFileInfo::created -> QFileInfo::birthTime (5.10+).
(edit) @94006   3 years vboxsync FE/Qt: qt6: QDateTime::setTime_t -> QDateTime::setSecsSinceEpoch …
(edit) @94005   3 years vboxsync FE/Qt: qt6: QMap::insertMulti -> QMultiMap::insert (5.5?). bugref:9898
(edit) @94004   3 years vboxsync FE/Qt: qt6: Compiler insists on braces around foreach() loops …
(edit) @94003   3 years vboxsync FE/Qt: qt6: QLayout::margin (removed in 6) -> …
(edit) @94002   3 years vboxsync /Config.kmk,VBoxDbg/Makefile.kmk,VirtualBox/Makefile.kmk: Qt6 …
(edit) @94001   3 years vboxsync FE/Qt: qt6: QString.sprintf is gone. Forced to use QString::number, …
(edit) @94000   3 years vboxsync FE/Qt: qt6: Using '0' for null-pointers doesn't really work because …
(edit) @93999   3 years vboxsync FE/Qt: qt6: In qt6 there is now a QEnterEvent so the enterEvent …
(edit) @93998   3 years vboxsync FE/Qt: qt6: QFontMetrics::width (removed) -> …
(edit) @93997   3 years vboxsync FE/Qt: qt6: Regular expressions. [build fix] bugref:9898
(edit) @93996   3 years vboxsync FE/Qt: qt6: Regular expressions. bugref:9898 - QString::remove, …
(edit) @93995   3 years vboxsync FE/Qt: qt6: QLayout::setMargin (removed in 6) -> …
(edit) @93992   3 years vboxsync FE/Qt: bugref:6899: Global preferences: Reworking Display page to …
(edit) @93990   3 years vboxsync FE/Qt: Replaced /* override */ comments with RT_OVERRIDE. bugref:9898
(edit) @93988   3 years vboxsync FE/Qt: qt6: Fancy string to enum conversion using parallel 'key' / …
(edit) @93987   3 years vboxsync FE/Qt: qt6: No implicit conversion from QString to QUuid, must use the …
(edit) @93986   3 years vboxsync FE/Qt: bugref:6899: Global preferences: Reworking Update page to …
(edit) @93985   3 years vboxsync FE/Qt: scm fix. bugref:9898
(edit) @93984   3 years vboxsync FE/Qt: qt6: QStringRef replaced by QStringView, mainly a problem in …
(edit) @93983   3 years vboxsync FE/Qt: qt6: QStringRef replaced by QStringView, mainly a problem in …
(edit) @93982   3 years vboxsync FE/Qt: qt6: QString::SkipEmptyParts -> Qt::SkipEmptyParts (5.14+), …
(edit) @93981   3 years vboxsync FE/Qt: qt6: Simplified fromInternalString<KNATProtocol> so it compiles …
(edit) @93980   3 years vboxsync FE/Qt: No need for else after return. bugref:9898
(edit) @93976   3 years vboxsync FE/Qt: Added a bunch of missing Makefile.kup files (for compiling from …
(edit) @93975   3 years vboxsync FE/Qt: Attempt to fix regression from r150102 where QSpacerItem isn't …
(edit) @93950   3 years vboxsync FE/Qt: Fixed a bunch of inverted NULL pointer checks in …
(edit) @93949   3 years vboxsync FE/Qt: Fixed incorrect NULL m_pAddressBar check in …
(edit) @93938   3 years vboxsync FE/Qt: bugref:6899: Global preferences: Reworking Language page to …
(edit) @93937   3 years vboxsync FE/Qt: bugref:6899: Global preferences: Reworking Update page to …
(edit) @93936   3 years vboxsync FE/Qt: bugref:6899: Global preferences: Reworking Input page to …
(edit) @93935   3 years vboxsync FE/Qt: bugref:6899: Global preferences: Reworking General page to …
(edit) @93917   3 years vboxsync FE/Qt: bugref:3355. A small fix.
(edit) @93901   3 years vboxsync VMM,Main,++: Removed VM_IS_RAW_MODE_ENABLED/VM_EXEC_ENGINE_RAW_MODE …
(edit) @93894   3 years vboxsync FE/Qt: Fixing a small leak.
(edit) @93892   3 years vboxsync FE/Qt: bugref:9072. Do nothing upon next/prev button press when number …
(edit) @93890   3 years vboxsync FE/Qt: bugref:3355. Correcting some typo.
(edit) @93884   3 years vboxsync FE/Qt: bugref:6899: VirtualBox Manager / Network Manager / Reworking …
(edit) @93871   3 years vboxsync FE/Qt: bugref:6899: VirtualBox Manager / Network Manager: Make sure …
(edit) @93868   3 years vboxsync FE/Qt: bugref:6899: VirtualBox Manager / Tools stack: Make sure …
(edit) @93867   3 years vboxsync FE/Qt: bugref:6899: VirtualBox Manager / Chooser pane: Minor issues …
(edit) @93829   3 years vboxsync FE/Qt: bugref:6899: VM settings: Replacing what's this tags with tool-tips.
(edit) @93823   3 years vboxsync FE/Qt: bugref:9515. Modifying hostname validator's regex.
(edit) @93822   3 years vboxsync FE/Qt: Checking pointer before creating the connection.
(edit) @93821   3 years vboxsync FE/Qt: bugref:6899: Forgot one file in r150020.
(edit) @93820   3 years vboxsync FE/Qt: bugref:6899: VM settings: Replacing QApplication::translate with tr.
(edit) @93819   3 years vboxsync FE/Qt: bugref:6899: Global properties / Display page: Couple of NLS fixes.
(edit) @93818   3 years vboxsync FE/Qt: bugref:6899: Global properties: Replacing what's this tags with …
(edit) @93798   3 years vboxsync FE/Qt: bugref:9515. Populate GA ISO selector with recent dvd list.
(edit) @93791   3 years vboxsync FE/Qt: bugref:9515. Excluding strings with a dot at the end as …
(edit) @93733   3 years vboxsync FE/Qt: Stop but don't reset activity monitor when a vm is paused.
(edit) @93731   3 years vboxsync FE/Qt: bugref:10165. Disabling the guest control tab of the 'session …
(edit) @93726   3 years vboxsync FE/Qt: bugref:10165, bugref:9371. Disable file manager when vm is paused.
(edit) @93698   3 years vboxsync FE/Qt: bugref:9930. Moving the tab bar of vm activity tool to east to …
(edit) @93697   3 years vboxsync FE/Qt: bugref:9371. refactoring.
(edit) @93696   3 years vboxsync FE/Qt: bugref:9371. typo correction.
(edit) @93683   3 years vboxsync FE/Qt: bugref:9371. scm fix.
(edit) @93682   3 years vboxsync FE/Qt: bugref:9371. Removing status label to use icons and tooltips as …
Note: See TracRevisionLog for help on using the revision log.

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