Commit Graph

1005 Commits

Author SHA1 Message Date
Birunthan Mohanathas
bd7d787d93 - Renamed !RainmeterBangName to !BangName in log messages
- Removed SkinAuthor method from PluginBridge (not used anywhere, read Author from [Rainmeter] instead)
2011-07-06 20:31:20 +00:00
Birunthan Mohanathas
95fe545cc5 Script:
- Added GetVariable function [usage: GetVariable("VariableName")]
- Removed several unneeded exposed functions
- r853 broke Substitute on the Script measure, fixed
2011-07-06 20:12:05 +00:00
Birunthan Mohanathas
fa67b07a62 Lua:
- Removed GetValue() (which has never worked) and deprecated GetStringValue(). The measure value should be returned on Update() now.
- Some related tweaks and cosmetic changes
2011-07-06 10:21:18 +00:00
spx
4389edb8c1 Optimized ConfigParser. Reduced processing time on startup and on refreshing. 2011-07-06 09:00:44 +00:00
Birunthan Mohanathas
c7f9293e9c Script:
- GetMeter dynamically detects STRING meters now (no need to use tolua.cast any longer)
- Removed unneeded (and undocumented) functions to exposed to Lua
- Refactored tolua++ generated code
2011-07-05 13:41:05 +00:00
spx
9a9edbda2e Additional fix for r843. 2011-07-04 18:05:07 +00:00
spx
57bf54f9de Prevented from using "!RainmeterExecute". 2011-07-03 15:21:48 +00:00
Birunthan Mohanathas
6e7d0fd1b0 Changing to Rainmeter-less bangs in illustro. 2011-07-03 13:58:02 +00:00
Birunthan Mohanathas
2ca9967b18 Fixed sloppy mistake in r846. 2011-07-03 13:21:01 +00:00
Birunthan Mohanathas
2bdca3d6da Additional change for r844. 2011-07-03 13:18:10 +00:00
Birunthan Mohanathas
50fd8b7caf Rainstaller: Additional fix to r841. 2011-07-03 10:07:10 +00:00
Birunthan Mohanathas
ef65225dde Made "Rainmeter" optional in a bang. For example, !RainmeterShowMeter and !ShowMeter are now treated equally. 2011-07-03 08:58:53 +00:00
spx
341e9d2bd0 Removed trailing zeros when DynamicVariables=1 even if a value is such as "1.01000".
E.g.
 1.00000 -> 1
 1.01000 -> 1.01
 1.01001 -> 1.01001
