-
Notifications
You must be signed in to change notification settings - Fork 1
/
ChangeLog
165 lines (101 loc) · 4.39 KB
/
ChangeLog
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
2009-03-18 Francisco Javier Dorado <[email protected]>
* configure.in
* NEWS
* README:
Prep for 0.1.2 release
2009-03-18 Francisco Javier Dorado <[email protected]>
* src/vista.py.in:
Use @prefix@/share/icons for loading icons files.
2009-03-18 Francisco Javier Dorado <[email protected]>
* src/dbr.py:
Fixed bug #2592169 DBR's app name should be "dbr" not "-c"
2009-03-17 Juan Ramón Jiménez García <[email protected]>
* src/vista.py:
Created a toolbar.
Set book title in aplication title when a book is opened
* icons/bookmarks.png:
Created a icon for the bookmark toolbar option
2009-03-06 Francisco Javier Dorado <[email protected]>
* authors:
Add Juan Ramón to the authors file.
2009-02-10 Francisco Javier Dorado <[email protected]>
* src/vista.py:
Fixed a localization string on the "Go to" menu.
2009-01-28 Francisco Javier Dorado <[email protected]>
* src/libro.py:
Fix for bug 2530638 Can not play Infancy of Thomas daisy 2.02 book.
Thanks Willem for testing and reporting this.
2008-10-09 Francisco Javier Dorado Martínez <[email protected]>
* src/vista.py:
Fix for bug #2088248.
2008-09-19 francisco Javier Dorado Martínez <[email protected]>
* configure.in:
NEWS:
README:
Prep for 0.1.1 release.
2008-09-01 Francisco Javier Dorado <[email protected]>
* src/controlador.py.in:
src/vista.py:
Fix for bug 2073138 about dialog missing.
2008-08-28 Francisco Javier Dorado <[email protected]>
* src/libro.py:
Fix for bug #2024308: DBR freezes the syste trying to parse a structure. This was getting the book name.
2008-08-21 Francisco Javier Dorado Martínez <[email protected]>
* src/utils:
src/utils/lowercase_files.py:
src/utils/uppercase_files.py:
Add these scripts for changing the case on .smil and .mp3 files.
2008-08-18 Francisco Javier Dorado Martínez <[email protected]>
* configure.in:
README:
NEWS:
Prep for 0.1.0 release.
* src/__init__.py:
src/Makefile.am:
Added __init__.py file to avoid import error when trying to import dbr.dbr.
2008-08-01 Francisco Javier Dorado <[email protected]>
* src/dbr.in:
src/dbr.py:
Handle situations where dbr is installed in other prefix or PYTHONPATH. Sets dbr
entry point for DBR not dbr.py.
* src/vista.py:
Mark some missing strings for translation. Added control + space
for play/pause functionality, and control + n control + shift n
for page down and page up respectively.
2008-07-29 Francisco Javier Dorado <[email protected]>
* src/controlador.py:
Mark some missing strings for translation.
2008-07-19 Francisco Javier Dorado <[email protected]>
* src/vista.py:
Mark menu string for translation. Reorganize some menus.
2008-07-18 Francisco Javier Dorado <[email protected]>
* configure.in:
src/controlador.py:
src/libro.py:
src/registro.py:
src/reproductor.py:
src/vista.py:
src/db_i18n.py
Initial support for internacionalization. This provides call to _ function for every module.
* src/controlador.py:
src/libro.py:
src/registro.py:
src/reproductor.py:
src/vista.py:
Remove /usr/bin/env python call in non executable files.
* MAINTAINERS:
Add Francisco Javier Dorado as a maintainer for this project.
2008-07-17 Francisco Javier dorado <[email protected]>
* configure.in:
Changed version to 0.0.2pre.
Check for pygst module dependency.
* Makefile.am:
Add desktop.in file to create a entry in the desktop menu.
2008-07-16 Francisco Javier Dorado <[email protected]>
* AUTHORS:
Makefile.am:
Configure.in:
src/Makefile.am:
Add initial autotools support.
2008-07-14 Francisco Javier Dorado <[email protected]>
Initial import at Subversion repository.