Commit graph

32570 commits

Author SHA1 Message Date
Johannes Anderwald 245ddb9f52 - Fix several bugs in icon changing code
svn path=/trunk/; revision=36296
2008-09-17 22:21:04 +00:00
Johannes Anderwald 48dac13bd4 - Update Status Icon when there is activity
- Also update the Taskbar Notification Icon

svn path=/trunk/; revision=36295
2008-09-17 21:58:34 +00:00
Johannes Anderwald 58d5c68b74 - Use Ged's time updating code from ncpa module
- Periodically refresh timer for status dialog
- Make property sheet modal

svn path=/trunk/; revision=36292
2008-09-17 19:44:05 +00:00
Aleksey Bragin 9a4bf1ea9c - ObQueryNameString can return STATUS_INFO_LENGTH_MISMATCH, so make sure SeInitializeProcessAuditName supports that along with BUFFER_OVERFLOW and BUFFER_TOO_SMALL, which an Ob query name procedure could return.
- ObQueryNameString can return STATUS_INFO_LENGTH_MISMATCH, take this into account and report a proper buffer length to the caller in IopQueryNameFile.

svn path=/trunk/; revision=36291
2008-09-17 18:38:14 +00:00
Johannes Anderwald 6a59f3c2f8 - Use updated icons
- Only load Taskbar Notifications once

svn path=/trunk/; revision=36290
2008-09-17 16:53:05 +00:00
Christoph von Wittich 73e8217f04 add icons for netshell (from tango project)
svn path=/trunk/; revision=36289
2008-09-17 16:35:56 +00:00
Johannes Anderwald c4f9fedf2d - Initialize members
svn path=/trunk/; revision=36288
2008-09-17 16:19:35 +00:00
Johannes Anderwald fa64fcba76 - Preload NetworkConnection Taskbar Notification
- Use Notification as a singleton
- Execute the status dialog by using the NetCfgInstanceId of the connection

svn path=/trunk/; revision=36287
2008-09-17 15:20:04 +00:00
Christoph von Wittich 15e6477932 fix a kernel32 environ winetest
svn path=/trunk/; revision=36285
2008-09-17 14:03:05 +00:00
Johannes Anderwald 3ed4acffca - Check for null in IConnection_Constructor
- Implement INetConnectionConnectUi interface
- Add a dialog which serves a proxy dialog
- Add tray icons for connection which want to displayed in the tray
- Start implement network connection status dialog

svn path=/trunk/; revision=36284
2008-09-17 13:58:48 +00:00
Johannes Anderwald 84df91a549 - Add INetConnectionConnectUi interface
svn path=/trunk/; revision=36283
2008-09-17 13:53:00 +00:00
Eric Kohl 7fc5d5420a RSetServiceStatus:
- Don't fail if the system is shutting down because services must report successful shutdown to the service manager while the system is shutting down.
- Add some more parameter checks.

svn path=/trunk/; revision=36272
2008-09-16 19:47:16 +00:00
Gregor Brunmar b0530233d9 D3D9: Implemented part of IDirect3DDevice9::CreateTexture()
svn path=/trunk/; revision=36271
2008-09-16 19:21:02 +00:00
Johannes Anderwald ec92454abf - add IID_INetConnectionConnectUi
svn path=/trunk/; revision=36268
2008-09-16 14:44:42 +00:00
Colin Finck 0cb9efc0ff Fix some mistakes detected by a true XML parser
svn path=/trunk/; revision=36267
2008-09-16 14:29:21 +00:00
Stefan Ginsberg 82234d5abf - Implement IoSetFileOrigin
svn path=/trunk/; revision=36263
2008-09-15 17:47:16 +00:00
Johannes Anderwald 7660dc57be - Fix selection of radio buttons for unimplemented by folder dialog
- found by PCNeuVerdrahter

svn path=/trunk/; revision=36259
2008-09-15 13:41:17 +00:00
Cameron Gutman 48c42842c5 - Merge aicom-network-fixes up to r36256
- This should fix kvmnet

