filtjs/ is handy if you want to quickly
decode a mangled name.
--
Owen Rudge
http://www.owenrudge.net/
n the gsoc wiki(there's
some password for the wiki I keep forgetting).
OK, well, I shall do the same too. :)
--
Owen Rudge
http://www.owenrudge.net/
hotel tends to fill up pretty quickly.
--
Owen Rudge
http://www.owenrudge.net/
there are others who haven't been who would like to attend,
then they should come first. :)
--
Owen Rudge
http://www.owenrudge.net/
It looks like the GSoC mentor summit for 2012 has been announced. Are
any of the mentors this year interested in attending? It's happening on
the 20th/21st October in Mountain View.
Details are on the GSoC mentor wiki:
http://gsoc-wiki.osuosl.org/index.php/2012
Cheers,
--
Owen Rudge
On 28/06/2012 11:33, Owen Rudge wrote:
---
dlls/msvcp60/msvcp60.spec | 638
++--
Sorry, I ran the make_specfiles script without realising that
msvcp60.spec shouldn't have been updated. I've resent the patch without
these changes.
--
Owen
eve my patch is still
functionally correct; would you like me to resubmit it to modify/remove
the comments referring to it being a 'bug'?
Cheers,
--
Owen Rudge
http://www.owenrudge.net/
27;m aware) HTML Help documentation can be found here:
http://www.microsoft.com/download/en/details.aspx?id=21138
Additionally, as Francois mentioned, the HTML Help header files do
include some references to unimplemented functionality.
--
Owen Rudge
http://www.owenrudge.net/
So I propose the attached patch.
I wouldn't object to that. If somebody wants to implement support for
the Jump buttons in the future, they can always be re-added, although I
would say that in such a circumstance, a resource file entry wouldn't be
necessary anyway.
--
Owen
ames does seem to have added support for creating the toolbar buttons
for IDTB_TOC_NEXT/PREV, but I can't find any documentation on what
they're meant to do, and he added no actual functionality, so they can
probably go too.
--
Owen Rudge
http://www.owenrudge.net/
nstants on
Windows results in buttons (captioned "Notes", "Next", "Previous") with
no apparent functionality whatsoever. Microsoft's own documentation
suggests these are "not implemented". I expect we could remove those
from Wine's hhctrl without any great consequences.
--
Owen Rudge
http://www.owenrudge.net/
ot; themselves,
as far as I can tell, should never be displayed to the user.
--
Owen Rudge
http://www.owenrudge.net/
e the latest date to officially confirm things is the 30th September,
but we probably want to figure things out before then to sort out
travel, etc.
--
Owen Rudge
http://www.owenrudge.net/
The gsoc mentor summit organizing is getting started. Do any fellow mentors
want to travel there?
I'd be interested if there's a space going free. We just get to send 2
mentors though as I understand it?
Cheers,
--
Owen Rudge
http://www.owenrudge.net/
s would be a good thing, rather than the
current situation where options are scattered between the control panel,
winecfg, etc. The key will be figuring out what you want to do, how
you're going to achieve it, and making sure it will be acceptable to the
wider Wine community.
Regards,
--
Owen Rudge
http://www.owenrudge.net/
(i.e., use the --attach
parameter to git format-patch).
--
Owen Rudge
http://www.owenrudge.net/
include them in that list
when they're not actually installed. To me, a separate tab would seem
better.
--
Owen Rudge
http://www.owenrudge.net/
potential WineConf venue in the future, and would be happy to
organise such a conference. Next year is I think currently planned to be
Minnesota, however, as Michael explains.
Regards,
--
Owen Rudge
http://www.owenrudge.net/
entity in its
own right.
--
Owen Rudge
http://www.owenrudge.net/
The group picture taken this morning:
http://www.flickr.com/photos/marcusmeissner/5191522943/
For all the ones who staid at home ;)
Nice use of Photoshop. ;)
--
Owen Rudge
http://www.owenrudge.net/
t audio - all of the destination buffers
are signed. So hopefully we shouldn't have an issue with negative values
being multiplied incorrectly.
I'll have a poke around and produce a revised patch.
Cheers,
--
Owen Rudge
http://www.owenrudge.net/
previous e-mail at the time. (I do
see it now.)
Thanks for your feedback,
--
Owen Rudge
http://www.owenrudge.net/
guess is what you were
getting at, Henri. I'm not too convinced Microsoft is likely to change
it during the D3D10 lifecycle, but I guess it doesn't hurt to be safe.
Cheers,
--
Owen Rudge
http://www.owenrudge.net/
in the future, we will need to
accommodate that in new DLLs.
--
Owen Rudge
http://www.owenrudge.net/
till
work, for instance. But I agree that it's probably not worth including
them in Wine's documentation.
--
Owen Rudge
http://www.owenrudge.net/
as an Extended MAPI provider.
--
Owen Rudge
http://www.owenrudge.net/
cular Freenode server manually? I seem to
be on "lindbohm.freenode.net", and it's working fine.
Cheers,
--
Owen Rudge
http://www.owenrudge.net/
eded?
The ImageHlp routines pad out to an 8-byte boundary, rather than 16
bytes. I guess as long as we're testing a DLL that we don't control,
this step may well be necessary.
Cheers,
--
Owen Rudge
http://www.owenrudge.net/
t; Somewhat related, LHANDLE is a
> ULONG in include/mapi.h, but a ULONG_PTR in my copy of the PSDK.
I can confirm the same with the Windows 7 PSDK, although I do have an
older SDK that has it just as ULONG. I imagine it perhaps changed when
Windows went 64-bit. I'll submit a
to make it more robust however, and shall
submit a revised version tomorrow.
--
Owen Rudge
http://www.owenrudge.net/
There's a new patch tracker?
http://source.winehq.org/patches/ :)
--
Owen Rudge
http://www.owenrudge.net/
Owen, also please use more reasonable names for particular tests -
dotest means nothing.
I agree that the test names are not particularly descriptive. However, I
chose those names to indicate that the tests match the existing DoTest
functions. Perhaps both sets of functions should ideally give
Hi Nikolay,
> I've tested this a bit and it flickers like hell in some cases. Looks
> like list requests redraw even if selection doesn't change (pointer is
> still over already selected item).
Hmm, yes, it seems it does still redraw if you move the mouse when selecting,
although it shouldn't if
lise others may disagree there.
Cheers,
--
Owen Rudge
http://www.owenrudge.net/
> This patch suggest that one of the previous patches in this series makes
> the tests succeed or actually fail as they are inside a todo_wine().
The previous patch is the one that makes the tests succeed. I split the
todo_wine removal from the tests due to the modifications being in separate
p
Hi Nikolay,
I don't think you need such duplication. Why not to use a single
rectangle? Looks like you always offset it to listview origin,
so these rectangle differ in offset only, that's why you introduced
another iterator_* helper. If I'm right about that it's better to
add another OffsetRec
Hi Nikolay,
I don't think you need such duplication. Why not to use a single
rectangle? Looks like you always offset it to listview origin,
so these rectangle differ in offset only, that's why you introduced
another iterator_* helper. If I'm right about that it's better to
add another OffsetRec
ents, as you say. Possibly I'm misunderstanding what
you're saying here, but I'm not sure I see where the problem is?
Behaviour is, as far as I can tell, identical with my patch and without
it, with the exception of course of the NM_SETFOCUS if the window does
not already have focus.
Cheers,
--
Owen Rudge
http://www.owenrudge.net/
e may well be useful for other tests that use the
v6 controls (if not now then perhaps in th future, if they encounter the
same issues you did).
Cheers,
--
Owen Rudge
http://www.owenrudge.net/
see that item isn't selected at all.
That's the same bug you mentioned in your previous e-mail - I've not yet
submitted a fix for this, but shall do as soon as I can.
Thanks for your testing,
--
Owen Rudge
http://www.owenrudge.net/
arlier and see if those tests
work? For me at least, they all functioned correctly on both XP and Vista.
--
Owen Rudge
http://www.owenrudge.net/
d fine. You may want to look at http://tinyurl.com/ybo28lt for
instance.
If the tests are working on Windows but not on Wine, the obvious reason
for your tests failing would be that the required alpha channel support
is not implemented.
Cheers,
--
Owen Rudge
http://www.owenrudge.net/
Hi Nikolay,
Didn't test it much yet, but few issues from a start:
I'll look into these issues and try to submit a fix as soon as possible.
Cheers,
--
Owen Rudge
http://www.owenrudge.net/
:). Now we have 3 different names for a single thing.
D'oh! Let's try this one last time... ;)
--
Owen Rudge
http://www.owenrudge.net/
better to different nomenclature. I'll amend that and send
in an updated patch.
Regards,
--
Owen Rudge
http://www.owenrudge.net/
.
I can of course combine the two patches. However, the first isn't
actually useless on its own - even if the rectangle can't be seen, it is
obvious where the selection box is due to the highlighting of the icons. :)
Thanks for your comments!
--
Owen Rudge
http://www.owenrudge.net/
ode directly (and, of course, this is
something I have not done anyway).
Cheers,
--
Owen Rudge
http://www.owenrudge.net/
be construed as
disassembly. This is a mistake I won't be making again.
I'll make the appropriate changes tomorrow and re-submit if there are no
other issues that need dealing with.
Cheers,
--
Owen Rudge
http://www.owenrudge.net/
ng two separate
versions of comctl32, as in Windows itself.
Cheers,
--
Owen Rudge
http://www.owenrudge.net/
nto a
single patch though if necessary.
Cheers,
--
Owen Rudge
http://www.owenrudge.net/
ts in their own right. I'll try it later.
Placing the code in a header would I be another solution, albeit in my
opinion a bit of a messy one.
--
Owen Rudge
http://www.owenrudge.net/
bit of time in the next
couple of weeks, I may submit a patch to support that in the Wine applet.
Cheers,
--
Owen Rudge
http://www.owenrudge.net/
h work though, and you may
be able to make a more substantial project out of those areas.
Cheers,
--
Owen Rudge
http://www.owenrudge.net/
ossing roads, it's just a safety
measure to make sure I'm not the single point of failure.
What kind of would be involved in being a backup admin? I could perhaps
put myself forward for this - hopefully of course you won't be hit by
any buses, though. ;-)
Cheers,
--
Owen Rudge
http://www.owenrudge.net/
to
know what's going on with the students. From experience, I would say
that I probably only tended to post on the lists when I had specific
problems, or patches to submit, so a weekly update would have likely
resulted in more interaction.
Cheers,
--
Owen Rudge
http://www.owenrudge.net/
n the issue of whether we should keep
the "Programs" subfolder, I guess you could transparently redirect
things that try to create items there, and it would probably not cause
too many problems. The current system though doesn't seem too bad.
--
Owen Rudge
http://www.owenrudge.net/
e of the issues with
getting Wine out to users, ensuring a smooth experience for these users,
and the challenges involves in this. It seemed to be well-received, and
the talk is now up on YouTube:
http://uk.youtube.com/watch?v=5E2HDQw4xmM
Cheers!
--
Owen Rudge
http://www.owenrudge.net/
to a whole pile of academic
work, but I'm hoping things might quieten down for at least a weekend so I
can get some hacking done. :-)
Cheers,
--
Owen Rudge
http://www.owenrudge.net/
e Gnome/KDE/other integration, so that the colours and/or
> appearance is picked up from (and updated with) the native Linux
> environment. This would go above the theme drop-down.
Something like that may be sensible, or alternatively, have a "(No theme,
use system appearance)" item in the theme drop-down (which would then
disable the appearance tab, or replace it with a "to modify appearance,
please use your window manager's configuration panel" message).
Cheers,
--
Owen Rudge
http://www.owenrudge.net/
ww.owenrudge.net/various/win32s.hlp. Note that
Win32s 1.1 didn't support things like OLE 2.0, MAPI, ODBC, etc (which later
versions of Win32s did, I believe), so getting the latest documentation
would probably be best.
Hope this helps,
--
Owen Rudge
http://www.owenrudge.net/
put mine in my hold luggage rather than my hand luggage,
then. ;-)
--
Owen Rudge
http://www.owenrudge.net/
njoyed Summer of Code, and learnt a lot about how to go
about getting things done in an open source environment. Thanks to all,
particularly my mentor Juan, for help and support along the way!
Cheers,
--
Owen Rudge
http://www.owenrudge.net/
tted, please do
let me know so I can fix it.
Cheers,
--
Owen Rudge
http://www.owenrudge.net/
most of
it. (Note also that the "New Folder" line in many of the .rc files, which is
above IDS_CPANEL_TITLE, is wrong in most of them.)
--
Owen Rudge
http://www.owenrudge.net/
tional, but it is very easy to review.
> Likewise, the next step could add a do-nothing dialog ... and so on.
Yes, this is more or less what I was planning to do now. I'll have a rumble
around and see what I can come up with.
--
Owen Rudge
http://www.owenrudge.net/
t is the reason they weren't accepted.
--
Owen Rudge
http://www.owenrudge.net/
e they've not
been accepted into the last couple of rounds of commits. If there's anything
glaringly wrong with it that I haven't spotted, or another reason why
they've not made it into the codebase yet, please do let me know. :-)
Thanks,
--
Owen Rudge
http://www.owenrudge.net/
> Seems to be a copy-paste
Well spotted, apparently both my mentor and I managed to miss this! Shall
get that sorted now...
--
Owen Rudge
http://www.owenrudge.net/
hq.org/GitWine#head-f7a29e7ed999b5924748a60c5a1cd4a019032d26
Regards,
--
Owen Rudge
http://www.owenrudge.net/
ave quite enjoyed things so
far.
The majority of my code can be found at
http://repo.or.cz/w/wine/gsoc_cpanel.git.
Cheers,
--
Owen Rudge
http://www.owenrudge.net/
.ini
maps any requests for control.ini, section [mmcpl] to HKCU\Control
Panel\MMCPL.
--
Owen Rudge
http://www.owenrudge.net/
e control.ini file, it wouldn't end up in the registry. I could add a
check for CPL entries in control.ini if desired using the
GetPrivateProfileSection function, and if/when Wine does support INI file
mapping, the code wouldn't then need updating to point to the "right" place.
--
Owen Rudge
http://www.owenrudge.net/
rototype at the top of the file.
I've submitted an updated patch to wine-patches now. Thanks.
--
Owen Rudge
http://www.owenrudge.net/
hen the best plan would simply be to name the
resulting control panels in a way compatible with Windows.
Regards,
--
Owen Rudge
http://www.owenrudge.net/
those that have an analogue work in
> Wine, especially the "Legacy Control Panel Commands" "desktop" and
> "color".
That's something I can look into, indeed.
Cheers,
--
Owen Rudge
http://www.owenrudge.net/
but I'm not sure if the standalone control.exe does. Ideally, the standalone
control.exe would be replaced with a stub that launches the Explorer, but of
course Wine doesn't have a built-in Explorer yet.
I'll do some testing with this app later and see what the p
ly, of course, but
considering the relativey minor functionality of this control panel, it
seems to me to be reasonable to include for the time being, so that it
can be developed over the next month or so to include all this extra
functionality - instead of turning up at the end of July with a large
unwield
on't get moved into separate applets, I don't see why a general
Wine Configuration icon would be a bad thing, for the time being at least.
--
Owen Rudge
http://www.owenrudge.net/
having one general icon for Wine configuration?
--
Owen Rudge
http://www.owenrudge.net/
ace to these tools for users would be a
good start, rather than coming along straight away with a large patch that
hacks up winecfg!
--
Owen Rudge
http://www.owenrudge.net/
would only split up the tabs that are not application-specific, which
are the Desktop Appearance and Sound portions. These would become
accessible through standard control panels, with the rest of the tabs
remaining in winecfg normally.
Regards,
--
Owen Rudge
http://www.owenrudge.net/
figured it'd be best to ask now, before I do any more work
on it. ;-) My intention for the rest of my project is also to working on
assorted other control panels, however, which don't overlap with winecfg's
functionality!
Cheers,
--
Owen Rudge
http://www.owenrudge.net/
be all ready to go when exams are
out of the way.
Cheers,
--
Owen Rudge
http://www.owenrudge.net/
y thing. The idea of a side project implementing a basic set of
reusable functions to iterate through the registry to retrieve application
details (for Add/Remove Programs, at least) may be better.
Regards,
--
Owen Rudge
http://www.owenrudge.net/
x27;t see that it
would be impossible to detect that the .cpl file is actually a Wine DLL, and
to use the appropriate dlopen-type routines to read it.
--
Owen Rudge
http://www.owenrudge.net/
a
look for the patch that was posted recently and see what I think about it
and how much work is likely to be involved.
Cheers,
--
Owen Rudge
http://www.owenrudge.net/
nfiguration interface for Wine that supports
third-party control panels is something that would be very useful for
end-users.
If anyone has any comments or suggestions regarding my proposal, I'd very
much appreciate any feedback.
Regards,
--
Owen Rudge
http://www.owenrudge.net/
87 matches
Mail list logo