Changeset 45
- Timestamp:
- 02/03/08 17:49:22 (10 months ago)
- Location:
- trunk/File_id
- Files:
-
- 2 modified
-
Changes (modified) (2 diffs)
-
Readme.1st (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/File_id/Changes
r30 r45 2 2 ------- 3 3 4 V0.6.1 4 V0.6.1a2 (03.Feb.2008) 5 6 -Wrong language resources were added to DLL (ticket #10) 7 -Toolbar buttons use background color of toolbar now (ticket #12) 8 -Use system window color when painting info area (part of ticket #13) 9 -Emergency dialog when pressing Alt-Ctrl during WPS start 10 -Some changes to the installation process 11 -Updates to the documentation with regard to crash recovery 12 13 14 V0.6.1a1 (12.01.2008) (fixpack) 5 15 6 16 -Fixed (?) crash because of stack problems (ticket #6) … … 8 18 -Fixed trap during painting of icons in freshly opened folders (missing paint context) 9 19 -"Normal sized Symbols" was never check marked in view menu 10 -Fixed abort of automated folder opening when using DragText thanks to some info from the author 20 -Fixed (?) abort of automated folder opening when using DragText thanks to some info from the author 21 -Fixed ticket #8. Icon editing failed when no theme was installed 22 -Experimental feature: user defined icon sizes. Create a key under the application 'IconTheme' named 23 'IconSize' in os2.ini and set the size in percent, e.g. 150. You may use all the sizes found in the 24 'View' menu. Note that this also works when no theme is installed. 11 25 12 26 -
trunk/File_id/Readme.1st
r11 r45 1 WPS-Wizard 0 9.12.20071 WPS-Wizard 03.02.2008 2 2 --------------------- 3 3 … … 70 70 trashcan) and run checkini afterwards. 71 71 72 73 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 74 75 Create a WPS archive before installation. Open the settings notebook 76 of the desktop and go to the 'Archive' page. Read the help for more 77 information. 78 79 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 80 81 72 82 For installation move this directory to the desired location 73 83 and run install.cmd. … … 76 86 77 87 88 Crash recovery 89 -------------- 90 91 If your WPS does not start anymore reboot and press Alt-F1 when the white eCS blob 92 is shown in the upper left corner. Reinstall the archive you created prior to 93 installation. 94 95 If you want to debug your problem press Alt-Ctrl when the WPS starts up. A recovery 96 dialog pops up you may use to disable features of WPS-Wizard. 97 98 The following options are available. 99 100 # Use eCS Icon drawing: 101 102 Don't replace the functions used to draw icons. Note that this will disable hints, too. 103 Cairo is still used to load PNG images. 104 105 # No *.DLL loading tweak: 106 107 Don't use a workaround to improve DLL loading by the WPS. Should be save to select. 108 109 # No class image loading 110 111 Don't load PNG images for classes. 112 113 # No object image loading from INI 114 115 Ignore references to PNG images in the theme ini for objects. 116 117 # No user image loading 118 119 Don't load images assigned using the icon page in the settings. 120 121 # No Cairo icon drawing. 122 123 Load PNG images but draw using eCS icon functions. 124 125 # Recover 126 127 A recover feature renames the class DLL and prevents the WPS from loading any WPS-Wizard 128 class. Refrences to the classes are still in your INI but this will not do any harm. 129 130 If you try to find a problem start without an installed theme first. 131 78 132 79 133 Problems … … 101 155 - The icon editor is disabled for normal OS/2 icons if PNG icons are used 102 156 157 - WPS-Wizard does not work with the Turbo Folders feature of XWorkplace 158 103 159 104 160 Trap information is written to 'wpswiz.log' on your bootdrive. 161 105 162 106 163 … … 132 189 ----------- 133 190 191 Icon themes can be found at 192 193 ftp://ftp.netlabs.org/pub/wps-wizard/ 194 195 Note that icon themes shouldn't be installed in a path containing spaces. 196 197 134 198 Older icon themes designed for V0.5.3 don't work with this release of WPS-Wizard. 135 199 … … 177 241 178 242 179 E-mail: wps-wizard @netlabs.org243 E-mail: wps-wizard at netlabs.org 180 244 Note: I read every mail but because of time constraints I can't answer each and every one. Sorry... 181 245
