Commit Graph

358 Commits

Author SHA1 Message Date
148ca59c0e Help: Add config example for each meters. 2009-11-03 12:31:01 +00:00
177bae4c34 Help: Broke the individual meter types out into their own pages so we can expand them and add examples. New .hhp and .hhc files for compiling the .chm for builds. 2009-11-02 23:28:43 +00:00
7d68992eec Help: Updates by Alex2539 to several .htm files. 2009-11-01 10:35:35 +00:00
5d3d148b46 PowerPlugin could unload the powrprof.dll even if some other skin was still using it. Fixed. 2009-11-01 10:00:12 +00:00
dcebc3bebd Updated the version history for the upcoming release. 2009-11-01 08:41:24 +00:00
4d70dd11fe 1) Change to each .htm help file to facilitate sharing the same files with Rainmeter.net, the .chm and the plain online version.
2) Some improvements to the CALC documentation by Alex2539
2009-11-01 03:24:02 +00:00
46570b6025 Updating a skin should work now even if the current version is missing. This should solve the issue 121.
The default tray icon is shown if custom tray measure cannot be created.
2009-10-30 19:10:55 +00:00
fd9cac7add Change by MattKing to the MouseActionCursor feature. The user can now set MouseActionCursor=0 in the [Rainmeter] section of the skin, and the change of the cursor to the hand when over mouse action meters will be disabled for the entire skin. This can be overridden on a meter-by-meter basis with MouseActionCursor=1.
Added this change to the Meters.htm help file.
2009-10-30 18:15:13 +00:00
2f51315869 New versions of "Help" files. Now done with CSS to be easier to maintain and to be consistent in appearance with the new Rainmeter.net home page.
Should work exactly as before.  The Microsoft Help Workshop .hhp and hcc files will still work as they are.  Rainy, please test by creating the .chm before you do the build.
2009-10-29 20:07:52 +00:00
74720208a4 RainBrowser: Minor fix for WindowX and WindowY when the user drags a skin while editing these values in the tool. 2009-10-25 01:59:39 +00:00
1a0cb103f7 RainBrowser: Added "Browse" feature to skin previews. 2009-10-20 19:27:58 +00:00
dca3319033 Small change to the GDI+ routines for .png. Just a little one to keep the entire GUI from chewing off it's own arm trying to escape. 2009-10-20 00:19:57 +00:00
3197541ab3 RainBrowser: Reworked the GDI+ routines for displaying .png images with a proper alpha channel. Got it all working properly, but I now officially hate GDI+. You should NOT have to use a structure of pointers to resize an image... ;-) 2009-10-19 22:54:56 +00:00
f9028a72a9 Added some changes/fixes for WiFiStatus to the History.htm file. 2009-10-19 17:56:36 +00:00
f84489443e RainThemes: One more fix for pathing to help when called externally in Win7. 2009-10-19 00:06:52 +00:00
8f8a86193f RainThemes: Fix for a path problem to "Help" when RainThemes is called from RainBrowser. 2009-10-18 20:14:23 +00:00
bca90dbf9f The install script now deletes the old skins before upgrading them. With portable installation the user can choose not to upgrade the skins and themes. 2009-10-18 19:11:27 +00:00
a6fab0af7b 2009-10-18 17:33:11 +00:00
12b12199a9 Removing Enigma Folder to ensure no left behind old files 2009-10-18 17:27:05 +00:00
e2aae665f7 Enigma: Posting missing new files. 2009-10-18 16:28:47 +00:00
3542b8ee26 RainBrowser: Fix for "Working Dir" when opening RainThemes. 2009-10-18 16:24:25 +00:00
08b9a5261d Enigma: Fixes for a couple of RSS issues and minor tweaks. 2009-10-18 16:01:44 +00:00
d63abd3f1d RainBrowser: Minor fix to not change the scale of preview images if they are smaller than the allocated space. Don't "grow" them if not needed. 2009-10-18 15:34:25 +00:00
9f156bcf9f Added the preview image to Tranquil. 2009-10-18 15:18:41 +00:00
ef3182f91f EnigmaConfigure: Fixed an issue with case sensitivity
In a couple of string comparisons I was using IF string1 = string2, which is case insensitive, so you couldn't change just the case of a value.  Changed to IF string1 == string2 to make the comparison case sensitive.
2009-10-18 15:08:07 +00:00
b5042589cb The deactivated window wasn't deleted properly (issue 117).
Deactivating a config kept it still activate in the rainmeter.ini file (issue 118).
2009-10-18 13:31:55 +00:00
0ccc1e8388 EnigmaConfigure: Minor tweak. 2009-10-18 02:18:22 +00:00
b5a4730fcd Deleting old ConfigureEnigma folder from \Addons 2009-10-18 01:23:41 +00:00
b200ac503b Enigma: Change to the configuration tool. Now called EnigmaConfigure.exe. All skins changed to support new configuration strategy for preventing overwrite of user's variables on an upgrade.
DefaultVariables.inc and EnigmaConfigure.cfg in \Skins\Enigma\Resources\Variables
Source files: EnigmaConfigure.au3, FileListToArrayXT.au3 and EnigmaConfigure.ico now in \Skins\Enigma\Resources\Variables\Source.

