----- Message d'origine ----
> De : Steven Edwards <winehacker(a)gmail.com>
> À : ReactOS Development List <ros-dev(a)reactos.org>
> Envoyé le : Lundi, 6 Octobre 2008, 13h55mn 01s
> Objet : Re: [ros-dev] [gedmurphy] 36658: Remove the address and command windows from the bottom of the file browser. They're buggy and they're not too pretty
>
> On Mon, Oct 6, 2008 at 7:23 AM, gedmurphy wrote:
> > I'll put an address bar in, along with a few other changes.
> > Just remind me so I don't forget.
>
> Could you look at whats required or left to get iexplore working? The
> Wine import of all of the dlls is done and it should download the wine
> gecko package if you start it but I believe someone was having
> problems when they tried to install/run it, under Wine there is a
> registry key we set in the wine.inf that stores the gecko download url
> so maybe that is whats needed. Just enable iexplore in
> reactos/base/applications and try to run it under ReactOS. If it works
> we could ship it with the wine gecko binary as part of the release
> process.
>
> --
> Steven Edwards
iexplore doesnt compile now :
shdocvw's IEWinMain is still a stub for now (shdocvw synced to 0.9.5 according to README.WINE)
Kind regards,
Sylvain Petreolle
Using "latest-X.0" looks more correct than specifying exact version
number two times.
WBR,
Aleksey.
On Oct 4, 2008, at 5:00 PM, cfinck(a)svn.reactos.org wrote:
> Author: cfinck
> Date: Sat Oct 4 08:00:33 2008
> New Revision: 36643
>
> URL: http://svn.reactos.org/svn/reactos?rev=36643&view=rev
> Log:
> Update some links properly and update the description of Opera
> (sounds stupid to use the same for Firefox and Opera)
>
> Modified:
> trunk/rosapps/applications/downloader/downloader.xml
>
> Modified: trunk/rosapps/applications/downloader/downloader.xml
> URL: http://svn.reactos.org/svn/reactos/trunk/rosapps/applications/
> downloader/downloader.xml?rev=36643&r1=36642&r2=36643&view=diff
> ======================================================================
> ========
> --- trunk/rosapps/applications/downloader/downloader.xml
> [iso-8859-1] (original)
> +++ trunk/rosapps/applications/downloader/downloader.xml
> [iso-8859-1] Sat Oct 4 08:00:33 2008
> @@ -12,13 +12,13 @@
> <licence>MPL/GPL/LGPL</licence>
> <version>2.0.0.17</version>
> <description>The most popular and one of the best free Web
> Browsers out there.</description>
> - <location>http://releases.mozilla.org/pub/mozilla.org/firefox/
> releases/latest-2.0/win32/en-US/Firefox%20Setup%202.0.0.17.exe</
> location>
> + <location>http://releases.mozilla.org/pub/mozilla.org/firefox/
> releases/2.0.0.17/win32/en-US/Firefox%20Setup%202.0.0.17.exe</
> location>
> </application>
> <application name="Opera">
> <regname>Opera</regname>
> <licence>Freeware</licence>
> <version>9.26</version>
> - <description>The most popular and one of the best free Web
> Browsers out there.</description>
> + <description>The popular Opera Browser with many advanced
> features and including a Mail and BitTorrent client.</description>
> <location>http://mirror.nwps.ws/opera/win/926/en/
> Opera_9.26_Classic_Setup.exe</location>
> </application>
> <application name="Thunderbird 1.5">
> @@ -26,20 +26,20 @@
> <licence>MPL/GPL/LGPL</licence>
> <version>1.5.0.14</version>
> <description>The most popular and one of the best free Mail
> Clients out there.</description>
> - <location>http://releases.mozilla.org/pub/mozilla.org/
> thunderbird/releases/latest-1.5/win32/en-US/Thunderbird%20Setup%
> 201.5.0.14.exe</location>
> + <location>http://releases.mozilla.org/pub/mozilla.org/
> thunderbird/releases/1.5.0.14/win32/en-US/Thunderbird%20Setup%
> 201.5.0.14.exe</location>
> </application>
> <application name="Thunderbird 2.0">
> <regname>Mozilla Thunderbird (2.0.0.16)</regname>
> <licence>MPL/GPL/LGPL</licence>
> <version>2.0.0.16</version>
> <description>The most popular and one of the best free Mail
> Clients out there.</description>
> - <location>http://releases.mozilla.org/pub/mozilla.org/
> thunderbird/releases/latest-2.0/win32/en-US/Thunderbird%20Setup%
> 202.0.0.16.exe</location>
> + <location>http://releases.mozilla.org/pub/mozilla.org/
> thunderbird/releases/2.0.0.17/win32/en-US/Thunderbird%20Setup%
> 202.0.0.17.exe</location>
> </application>
> <application name="SeaMonkey">
> <regname>SeaMonkey (1.1.9)</regname>
> <version>1.1.9</version>
> <description>Mozilla Suite is alive. This is the one and only
> Browser, Mail, Chat, and Composer bundle you will ever need.</
> description>
> - <location>http://releases.mozilla.org/pub/mozilla.org/seamonkey/
> releases/1.1.9/seamonkey-1.1.9.en-US.win32.installer.exe</location>
> + <location>http://releases.mozilla.org/pub/mozilla.org/seamonkey/
> releases/1.1.12/seamonkey-1.1.12.en-US.win32.installer.exe</location>
> </application>
> <application name="Mozilla ActiveX Control">
> <regname>Mozilla ActiveX Control v1.7.12 (ReactOS special)</
> regname>
>
Please show me where the developers of this code agreed to having
their code GPL V3 licensed.
I would like to see a full trail of every developer that wrote this
code, as well as written permission from them for you to slap on this
license.
Thank you.
On 23-Sep-08, at 7:45 AM, fireball(a)svn.reactos.org wrote:
> + * LICENSE: GPL v2 or later - See COPYING in the top level
> directory
Best regards,
Alex Ionescu
Pasting gpl notices in every file of a project,
takes up space. better to put in license.txt in project root
to encompass all source files. but most that don't like a license
will refuse to use it and just copy paste the code anyways, and
not say where they got it. (happens all the time). kinda makes
me wonder why we got licenses for software in the first place,
seems to be silly constructs of obstructionism.
GPLv3 don't allow you to control the software
that runs
on the custom hardware, inability to link to the code with out
upsetting the original author.
ce
From: James Tabor <jimtabor.rosdev(a)gmail.com>
To: ReactOS Development List <ros-dev(a)reactos.org>
Sent: Saturday, October 4, 2008 12:38:23 AM
Subject: Re: Reformat to the kernel coding style.
1st: No to v3!
2nd: No to v3!
3rd: No to v3!
On Fri, Oct 3, 2008 at 11:44 PM, Alex Ionescu <ionucu(a)videotron.ca> wrote:
> You basically assumed that a header from another file (probably copy-
> pasted) applies to the file you modified.
>
> While I'm certainly being pedantic, and I admit it -- this shouldn't
> be a change to brush over.
>
> Someone needs to figure out if the devs agree with v3 or not -- I
Why wrap into #ifdefs? I thought it's supposed to be runtime, not
compile time.
WBR,
Aleksey.
On Oct 1, 2008, at 3:54 PM, hyperion(a)svn.reactos.org wrote:
> Author: hyperion
> Date: Wed Oct 1 06:54:29 2008
> New Revision: 36610
>
> URL: http://svn.reactos.org/svn/reactos?rev=36610&view=rev
> Log:
> modified ke/i386/cpu.c
> Added CMPXCHG8B enabling/detection code for TransMeta, Centaur
> and Rise (source: <URL: http://www.geoffchappell.com/notes/windows/
> kernel/cpu/cx8.htm>). Code dead until each vendor will be
> officially supported
> Alex and others: please review
I was asked on IRC to add support for non-Intel and AMD CPUs to the kernel.
Obviously I can't do that -- but I mentioned that some special "magic
tricks" need to be done to enable support for the instruction on other
CPUs, which is why I made the kernel bugcheck.
Thankfully, someone documented the steps required, so I won't get in
trouble for pointing out this link for you:
http://www.geoffchappell.com/notes/windows/kernel/cpu/cx8.htm.
I can confirm that's what the kernel does. Do that too, and you can
then support Transmeta/Rise/VIA CPUs.
Best regards,
Alex Ionescu