VirtualBox

source: vbox/trunk/src/VBox/GuestHost/DragAndDrop

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @104605   7 months vboxsync GuestHost/DragAndDrop: pcszBaseOld not being NULL is already checked …
(edit) @101555   13 months vboxsync Guest/Host: bugref:10450: Get rid of Qt5 stuff.
(edit) @99845   19 months vboxsync bugref:10450: Justify Qt 5/6 unit choice in various project parts.
(edit) @98638   22 months vboxsync DnD/tstDndTransferList: Buggy testcase.
(edit) @98413   22 months vboxsync GuestHost/*.kmk: Automatic scm cleanups. bugref:10348
(edit) @98208   23 months vboxsync GuestHost/DnD/*.kmk: s/VBOXGUESTR3LIB/VBoxGuestR3Lib/ + …
(edit) @98169   23 months vboxsync *.kmk: s/VBOXR3TSTEXE/VBoxR3TstExe/ bugref:10348
(edit) @98133   23 months vboxsync *.kmk: s/VBOXR3/VBoxR3Dll/ bugref:10348
(edit) @98127   23 months vboxsync *.kmk: s/VBOXQTGUIEXE/VBoxQtGuiExe/ s/VBOXQTGUI/VBoxQtGuiDll/ bugref:10348
(edit) @98103   23 months vboxsync Copyright year updates by scm.
(edit) @97848   2 years vboxsync DnD/GuestHost: Added a first, minimal (manual) testcase for Qt's …
(edit) @97845   2 years vboxsync DnD/GuestHost: Added a first, minimal (manual) testcase for Qt's …
(edit) @97843   2 years vboxsync DnD/GuestHost: Added a first, minimal (manual) testcase for Qt's …
(edit) @97842   2 years vboxsync DnD/GuestHost: Added a first, minimal (manual) testcase for Qt's …
(edit) @97841   2 years vboxsync DnD/GuestHost: Added a first, minimal (manual) testcase for Qt's …
(edit) @97834   2 years vboxsync DnD/TransferList: Fixed returning wrong buffer sizes in …
(edit) @97799   2 years vboxsync DnD: Resolved a @todo: Return rc when closing DnD objects.
(edit) @97769   2 years vboxsync DnD: Added DnDActionListToStrA().
(edit) @97762   2 years vboxsync DnD: Added VBOXDNDSTATE enum + string conversion function.
(edit) @97748   2 years vboxsync DnD: Renamed GUEST_DND_FN_GH_EVT_ERROR -> GUEST_DND_FN_EVT_ERROR to …
(edit) @97730   2 years vboxsync DnD: Added DnDHostMsgToStr() and DnDGuestMsgToStr().
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @95823   2 years vboxsync DnD: Added GuestHost/DnDUtils module for various utility functions, …
(edit) @95821   2 years vboxsync DnD: Added GuestHost/DnDUtils module for various utility functions, …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @86411   4 years vboxsync tstDnDTransferList: Leak fix. bugref:9841
(edit) @86410   4 years vboxsync DragAndDrop: Use RTPATH_STYLE rather than RT_OS_XXX defines to decide …
(edit) @86409   4 years vboxsync DragAndDrop: Must close directory before returning from …
(edit) @86370   4 years vboxsync DragAndDrop: Do not allocate pObj twice in dndTransferListObjAdd. …
(edit) @86369   4 years vboxsync tstDnDTransferObject: Must disable assertions when doing test expected …
(edit) @86368   4 years vboxsync tstDnDTransferList: Must disable assertions when doing test expected …
(edit) @86366   4 years vboxsync tstDndPath: Must disable assertions when code being tested is fed bad …
(edit) @85746   4 years vboxsync DnD: Renaming -- DND_FORMATS_SEPARATOR -> DND_FORMATS_SEPARATOR_STR …
(edit) @85682   4 years vboxsync DnD/GuestHost: Fixed testcases for Solaris (/usr/local/ isn't …
(edit) @85681   4 years vboxsync DnD: Lots of documentation.
(edit) @85663   4 years vboxsync DnD/GuestHost: Fixed testcases.
(edit) @85660   4 years vboxsync DnD/GuestHost: Fixed testcases.
(edit) @85659   4 years vboxsync DnD/DnDTransferList: Tweaked return value of VERR_FILE_NOT_FOUND to …
(edit) @85539   4 years vboxsync DnD/DnDTransferList: SCM fix.
(edit) @85535   4 years vboxsync DnD/DnDTransferList: More fixes for newly added testcases.
(edit) @85462   4 years vboxsync DnD/DnDTransferList: Also reset the root path in DnDTransferListReset().
(edit) @85456   4 years vboxsync DnD/DnDDroppedFiles: Init / destruction fixes.
(edit) @85435   4 years vboxsync DnD: Added DnDTransferListAppendRootsFromArray() + …
(edit) @85433   4 years vboxsync DnD: Also initialize directory list in dndDroppedFilesInitInternal().
(edit) @85429   4 years vboxsync DnD: Added DnDTransferObjectInit() / DnDTransferObjectInitEx().
(edit) @85428   4 years vboxsync DnD: Added DnDTransferListInit() / DnDTransferListInitEx().
(edit) @85427   4 years vboxsync DnD: Added DnDDroppedFilesInit() / DnDDroppedFilesInitEx().
(edit) @85422   4 years vboxsync DnD/TransferList: More fixes.
(edit) @85417   4 years vboxsync DnD/TransferList: dndTransferListAppenDirectory() -> …
(edit) @85416   4 years vboxsync DnD/TransferList: Fixed double free in dndTransferListObjAdd().
(edit) @85411   4 years vboxsync DnD/TransferList: Added DnDTransferListObjRemove().
(edit) @85408   4 years vboxsync DnD/TransferList: More fixes + testcases.
(edit) @85382   4 years vboxsync iprt/path.h: Adjustments and a bunch of todos for RTPathFindCommon[Ex].
(edit) @85381   4 years vboxsync DnD/testcase: export fix
(edit) @85373   4 years vboxsync DnD: Fixed crashes on VM shutdown.
(edit) @85372   4 years vboxsync DnD: Build fix.
(edit) @85371   4 years vboxsync DnD: Revamped code to simplify / untangle of internal data handling: - …
(edit) @85031   4 years vboxsync DnD/URIObject: Follow-up fixes for r138893 + r138894.
(edit) @85028   4 years vboxsync DnD: DnDPathSanitizeFilename() -> DnDPathSanitize().
(edit) @85027   4 years vboxsync DnD/DroppedFiles: Renaming.
(edit) @85026   4 years vboxsync DnD/DroppedFiles: Renaming.
(edit) @85017   4 years vboxsync DnD/URIObject: Follow-up fixes for r138893 + r138894.
(edit) @85005   4 years vboxsync DnD/URIObject: Validate paths when rebasing them + additional logging.
(edit) @85004   4 years vboxsync DnD: More (release) logging for URIObject implementation.
(edit) @85003   4 years vboxsync DnD: More work on path conversion / validation [build fix].
(edit) @85002   4 years vboxsync DnD: More work on path conversion / validation.
(edit) @84999   4 years vboxsync DnD: Greatly simplified usage / API of the DnDURIObject class [build fix].
(edit) @84998   4 years vboxsync DnD: Greatly simplified usage / API of the DnDURIObject class.
(edit) @84983   4 years vboxsync DnD/DroppedFiles: Docs, a bit of renaming.
(edit) @82968   5 years vboxsync Copyright year updates by scm.
(edit) @78783   6 years vboxsync DnD/DnDURIList: Use delete instead of RTMemFree() in …
(edit) @78083   6 years vboxsync DnD/GuestHost: Initialize file / directory handles in …
(edit) @78021   6 years vboxsync DnD/DnDURIList: Fixed having an invalid (file) handles when opening …
(edit) @78020   6 years vboxsync DnD/DnDURIObject: Got rid of internal m_fIsOpen member, which is …
(edit) @76553   6 years vboxsync scm --update-copyright-year
(edit) @76379   6 years vboxsync VBox/GuestHost/DragAndDrop.h: Don't include err.h, dir.h and file.h …
(edit) @74715   6 years vboxsync DnD/URIList: Added support for handling UNC paths.
(edit) @74714   6 years vboxsync DnD: Cleaned up DnDURIObject API / internal state handling.
(edit) @74673   6 years vboxsync DnD/DnDURIObject: Fixed checking for valid flags in OpenEx().
(edit) @74574   6 years vboxsync DnD/DnDObject: Documentation, a bit of cleaning / re-structuring. No …
(edit) @74527   6 years vboxsync Build fix.
(edit) @74526   6 years vboxsync DnD: Renaming for DnDURIObject / DnDURIList classes, some typedefs to …
(edit) @74208   6 years vboxsync DnD/HostService: Build fix.
(edit) @69758   7 years vboxsync VBoxManageGuestCtrl.cpp,DnDURIList.cpp: Fix RTDIRENTRYTYPE_UNKNOWN …
(edit) @69755   7 years vboxsync DnDRUIList.cpp: pointed out broken directory enumeration that looks …
(edit) @69753   7 years vboxsync iprt/dir: Morphing PRTDIR into a handle named RTDIR. (Been wanting to …
(edit) @69500   7 years vboxsync *: scm --update-copyright-year
(edit) @69498   7 years vboxsync backed out r118835 as it incorrectly updated the 'This file is based …
(edit) @69496   7 years vboxsync *: scm --update-copyright-year
(edit) @69111   7 years vboxsync (C) year
(edit) @62919   8 years vboxsync Please use 'static const' on data that is constant, don't make the …
(edit) @62816   8 years vboxsync GuestHost/DragAndDrop: warnings
(edit) @62492   8 years vboxsync (C) 2016
(edit) @59854   9 years vboxsync Backed out r105750, as exception handling is disabled.
(edit) @59852   9 years vboxsync DnD/DnDURIList.cpp: Use exceptions.
(edit) @59838   9 years vboxsync DnD: DnDURIObject.cpp: Added another initialization for m_fOpen.
(edit) @59837   9 years vboxsync warning
(edit) @59828   9 years vboxsync DnD/DnDURIObject: Use a dedicated flag for indicating the opening status.
(edit) @59778   9 years vboxsync DnDURIObject.cpp: Use NIL_RTFILE for file objects.
(edit) @58370   9 years vboxsync DnD: Warnings.
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