ChangeSet ID: 17491
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/05/14 06:03:44
Modified files:
dlls/qcap : qcap_main.h Makefile.in
Added files:
dlls/qcap : enummedia.c
Log message:
Rolf Kalbermatter <r.kalbermatter(a)hccnet.nl>
Add IEnumMediaType object for use by other class objects. This is
taken from quartz with only minor adaptions.
Patch: http://cvs.winehq.org/patch.py?id=17491
Old revision New revision Changes Path
1.1 1.2 +21 -0 wine/dlls/qcap/qcap_main.h
1.10 1.11 +1 -0 wine/dlls/qcap/Makefile.in
Added 1.1 +0 -0 wine/dlls/qcap/enummedia.c
ChangeSet ID: 17488
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/05/13 19:43:33
Modified files:
. : appsubmit.php appview.php
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
Add a list of things a user should do prior to submitting an
application. The hope is to reduce the number of duplicate, incorrect and incomplete
submissions that just end up rejected. Change 'Add Version' to 'Submit new
version' to match the 'Submit application' link in the menu panel.
Patch: http://cvs.winehq.org/patch.py?id=17488
Old revision New revision Changes Path
1.25 1.26 +17 -1 appdb/appsubmit.php
1.67 1.68 +1 -1 appdb/appview.php
ChangeSet ID: 17487
CVSROOT: /opt/cvs-commit
Module name: appdb
Changes by: wineowner(a)wine.codeweavers.com 2005/05/13 19:42:26
Modified files:
. : search.php
include : util.php
admin : adminAppQueue.php
Log message:
Chris Morgan <cmorgan(a)alum.wpi.edu>
When processing an application automatically perform a search of the
database for the application name and display a table at the top of the
page. This makes it easier to determine if the submission is a duplicate. Remove
obsolete comments for admins. Add a 'back' link to the top of the page
to make it easier to go back without scrolling to the bottom of the page.
Patch: http://cvs.winehq.org/patch.py?id=17487
Old revision New revision Changes Path
1.13 1.14 +2 -54 appdb/search.php
1.24 1.25 +62 -0 appdb/include/util.php
1.29 1.30 +7 -8 appdb/admin/adminAppQueue.php