Birunthan Mohanathas
2edde5af1c
Revamped Rainstaller UI
2010-08-22 09:03:39 +00:00
spx
080b68fe17
[WebParser] Fixed the issue that Rainmeter crashes if RegExp is invalid.
2010-08-19 09:24:25 +00:00
spx
46b19fbd73
- Now able to use single quote as quotes in Substitute. Reverted r510, r511.
...
- [WebParser] Updated PCRE library 6.4 to 8.10.
2010-08-18 07:28:55 +00:00
spx
67e5d4142d
Fix for r510 (Fixed the issue that '#', 'Q', 'O' and 'T' are replaced to '"'.)
2010-08-17 22:50:48 +00:00
Birunthan Mohanathas
02658b1ecc
Fixed: Not being able to Substitute a quote character.
...
The variable #QUOT# can be used in Substitutes. E.g.
Substitute="#QUOT#":"blaa"
2010-08-17 12:09:57 +00:00
spx
bf026cc248
some minor tweaks & cleanups
2010-08-17 07:19:48 +00:00
jsmorley
b3e93c0765
Fix by elestel to iTunes plugin: iTunesPlugin did not handle AboutToPromptUserToQuitEvent before
...
(when user quit iTunes there will be a quit/don't quit dialog)
2010-08-15 13:32:18 +00:00
Birunthan Mohanathas
f7d61add35
Rainmeter Installer now kills RainBrowser before install.
2010-08-14 17:28:32 +00:00
spx
20c3702501
Fixed the compatibility issue for the skins that are using MouseOverAction/MouseLeaveAction in Meters.
2010-08-13 23:20:20 +00:00
spx
8fe2a26a51
Fixed the issue that RANDOM is replaced incorrectly in Measure=Calc.
2010-08-11 18:08:41 +00:00
spx
3d33a16f9f
- Additional fix for r502. Functions/Measures/Counter in Formula are now case-insensitive in MeasureCalc.
...
- "[Measure]" is now case-insensitive in DynamicVariables.
2010-08-10 18:23:10 +00:00
jsmorley
99508e090b
Adding new PluginMediaKey plugin by poiru to the build.
2010-08-10 16:02:40 +00:00
Birunthan Mohanathas
237043352d
Fixed issue that Counter in Measure=Calc is case-sensitive. Added MeasureName2 as an alternative to SecondaryMeasureName in Meter=Histogram.
2010-08-10 15:37:35 +00:00
spx
bfa3bdc508
Additional fix for r500.
2010-08-10 12:21:46 +00:00
spx
ab04c130eb
Fixed the issue that old StringIndex results remain if the number of RegExp results is less than StringIndex.
2010-08-10 10:51:19 +00:00
Birunthan Mohanathas
22b1e55438
Small change to Rainstaller
2010-08-08 15:18:20 +00:00
Birunthan Mohanathas
e5230a964b
Changes to Rainstaller
2010-08-08 10:15:38 +00:00
spx
701178766d
Fixed the issue that Rainmeter crashes if a invalid format parameter is specified in MeasureTime/MeasureUptime.
2010-08-07 19:03:58 +00:00
Birunthan Mohanathas
6f919cfa3f
Fixed: WifiStatusPlugin closes WLAN handle when skin is closed even if another skin is still using it
2010-08-06 10:09:03 +00:00
spx
2e32b0f5c1
Some minor fixes.
2010-08-06 07:40:43 +00:00
spx
98c1f70f17
- Some changes for online manual.
...
- About dialog now indicates "Beta" or not beta on version information.
2010-08-05 17:48:52 +00:00
spx
cce8a5ead4
Modified the behavior of starting multiple processes.
2010-08-05 17:35:45 +00:00
Birunthan Mohanathas
10257297bc
Removing Help .chm source files from trunk.
...
Changes to Build.py and install script to reflect changes.
2010-08-05 17:12:51 +00:00
Birunthan Mohanathas
0feda085e6
Cosmetic changes to About dialog.
2010-08-05 16:38:28 +00:00
spx
afd7de5a8c
Fixed some stability issues when the location of the settings file is defined by a commend line argument.
2010-08-05 10:46:04 +00:00
jsmorley
e5cf9c5ceb
Massive changes to the manual. This is most likely just temporary as it is proposed that the local .chm file be removed from the build.
2010-08-05 04:05:14 +00:00
spx
ff04d39bad
Fixed the crash issue that the commandline option length is less than 4 characters.
2010-08-04 08:10:54 +00:00
spx
229fc944e8
Fixed missing RemoveBangCommand("!RainmeterWriteKeyValue");
2010-08-03 15:25:38 +00:00
spx
64888434c9
- Added !RainmeterWriteKeyValue. (based on MattKing's code)
...
!RainmeterWriteKeyValue "Section" "Key" "Value" ("FileSpec"), where "FileSpec" is an optional parameter. If FileSpec is not present, the change is automatically done in the currently running skin file. If the bang is executed from command line, FileSpec is required.
- Some improvements of MouseOver/Leave detection.
- Fixed the issue that window dragging brings on MouseLeave if "Show window contents while dragging" is not set.
- Fixed the issue that window dragging can't be begun by dragging the Button.
- Fixed the issue that a reaction of the upper Button penetrates to the lower Buttons or the other window.
2010-08-03 15:10:42 +00:00
spx
d92f4f939d
Added #ROOTCONFIGPATH#.
2010-08-02 14:28:55 +00:00
jsmorley
17a0fcf33a
Edited wiki page through web user interface.
2010-07-27 12:39:38 +00:00
jsmorley
6f2d67859d
Updates to the manual htm pages for the public beta today.
2010-07-25 19:16:47 +00:00
spx
0d26b72bbe
Stability improvement for refreshing config.
2010-07-22 02:37:51 +00:00
spx
3f2268b6b2
Minor fix for multiple %APPDATA%.
2010-07-22 01:50:22 +00:00
spx
4965f3859f
- Fixed the issue that the check marks of all menu items in configs/root/variants menu are cleared if !RainmeterDeactivateConfig/!RainmeterToggleConfig is used.
...
- Fixed the issue that %APPDATA% isn't replaced if Rainmeter runs as different user.
- Some stability improvements for activating/deactivating configs.
2010-07-22 00:31:59 +00:00
spx
dc7ccdd7ed
Fixed the issue that all grouping functions for Config are broken since r473.
2010-07-21 23:11:12 +00:00
jsmorley
b3507f6f8e
Tooltips: Added ToolTipWidth= key | Fix for using [MeasureName] as ToolTipText alone.
2010-07-20 21:20:14 +00:00
spx
abc5df233d
- Fixed the issue that the context menu doesn't hide even if a focus is switched to the desktop or other windows.
...
- Fixed the small Logging menu issue.
2010-07-20 07:15:39 +00:00
spx
eb536cde54
- Added config's root menu.
...
- Fixed a small issue on creating menu cache.
- Added workaround that the context menu is shown repeatedly by using menu bangs.
2010-07-18 21:35:52 +00:00
jsmorley
5366da997d
Lots of changes to the beta manual.
2010-07-18 14:01:04 +00:00
jsmorley
0d70dc14ce
Some minor changes to the manual help files.
2010-07-17 23:16:28 +00:00
jsmorley
ab272307a4
Minor fix by JamesAC to ToolTip routines
...
Many changes to Help files for 1.3 beta
Minor fix for Installer script
2010-07-17 19:11:05 +00:00
spx
6b6635b9c9
Got rid of some redundant codes from r471.
2010-07-17 13:38:12 +00:00
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