2011-07-02 10:16:38 +00:00
Birunthan Mohanathas
8ae8a68547 NowPlayingPlugin:
- Minor improvements to CAD interface
- Fixed: TITLE was empty when listening to radio stations with Winamp
- Fixed: Metadata may not be updated until full refresh after closing one of multiple NowPlaying based skins
2011-07-01 20:34:12 +00:00
Birunthan Mohanathas
339e798ba3 Rainstaller: Fixed that SkinPath is not correctly read with portable installs. 2011-06-30 13:09:02 +00:00
spx
1fbcf6ef74 Added support code for r839 when using CodePage=1200 with an incorrect string. 2011-06-30 09:18:00 +00:00
spx
4bfbb120df WebParser: Added support code for CodePage=1200(UTF-16LE). 2011-06-30 09:04:49 +00:00
Birunthan Mohanathas
c451aba194 NowPlayingPlugin:
- Added PlayerType=STATUS (returns 1 when player is open, 0 when closed)
- Winamp interface: Fixed that file paths over about 100 chars did not display all metadata
- CAD interface: Added workaround for issue caused by Rainmeter running as elevated and player running as normal process (Windows Vista+)
2011-06-25 12:44:33 +00:00
Birunthan Mohanathas
9acbe62493 Installer: Now downloads and installs VC++ redist 2010 SP1 if necessary. 2011-06-25 10:15:53 +00:00
spx
8522a15bf9 Improved "show desktop" detection.
Some cosmetic changes.
2011-06-23 13:29:51 +00:00
spx
b9cdc53430 Added a workaround for the system that the window size is changed incorrectly when the window is dragged over the upper side of the virtual screen. 2011-06-22 06:39:07 +00:00
Birunthan Mohanathas
d633f4b586 NowPlayingPlugin:
- Added preliminary support to display lyrics (PlayerType=LYRICS)
- Applied r825 fix on TrackChangeAction= (sends bang to correct window without the need of #CURRENTCONFIG#)
- Some refactoring
2011-06-19 14:58:48 +00:00
Birunthan Mohanathas
6aa004eb22 NowPlayingPlugin:
- Fixed that PlayerName=, TrackChangeAction=, and DisableLeadingZero= were global (i.e. only usable from the first loaded skin)
- Code refactoring and cleanup
2011-06-17 19:07:06 +00:00
Birunthan Mohanathas
67cc4c7c6c NowPlayingPlugin:
- Added interface to receive MSN/Windows Live Messenger 'Listening to' notifications sent by various players (e.g Media Player Classic)
- Changes to CAD interface to allow proper supports for players other than MusicBee (e.g. VLC)
- Fixed crash when using the WinAmp interface in multiple skins
2011-06-12 10:05:37 +00:00
spx
7163823971 Context Menu:
- Added a separator to between ini-files and folders in Configs menu.
- Other minor tweaks.
2011-06-09 18:59:16 +00:00
Birunthan Mohanathas
1fa83bc296 Installer: Fixed alignment issue with large font sizes. 2011-06-09 16:11:14 +00:00
Birunthan Mohanathas
62d441bd3d NowPlayingPlugin: Added SetPosition and Pause bangs plus some tweaks. 2011-06-09 09:47:55 +00:00
spx
a2396a7d0f Tweaks. 2011-06-08 23:56:27 +00:00
spx
d054ce8e5c Minor tweaks. 2011-06-06 12:27:19 +00:00
spx
3a7d937021 - Uptime now shows over 49.7 days correctly in Vista or later.
- Some related tweaks.
2011-06-05 12:32:18 +00:00
spx
62c0268fef WebParser: Changed FinishAction to be sent the !bang to the appropriate skin without #CURRENTCONFIG#. 2011-06-04 08:39:05 +00:00
spx
0841328ea0 Tweaks. 2011-06-02 01:54:05 +00:00
Birunthan Mohanathas
72f5d55090 NowPlayingPlugin: Minor tweaks. 2011-05-31 13:15:53 +00:00
Birunthan Mohanathas
3268c774d2 NowPlayingPlugin: Improved MusicBee & MediaMonkey support and fixed that the ClosePlayer bang with iTunes does not always work. 2011-05-28 07:50:33 +00:00
spx
9a19d8808e Tweaks. 2011-05-27 18:39:57 +00:00
spx
68bc25ee82 Tweaks. (Uses CachedBitmap if image scaling isn't needed.) 2011-05-25 21:48:59 +00:00
Birunthan Mohanathas
01b3c31477 NowPlayingPlugin: Added support for MediaMonkey. 2011-05-25 14:04:52 +00:00
Birunthan Mohanathas
2ba2e95736 NowPlayingPlugin: Added support for MusicBee, fixed Debug build, and updated Winamp SDK. 2011-05-24 18:20:35 +00:00
spx
31e3091e34 Reverted r815 and stopped changing the working directory for the plugins. 2011-05-23 20:21:19 +00:00
Birunthan Mohanathas
7ae737fc0f Fixed minor bug. 2011-05-22 16:13:14 +00:00
spx
3356448dbe Minor optimizations & fixes. 2011-05-22 16:02:43 +00:00
Birunthan Mohanathas
7dd3bb1ed4 Installer: Now removes %TEMP%\Rainmeter-Cache on uninstall.
NowPlayingPlugin: Fixed crash on refresh when the plugin is used in multiple skins with different players.
2011-05-22 14:45:54 +00:00
Birunthan Mohanathas
3ba7d39bc4 NowPlayingPlugin: Improved handling of cached album art and fixed that some tracks don't display metadata with Winamp. 2011-05-22 11:05:23 +00:00
Birunthan Mohanathas
ef97fb2435 NowPlayingPlugin: Added PlayerType=FILE and fixed that TrackChangeAction is executed when track metadata is changed. 2011-05-22 08:06:43 +00:00
spx
e05aca67fc Got rid of annoying dialog on Express edition. 2011-05-21 19:49:13 +00:00
Birunthan Mohanathas
6cd327e86c Committing NowPlaying plugin. Because it requires VS2010 Pro to compile, it is not built by default. 2011-05-21 18:17:37 +00:00
Birunthan Mohanathas
e13f3a3c2c Got rid of pcre linker warnings. 2011-05-16 09:24:13 +00:00
Birunthan Mohanathas
9d550f553d Rainstalled: Fixed issue with .rmskin files containing 'Backup' folders or the 'Rainstaller' addon. 2011-05-14 08:51:51 +00:00
Birunthan Mohanathas
163ff435d1 Updated Building instructions. 2011-05-14 08:22:41 +00:00
Birunthan Mohanathas
9447a38f00 Added a Rainmeter.props file to easily change to 64bit compiler across all projects (for VS2010 Pro, which has 64bit compiler by default).
This change has no effect on VC2010 Express users (i.e. Windows7.1SDK needs to be installed). Read the Building wiki entry for more info.
2011-05-14 07:56:18 +00:00