Skip to content

Commit dbbb48a

Browse files
committed
0.3.0 release
1 parent 6371667 commit dbbb48a

File tree

4 files changed

+61
-25
lines changed

4 files changed

+61
-25
lines changed

AUTHORS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
Johannes H. Jensen <joh@pseudoberries.com>
22

3+
Contributors:
4+
Arnaud Soyez <weboide@codealpha.net>
5+
Chow Loong Jin <hyperair@ubuntu.com>
6+
37
Artwork by Lasse Gullvåg Sætre <lassegs@gmail.com>

NEWS

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
Overview of changes in Alarm Clock 0.3.0 "Less snooze"
2+
=======================================================
3+
4+
* Alarm Clock has moved to the notification area and can be started as a normal
5+
application
6+
* An option to autostart Alarm Clock on log in has been added
7+
* Blink icon when an alarm is triggered
8+
* General User Interface improvements
9+
* Improvements to the alarm list window
10+
* Add sorting of the alarm list
11+
* Notify bubble improvements - remove per-alarm notify bubble settings
12+
* Snooze improvements - global snooze settings, enable snooze for timers
13+
* Add translation support - translations are now done in Launchpad
14+
15+
16+
Bugs fixed:
17+
243153 - No hint bubble when there is a "&" sign in the lable
18+
334684 - Notification needs to be improved in jaunty
19+
421098 - Source code an Gentoo QA
20+
490824 - Sorting alarms on time
21+
500600 - Update countdown for active alarms in alarm list
22+
501069 - Remove deprecated gnome-vfs dependency and use gio instead
23+
501073 - Remove deprecated libgnomeui dependency
24+
502230 - Properly seek player to start when looping
25+
26+
New and updated translations:
27+
ar, courtesy of Propeng
28+
be, courtesy of Mikola Tsekhan <mail@tsekhan.com>
29+
da, courtesy of nanker
30+
de, courtesy of theunexpecteds
31+
es, courtesy of Gonzalo Testa <gonzalogtesta@gmail.com>
32+
fo, courtesy of Gunleif Joensen
33+
fr, courtesy of Pierre Slamich <pierre.slamich@gmail.com>
34+
he, courtesy of Yaron <sh.yaron@gmail.com>
35+
hi, courtesy of manishmahabir <manishmahabir@yahoo.com>
36+
hu, courtesy of Gergely Szarka <szarka.honved@gmail.com>
37+
ja, courtesy of Yuki Kodama
38+
ms, courtesy of Ibrahim Elias <imen802003@netscape.net>
39+
nb, courtesy of Johannes H. Jensen <joh@pseudoberries.com>
40+
nn, courtesy of Håkon Sandsmark
41+
pl, courtesy of Stanisław Gackowski <launchpad@soeb.eu>
42+
pt, courtesy of Renato Martins
43+
pt_BR, courtesy of Gilfran Ribeiro <contato@gilfran.net>
44+
ru, courtesy of Oleg Koptev <koptev.oleg@gmail.com>
45+
zh_CN, courtesy of lhquark <lhquark@yahoo.com.cn>

README

Lines changed: 10 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,22 @@
11
Alarm Clock
22
=================
33

4-
This package contains an applet for use with the GNOME panel. Therefore, it
5-
requires gnome-core to be installed.
4+
This package contains a program for use with the GNOME panel.
65

76
Requirements
87
------------
98

109
You need at least:
1110

12-
gnome-panel-2.13.4
13-
glib-2.13.0
14-
gtk-2.11.0
15-
gconf-2.8.0
16-
libglade-2.4.0
11+
glib-2.16.0
12+
gtk-2.12.0
13+
gconf-2.0
14+
gio-2.0
15+
gnome-icon-theme
1716
gstreamer-0.10.2
18-
libgnome-2.8.0
19-
libgnomeui-2.8.0
20-
gnome-icon-theme-2.15.91
21-
22-
Some extras that improve functionality:
23-
24-
libnotify-0.3.2
17+
libnotify-0.4.1
18+
libxml-2.0
19+
unique-1.0
2520

2621
Installation
2722
------------
@@ -34,14 +29,6 @@ cd alarm-clock-<VERSION>
3429

3530
Compile with the usual:
3631

37-
./configure --prefix=/usr
32+
./configure
3833
make
3934
make install
40-
41-
42-
Note: It's important that you install into /usr so the BONOBO .server file is
43-
placed under a directory which gnome-panel can recognize.
44-
45-
If you would like to install to another prefix, you need to move
46-
AlarmClock.server to the bonobo server directory afterwards (usually
47-
/usr/lib/bonobo/servers).

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
# ***************************************************************************
44

55
m4_define([alarm_clock_major_version], [0])
6-
m4_define([alarm_clock_minor_version], [2])
7-
m4_define([alarm_clock_micro_version], [7])
6+
m4_define([alarm_clock_minor_version], [3])
7+
m4_define([alarm_clock_micro_version], [0])
88

99
m4_define([alarm_clock_version],
1010
[alarm_clock_major_version.alarm_clock_minor_version.alarm_clock_micro_version])

0 commit comments

Comments
 (0)