Rainy, please let me know if this works ok for compiling EnigmaConfigure.exe.  It should end up in \Skins\Enigma\Resources\Variables when compiled.

RainBrowser: Minor fix and a replacement for one image file.
2009-10-18 01:18:01 +00:00
abeef03b45 Removing old Enigma configuration tool 2009-10-18 00:48:15 +00:00
d5297bb0e7 The themes are updated now with Enigma. 2009-10-17 07:37:09 +00:00
2c6c43c652 The window deletion is now delayed when !RainmeterDeactivateConfig is used. This fixes the problem: Issue 116: Crash when skin tries to deactivate self by measure action. 2009-10-17 06:43:18 +00:00
a5b6d3a46e Enigma: Fix to AppVersion on all skins.. ;-) 2009-10-17 01:02:26 +00:00
909f3eb371 Enigma: Update for RC1 version 2009-10-16 16:45:22 +00:00
0ab1b8b56b RainBrowser: Added the ability to have skin "Preview" images specified in the [Metadata] 2009-10-16 07:18:02 +00:00
a8f2577018 RainBrowser: Minor tweaks
RainThemes: Minor tweaks
2009-10-15 01:00:00 +00:00
60904eb575 RainThemes: Redesign of the GUI to be consistent with RainBrowser and the Enigma Configuration tool. Executable, icon, and help file images. 2009-10-14 22:35:23 +00:00
e43fa9cd6b Updating Default.ini for new Enigma version. 2009-10-14 19:14:42 +00:00
2803d2f6a6 Adding Install\Themes folders for new Enigma version. 2009-10-14 19:12:34 +00:00
87f4226814 Deleting Enigma themes to upload new version with a different folder structure. 2009-10-14 19:11:18 +00:00
02a8b81171 Adding new 2.6 version of Arcs/Enigma from Kaelri. This should be the versions to use in RC1 of 1.1 2009-10-14 19:05:49 +00:00
7d7bcecf6c 2009-10-14 19:00:02 +00:00
d14c58fd1e Removing entire folder to replace with new version with a different folder structure. 2009-10-14 18:57:00 +00:00
671f4a8ce2 RainBrowser: Fixed an issue with differences in "case" of tag names causing duplicates on the treeview list of tags. Solution: Select DISTINCT columnname COLLATE NOCASE where... 2009-10-14 13:57:34 +00:00
spx
bdcad72ed3 [Measure/FreeDiskSpace]
- Prevent the system from displaying "No disk" error message box (e.g. removable media is not ready)
2009-10-14 09:18:12 +00:00
c5155982ee RainBrowser: Added the ability to browse by Metadata "Tags". Tons of bug fixes and general optimization as well. 2009-10-14 04:11:57 +00:00
0574cbb290 Fixed: incorrect statement name in manual 2009-10-13 13:40:53 +00:00
c8abd39f59 RainBrowser: Finalizing the code for "Skin Settings", bug fixes and cosmetic tweaks. 2009-10-12 18:36:56 +00:00
442436e4e3 1) Major addition of new features. Now you can manage the context menu settings like Transparency, Draggable, Position, Click Through etc. and apply/save the changes on the fly. See forum post: http://rainmeter.net/forum/viewtopic.php?f=5&t=1546&p=11254#p11254 for screenshots.
2) Addressed an issue where a user on XP had "unhidden" the Desktop.ini hidden/system files XP stores in folders to manage changes to folder defaults like the "views" and "icon size" and the like. This was causing RainBrowser to add "Metadata" to the files and displaying them as if there were loadable skins (as was Rainmeter).  Changed RainBrowser to ignore "Desktop.ini" file in \Skins for now, and will look at adding a check for OS version to support a more granular solution. (Vista / Win7 don't use the "Desktop.ini" approach to managing folder settings.)
2009-10-12 08:36:42 +00:00
spx
07c9f62e40 Fixed: Wrong font is used due to the font caching problem. 2009-10-11 13:03:20 +00:00