Commit Graph

179 Commits

Author SHA1 Message Date
29e1dfba5b Removed duplicated code. 2009-08-12 18:02:24 +00:00
122fb8f90f Variables can be used under the [Variables] section (as long as they have been defined before the current variable is read). 2009-08-12 17:26:34 +00:00
1d1290e3fa Added Themes submenu to the Rainmeter's context and tray menus. 2009-08-12 17:11:52 +00:00
c895803238 The IgnoreRemovable now defaults to true (1) which should help with the missing disk errors. 2009-08-12 16:15:54 +00:00
425e0c7b15 Applied the new changes to the correct version of the iTunesPlugin. 2009-08-12 16:14:17 +00:00
cbd88496b9 Addition of an insufficient part in HELP. 2009-08-12 12:49:12 +00:00
9aaa7ecbf2 Made a change to the way APPDATA was resolved due to a bug with the built in @AppDataDir macro in AutoIt on some systems.
Now using a function to get the DOS environment variable "APPDATA" instead of the AutoIt macro.

************
From:
************

If FileFindFirstFile("..\..\Rainmeter.ini") <> - 1 Then 
	$DataFolder = "..\..\"
ElseIf FileFindFirstFile(@AppDataDir & "\Rainmeter\Rainmeter.ini") <> - 1 Then
	$DataFolder = @AppDataDir & "\Rainmeter\"
Else
	MsgBox(48, "RainThemes Error", "Unable to locate Rainmeter.ini")
	Exit
EndIf

**************
To:
**************

$AppDataDir = EnvGet("APPDATA")

If FileFindFirstFile("..\..\Rainmeter.ini") <> - 1 Then 
	$DataFolder = "..\..\"
ElseIf FileFindFirstFile($AppDataDir & "\Rainmeter\Rainmeter.ini") <> - 1 Then
	$DataFolder = $AppDataDir & "\Rainmeter\"
Else
	MsgBox(48, "RainThemes Error", "Unable to locate Rainmeter.ini")
	Exit
EndIf
2009-08-11 19:00:49 +00:00
cf8bb22e3a Fix ToggleiTunes command 2009-08-11 04:44:11 +00:00
7c3c4e1bf1 2009-08-10 19:48:27 +00:00
74cd1be585 Tips, tricks, examples and Various extra knowledge, such a technical information was moved to RainWIKI. 2009-08-10 12:50:38 +00:00
42087d6ed0 a fix for misspelling. 2009-08-10 05:00:20 +00:00
1c9a3b87e7 2009-08-08 21:58:30 +00:00
8d441e92a7 2009-08-08 12:54:51 +00:00
eb2c2ac4cd Since most of these issues was solved by v1.0, this article already became needless. 2009-08-08 11:54:42 +00:00
56cb50d95f version update 2009-08-07 08:28:24 +00:00
5d058c0d20 Version update 2009-08-07 08:28:02 +00:00
10fa32c465 Updated the release date in the history list. 2009-08-07 08:10:16 +00:00
545a1b7399 2009-08-07 07:55:11 +00:00
dd319f4384 2009-08-07 07:53:44 +00:00
8f7b952aef Added the themes to svn. 2009-08-07 07:41:44 +00:00
ec9fa142a3 Updated the Enigma skin. 2009-08-07 07:39:39 +00:00
6bbd4b7416 2009-08-06 22:25:52 +00:00
07adce3c6f 2009-08-06 17:54:24 +00:00
1be663e490 2009-08-05 19:04:17 +00:00
f14bb09b6c 2009-08-05 13:20:14 +00:00
3a5b634b1b !RainmeterQuit bang doesn't show error message even if Rainmeter is not running. 2009-08-05 08:36:38 +00:00
3cb252cef1 2009-08-05 03:45:12 +00:00
6c52525293 2009-08-05 00:37:32 +00:00
4c399b2598 2009-08-05 00:30:24 +00:00
63c8d6960e 2009-08-04 22:22:51 +00:00
2a29d32c07 2009-08-04 22:10:51 +00:00
75c3513ec9 2009-08-04 19:29:34 +00:00
438869476b 2009-08-04 17:17:13 +00:00
e73d35e220 New !bang: !RainmeterQuit 2009-08-04 09:48:03 +00:00
848cd361e3 Removed unnecessary UAC prompt when editing skins in My Documents. 2009-08-04 09:35:56 +00:00
428669287a The iTunes artwork path is now relative to the current skin's ini folder. 2009-08-04 09:20:22 +00:00
8d43999ca4 Help file of iTunes added 2009-08-04 04:40:14 +00:00
9654dc21ae #PROGRAMPATH# and #ADDONSPATH# returned incorrect value if the ini file was given as a command line argument. Fixed. 2009-08-03 22:21:56 +00:00
a77846d338 revision for help file. 2009-08-03 10:42:35 +00:00
0d07869ccf forum URL changed. 2009-08-03 10:33:00 +00:00
9487ec6612 Updated the Arcs skin to the uninstaller. 2009-08-03 08:44:49 +00:00
f48f841088 Updated the Enigma skin to the latest version.
Added Arcs to the skins.
2009-08-03 08:43:39 +00:00
c1304df3f9 The uninstaller left some things behind. Fixed. 2009-08-02 16:13:12 +00:00
98788edfa4 Installer asks now if the app should be installed for all users. 2009-08-02 15:41:17 +00:00
7fbb09d4ca Updated the version number for the upcoming release candidate. 2009-08-02 11:32:12 +00:00
9cc9310ad8 iTunes is not opened automatically anymore when Rainmeter starts because it caused flickering in Rainmeter's windows. 2009-08-02 08:35:00 +00:00
0edd9d392e Updates to the Enigma skin. 2009-08-01 16:50:29 +00:00
3c0923f862 The themes are now copied to the %APPDATA% on first run.
Few changes to the Enigma skin to make it work better in different resolutions.
2009-08-01 16:40:04 +00:00
b6954bcdd0 Added #WORKAREAX# and #WORKAREAY# build-in variables. 2009-08-01 15:38:03 +00:00
e789639773 Added Enigma to the skins. 2009-08-01 11:55:57 +00:00