1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
|
Changes made on 0.9.3:
+ Stop the sound button is disabled correctly
+ Changed file permissions
Changes made on 0.9.2:
+ Fixed bug that causes Alarm Clock to crash in some cases
+ Don't stop the playback in volume fade mode until the playback is finished
+ Better checking for alarms in the past
+ Fixed about dialog not showing the application logo
+ Fixed bug #197127 - added --help, --version and --tray command line options
Changes made on 0.9.1:
+ Fixed bug #193166, when popup windows were crashing Alarm Clock on buggy notify-python-0.1.1
+ Fixed spanish translation, .desktop file and setup.py file thanks to patch from Marcelo Briones,
this patch fixes the german translation installation (moved de_DE to de)
+ Message dialog showing that another instance is already running is translatable
Changes made on 0.9:
+ Fixed repeating of sound - if you will use the default "ring.wav" it will repeat properly
+ Alarm Clock will warn you if alarm that you are making is in the past
+ Changed alarm.svg to alarm-clock.svg
+ Fixed startup notification
+ Alarm Clock won't gray out the "Stop the sound" button after first part
of ring is played in fade mode
+ Alarm list is more flexible - added a right-click menu, enter shows properties,
delete removes alarm
+ Changed the column order on main list
+ You can now search for alarms by pressing CTRL+F or typing something into the list
Changes made on 0.8:
+ Fixed .desktop file - thanks Marco Rodrigues
+ alarm.svg icon is right now copied to /usr/share/pixmaps instead of
/usr/share/icons
+ Alarms are run only once right now - so you can close the passive window
with a single click
+ Added "Today" and "Tomorrow" options to alarm properties
+ Added "Turn off the monitor" option to standard action properties
+ Fixed standard action procedure when there is no timeout set
+ Checking if there is only one instance running
+ Fixed alarm-clock script - it will show you "alarm-clock" instead of "python"
in top
+ sr@Latn translation setup fixed
Changes made on 0.7:
+ Better remembers window position
+ Alarm Clock is using less resources right now
+ Added German translation (thanks Matthias Vogelgesang)
+ Added Spanish translation (thanks Marcelo Briones)
+ Better .desktop file support
+ Added 2008 to about dialog
+ More consistent look, eg. every window have the same icon
+ Moved configuration to ./config/Alarm-Clock - you need to copy
the contents of ~/.alarm-clock to ~/.config/Alarm Clock
+ Better handling the exception lists - now loads properly multiple exceptions,
though exceptions need to be exported once again.
+ Exception load dialog will show "None" instead of empty fields
if there is no author set
+ Alarm Clock removes old alarms faster and better
+ Fixed sr@latin translation installation
|