jsmorley
935852426a
Added spx's meter/measure/config "Group" functionality.
...
Minor fix to installer script
2010-07-17 13:02:34 +00:00
Birunthan Mohanathas
c287df17cc
Minor changes to Rainmeter installer. Removed Example.rmskin and Rainstaller.chm.
2010-07-17 09:01:25 +00:00
jsmorley
d2bea69bcc
Adding Help pages for VirtualDesktops and Win7AudioPlugin plugins.
2010-07-17 00:13:41 +00:00
jsmorley
ff153f3f86
Adding JamesAC's new ToolTips functionality.
...
Minor fix to the Rainmeter installer
Minor changes to RainBrowser and RainThemes
2010-07-17 00:06:24 +00:00
jsmorley
a52758f9d2
Minor changes to RainBrowser, RainThemes, and the Rainmeter installer.
2010-07-15 22:39:19 +00:00
jsmorley
5d2e750d3f
RainBrowser: Final spit and polish on the new interface.
2010-07-14 10:47:48 +00:00
jsmorley
a0e0b04a28
RainBrowser: The current active skin is now automatically highlighted when you select a config from the tree view in Active/Browse/Tags views.
2010-07-12 15:08:29 +00:00
jsmorley
d826eb8b7e
RainBrowser: Added the ability to launch RainThemes and RainBackup from the app.
2010-07-11 17:30:53 +00:00
jsmorley
ccbb5e4b0b
Changed RainBrowser to have the new "look and feel" of the other addon applications
2010-07-11 15:25:28 +00:00
jsmorley
5be6e9783d
Adding code to improve DesktopWorkArea with mulitple monitors. This is code from user Jott, with some minor tweaks by spx
...
Adds DesktopWorkArea(x) where "x" is the desired monitor. DesktopWorkArea without a number is the primary monitor.
2010-07-10 12:56:37 +00:00
spx
d07e8665b0
Modified the behavior when the log file was deleted manually.
2010-07-08 10:59:06 +00:00
Birunthan Mohanathas
05c14bfa26
Changes to Rainstaller
2010-07-08 08:06:35 +00:00
spx
63c11d1535
Fixed some wrong comments.
2010-07-07 23:54:20 +00:00
spx
f61a35a64d
- Added "Group" option to Measure/Meter to operate Measures/Meters in bulk.
...
Usage:
Group=group1 | group2 | group3
* Concatenate group with the "|" if you'd like to assign multiple groups.
- Added !Bangs for Group. (!RainmeterShowMeterGroup, !RainmeterHideMeterGroup, !RainmeterToggleMeterGroup, !RainmeterEnableMeasureGroup, !RainmeterDisableMeasureGroup, !RainmeterToggleMeasureGroup)
Usage:
!RainmeterShowMeterGroup [group] (Config)
!RainmeterHideMeterGroup [group] (Config)
!RainmeterToggleMeterGroup [group] (Config)
!RainmeterEnableMeasureGroup [group] (Config)
!RainmeterDisableMeasureGroup [group] (Config)
!RainmeterToggleMeasureGroup [group] (Config)
- Modified logging feature. Added new "Logging" menu to the context menu.
- Added the manifest to Rainmeter.exe to apply visual style to button etc.
2010-07-07 23:46:44 +00:00
jsmorley
36dfa2c6e5
Alex2539 found a problem in the ccalc lexer.c file which caused an error if a number was used in a calc statement (say from a WebParser measure) which had a leading "0". (08 for instance) This would cause the library to see the number as an Octal, and the formula would be incorrect at best, and fail with an error in the log at worst. (08 is an invalid Octal number) Alex has changed the library so you CAN indicate and do math with Octal, Hex and Binary numbers, but the numbers must be preceded with 0b (binary) 0x (hex) 0o (octal). If a number like 08 is used, it will be treated as "8", as it should.
...
Change to RainThemes to support new Logging= setting in Rainmeter.ini
2010-07-07 22:31:44 +00:00
spx
cae7c84431
Fixed AdditionalDependencies for Debug.
2010-07-06 07:30:45 +00:00
jsmorley
8ae76e0d92
Adding new PluginVirtualDesktops plugin from Patrick at Dexpot
...
Change to Build.py and Rainmeter.sln to support new plugin
New Example.rmskin for Rainstaller
2010-07-05 23:44:22 +00:00
spx
5d436f2ffe
Reverted the part of r345 (workaround for Issue 145). It's cause of low scaling quality in IMAGE meter.
2010-07-02 18:10:29 +00:00
Birunthan Mohanathas
343a38c2cf
Changes to Rainstaller:
...
- Removed AdminRights option
- Improved skin loading with LaunchType=Load
2010-07-01 13:22:33 +00:00
jsmorley
b16f02d243
Added changes by JamesAC, Spx and Patrick/Dexpot to expand the range of information which can be requested from Rainmeter via Windows Messages. (SendMessage/WM_COPYDATA)
...
See the header file RainmeterQuery.h for details and usage help.
2010-06-28 22:30:20 +00:00
Birunthan Mohanathas
92f67ec7db
Rainstaller: Fixed problems when using KeepVar with INI entries that have leading/trailing whitespace characters. Also optimized code a bit.
2010-06-25 16:26:43 +00:00
jsmorley
53934aa6c7
Fix for context menu to use ConfigEditor or Windows association for .ini when doing "Edit Settings"
2010-06-23 18:03:55 +00:00
Birunthan Mohanathas
38409f2d05
* Several changes to the Rainmeter context menu (including handle leak fix)
...
* Rainmeter now opens text files with associated text editor (with fallback to Notepad) if ConfigEditor is not specifed
2010-06-23 12:36:39 +00:00
jsmorley
063cabe9ed
Changing the version file back to 1.2
2010-06-22 06:33:17 +00:00
spx
8c1c77f6a6
Fixed swapped window name and class name. (RainmeterQuery.h)
2010-06-21 23:25:54 +00:00
spx
181dffe0bd
Added RainmeterQuery.h for querying the data from the other applications by using Window Message. Thus modified some related codes.
2010-06-21 19:48:00 +00:00
jsmorley
8a47a191d7
Changes to Rainstaller and RainThemes to support new version checking method.
...
Minor fix to a couple of typos in the version checking code
Changed "Update Available" to "New Version Available"
2010-06-21 17:14:56 +00:00
jsmorley
8785516c09
1) JamesAC / spx change to Windows Messages / Dexpot support, with fix for copy / paste error in previous commit.
...
2) Change to version checking:
* CheckVersion= setting depreciated. Removed from "About" dialog and automatically ignored and removed from Rainmeter.ini at Rainmeter start.
* New DisableVersionCheck= (1/0) setting added, which now changes the default from "don't check version" to "do check version" unless this is set to "1"
2010-06-21 16:00:19 +00:00
jsmorley
b7ef7417b6
Changing version to 2.0 temporarily to test version checking in the Rainmeter context menu.
2010-06-21 11:34:49 +00:00
jsmorley
34387ce2cf
Starting point for 1.3 beta:
...
Changes to multiple files to change version number
Changes by JamesAC / spx to improve management of Windows Mssages, mostly to support working with the DexPot folks
Addition of the Win7AudioPlugin plugin by reiswaffle. This includes plugin code and changes to the Rainmeter.sln project file.
2010-06-20 20:52:52 +00:00
kenz0
c84f3bd35b
Change the stable version number to 1.2 for update check function.
2010-06-15 12:15:42 +00:00
jsmorley
a334ec99be
Changed version numbers of Enigma and Gnometer to force install of final skins for all users.
2010-06-13 10:53:05 +00:00
jsmorley
20bd9e6f0b
Couple of minor changes to manual
...
Several minor tweaks to Gnometer
Updated history.htm for the RC3 Release
2010-06-09 16:48:54 +00:00
spx
0ffbb7e901
Fixed the issue that PingPlugin crashes Rainmeter after refresh if offline (no network) or ping timed out in Vista/7.
2010-06-09 09:21:51 +00:00
spx
e0ea862d72
Fixed r432 issue. (Issue 158)
2010-06-08 23:09:18 +00:00
jsmorley
96ca019fc8
Updated history.htm for RC2 build
2010-06-08 15:06:20 +00:00
Birunthan Mohanathas
9007555e68
Some minor changes to Engima, Gnometer, Rainstaller, and the Rainmeter installer.
2010-06-08 14:16:24 +00:00
jsmorley
3eba0803bd
Updating Build.py in anticipation of Release build in the new week or so
...
Important that you modify the paths at the top to match your system if you are going to do a build on your local PC.
2010-06-06 11:29:22 +00:00
spx
d34c4c2b9c
Fixed the issue that the image cannot be loaded from disk in IMAGE meter.
...
For instance: MeterImage2 fails loading the image.
-----
[CALC]
Measure=CALC
Formula=1
[MeterImage]
Meter=IMAGE
X=0r
Y=0R
ImageName=Image.png
ImageTint=255,255,255,64
[MeterHistogram]
Meter=HISTOGRAM
MeasureName=CALC
X=0r
Y=0r
PrimaryImage=Image.png
[MeterImage2]
Meter=IMAGE
MeterStyle=MeterImage
[MeterHistogram2]
Meter=HISTOGRAM
MeterStyle=MeterHistogram
-----
2010-06-04 08:52:07 +00:00
spx
c7cd612502
Fixed the issue that dynamic image name is not correctly applied in most meters. (Issue 157) An error message is now output to the log instead of showing the dialog box.
2010-06-03 14:14:53 +00:00
spx
7a919f35fc
Fixed the issue that SpeedFanPlugin crashes if SpeedFanType is not TEMPERATURE.
2010-06-02 14:47:41 +00:00
jsmorley
0de1483e75
Update to the manual and history.htm for the RC build. Changed the version number of Enigma from 2.6 to 2.7 in all .ini files.
2010-06-01 16:08:31 +00:00
jsmorley
9aac7730ab
Updates to some images for Enigma from DM, and a tweak to the VLC Gnometer skin from poiru
2010-06-01 15:35:59 +00:00
spx
f2682eaee0
Changed the behavior of DynamicVariables. The fixed value definition of the following settings is handled as the starting value. If the value definition of these settings contains variables or measures, related !bangs are ignored.
...
[Measure]
Disabled
[Meter]
Hidden
X
Y
In case of "Hidden":
- Hidden not added or Hidden=0/1 (=fixed value specified) and DynamicVariables=1
The specified value is handled as the starting value. After that the value is not re-read on every update. !RainmeterShowMeter etc. are enabled.
- Hidden=#VAR# or Hidden=[Measure] and DynamicVariables=1
The value is re-read on every update. !RainmeterShowMeter etc. are disabled by re-reading value.
2010-06-01 14:55:52 +00:00
jsmorley
5ff8f59ebf
Hopefully final changes to Enimga and Gnometer before the RC build.
...
Includes change to EnigmaConfigure to "restore" changes to variables made in UserVariables.inc in a previous installation of Enigma when upgrading to 1.2.
2010-06-01 08:57:51 +00:00
spx
b675265606
Fixed incomplete fix in r420 and r422.
...
Fixed the issue that the result of some bangs is overwritten with the default value if DynamicVariables=1 is added to Measure/Meter. (Issue 125) Note that this fix is effective only when the setting is not defined in skin configuration file. The result of !RainmeterHideMeter(or Show/Toggle) is overwritten if Hidden=0/1 is added.
Some minor changes.
2010-05-31 21:02:04 +00:00
evmckay
669791c075
Deleting wiki page AccuWeather.
2010-05-30 19:36:49 +00:00
jsmorley
4549e4a898
Updating some Enigma skins before RC build
2010-05-30 16:22:54 +00:00
jsmorley
509acc4bce
Updating Gnometer skins before RC build
2010-05-30 16:19:35 +00:00
spx
1393d52f43
Fixed the issue that the default value isn't reflected correctly when refreshing the skin. (Issue 155)
2010-05-30 07:02:46 +00:00