Difference between revisions of "Control Panel"

From ReactOS Wiki
Jump to: navigation, search
m
m (Changelog)
Line 31: Line 31:
 
* Fixed a bug where the first applet in main.cpl could only be called (fixes by [[Alex Buell]] <alex.buell(at)munted.org.uk> and [[Sebastian Gasiorek]]).
 
* Fixed a bug where the first applet in main.cpl could only be called (fixes by [[Alex Buell]] <alex.buell(at)munted.org.uk> and [[Sebastian Gasiorek]]).
 
* Make property pages fit in 640x480 ([[Gé van Geldorp]])
 
* Make property pages fit in 640x480 ([[Gé van Geldorp]])
 +
 +
[[ChangeLog-0.3.0]]
 +
 +
* Intl.cpl - Locale changing implemented ([[Aleksey Bragin]])
 +
* Sysdm.cpl - Write the new environment vars to the registry.  Fixes 987. ([[Brandon Turner]])
 +
* Main.cpl - Grammical Fixes. Fixes bug 847. ([[Brandon Turner]])
 +
* Sysdm.cpl - Show the computer name when loaded. ([[Brandon Turner]])
 +
* Timedate.cpl - Added year selection box ([[Christoph von Wittich]])
 +
* Timedate.cpl - Increased buffer size - now all timezones are displayed properly ([[Christoph von Wittich]])
 +
* Timedate.cpl - Display current time in date/time control ([[Christoph von Wittich]])
 +
* Desk.cpl - Redesigned screensaver page ([[Christoph von Wittich]])
 +
* Desk.cpl - Made screen picture transparent ([[Christoph von Wittich]])
 +
* Appwiz.cpl - Implemented "Show Updates" functionality and fixed some bugs ([[Christoph von Wittich]])
 +
 +
* Enhance Mouse Control Panel Applet ([[Johannes Anderwald]])
 +
* Implement Power Configuration Applet ([[Alex Wurzinger]], [[Johannes Anderwald]], [[Martin Rottensteiner]])
 +
* Bug 1390 : patch from  (Thomas Weidenmueller) : for imagesoft.exe, timedate.cpl,wordpad Don't use BOOL for 1 bit members in bitfields commited by ([[Magnus Olsen]])
 +
* desk.cpl : Implement screensaver setting and preview of screen setting working in windows not tested in ReactOS  ([[Magnus Olsen]])

Revision as of 07:55, 18 March 2012

http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/control/?view=log

Components

Changelog

ChangeLog-0.0.21#LIBRARIES

  • Shell32: Control Panel Applet

ChangeLog-0.2.1

ChangeLog-0.2.3

  • Initial checkin of the non-shell-namespace-based control panel and software add/remove cpl (Gero Kuehn)

ChangeLog-0.2.4 Sysdm.cpl

  • Add environment variables page to the system control panel (Eric Kohl)

ChangeLog-0.2.5

  • Added 'Regional Options' and 'Keyboard and Mouse' control panel application stubs (Eric Kohl)
  • Implemented 'Date/Time' control panel application (Eric Kohl)

ChangeLog-0.2.6

ChangeLog-0.2.9

ChangeLog-0.3.0