ChangeSet ID: 15064
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2004/12/27 17:59:30
Modified files:
include : vote.php
Log message:
Paul van Schayck <polleke(a)gmail.com>
Rewrite vote_menu() to use MAX_VOTES. Show the application name instead of the ID in the menu.
Patch: http://cvs.winehq.org/patch.py?id=15064
Old revision New revision Changes Path
1.5 1.6 +9 -23 appdb/include/vote.php
ChangeSet ID: 15060
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/12/27 13:24:55
Modified files:
dlls/ole32 : rpc.c compobj_private.h compobj.c
Log message:
Robert Shearman <rob(a)codeweavers.com>
Implement COM local servers using table marshaling to avoid doing the
marshaling in a child thread where COM has not been initialized.
Patch: http://cvs.winehq.org/patch.py?id=15060
Old revision New revision Changes Path
1.33 1.34 +87 -0 wine/dlls/ole32/rpc.c
1.24 1.25 +1 -0 wine/dlls/ole32/compobj_private.h
1.116 1.117 +41 -114 wine/dlls/ole32/compobj.c
ChangeSet ID: 15058
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/12/27 13:12:35
Modified files:
dlls/msi : action.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
Parse out the full features by using the ',' character and do
comparisons based on the full feature names.
Patch: http://cvs.winehq.org/patch.py?id=15058
Old revision New revision Changes Path
1.54 1.55 +26 -2 wine/dlls/msi/action.c
ChangeSet ID: 15056
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/12/27 13:06:22
Modified files:
dlls/msi : action.c
Log message:
Aric Stewart <aric(a)codeweavers.com>
- Rework how we handle Feature and Component States. I have confirmed
from testing that, although documented nowhere, having ADDLOCAL on
the install line overrides INSTALLLEVEL.
- Track all files extracted from cabinents as tempfiles so they can be
removed at the end of the install to not leave uninstalled but
uncabbed files laying around.
Patch: http://cvs.winehq.org/patch.py?id=15056
Old revision New revision Changes Path
1.52 1.53 +140 -64 wine/dlls/msi/action.c