VirtualBox

source: vbox/trunk/src/VBox/Main/ProgressImpl.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @31625   14 years vboxsync Main: add a getter in IProgress for getting the current operation weight
(edit) @31333   14 years vboxsync Main: rework new implementation of Machine::Unregister() and …
(edit) @30714   14 years vboxsync Main: remove SupportErrorInfo template magic
(edit) @30681   14 years vboxsync Main: COM header cleanup (remove obscure and unused templates), second try
(edit) @30676   14 years vboxsync Main: back out r63429
(edit) @30670   14 years vboxsync Main: COM header cleanup (remove obscure and unused templates)
(edit) @30632   14 years vboxsync Main: simplify and document ComPtr<> template; speeds up compiling a bit
(edit) @30396   14 years vboxsync Teleportation: Make the progress bar move during teleportation. The …
(edit) @29989   15 years vboxsync Main/ProgressImpl: be a bit more precise here
(edit) @29924   15 years vboxsync Progress.cpp: Don't assert in SetNextOperation if the object is …
(edit) @29914   15 years vboxsync ProgressImpl.cpp: Use RTTimeMillTS instead of RTTimeNow() - monotonic …
(edit) @29881   15 years vboxsync ProgressImpl.cpp: Log cancelation.
(edit) @29863   15 years vboxsync Main: missing Progress changes.
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @27607   15 years vboxsync Main: remove templates for 'weak' com pointers which do nothing anyway
(edit) @26603   15 years vboxsync Main: back out r57775
(edit) @26587   15 years vboxsync Main: Bstr makeover (second attempt) -- make Bstr(NULL) and Bstr() …
(edit) @26553   15 years vboxsync Main: backing out r57728 + r57730 which burn on windows
(edit) @26550   15 years vboxsync Main: Bstr makeover -- make Bstr(NULL) and Bstr() behave the same; …
(edit) @26235   15 years vboxsync Main: coding style
(edit) @26186   15 years vboxsync Main: coding style fixes
(edit) @25860   15 years vboxsync Main: cleanup: get rid of VirtualBoxBaseProto, move AutoCaller*/*Span* …
(edit) @25310   15 years vboxsync Main: lock validator, first batch: implement per-thread stack to trace …
(edit) @25184   15 years vboxsync Main: bring back r55600 with fix for broken machine creation
(edit) @25182   15 years vboxsync Backed out 55600; unable to create new VMs
(edit) @25170   15 years vboxsync Main: rework VirtualBox implemenation to no longer use …
(edit) @25149   15 years vboxsync Main: cleanup: remove all CheckComRC* macros (no functional change)
(edit) @24989   15 years vboxsync Main: enable -Wshadow gcc option to warn about shadowed variables and …
(edit) @24969   15 years vboxsync Main,VBoxManage: Check for timeout in the progress object (simple …
(edit) @24961   15 years vboxsync Main: Added a timeout property to IProgress that can be used to …
(edit) @23827   15 years vboxsync Main: Cancellation fixes (almost perfect).
(edit) @23810   15 years vboxsync Main: Cancelling teleporation…
(edit) @23662   15 years vboxsync ProcessImpl.cpp: Added todo about replacing walltime (RTTimeNow) with …
(edit) @23223   15 years vboxsync API: big medium handling change and lots of assorted other cleanups …
(edit) @21878   15 years vboxsync Main: coding style: have Main obey the standard VirtualBox coding …
(edit) @20220   16 years vboxsync Main: back out the IProgess::GetResultCode() parameter change
(edit) @20216   16 years vboxsync win build fix
(edit) @20212   16 years vboxsync Main: changed the parameter of IProgress::GetResultCode() from …
(edit) @19242   16 years vboxsync Main: hopefully fixed Linux burns
(edit) @19239   16 years vboxsync Main: support for using VBox from Python on Windows (still certain …
(edit) @18643   16 years vboxsync Typos in comments corrected while fixing doxygen warnings.
(edit) @18406   16 years vboxsync Main: add IProgress::GetTimeRemaining()
(edit) @18394   16 years vboxsync Main: do not allow IProgress to report 100% until we're really done
(edit) @18306   16 years vboxsync OVF: fix progress values for disks on import
(edit) @18277   16 years vboxsync typos
(edit) @18276   16 years vboxsync Main: document new IProgress weighting
(edit) @18269   16 years vboxsync Main: rework IProgress internals to optionally handle weighted …
(edit) @18252   16 years vboxsync Main: performance header cleanup.
(edit) @18120   16 years vboxsync Main/Progress: implement cancelling of activities associated with …
(edit) @15165   16 years vboxsync #3285: Improve error handling API to include unique error numbers …
(edit) @15051   16 years vboxsync Main: Cleaned up the long standing const BSTR = const (OLECHAR *) on …
(edit) @14972   16 years vboxsync #3285: Improve error handling API to include unique error numbers The …
(edit) @14772   16 years vboxsync Added vim modelines to aid following coding guidelines, like no tabs, …
(edit) @14715   16 years vboxsync s/return E_NOTIMPL/ReturnComNotImplemented()/g Main/*.cpp as suggested …
(edit) @14579   16 years vboxsync Main: VirtualBoxBase::addCaller() now returns E_ACCESSDENIED. Also …
(edit) @13915   16 years vboxsync Main: fix mac burns
(edit) @13908   16 years vboxsync Fixed include order, a bunch of GCC 3.3 warnings, OS/2 build.
(edit) @13837   16 years vboxsync s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
(edit) @13835   16 years vboxsync s/VBOX_SUCCESS/RT_SUCCESS/g s/VBOX_FAILURE/RT_FAILURE/g - VBOX_SUCCESS …
(edit) @13580   16 years vboxsync Ported s2 branch (r37120:38456).
(edit) @10615   16 years vboxsync stdint.h & C++ fun.
(edit) @10613   16 years vboxsync Performance API enabled for Linux, Solaris and Windows. POSIX timers …
(edit) @10612   16 years vboxsync Another attempt to fix OS X build.
(edit) @8155   17 years vboxsync The Big Sun Rebranding Header Change
(edit) @8083   17 years vboxsync Main: Renamed AutoLock => AutoWriteLock; AutoReaderLock => AutoReadLock.
(edit) @7992   17 years vboxsync Main: Implemented true AutoReaderLock (#2768).
(edit) @6935   17 years vboxsync Main: Changed 'defined (RT_OS_WINDOWS)' => '!defined …
(edit) @6375   17 years vboxsync Main: Fixed VM error callback used during powerup so that it doesn't …
(edit) @5999   17 years vboxsync The Giant CDDL Dual-License Header Change.
(edit) @4134   17 years vboxsync Main: Add Utf8StrFmtVA to resolve the dangerous ambiguity of ellipsis …
(edit) @4071   17 years vboxsync Biggest check-in ever. New source code headers for all (C) innotek files.
(edit) @3668   17 years vboxsync replace underscore symbols in Main/
(edit) @3191   17 years vboxsync Main: Made it build on OS/2.
(edit) @2981   18 years vboxsync InnoTek -> innotek: all the headers and comments.
(edit) @357   18 years vboxsync Main: Added VirtualBoxSupportErrorInfoImpl::setErrorBstr() and …
(edit) @351   18 years vboxsync Main: Fixed: HVirtualDiskImage::geAccessible() blocked all other …
(add) @1   55 years vboxsync import
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