~ubuntu-branches/ubuntu/oneiric/alarm-clock/oneiric

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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
Changes made on 0.9.10:
+ Implemented a distutils setup.py script
+ Few code fixes
+ Added new translations from launchpad

Changes made on 0.9.9:
+ Some minor code cleanups in the main alarm thread
+ Splitted pyalarm.py into modules
+ Code cleanups
+ Fixed bug - sound in fade mode was sometimes disappearing
+ Fixed bug - sometimes Alarm Clock hungs up
+ Alarm Clock is right now shown as "alarm-clock" in top
+ Toolbar style follows user preferences
+ Killing Python won't kill Alarm Clock anymore
+ .mo files removed from archive, sorry
+ Changed gettext domain to alarm-clock

Changes made on 0.9.8:
+ Still more fixes to volume fading
+ Added repeating sound in single volume mode
+ Added duration after fade on fade mode
+ One fix for setup.py script
+ Fixed hangup wheh removing old alarms
+ Changed default snooze to 5 minutes
+ Fixed issue with quiet alarm when in fade mode
+ Some minor changes to sound properties window

Changes made on 0.9.7:
+ Setup script installs the icon
+ "Stop the sound" button active after starting the alarm after snooze

Changes made on 0.9.6:
+ Lots of volume fading fixes - volume fading is smooth
+ Added keyboard interrupt handler
+ No more exceptions when quitting the application
+ Added "Select all" and "Deselect all" buttons to schedule dialog
+ Some schedule dialog fixes

Changes made on 0.9.5:
+ Fixed bug from 0.9.4 that was causing alarm list to flicker after
removing old alarm
+ Added a lot of translations from Launchpad
+ Updated desktop file (PT_PT - Marco Rodrigues)
+ Passive window will be shown only once at a time when alarm occurs
+ Added new setup script (python setup.py install)

Changes made on 0.9.4:

+ Added sound on simple counter (#225856)
+ Fixed about dialog so it is shown in the center on the main window
+ User can close multiple dialog windows with close button now
+ Added Serbian translation for the .desktop file
+ Alarms are refreshed on midnight

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