File: ChangeLog

package info (click to toggle)
minbar 0.2.1-5
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 4,900 kB
  • ctags: 165
  • sloc: xml: 58,701; sh: 3,664; ansic: 1,925; makefile: 111
file content (216 lines) | stat: -rw-r--r-- 6,489 bytes parent folder | download | duplicates (3)
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
2007-12-23  Djihed Afifi <djihed@gmail.com>
	
	* 0.2.1: release.


2007-12-22  Djihed Afifi <djihed@gmail.com>
	
	* 0.2: release.

2007-11-17  Djihed Afifi <djihed@gmail.com>

	* configure.ac: more info in configure summary - thanks Abderrahim.
	* src/main.c : Location search callbacks and functions.
			Correction is now double.
			properly handle wcase when location is Makkah.
			Hack to fix showing qibla on minimise.
	* src/main.h : Added func prototypes.
	* data/minbar.glade : Add callbacks for the search. Rearrage main
			interface.
	* data/Locations.xml : Using one that only contains languages included 
			in minbar. Will be updated when new languages are in.
	* data/minbar.schemas.in.in : correction is "double" now. Needed
			for places with 1/2 hour corrections.
	* TODO: updated.
	* pixmaps/icons/*: New shiny icons! thanks to Yulian Ardiansyah

2007-11-08  Abderrahim Kitouni  <a.kitouni@gmail.com>

	* configure.ac, data/Makefile.am, src/Makefile.am : clean up, added
				configure summary and gconf uninstall rule.
	* po/POTFILE.in : replaced minbar.schemas.in.in by minbar.schema.in
	* src/locations-xml.c : copied dmsh2rad from weather.c
	* src/main.c : minor corrections (mainly using g_build_filename instead
			of hardcoding '/'), Locations are now fully working although
			there may be some bugs.
	* src/main.h : fixed a typo.
	* data/minbar.glade : I forgot if I modified anything but cvs diff says
				I did. Feel free to rollback.
	* data/Locations.xml : replacing .in by this (from gnome-applets 2.18)
	* TODO: updated.

2007-05-20  Djihed Afifi  <djihed@gmail.com>

	* configure.ac : new dependencies: libgnomecanvas, libxml.
	* minbar.glade : Locations window.
	* src/main.h : adding locations-xml.{c,h}
	* src/main.c : Qibla direction code.
		loactions code

2007-05-17  Djihed Afifi  <djihed@gmail.com>

	* Makefile.am : extra EXTRA_DIST files.
	* doc/minbar.1 : updated man documentation.
	* src/main.c : command line argument to start hidden.
		Plural forms for all appropriate messages.
		Add time and week day to time string.

2007-05-16  Djihed Afifi  <djihed@gmail.com>

	* Makefile.am : don't use distuninstallcheck_listfiles.
	* minbar.glade : interface revamp. Introducing calendar,
		new UI options, seperate athans for subh and normal.
		etc.
	* src/Makefile.am : use noinst_HEADERS
		move /apps/minbar to prefs.h
	* main.h : new function prototypes.
	* main.c : add calendar navigation.
		Add ability to have multiple athans
		icons for dialogs.

2006-05-14  Abderrahim Kitouni  <a.kitouni@gmail.com>

	* configure.ac, src/main.c, src/prefs.h : add the possibility to use a
	keyfile instead of gconf for storing preferences. Minbar doesn't rely on
	gnome anymore.
	
	* configure.ac, acinclude.m4 : added the possibility to use relative
	filenames for its resources (mainly to be used on Windows). added a
	couple of GPL'd macros to compute the relative paths.
	
	* src/main.c : rewrote part of update_date_label so that it uses glib.
	
2007-05-06  Djihed Afifi  <djihed@gmail.com>

	* README : minor corrections.
	* TODO : Plans for next release.
	* configure.ac : no need for glade.in.
		add variable to configure minbar.schemas.in.in
	* data/Makefile.am : get schemas.in.
		shutdown gconftool after install.
	* pixmaps/Makefile.am : specify uninstall hook
	* src/main.c : Close now only hides.
		handle preference to close instead (gconf)
		Athan location preference for subh and normal
		Load icon from icon cache, not direct image name, to allowtheming.
	* src/prefs.h : new preferences for athan locations and close option.

2007-03-21  Djihed Afifi  <djihed@gmail.com>

	* pixmaps/Makefile.am : proper icon size.

	* Makefile.am : Fix icon rule.

	* minbar.desktop.in : switch to minbar.desktop.in to get translated
	menu entries.

	* data/minbar.schemas.in: Translatable preferences.

	* src/main.c : Specify next prayer name in tooltip.

2007-02-17  Djihed Afifi  <djihed@gmail.com>

	* doc/minbar.1 : minor corrections.

	* src/main.c : added ability to start minimised

	* scr/prefs.h : new pref hidden to start minimised.

	* configure.ac : minbar.glade.in no longer needed.

	* data/minbar.glade : new checkbox to enable start minimised.

	* data/minbar.schemas : new preference to start minimised.

2006-12-24  Djihed Afifi  <djihed@gmail.com>

	* doc/* : Added man page.

	* src/main.c : function prototypes removed to header.
	use gnome translation system.
	localised date string.

	* src/main.h : complete function proptoypes.

	* scr/defines.h : no need for gettext macros.

	* configure.ac : remade autotools.

	* Makefile.am : remade autotools.

	* autogen.sh : use gnome autotools.

	* src/Makefile.h : remade autotools.

2006-12-07  Djihed Afifi  <djihed@gmail.com>

	* src/main.c : move defined PROGRAM_NAME to a var.

2006-12-17  Abderrahim Kitouni  <a.kitouni@gmail.com>

	* bootstrap, configure.in : use intltool.

	* po/POTFILE.in : added desktop file and gconf schemas.

	* po/minbar.pot : updated.

2006-12-07  Djihed Afifi  <djihed@gmail.com>

	* main.c : Add some logic to avoid displaying hours when there are 0.

	* data/minbar.glade.in : unmarked non needed translations

	* defines.h : more complete gettext support (for plurals)

	* po/ar.po : more translations - testing if I'm missing any

	* AUTHORS : updated.

	* TODO : More information on what is needed.
	
2006-12-16  Abderrahim Kitouni  <a.kitouni@gmail.com>

	* main.c : Added i18n support (using gettext).

	* data/minbar.schemas : Macca is GMT+3, and not -3.

	* defines.h : Added a shortcut for gettext

	* bootstrap : added a call to glib-gettextize.

	* po/ : Added POTFILE.in, minbar.pot, and ar.po
	
	* configure.in, Makefile.am : added gettext support and po subdirectory.

	* data/minbar.glade.in, src/Makefile.am : fixed pixmaps.
	
	* TODO : updated accordingly.

2006-12-07  Djihed Afifi  <djihed@gmail.com>

	* main.c : USE_NOTIFY checks.
	minimise to tray.

	* configure.in : libnotify checks.
	
	* minbar.glade : Cleaner preferences.
	Added options to menu popup.

2006-12-07  Djihed Afifi  <djihed@gmail.com>

	* main.c : Added notifications using libnotify. 
	Added gtkstatusicon check to hide close button. 
	Added tray icon tooltip.
	Added Advanced preferences (method, notify..)

	* minbar.glade: Advanced preferences. Close now quits.

	* configure.in: libnotify check.

	* minbar.schemas: schemas for notif, notiftime, method.

	* prefs.h : New preferences.

2006-12-01  Djihed Afifi  <djihed@gmail.com>

	* Initial check in.