I have now started locking unaudited files in the repository.
A special user called 'audit' has been created to do this lock. There
are two reasons for this:
1. The user who locks the file can still commit without unlocking.
Having a separate user to lock files removes this issue.
2. All developers can have the username and password for locking,
providing a system wide user to lock files. (ask Fireball for the u/n & p/w)
How do you lock files?
I'll list the method for tortoise-svn via the GUI. Die hard cmd line
gurus can adapt it to suit :)
- Firstly, go into your tortoise-svn settings and on the general page,
click 'clean now' for Subversion authentication data. This will remove
your current u/n & p/w
- To 'get a lock' on the file(s), right click the file / directory ,
navigate to tortoise-svn and select 'get lock'. Getting a lock will
trigger svn to contact the server automatically and apply the lock.
- Next pick the file / directory you just locked and right click. Select
file properties and under the subversion tab add 'svn:needs-lock' from
the combo box. Add a '*' for the value, check the recursive box and
click set. This will ensure all locked files which are checked out are
set as read only locally. This is just used as a handy reminder.
- You can now commit the files which will add the svn:needs-lock
property, however ensure that on the commit dialog, the 'keep locks'
checkbox is selected otherwise it will remove the lock you just placed.
Once I've audited the code, how do I unlock the files?
This is done as your regular username, not as the 'audit' user, so you
can clean the 'audit' username / password in the same manner as before
if you opted to save it.
Again, I'll list the tortoise method.
- Right click on the file / directory you want to unlock, navigate to
tortoiseSVN and select 'check for modifications'
- Select the file(s) you want to unlock, right click and select 'break
the lock'. SVN will automatically contact the repo and unlock the files.
- Don't forget to remove the svn:needs-lock property from the files to
ensure they are no longer checked out as read only.
I have so far locked the kernel, however I'm unsure if :
1. we're just gonna lock everything in one go (this would make life easy
to start with) and unlock everything as we deem it to be OK
2. lock only dirs we thing need auditing and unlock once clean.
I personally prefer option 1 as it ensures we don't miss anything, and
would probably be quicker in the long run.
Regards,
Ged.
I downloaded the latest ReactOS SVN today, and I attempted to compile it
with the RosBE. What happened was that the mingw32-make program shows this
message: "makefile.auto:47549: *** missing separator. Stop."... Well, I
figured that I got an incomplete build, so I reran TortoiseSVN and it said
that I had the complete distribution... This should be fixed so that ReactOS
will build, and if anyone is thinking... It occurs in all different building
syntax... all, livecd, bootcd, install, depends, etc. fail with the same
message...
Only WineMine is taken from Wine.
Our Solitaire is a project Steven found and gained the authors permission to
include it.
TaskManager was written by Brian IIRC, for ReactOS.
The notepad icon was taken from notepad2 which is GPL.
It is assumed that anything from other GPL projects is legal and
interchanagble.
If there is a copyright issue, I can change it.
-----Original Message-----
From: theUser BL [mailto:theuserbl@hotmail.com]
Sent: 02 March 2006 12:24
To: ros-dev(a)reactos.org
Subject: [ros-dev] Audit for non-code things?
I have tried out the SVN-Snapshot of ROS 3.0 by EmuandCo:
http://www.reactos.org/forum/viewtopic.php?t=1741#14146
At first, I want to say, that the ReactOS-Explorer looks a lot of nicer. And
some bugs are fixed. Nice work.
Then I have looked at the program-icons.
sol.exe and winefile.exe seems to use icons from old Windows-Versions
(Windows 3.x/95/98/NT4).
And with taskmgr.exe I am not sure, if the icon is from Windows or at own
designed.
All three programs comming from WINE and not from ReactOS. But is legal to
using it?
More woders me the new ReactOS Notepad.
If you click on Help -> About, then there opens a window where stands:
Icon borrowed from Notepad2 - http://www.flos-freeware.ch/notepad2.html
But Notepad2 have borrowed it from Microsofts WindowsXP Notepad.
It is funny to see, how the original creater of the icon, isn't named - but
instead
of it, an other one is named.
But the program notepad++ (http://notepad-plus.sourceforge.net/) is
OpenSource (GPL) and thats icon you could be used.
After that, I looked with Microsofts fontview.exe (the program is part of
every MS-Windows) in the text inside the fonts of ROS.
There are copyrighted fonts by Adobe, Bitstream, IBM, Sun and Transgaming.
And there are some Bitstream fonts in which stands:
Copyright 1990 as an unpublished work by Bitstream Inc. All rights reserved.
Confidential.
Confidential? Unpublished? From where comes then the fonts?
The fonts in which this stand are
c0419bt_.ttf, c0582bt_.ttf, c0583bt_.ttf, c0611bt_.ttf, c0632bt_.ttf,
c0633bt_.ttf,
c0648bt_.ttf and c0649bt_.ttf.
Ok, the Copyright is from 1990 (for 16 years!), but is it legal to use this
fonts?
Instead you could use the following fonts:
http://dejavu.sourceforge.net/http://linuxlibertine.sourceforge.net/http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&item_id=Gentium_lin
ux&_sc=1
Greatings
theuserbl
_______________________________________________
Ros-dev mailing list
Ros-dev(a)reactos.org
http://www.reactos.org/mailman/listinfo/ros-dev
************************************************************************
The information contained in this message or any of its
attachments is confidential and is intended for the exclusive
use of the addressee. The information may also be legally
privileged. The views expressed may not be company policy,
but the personal views of the originator. If you are not the
addressee, any disclosure, reproduction, distribution or other
dissemination or use of this communication is strictly prohibited.
If you have received this message in error, please contact
postmaster(a)exideuk.co.uk
<mailto:postmaster@exideuk.co.uk> and then delete this message.
Exide Technologies is an industrial and transportation battery
producer and recycler with operations in 89 countries.
Further information can be found at www.exide.com
Hi everybody!!!!!,
i'm trying to compile ReactOS SVN 0.3 but i'm having problems. I'm
currently using the ReactOS Build Enviroment 0.1-3.4.2 but it is
unable to compile rbuild. In fact the compilation process stops at
linking rbuild.exe.
I have created a directory in my D drive (rossrc) and i have
downloaded from the SVN the sources in d:\rossrc\trunk. So i changed
the directory to d:\rossrc\trunk\reactos and executed mingw32-make.
Then it began compiling the sources and after a while it stops with a
lot of garbage:
[LD] output-i386\tools\rbuild\rbuild.exe
plus lots of errors about undefined resources that i put at the end
of this email.
I currently reinstalled the Build Enviroment hoping that something
was installed wrong o was wrongly configured. But the same results
appeared. I also tried to compile it under the administration
account, because i currently run as user, but there are no changes
whatsoever (just trying to check that it isn't my fault or my
incompetence :P).
I blame the linker for this problem, but i don't know what is wrong
with it, because its a known fact that some versions of binutils dont
work but clearly RosBE has been tested a lot.
thanks in advance,
Logan_V8
PS: Garbage output from the linker
obj-i386\tools\rbuild\backend\msvc\msvcmaker.o: In function
`ZSt11__copy_aux2IPS
sS0_ET0_T_S2_S1_12__false_type':
D:/RosBE/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/stl_alg
obase.h:(.text$_ZNSt23_Rb_tree_const_iteratorISsEppEi[std::_Rb_tree_const_iterat
or<std::basic_string<char, std::char_traits<char>,
std::allocator<char> > >::ope
rator++(int)]+0x1b): undefined reference to
`std::_Rb_tree_increment(std::_Rb_tr
ee_node_base const*)'
D:/RosBE/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/stl_alg
obase.h:(.text$_ZNSt8_Rb_treeISsSsSt9_IdentityISsESt4lessISsESaISsEE9_M_insertEP
St18_Rb_tree_node_baseS7_RKSs[std::_Rb_tree<std::basic_string<char,
std::char_tr
aits<char>, std::allocator<char> >, std::basic_string<char,
std::char_traits<cha
r>, std::allocator<char> >, std::_Identity<std::basic_string<char,
std::char_tra
its<char>, std::allocator<char> > >,
std::less<std::basic_string<char, std::char
_traits<char>, std::allocator<char> > >,
std::allocator<std::basic_string<char,
std::char_traits<char>, std::allocator<char> > >
>::_M_insert(std::_Rb_tree_node
_base*, std::_Rb_tree_node_base*, std::basic_string<char,
std::char_traits<char>
, std::allocator<char> > const&)]+0x99): undefined reference to
`std::_Rb_tree_i
nsert_and_rebalance(bool, std::_Rb_tree_node_base*,
std::_Rb_tree_node_base*, st
d::_Rb_tree_node_base&)'
D:/RosBE/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/stl_alg
obase.h:(.text$_ZNSt17_Rb_tree_iteratorISsEmmEv[std::_Rb_tree_iterator<std::basi
c_string<char, std::char_traits<char>, std::allocator<char> >
>::operator--()]+0
x13): undefined reference to
`std::_Rb_tree_decrement(std::_Rb_tree_node_base*)'
obj-i386\tools\rbuild\backend\msvc\vcprojmaker.o: In function
`ZNSt24__copy_back
ward_dispatchIPPK10IfableDataS3_11__true_typeE4copyEPKS2_S7_S3_':
D:/RosBE/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/stl_alg
obase.h:(.text$_ZNSt17_Rb_tree_iteratorISsEppEi[std::_Rb_tree_iterator<std::basi
c_string<char, std::char_traits<char>, std::allocator<char> >
>::operator++(int)
]+0x1b): undefined reference to
`std::_Rb_tree_increment(std::_Rb_tree_node_base
*)'
D:/RosBE/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/stl_alg
obase.h:(.text$_ZNSt8_Rb_treeISsSsSt9_IdentityISsESt4lessISsESaISsEE5eraseESt17_
Rb_tree_iteratorISsE[std::_Rb_tree<std::basic_string<char,
std::char_traits<char
> , std::allocator<char> >, std::basic_string<char,
> std::char_traits<char>, std::
allocator<char> >, std::_Identity<std::basic_string<char,
std::char_traits<char>
, std::allocator<char> > >, std::less<std::basic_string<char,
std::char_traits<c
har>, std::allocator<char> > >,
std::allocator<std::basic_string<char, std::char
_traits<char>, std::allocator<char> > >
>::erase(std::_Rb_tree_iterator<std::bas
ic_string<char, std::char_traits<char>, std::allocator<char> >
>)]+0x17): undefi
ned reference to
`std::_Rb_tree_rebalance_for_erase(std::_Rb_tree_node_base*, st
d::_Rb_tree_node_base&)'
D:/RosBE/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/stl_alg
obase.h:(.text$_ZNSt17_Rb_tree_iteratorISsEppEv[std::_Rb_tree_iterator<std::basi
c_string<char, std::char_traits<char>, std::allocator<char> >
>::operator++()]+0
x13): undefined reference to
`std::_Rb_tree_increment(std::_Rb_tree_node_base*)'
obj-i386\tools\rbuild\backend\backend.o: In function
`ZNSt8_Rb_treeISsSt4pairIKS
sPN7Backend7FactoryEESt10_Select1stIS5_ESt4lessISsESaIS5_EE8_S_valueEPKSt13_Rb_t
ree_nodeIS5_E':
D:/RosBE/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/ext/new_allo
cator.h:(.text$_ZNSt8_Rb_treeISsSt4pairIKSsPN7Backend7FactoryEESt10_Select1stIS5
_ESt4lessISsESaIS5_EE9_M_insertEPSt18_Rb_tree_node_baseSD_RKS5_[std::_Rb_tree<st
d::basic_string<char, std::char_traits<char>, std::allocator<char> >,
std::pair<
std::basic_string<char, std::char_traits<char>, std::allocator<char>
> const, Ba
ckend::Factory*>, std::_Select1st<std::pair<std::basic_string<char,
std::char_tr
aits<char>, std::allocator<char> > const, Backend::Factory*> >,
std::less<std::b
asic_string<char, std::char_traits<char>, std::allocator<char> > >,
std::allocat
or<std::pair<std::basic_string<char, std::char_traits<char>,
std::allocator<char
> > const, Backend::Factory*> >
> >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_
tree_node_base*, std::pair<std::basic_string<char,
std::char_traits<char>, std::
allocator<char> > const, Backend::Factory*> const&)]+0x99): undefined
reference
to `std::_Rb_tree_insert_and_rebalance(bool,
std::_Rb_tree_node_base*, std::_Rb_
tree_node_base*, std::_Rb_tree_node_base&)'
D:/RosBE/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/ext/new_allo
cator.h:(.text$_ZNSt17_Rb_tree_iteratorISt4pairIKSsPN7Backend7FactoryEEEmmEv[std
::_Rb_tree_iterator<std::pair<std::basic_string<char,
std::char_traits<char>, st
d::allocator<char> > const, Backend::Factory*>
>::operator--()]+0x13): undefined
reference to `std::_Rb_tree_decrement(std::_Rb_tree_node_base*)'
obj-i386\tools\rbuild\automaticdependency.o: In function
`ZNSt8_Rb_treeISsSt4pai
rIKSsP10SourceFileESt10_Select1stIS4_ESt4lessISsESaIS4_EE14_M_create_nodeERKS4_'
:
D:/RosBE/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/stl_tre
e.h:(.text$_ZNSt17_Rb_tree_iteratorISt4pairIKSsP10SourceFileEEppEi[std::_Rb_tree
_iterator<std::pair<std::basic_string<char, std::char_traits<char>,
std::allocat
or<char> > const, SourceFile*> >::operator++(int)]+0x1b): undefined
reference to
`std::_Rb_tree_increment(std::_Rb_tree_node_base*)'
D:/RosBE/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/stl_tre
e.h:(.text$_ZNSt8_Rb_treeISsSt4pairIKSsP10SourceFileESt10_Select1stIS4_ESt4lessI
SsESaIS4_EE9_M_insertEPSt18_Rb_tree_node_baseSC_RKS4_[std::_Rb_tree<std::basic_s
tring<char, std::char_traits<char>, std::allocator<char> >,
std::pair<std::basic
_string<char, std::char_traits<char>, std::allocator<char> > const,
SourceFile*>
, std::_Select1st<std::pair<std::basic_string<char,
std::char_traits<char>, std:
:allocator<char> > const, SourceFile*> >,
std::less<std::basic_string<char, std:
:char_traits<char>, std::allocator<char> > >,
std::allocator<std::pair<std::basi
c_string<char, std::char_traits<char>, std::allocator<char> > const,
SourceFile*
> > >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*,
> std::pair<s
td::basic_string<char, std::char_traits<char>, std::allocator<char> >
const, Sou
rceFile*> const&)]+0x99): undefined reference to
`std::_Rb_tree_insert_and_rebal
ance(bool, std::_Rb_tree_node_base*, std::_Rb_tree_node_base*,
std::_Rb_tree_nod
e_base&)'
D:/RosBE/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/stl_tre
e.h:(.text$_ZNSt17_Rb_tree_iteratorISt4pairIKSsP10SourceFileEEmmEv[std::_Rb_tree
_iterator<std::pair<std::basic_string<char, std::char_traits<char>,
std::allocat
or<char> > const, SourceFile*> >::operator--()]+0x13): undefined
reference to `s
td::_Rb_tree_decrement(std::_Rb_tree_node_base*)'
obj-i386\tools\rbuild\directory.o: In function
`ZNSt8_Rb_treeISsSt4pairIKSsP9Dir
ectoryESt10_Select1stIS4_ESt4lessISsESaIS4_EE14_M_create_nodeERKS4_':
D:/RosBE/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/ext/new_allo
cator.h:(.text$_ZNSt17_Rb_tree_iteratorISt4pairIKSsP9DirectoryEEppEv[std::_Rb_tr
ee_iterator<std::pair<std::basic_string<char, std::char_traits<char>,
std::alloc
ator<char> > const, Directory*> >::operator++()]+0x13): undefined
reference to `
std::_Rb_tree_increment(std::_Rb_tree_node_base*)'
D:/RosBE/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/ext/new_allo
cator.h:(.text$_ZNSt8_Rb_treeISsSt4pairIKSsP9DirectoryESt10_Select1stIS4_ESt4les
sISsESaIS4_EE9_M_insertEPSt18_Rb_tree_node_baseSC_RKS4_[std::_Rb_tree<std::basic
_string<char, std::char_traits<char>, std::allocator<char> >,
std::pair<std::bas
ic_string<char, std::char_traits<char>, std::allocator<char> > const,
Directory*
> , std::_Select1st<std::pair<std::basic_string<char,
> std::char_traits<char>, std
::allocator<char> > const, Directory*> >,
std::less<std::basic_string<char, std:
:char_traits<char>, std::allocator<char> > >,
std::allocator<std::pair<std::basi
c_string<char, std::char_traits<char>, std::allocator<char> > const,
Directory*>
> >::_M_insert(std::_Rb_tree_node_base*, std::_Rb_tree_node_base*,
std::pair<st
d::basic_string<char, std::char_traits<char>, std::allocator<char> >
const, Dire
ctory*> const&)]+0x99): undefined reference to
`std::_Rb_tree_insert_and_rebalan
ce(bool, std::_Rb_tree_node_base*, std::_Rb_tree_node_base*,
std::_Rb_tree_node_
base&)'
D:/RosBE/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/ext/new_allo
cator.h:(.text$_ZNSt17_Rb_tree_iteratorISt4pairIKSsP9DirectoryEEmmEv[std::_Rb_tr
ee_iterator<std::pair<std::basic_string<char, std::char_traits<char>,
std::alloc
ator<char> > const, Directory*> >::operator--()]+0x13): undefined
reference to `
std::_Rb_tree_decrement(std::_Rb_tree_node_base*)'
obj-i386\tools\rbuild\rbuild.o: In function
`ZNSt3mapISsPN7Backend7FactoryESt4le
ssISsESaISt4pairIKSsS2_EEE3endEv':
D:/RosBE/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/stl_map
.h:(.text$_ZNSt17_Rb_tree_iteratorISt4pairIKSsPN7Backend7FactoryEEEppEi[std::_Rb
_tree_iterator<std::pair<std::basic_string<char,
std::char_traits<char>, std::al
locator<char> > const, Backend::Factory*> >::operator++(int)]+0x1b):
undefined r
eference to `std::_Rb_tree_increment(std::_Rb_tree_node_base*)'
obj-i386\tools\ssprintf.o:ssprintf.cpp:(.text$_ZNSbIwSt11char_traitsIwESaIwEE4_R
ep10_M_disposeERKS1_[std::basic_string<wchar_t,
std::char_traits<wchar_t>, std::
allocator<wchar_t> >::_Rep::_M_dispose(std::allocator<wchar_t>
const&)]+0x22): u
ndefined reference to `__gnu_cxx::__exchange_and_add(int volatile*, int)'
collect2: ld returned 1 exit status
mingw32-make: *** [output-i386\tools\rbuild\rbuild.exe] Error 1
--
_______________________________________________
Check out the latest SMS services @ http://www.linuxmail.org
This allows you to send and receive SMS through your mailbox.
Powered by Outblaze
I have tried out the SVN-Snapshot of ROS 3.0 by EmuandCo:
http://www.reactos.org/forum/viewtopic.php?t=1741#14146
At first, I want to say, that the ReactOS-Explorer looks a lot of nicer. And
some bugs are fixed. Nice work.
Then I have looked at the program-icons.
sol.exe and winefile.exe seems to use icons from old Windows-Versions
(Windows 3.x/95/98/NT4).
And with taskmgr.exe I am not sure, if the icon is from Windows or at own
designed.
All three programs comming from WINE and not from ReactOS. But is legal to
using it?
More woders me the new ReactOS Notepad.
If you click on Help -> About, then there opens a window where stands:
Icon borrowed from Notepad2 - http://www.flos-freeware.ch/notepad2.html
But Notepad2 have borrowed it from Microsofts WindowsXP Notepad.
It is funny to see, how the original creater of the icon, isn't named - but
instead
of it, an other one is named.
But the program notepad++ (http://notepad-plus.sourceforge.net/) is
OpenSource (GPL) and thats icon you could be used.
After that, I looked with Microsofts fontview.exe (the program is part of
every MS-Windows) in the text inside the fonts of ROS.
There are copyrighted fonts by Adobe, Bitstream, IBM, Sun and Transgaming.
And there are some Bitstream fonts in which stands:
Copyright 1990 as an unpublished work by Bitstream Inc. All rights reserved.
Confidential.
Confidential? Unpublished? From where comes then the fonts?
The fonts in which this stand are
c0419bt_.ttf, c0582bt_.ttf, c0583bt_.ttf, c0611bt_.ttf, c0632bt_.ttf,
c0633bt_.ttf,
c0648bt_.ttf and c0649bt_.ttf.
Ok, the Copyright is from 1990 (for 16 years!), but is it legal to use this
fonts?
Instead you could use the following fonts:
http://dejavu.sourceforge.net/http://linuxlibertine.sourceforge.net/http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&item_id=Gentium_li…
Greatings
theuserbl
> From: art yerkes
>
> No we imported X fonts where permitted and used TGMarlett for
> window titles (also permitted, see media/fonts/doc)
Executive summary: There's no problem with the fonts.
Details:
Jason imported helb___.ttf and timr____.ttf in r1877 from OpenOffice (LGPL,
so GPL compatible).
I imported the Bitstream Vera fonts (Vera.ttf, VeraBI.ttf, VeraBd.ttf,
VeraIt.ttf, VeraMoBI.ttf, VeraMoBd.ttf, VeraMoIt.ttf, VeraMono.ttf,
VeraSe.ttf, VeraSeBd.ttf) in r4689. They are covered by the license in
media/fonts/doc/VERA-COPYRIGHT.TXT.
Steven imported TGMarlett.ttf in r9427. The "TG" refers to Trans Gaming. The
font is under a X11 license (see
http://www.transgaming.com/gamefaq.php?specialid=3 under 6.2) which is GPL
compatible.
Art imported some of the X fonts (UTBI____.ttf, UTB_____.ttf, UTI_____.ttf,
UTRG____.ttf, c0419bt_.ttf, c0582bt_.ttf, c0583bt_.ttf, c0611bt_.ttf,
c0632bt_.ttf, c0633bt_.ttf, c0648bt_.ttf, c0649bt_.ttf, cour.ttf, courb.ttf,
courbi.ttf ) in r10143. These are covered by the licenses in
media/fonts/doc/COPYRIGHT.IBM and media/fonts/doc/Copyright.Bitstream.
GvG
ReactOS.Bugzilla(a)reactos.org wrote:
>http://www.reactos.org/bugzilla/show_bug.cgi?id=1327
>
> Summary: Scrambled output from Calculator
> Product: ReactOS Apps (rosapps)
> Version: unspecified
> Platform: x86 Hardware
> OS/Version: ReactOS
> Status: NEW
> Severity: normal
> Priority: P3
> Component: Utilities
> AssignedTo: ros-bugs(a)reactos.org
> ReportedBy: the_real_martian(a)msn.com
> QAContact: ros-bugs(a)reactos.org
>
>
>When using Calculator, it will have outputs such as 308-d or 0770777-ff. This
>happens when it is set to "Dec", not Hex
>
>
>
Does this happen on both ROS and Windows or just ROS? Can you reproduce
it everytime with certain steps? And this isnt really considered ROS
Apps I dont think since Calc.exe is in /reactos.
Brandon
ReactOS.Bugzilla(a)reactos.org wrote:
>http://www.reactos.org/bugzilla/show_bug.cgi?id=1328
>
> Summary: Alt+Tab has no effect
> Product: ReactOS
> Version: 0.2.9
> Platform: x86 Hardware
> OS/Version: ReactOS
> Status: NEW
> Severity: normal
> Priority: P3
> Component: Kernel
> AssignedTo: ros-bugs(a)reactos.org
> ReportedBy: the_real_martian(a)msn.com
> QAContact: ros-bugs(a)reactos.org
>
>
>In Windows, Alt-Tab usually allows switching between open Windows. Alt-Tab has
>no effect in ReactOS
>
>
>
There is a hotkey meta bug please make this a dependency
.
Brandon
ReactOS.Bugzilla(a)reactos.org wrote:
>http://www.reactos.org/bugzilla/show_bug.cgi?id=1326
>
> Summary: Ctrl+Alt+Del has no effect
> Product: ReactOS
> Version: 0.2.9
> Platform: x86 Hardware
> OS/Version: ReactOS
> Status: NEW
> Severity: normal
> Priority: P3
> Component: Kernel
> AssignedTo: ros-bugs(a)reactos.org
> ReportedBy: the_real_martian(a)msn.com
> QAContact: ros-bugs(a)reactos.org
>
>
>When Ctrl+Alt+Del is pressed, there is no effect. This can really get annoying
>if a program is not responding, and you have to right-click the taskbar to open
>Task Manager.
>
>
>
There is a hotkey meta bug please make this a dependency
.
Brandon