Commit Graph

105 Commits

Author SHA1 Message Date
Thomas Faber 8365eb8753 qmgr: Register WINE_REGISTRY resource in DllRegisterServer instead of a nonexistent inf file. 2014-05-01 16:31:36 +02:00
Dmitry Timoshkov da0c40326a qmgr: Remove unused IUnknown *outer parameter from object constructor. 2014-01-07 15:21:55 +01:00
Alexandre Julliard 99ef0d6ff0 makefiles: Get rid of the MAKE_TEST_RULES variable. 2014-01-02 12:13:16 +01:00
Alexandre Julliard 5e7416e5c8 makefiles: Get rid of the MAKE_DLL_RULES variable. 2014-01-02 12:08:18 +01:00
Alexandre Julliard d08ff3ff19 makefiles: Use a single variable for all types of idl files. 2013-12-31 18:15:17 +01:00
Nikolay Sivov 5edaed3ee3 qmgr: Rearrange BSC methods in a natural way, call with proper wrapper. 2013-12-04 11:07:26 +01:00
Nikolay Sivov f4a2163de7 qmgr: Add file to a job with 1 refcount. 2013-12-04 11:07:20 +01:00
Nikolay Sivov 5cbd28aa51 qmgr: Implement AddFile() with AddFileSet(). 2013-12-04 11:07:11 +01:00
Nikolay Sivov 202e71769e qmgr/tests: Fixed some test failures on older windows versions. 2013-12-02 10:48:37 +01:00
Nikolay Sivov f2e9854483 qmgr: Implement Get/SetNotifyInterface(). 2013-11-28 11:19:00 +01:00
Nikolay Sivov 2245acf75a qmgr/tests: Do an early check to skip all tests. 2013-11-27 14:54:01 +01:00
Nikolay Sivov 76c3f0cffb qmgr: Implement Get/SetNotifyFlags(). 2013-11-27 14:53:02 +01:00
Nikolay Sivov a124e927fa qmgr: Added missing argument tracing, method naming made more compact. 2013-11-26 13:51:47 +01:00
Nikolay Sivov c132ed8d5b qmgr: Use helper to return string value for File. 2013-11-26 13:51:43 +01:00
Nikolay Sivov 15bfd4a925 qmgr: Added parameter tracing for Job and Manager, make naming more compact. 2013-11-25 15:15:54 +01:00
Nikolay Sivov 421a26a9a8 qmgr: Implement IBackgroundCopyManager::GetJob(). 2013-11-25 15:15:53 +01:00
Nikolay Sivov cd777e5418 qmgr/tests: Remove skips around tests that don't fail. 2013-11-25 15:15:53 +01:00
Nikolay Sivov b8771368c6 qmgr: Implement IBackgroundCopyJob::GetDescription(). 2013-11-25 15:15:53 +01:00
Nikolay Sivov eeb05e6ef9 qmgr: Implement IBackgroundCopyJob::SetDescription(). 2013-11-25 15:15:53 +01:00
Alexandre Julliard 7960e02b17 makefiles: Add makedep pragmas for identifier idl files. 2013-11-05 20:38:18 +01:00
Alexandre Julliard f02cdd877f Remove empty DLL_PROCESS_DETACH case statements. 2013-04-15 16:45:35 +02:00
Nikolay Sivov 53e25cb4f6 qmgr: Remove separate release helpers. 2013-01-18 13:28:26 +01:00
Nikolay Sivov d4edda8c46 qmgr: COM cleanup for IBackgroundCopyFile interface. 2013-01-18 12:20:25 +01:00
Nikolay Sivov a7449dbf59 qmgr: COM cleanup of IBackgroundCopyJob2 interface. 2013-01-17 20:29:02 +01:00
Michael Stefaniuc 7183c69531 qmgr: Merge a helper function. 2012-12-06 13:01:46 +01:00
Michael Stefaniuc 49e6d411b0 qmgr: COM cleanup for the IEnumBackgroundCopyFiles iface. 2012-12-06 13:01:39 +01:00
Michael Stefaniuc 258d1ff897 qmgr: Merge a helper function. 2012-12-05 12:45:13 +01:00
Michael Stefaniuc efff59a2c8 qmgr: COM cleanup for the IEnumBackgroundCopyJobs iface. 2012-12-05 12:45:05 +01:00
Michael Stefaniuc 022e3f5333 qmgr: Parameter cleanup for a helper function. 2012-12-04 10:54:25 +01:00
Michael Stefaniuc a3fdfa22ff qmgr: COM cleanup for the IBackgroundCopyManager iface. 2012-12-04 10:54:18 +01:00
Nikolay Sivov fcda3c7ad8 qmgr: Use proper method macros. 2012-08-24 11:32:53 +02:00
Francois Gouget 7a30fbdcbf qmgr: Give a name to the critical sections. 2011-11-14 20:15:31 +01:00
Frédéric Delanoy 760faf01a9 tests: Assorted spelling fixes. 2011-08-04 18:27:37 +02:00
Alexandre Julliard c90a79a728 qmgr: Convert the remaining registrations to IRegistrar format. 2011-08-02 22:08:49 +02:00
Alexandre Julliard c1fce74587 qmgr: Register the service from wine.inf. 2011-08-02 22:05:06 +02:00
Michael Stefaniuc 3de56aa9a7 qmgr: COM cleanup for the IClassFactory iface. 2011-07-20 19:23:05 +02:00
Marcus Meissner 43742154a3 qmgr: Mark internal symbols with hidden visibility. 2011-05-24 11:56:03 +02:00
Austin English 69fd8d5271 qmgr/tests: Make sure return values are used (LLVM/Clang). 2011-02-08 14:45:54 -06:00
André Hentschel c71998d742 qmgr/tests: Use a temporary path to avoid failures. 2010-12-23 13:47:22 +01:00
Michael Stefaniuc 21c1cbf308 qmgr: Use an iface instead of a vtbl pointer in DLBindStatusCallback. 2010-12-05 12:27:24 +01:00
Alexandre Julliard 81b8ee863e makefiles: Add a standard header for all makefiles to replace the common variable initializations. 2010-09-19 12:36:48 +02:00
Detlef Riekenberg c9b0d7f15e qmgr/tests: Detect when the service is disabled. 2010-08-17 14:18:45 +02:00
Alexandre Julliard b86d515ed6 dlls: Remove explicit imports of kernel32 and ntdll. 2010-07-21 17:38:36 +02:00
Alexandre Julliard bef5645eb1 makefiles: Remove the no longer needed explicit separators for dependencies. 2010-03-16 13:28:19 +01:00
Alexandre Julliard 6164ce2d82 makefiles: Use the standard C_SRCS variable as the list of test files.
This enables it to be auto-updated by make_makefiles.
2010-02-22 10:47:11 +01:00
Tim Wright cb26244adb qmgr: Change BITS_IBackgroundCopyJob_SetPriority to a stub. 2009-05-20 13:34:26 +02:00
Rob Shearman 9083b4e754 qmgr: Add a missing call to CoUninitialize. 2009-03-09 12:04:39 +01:00
Rob Shearman c376b1bfc0 qmgr: Fix a memory leak. 2009-03-09 12:04:37 +01:00
Paul Vriens 936b10b473 qmgr/tests: Fix some tests on systems with BITS 1.5 and lower. 2009-03-06 15:39:24 +01:00
Michael Stefaniuc 0fed8b992f qmgr: Remove superfluous pointer casts. 2009-01-22 12:04:50 +01:00