Latest progress reports
LSActiveDesktop
I'm working on an active desktop implementation for LiteStep.
Here's the latest screenshot: http://img713.imageshack.us/img713/5550/lsactivedesktop2noborde.png
More info at: http://github.com/Tobbe/lsactivedesktop/
Tobbe 2010-08-30 03:52:24 in Module
MultiMonitor-1.2 and LSBlur-0.2 Released
LSBlur:
Changed the way the wallpaper is grabbed. No more blinking! :)
Module: http://lsblur.googlecode.com/files/LSBlur-0.2.zip
Source: http://lsblur.googlecode.com/files/LSBlur-0.2-src.zip
MultiMonitor:
Fixed a bug where a monitor number could be skipped and removed the need for Visual Studio 2010 runtimes.
Module: http://dl.dropbox.com/u/51925/LiteStep/MultiMonitor-1.2.zip
Source: http://dl.dropbox.com/u/51925/LiteStep/MultiMonitor-1.2-src.zip
alurcard2 2010-08-21 18:40:05 in Module
LSXMPlayer 1.0
LSXMPlayer is a LiteStep module that will let you play extended module (.xm) files with bang commands.
Module: http://dl.dropbox.com/u/51925/LiteStep/LSXMPlayer-1.0.zip
Source: http://dl.dropbox.com/u/51925/LiteStep/LSXMPlayer-1.0-src.zip
alurcard2 2010-08-15 18:14:55 in Module
LSBlur 0.1
This is a small module which will let you apply varying amounts of Gaussian blur to parts of the wallpaper. Essentially, it will let you create static Windows 7 like glass effects on any system.
Module: http://lsblur.googlecode.com/files/LSBlur-0.1.zip
Source: http://lsblur.googlecode.com/files/LSBlur-0.1-src.zip
alurcard2 2010-08-15 07:20:42 in Module
Clickonic 1.1.5
I felt like it was about time to release this. There are a few more features and Vista/7 fixes on the way, but they will take a while. Anyways, here's the changelog:
FIXED: .ini corruption when file names started with a [
FIXED: Uninitialized variable which broke keybindings
FIXED: (group)CurrentFolder didn't have quotes around it when it contains spaces
FIXED: !ClickonicSetMonitor wasn't working properly
ADDED: (group)ShortcutMode
ADDED: (group)TextPasteFormat
FIXED: Issue with the highlighting of cut files.
ADDED: Support for saving the folder location (group)PersistantFolderLocation
FIXED: Issue with hackish vista code effecting pre-vista systems.
ADDED: (group)SingleClick and !ClickonicSingleClick
ADDED: (group)IconSize and !ClickonicSetIconSize
FIXED: Shouldn't need visual c runtimes anymore (this problem was reintroduced at some point)
CHANGED: Removed the limit on the number of monitors.
Module: http://clickonic.googlecode.com/files/Clickonic-1.1.5.zip
Source: http://clickonic.googlecode.com/files/Clickonic-1.1.5-src.zip
alurcard2 2010-08-13 23:28:13 in Module
MultiMonitor-1.1
I updated MultiMonitor. Here's the changelog:
- Removed the PrimaryMonitor evar. The primary monitor is now always #1.
- Added OnPrimaryMonitorChanged.
Module: http://dl.dropbox.com/u/51925/LiteStep/MultiMonitor-1.1.zip
Source: http://dl.dropbox.com/u/51925/LiteStep/MultiMonitor-1.1-src.zip
alurcard2 2010-08-11 11:39:29 in Module
mzscript 1.0.4
A small update to mzscript which fixes an error on startup/recycle when *Script refresh is used.
Module: http://dl.dropbox.com/u/51925/LiteStep/mzscript-1.0.4.zip (needs ms visual c++ 2010 runtimes)
The only change to the source code compared to 1.0.3 is that line 317 in mzscript.cpp has been changed from:
if (!(StrIEqual(szType, "start") && bIsRefresh) || (StrIEqual(szType, "refresh") && !bIsRefresh))
to
if (!(StrIEqual(szType, "start") && bIsRefresh) && !(StrIEqual(szType, "refresh") && !bIsRefresh))
You can get he necessary runtimes here: http://www.microsoft.com/downloads/details.aspx?FamilyID=a7b7a05e-6de6-4d3a-a423-37bf0912db84&displaylang=en
alurcard2 2010-06-18 18:43:05 in Module
Last edited 2010-06-18 18:43:23
LiteStep.de is outdated
The LiteStep.de project is now off line, cause it is outdated. We will be back. If someone else promise to hold the TDL please contact me at joachim@litestep.de
More info at: www.litestep.de
dinmikkith 2010-06-04 06:51:39 in Web site
Last edited 2010-06-04 06:51:57
tVolEzy-2.0
Just released tVolEzy-2.0
It adds system volume change notifications and mute status notifications (for Win7 as well). From the readme:
!tVolEzyVolumeChangedCommand
Sets a command to be executed when the system volume changes.
#VOLUME# will be replaced by the actual system volume.
Example: tVolEzyVolumeChangedCommand "!CommandSetText New Volume: #VOLUME#"
A parameter must be supplied, there is no default.
!tVolEzyMuteChangedCommand
Sets a command to be executed when the system mute status changes.
#MUTE# will be replaced by "muted" or "unmuted" without the quotes.
Example: tVolEzyMuteChangedCommand "!CommandSetText Mute Changed: #MUTE#"
A parameter must be supplied, there is no default.
Binary: http://tlundberg.com/downloads/tVolEzy-2.0.zip
Source: http://github.com/Tobbe/tvolezy/zipball/v2.0
More info at: http://github.com/Tobbe/tvolezy/
Tobbe 2010-02-13 10:34:57 in Module
Last edited 2010-02-13 10:37:12
AlbumArt
This module will get the albumart from the currently playing file in Winamp (or foobar with the appropriate plugin). It can grab cover art from the songs tag, from any file residing in the same folder as the currently playing song, or download it from the internet.
More info at: http://albumart.googlecode.com/
alurcard2 2009-12-29 03:52:14 in Module
Last edited 2010-02-13 04:36:39