svn path=/trunk/; revision=36258
2008-09-15 13:13:44 +00:00
Aleksey Bragin b07e36592f - Don't hardcode PAGE_SIZE two times, use ViewSize value, which is the actual size of committed pages.
svn path=/trunk/; revision=36257
2008-09-15 13:09:30 +00:00
Christoph von Wittich 43aead0a4e add ReactOS (RosDbg) option to freeldr and use it as default for unattended installs
svn path=/trunk/; revision=36253
2008-09-15 06:25:31 +00:00
Stefan Ginsberg fa462c13fd - STDCALL -> NTAPI
svn path=/trunk/; revision=36252
2008-09-15 04:38:06 +00:00
Stefan Ginsberg af0b1eb575 - IopCompleteRequest: Remove the hack related to Irp->UserEvent, fixed by 36047
svn path=/trunk/; revision=36251
2008-09-15 04:32:45 +00:00
Christoph von Wittich 2d4aadb83f sync advapi32_winetest to wine 1.1.4
svn path=/trunk/; revision=36247
2008-09-14 18:24:25 +00:00
Christoph von Wittich 2435f146c3 add missing definitions
svn path=/trunk/; revision=36246
2008-09-14 18:22:53 +00:00
Eric Kohl 41cb00e69a Don't user the local attribute twice.
svn path=/trunk/; revision=36245
2008-09-14 18:16:24 +00:00
Aleksey Bragin 4b9642ee43 - Don't call MmLoadSystemImage with a NULL ModuleHandle. This could allow a simplification of the SystemLoadGdiDriverInformation function.
svn path=/trunk/; revision=36244
2008-09-14 17:58:27 +00:00
Christoph von Wittich ffe9d022e2 fix memory allocation for NDIS_WORK_ITEM
svn path=/trunk/; revision=36243
2008-09-14 17:20:45 +00:00
Christoph von Wittich cd5303c9a0 add PCI_SUBCLASS_SB_SMBUS
svn path=/trunk/; revision=36242
2008-09-14 16:22:42 +00:00
Christoph von Wittich 70bfb6733b add kvmnet.sys and kvmnet.inf to bootcd (OPTIONAL)
svn path=/trunk/; revision=36241
2008-09-14 14:29:33 +00:00
Cameron Gutman 7b55b5e382 - Merge aicom-network-fixes up to r36215
- We now queue a work item to do most of the work
 - Send/SendPackets now get called at the correct IRQL

svn path=/trunk/; revision=36240
2008-09-14 13:54:42 +00:00
Christoph von Wittich 3f4a8c55e1 fix some typos
svn path=/trunk/; revision=36239
2008-09-14 13:43:46 +00:00
Stefan Ginsberg d896822e7b - Don't dereference a thread when we are supposed to reference it. Now WinDBG can attach to a process, but we crash in CM due to a unhandled failure case.
svn path=/trunk/; revision=36238
2008-09-14 13:41:33 +00:00
Stefan Ginsberg 039d340316 - Don't dereference the debug object when we are supposed to reference it
svn path=/trunk/; revision=36237
2008-09-14 13:20:36 +00:00
Christoph von Wittich 73669f0581 fix a no newline @ end of file warning
svn path=/trunk/; revision=36236
2008-09-14 13:11:49 +00:00
Christoph von Wittich f72a3929a4 fix a no newline @ end of file warning
svn path=/trunk/; revision=36235
2008-09-14 13:10:36 +00:00
Christoph von Wittich a8e501e352 include wintrust.h in imagehlp.h
svn path=/trunk/; revision=36234
2008-09-14 12:02:50 +00:00
Christoph von Wittich e28b2f9bee sync imm.h with wine (should fix build)
svn path=/trunk/; revision=36233
2008-09-14 11:46:08 +00:00
Christoph von Wittich 0ff89a79a9 update crypt headers
sync crypt32 with wine 1.1.4
sync wintrust with wine 1.1.4

svn path=/trunk/; revision=36232
2008-09-14 11:32:55 +00:00
Christoph von Wittich 7b048be57f set _ADVAPI32_ define
svn path=/trunk/; revision=36231
2008-09-14 11:28:56 +00:00
Stefan Ginsberg 896fd757c7 - Don't leak a handle if user mode tries to debug the system process
svn path=/trunk/; revision=36230
2008-09-14 11:27:28 +00:00
Christoph von Wittich cbfff94876 sync rasapi32 to wine 1.1.4
svn path=/trunk/; revision=36229
2008-09-14 10:37:55 +00:00
Christoph von Wittich 16f1715fc9 sync mpr to wine 1.1.4
svn path=/trunk/; revision=36228
2008-09-14 10:18:40 +00:00
Christoph von Wittich 6c1c3b0947 sync advpack to wine 1.1.4
svn path=/trunk/; revision=36227
2008-09-14 10:14:21 +00:00
Christoph von Wittich d9d2e414c7 update headers for shdocvw
svn path=/trunk/; revision=36226
2008-09-14 10:05:35 +00:00
Christoph von Wittich b95f89316b IID_IActiveScriptSiteDebug32 is already defined in uuid
svn path=/trunk/; revision=36225
2008-09-14 09:56:41 +00:00
Christoph von Wittich bcadb066fd add some stuff to uuid
svn path=/trunk/; revision=36222
2008-09-14 07:43:02 +00:00
Christoph von Wittich 27378d78cf sync msxml3 to wine 1.1.4
svn path=/trunk/; revision=36220
2008-09-14 06:24:36 +00:00
Christoph von Wittich 42f6e7844c sync mlang with wine 1.1.4
svn path=/trunk/; revision=36219
2008-09-14 06:17:43 +00:00
Christoph von Wittich 4744b6d35e sync inetmib1 with wine 1.1.4
svn path=/trunk/; revision=36218
2008-09-14 06:13:20 +00:00
Christoph von Wittich 172034efd8 sync hlink with wine 1.1.4
svn path=/trunk/; revision=36217
2008-09-14 06:10:11 +00:00