
Various KDE 1.-4. Improvements
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Styleclock is a themeable replacement for KDE's clock applet. It comes with an integrated alarm clock / timer.
The themes are bitmap based, so you can simply use gimp and a text editor to edit or create themes. These images are finally composed by a little ecmascript program, which makes it easy to create weird and innovative clock types.
To keep the cpu load low, styleclock uses OpenGL to scale and rotate the images.
16 years ago
New in 0.5.1:
- New digital theme: Centurion by Daniel Dotsenko
- Enabled date switch (only used by centurion so far)
New in 0.5:
- New theme: clean by Clairvoyant
- New theme: station
- Hopefully no black windows anymore
- Better support for theme developers
New in 0.4:
- The first user-contributed themes:
blue, simple - thanks to Sami Vento :)
- New textual theme: glow
- Possibility to change theme colors.
Only used in "glow" and "simple" so far.
- Better resize behaviour
New in 0.3:
- Popup calendar like the original KDE clock
- Saves recently used countdown times
- Ability to display non-rectangular clocks and a binary clock to demonstrate it.
New in 0.2:
- Transparency support
- Simple & efficient alarm clock/timer
- Nice context menu
16 years ago
New in 0.5.1:
- New digital theme: Centurion by Daniel Dotsenko
- Enabled date switch (only used by centurion so far)
New in 0.5:
- New theme: clean by Clairvoyant
- New theme: station
- Hopefully no black windows anymore
- Better support for theme developers
New in 0.4:
- The first user-contributed themes:
blue, simple - thanks to Sami Vento :)
- New textual theme: glow
- Possibility to change theme colors.
Only used in "glow" and "simple" so far.
- Better resize behaviour
New in 0.3:
- Popup calendar like the original KDE clock
- Saves recently used countdown times
- Ability to display non-rectangular clocks and a binary clock to demonstrate it.
New in 0.2:
- Transparency support
- Simple & efficient alarm clock/timer
- Nice context menu
petersi
13 years ago
Don't make me go back to Bill...
Report
AMO88
13 years ago
http://gentoo.osuosl.org/distfiles/styleclock-0.5.1.tar.gz
Report
GameManK
14 years ago
https://bugs.launchpad.net/ubuntu/+source/styleclock/+bug/42779
Report
cyrtainne
14 years ago
Report
japc
14 years ago
http://packages.ubuntu.com/edgy/source/styleclock
Report
harrier
14 years ago
the source from ubuntu has some errors when compiling.
cause there are some themes' directories are empty, they have nothing to compile.
Report
jpatrick
13 years ago
Some themes were removed due to fuzzy copyrights which would never get pasted the upload queue.
Report
fabiocrestani
14 years ago
Report
tbd
14 years ago
Report
pucek
15 years ago
This is annoying...
Report
sgrayban
15 years ago
To bad too.. Was hoping it would.
Report
arriagga
15 years ago
note:
I had to install pcre-6.3-1mdk first.
Report
nareshv
15 years ago
I build styleclock on my box. i use background image for my panel.
When i add the styleclock 75% of the applet is black.When i refresh the screen it goes away and i can see the full applet?
I think this code needs to be changed to take care of such issues ?
Report
Georgo10
14 years ago
But when I set up panel height to 30px, it's OK, but I'm using tiny size (24px).
Report
aladrin
15 years ago
Other than this issue, I love the clock.
Report
aladrin
14 years ago
if ((showSeconds == true && lastRedrawTime.second() != curTime.second()) ||
became
if ((lastRedrawTime.second() != curTime.second()) ||
And now even if it's not showing seconds, it updates the display every second. This means the numbers won't disappear more than a second, and that's good enough for now.
Report
aladrin
14 years ago
src/styleclockwidget/clockpaintview.cpp
Report
somekool
15 years ago
Report
uddw
15 years ago
Report
pholie1
15 years ago
Report
pholie1
15 years ago
Report
uddw
15 years ago
Report
cbradney
15 years ago
Love styleclock and the centurion style!
Centurion (or perhaps KDE 3.4.x's kicker) dont survive a swsup hibernate very well though. The graphics get all mangled on the clock and dont come back until kicker is restarted. Doesnt stop me using it, lovely.
Report
uddw
15 years ago
Report
p0z3r
15 years ago
Report