full listings » Appearance


CoolClock Version History

Analog clock faces for panes and the control bar


Version: 1.7.0.0

Download for All Platforms
  • Uploaded 9 months ago
  • Works with Songbird 1.8.0 - 1.10.0a

Updated to work with latest version of Songbird (1.9)


Version: 1.6.0.0

Download for All Platforms
  • Uploaded 11 months ago
  • Works with Songbird 1.8.0 - 2.0.0a

Updated to work with latest Songbird version.


Version: 1.4.0.0

Download for All Platforms
  • Uploaded over 2 years ago
  • Works with Songbird 1.2 - 1.5.0a

Removed pane title-bar clickablility (to conform with sb1.4)
New icon for pane and view menu (looks better with new default skin)

To do:
Make some new faces better suited for use in the control panel.
Clock face editor


Version: 1.3.0.0

Download for All Platforms
  • Uploaded over 2 years ago
  • Works with Songbird 1.2 - 1.5.0a

Featherablity:

Copy the file coolclock.skin from coolclock's skin directory into your feather's skin directory; it will be picked up by Coolclock whenver your feathers are active and the 1st skin in it will be used for the control pane clock.

Alter the look by editing coolclock.skin, :

{
"yourCCSkinName": {
"outerBorder": { "lineWidth": 180, "radius":1, "color": "red", "alpha": 1 },
"smallIndicator": { "lineWidth": 0, "startAt": 85, "endAt": 95, "color": "yellow", "alpha": 1 },
"largeIndicator": { "lineWidth": 7, "startAt": 85, "endAt": 95, "color": "white", "alpha": 1 },
"hourHand": { "lineWidth": 7, "startAt": 40, "endAt": 50, "color": "white", "alpha": 1 },
"minuteHand": { "lineWidth": 7, "startAt": 50, "endAt": 75, "color": "yellow", "alpha": 1 },
"secondHand": { "lineWidth": 7, "startAt": 75, "endAt": 85, "color": "black", "alpha": 1 },
"secondDecoration": { "lineWidth": 5, "startAt": 1, "radius": 1, "color": "blue", "alpha": 0, "fillColor": "blue" }
}

Name your skin, i.e. change "yourCCSkinName" to, e.g.: "myFeatherName", then change the numbers and colors as you wish. The numbers are percentages of the radius, so 'startAt': 0, 'endAt': 50 draws a line from the center to 50% of the way to the edge. 'Alpha' is the transparency of the element (1 = solid), Save the changes and refresh Songbird UI.

You can have any number of skins (comma separated) in a single coolclcock.skin file; they'll all be added to the selection menu of Coolclock skins.

TODO:
'wysiwyg' skin editor


Version: 1.2.0.0

Download for All Platforms
  • Uploaded over 2 years ago
  • Works with Songbird 1.2.0 - 1.5.0a

All main window code has been wrapped in an anonymous function to prevent interface with other add-ons.

You can now scroll or left-click on control pane clock to change it.

Songbird now opens with the control pane clock as it was when you closed Songbird.

Ctrl+Shift+C toggles display of control pane clock.

Max sb version increased to 1.50a.

NEXT UP:

+ skinnability !
+ clock-face wysiwyg editor !!


Version: 1.1.0.0

Download for All Platforms
  • Uploaded over 2 years ago
  • Works with Songbird 1.1.1 - 1.4.*

Latest version now allows you to have an analog CoolClock showing in the control pane!

The control pane can be different from any clocks showing in any display panes; so the preferences panel has been updated accordingly.

Songbird maximum version increased to 1.4.0a

TODO:
enable mouse scroll and left click on control pane clock


Version: 1.0.0.1

Download for All Platforms
  • Uploaded over 2 years ago
  • Works with Songbird 1.1.1 - 1.2.*

1.0.0.0 Tested on Windows XP only

1.0.0.1 Initialisation of default preferences (preventing changes of clock face etc.) corrected.
            TESTED in a nice, clean, new profile - works well!
            TODO: clock face selection panel highlights all clock faces although the option s correctly updated.