Erik Grinaker is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

erikg / Revelation

Revelation is a password manager for the GNOME desktop, released under the GNU GPL license. It stores all your accounts and passwords in a single, secure place, and gives you access to it through a user-friendly graphical interface.

Clone this repository (size: 2.1 MB): HTTPS / SSH
hg clone https://bitbucket.org/erikg/revelation
hg clone ssh://hg@bitbucket.org/erikg/revelation

Revelation / ChangeLog

commit
c649040647c5
parent
deb6e8bed5dc
branch
default
tags
revelation-0.4.2

bumped version number to 0.4.2

1
cea4127a11c0
Revelation changelog
2
cea4127a11c0
3
c649040647c5
---------------[ 2005-03-22 : 0.4.2 ]---------------
4
546c9c94d2eb
5
546c9c94d2eb
2005-03-22  Erik Grinaker <erikg@codepoet.no>
6
546c9c94d2eb
7
546c9c94d2eb
	* check for mkdict/packer under /sbin and /usr/sbin in
8
546c9c94d2eb
	addition to $PATH
9
546c9c94d2eb
10
deb6e8bed5dc
	* don't use gtk.Action.set_sensitive() (API from gtk 2.6)
11
deb6e8bed5dc
12
c649040647c5
	* bumped version number to 0.4.2
13
c649040647c5
14
546c9c94d2eb
15
ac9e3621e5ea
---------------[ 2005-03-21 : 0.4.1 ]---------------
16
bffe619c6cec
17
3ad5dfd18b53
2005-03-21  Erik Grinaker <erikg@codepoet.no>
18
3ad5dfd18b53
19
3ad5dfd18b53
	* don't crash when closing non-modal dialog with escape
20
3ad5dfd18b53
21
5a85d838a653
	* don't steal clipboard events from widgets in main window
22
5a85d838a653
23
171c8c03142d
2005-03-18  Erik Grinaker <erikg@codepoet.no>
24
171c8c03142d
25
171c8c03142d
	* left-align labels in link-buttons (for URLs etc)
26
171c8c03142d
27
96d3632398c6
	* workaround for gnome-python bug causing crashes on 64-bit
28
96d3632398c6
	systems when changing a preference
29
96d3632398c6
30
c8f7da645a99
	* hide any open dialogs when locking the file
31
c8f7da645a99
32
2099b69eb774
	* check generated passwords strength if length >= 8
33
2099b69eb774
34
f0ee0670f523
	* use better lock icon
35
f0ee0670f523
36
9b4f955e623a
	* added a password checker dialog
37
9b4f955e623a
38
4dfbd6e95194
	* use better stock icons for dialog buttons
39
4dfbd6e95194
40
7fde553538c1
	* added a more complete word-list
41
7fde553538c1
42
7f9cbee4434c
2005-03-17  Erik Grinaker <erikg@codepoet.no>
43
9f09bc9a8620
44
260e1dfe3e88
	* fix potential crash on quit with some pygtk versions
45
260e1dfe3e88
46
260e1dfe3e88
	* improve the user interface for copying username/password
47
260e1dfe3e88
	to clipboard
48
260e1dfe3e88
49
7f9cbee4434c
	* added preference to select doubleclick action; go to, or edit
50
7f9cbee4434c
51
1c96b7e48232
	* cleaned up the build-system and source file layout
52
1c96b7e48232
53
06ace2beb7ad
	* improved the preference dialog
54
06ace2beb7ad
55
51d3c446da8f
	* don't crash when attempting to load missing icons
56
51d3c446da8f
57
51d3c446da8f
	* use fallback folder icons when not found in theme
58
51d3c446da8f
59
09c83811662e
	* update icons on theme change
60
09c83811662e
61
653238141312
	* bump version number to 0.4.1
62
653238141312
63
260e1dfe3e88
2005-03-16  Erik Grinaker <erikg@codepoet.no>
64
260e1dfe3e88
65
9f09bc9a8620
	* make io.file_monitor() handle NotSupportedError from gnome-vfs
66
9f09bc9a8620
67
dae43bdfcbd0
	* fixed crash when file saving fails (invalid permissions etc)
68
dae43bdfcbd0
69
53887f414c8f
	* display non-ascii characters in filenames correctly
70
53887f414c8f
71
d3c3fba655b9
	* use correct encoding (utf-8, not iso-8859-1) in data files
72
d3c3fba655b9
73
d3c3fba655b9
	* workaround for files with incorrect encoding (generated by 0.4.0)
74
6c68b3350ef7
75
f75bf9f5bc0d
	* properly handle datahandler.DataError
76
f75bf9f5bc0d
77
38bdd8348b41
	* made the password strength check more thorough
78
38bdd8348b41
79
bdaf15a71f3f
	* make password warnings handle escape as cancel
80
bdaf15a71f3f
81
bffe619c6cec
2005-02-09  Erik Grinaker <erikg@codepoet.no>
82
bffe619c6cec
83
bffe619c6cec
	* make undo actually for for edit actions
84
bffe619c6cec
85
bffe619c6cec
	* don't crash when redoing an undone edit action
86
bffe619c6cec
87
bffe619c6cec
2005-02-09  Erik Grinaker <erikg@codepoet.no>
88
bffe619c6cec
89
bffe619c6cec
	* make a workaround for a gnome-python 2.9.x crasher bug with
90
bffe619c6cec
	the session client
91
bffe619c6cec
92
bffe619c6cec
2005-02-05  Erik Grinaker <erikg@codepoet.no>
93
bffe619c6cec
94
bffe619c6cec
	* monitor events on preference, password generator and search
95
bffe619c6cec
	dialogs
96
bffe619c6cec
97
bffe619c6cec
	* check data file password strength
98
bffe619c6cec
99
bffe619c6cec
2005-02-04  Erik Grinaker <erikg@codepoet.no>
100
bffe619c6cec
101
bffe619c6cec
	* preference, password generator and search dialogs are no
102
bffe619c6cec
	longer modal
103
bffe619c6cec
104
bffe619c6cec
	* check password strength while entered, using cracklib
105
bffe619c6cec
106
bffe619c6cec
2005-02-03  Erik Grinaker <erikg@codepoet.no>
107
bffe619c6cec
108
bffe619c6cec
	* added option for autolocking file when inactive
109
bffe619c6cec
110
bffe619c6cec
2005-02-02  Erik Grinaker <erikg@codepoet.no>
111
bffe619c6cec
112
bffe619c6cec
	* ask user to reload file if it is changed outside revelation
113
bffe619c6cec
114
bffe619c6cec
115
bffe619c6cec
---------------[ 2005-02-08 : 0.4.0 ]---------------
116
c335973efe9f
117
249de64f5d68
2005-02-05  Erik Grinaker <erikg@codepoet.no>
118
249de64f5d68
119
ab267e8bc63d
	* add --disable-mime-update and --disable-desktop-update
120
ab267e8bc63d
	configure switches, instead of relying on $(DESTDIR)
121
ab267e8bc63d
122
ab267e8bc63d
	* respect --disable-schemas-install configure switch
123
ab267e8bc63d
124
ab267e8bc63d
2005-02-05  Erik Grinaker <erikg@codepoet.no>
125
ab267e8bc63d
126
249de64f5d68
	* autosave after drag/drop, if enabled
127
249de64f5d68
128
c335973efe9f
2005-02-02  Erik Grinaker <erikg@codepoet.no>
129
c335973efe9f
130
d34142b4f528
	* build byte-compiled datahandler modules
131
d34142b4f528
132
d34142b4f528
2005-02-02  Erik Grinaker <erikg@codepoet.no>
133
d34142b4f528
134
c335973efe9f
	* set default button of "overwrite file?" dialog to Cancel
135
c335973efe9f
136
c335973efe9f
	* use STOCK_OVERWRITE instead of STOCK_OK for overwrite dialog
137
c335973efe9f
138
c335973efe9f
	* added plain text datahandler
139
c335973efe9f
140
5f46bd4ac49c
	* treeview keyboard commands caused unhandled exception
141
5f46bd4ac49c
142
c335973efe9f
143
cff0e6f7ef34
---------------[ 2005-02-01 : 0.4.0-pre2 ]---------------
144
22ce7edb8982
145
5706a9d0a689
2005-02-01  Erik Grinaker <erikg@codepoet.no>
146
5706a9d0a689
147
5706a9d0a689
	* fixed a crasher bug when undoing an entry drag/drop under
148
5706a9d0a689
	certain circumstances
149
5706a9d0a689
150
e0a14b958359
	* wrote remaining ui module unit tests
151
e0a14b958359
152
9be42a38f988
2005-01-29  Erik Grinaker <erikg@codepoet.no>
153
9be42a38f988
154
9be42a38f988
	* check for fd.o shared MIME utils at build-time, and avoid
155
9be42a38f988
	rebuilding MIME databases if not found
156
9be42a38f988
157
9be42a38f988
	* don't update MIME databases at build-time if DESTDIR is set
158
9be42a38f988
159
50d19d11f35e
	* more ui module unit tests
160
50d19d11f35e
161
552a2dc1b520
2005-01-28  Erik Grinaker <erikg@codepoet.no>
162
552a2dc1b520
163
552a2dc1b520
	* run update-desktop-database on make install so that
164
552a2dc1b520
	revelation is registered as handler for application/x-revelation
165
552a2dc1b520
	MIME type
166
552a2dc1b520
167
1dae273ecf5e
2005-01-26  Erik Grinaker <erikg@codepoet.no>
168
1dae273ecf5e
169
1dae273ecf5e
	* fix typo in mimetype icon installation path
170
1dae273ecf5e
171
22ce7edb8982
2005-01-25  Erik Grinaker <erikg@codepoet.no>
172
22ce7edb8982
173
22ce7edb8982
	* build authmanager module with position-independent code
174
22ce7edb8982
175
22ce7edb8982
	* don't install authmanager into bindir
176
22ce7edb8982
177
3ce10ad7a1e6
	* use Utility category for .desktop file (put into
178
3ce10ad7a1e6
	Accessories category in GNOME menu)
179
3ce10ad7a1e6
180
86bdcc2b8f52
	* wrote more ui module unit tests
181
86bdcc2b8f52
182
8650886bcc92
	* fixed a treeview drag'n'drop bug which broke dropping into
183
8650886bcc92
	folders directly before or after the source entry
184
8650886bcc92
185
22ce7edb8982
186
22ce7edb8982
---------------[ 2005-01-24 : 0.4.0-pre1 ]---------------
187
0ff8fc3c76f8
188
e6acb28fe209
2005-01-24  Erik Grinaker <erikg@codepoet.no>
189
e6acb28fe209
190
e6acb28fe209
	* wrote more ui module unit tests (yawn)
191
e6acb28fe209
192
095f4008dc7f
	* renamed launch to go to
193
095f4008dc7f
194
095f4008dc7f
	* removed option for launch-on-doubleclick (now default behaviour)
195
095f4008dc7f
196
095f4008dc7f
	* on entry goto, the username isn't copied to the clipboard chain
197
095f4008dc7f
	if the username is given to the goto command
198
095f4008dc7f
199
e4d0c973acab
	* fixed a couple of io unit tests
200
e4d0c973acab
201
9e1db933e6ed
	* fixed a treeview drag/drop bug
202
9e1db933e6ed
203
8d3661dc2974
	* entry module tried to use the removed stock module
204
8d3661dc2974
205
e6acb28fe209
2005-01-08  Erik Grinaker <erikg@codepoet.no>
206
9b26b6070e40
207
9562cd812cce
	* wrote more ui module unit tests (yawn)
208
9562cd812cce
209
9562cd812cce
2005-01-07  Erik Grinaker <erikg@codepoet.no>
210
9562cd812cce
211
9b26b6070e40
	* wrote more ui module unit tests
212
9b26b6070e40
213
8ec66df6d4cf
2005-01-06  Erik Grinaker <erikg@codepoet.no>
214
8ec66df6d4cf
215
8ec66df6d4cf
	* various minor HIG tweaks
216
8ec66df6d4cf
217
8ec66df6d4cf
	* ui.generate_field_edit_widget() takes a field instance as argument
218
8ec66df6d4cf
	instead of field type, and sets edit widget contents based on field
219
8ec66df6d4cf
	value (corresponds with ui.generate_field_display_widget())
220
8ec66df6d4cf
221
8ec66df6d4cf
	* ui.Toolbar() no longer uses deprecated methods
222
8ec66df6d4cf
223
8ec66df6d4cf
	* wrote unit tests for ui module
224
8ec66df6d4cf
225
8f4600f01a3d
2005-01-05  Erik Grinaker <erikg@codepoet.no>
226
8f4600f01a3d
227
8f4600f01a3d
	* rewrote the netrc datahandler, and wrote unit tests for it
228
8f4600f01a3d
229
c094b5acab4e
	* updated the xhtml datahandler, and wrote unit tests for it
230
c094b5acab4e
231
47e22856d2ae
2005-01-04  Erik Grinaker <erikg@codepoet.no>
232
dc60632840ca
233
e7e3c35fedf0
	* don't subclass gnome.ui.HRef (abstract widget from
234
e7e3c35fedf0
	gnome-python 2.9.x - subclassing causes crash)
235
e7e3c35fedf0
236
47caac1545f2
	* fall back to False for toolbar_detachable setting from GNOME
237
47caac1545f2
238
844b1865225e
	* updated unit tests for util module
239
844b1865225e
240
870b21797b33
	* rewrote gpass datahandler, and wrote unit tests for it
241
870b21797b33
242
07c1fb2b0c27
	* updated copyright period to include 2005
243
07c1fb2b0c27
244
e7e3c35fedf0
2005-01-01  Erik Grinaker <erikg@codepoet.no>
245
e7e3c35fedf0
246
dc60632840ca
	* renamed Makefile test target to check
247
dc60632840ca
248
b6859b8eb257
2004-12-31  Erik Grinaker <erikg@codepoet.no>
249
b6859b8eb257
250
b6859b8eb257
	* updated the data module unit tests with new API
251
b6859b8eb257
252
4674492151c3
2004-12-21  Erik Grinaker <erikg@codepoet.no>
253
4674492151c3
254
4674492151c3
	* improved the main app class API
255
4674492151c3
256
b57efdd083f5
2004-12-17  Erik Grinaker <erikg@codepoet.no>
257
b57efdd083f5
258
b57efdd083f5
	* added clipboard chaining
259
b57efdd083f5
260
b57efdd083f5
	* added menu item for copying username and password chain
261
b57efdd083f5
	to clipboard
262
b57efdd083f5
263
b57efdd083f5
	* removed option for copying username to PRIMARY on launch
264
b57efdd083f5
265
38c278265d61
2004-12-16  Erik Grinaker <erikg@codepoet.no>
266
38c278265d61
267
38c278265d61
	* used generic INSTALL instructions from automake
268
38c278265d61
269
6cf6849eed72
2004-12-15  Erik Grinaker <erikg@codepoet.no>
270
6cf6849eed72
271
6cf6849eed72
	* added a preference for launching entries on doubleclick
272
6cf6849eed72
273
e5330daca1cd
	* added a preference for copying username to PRIMARY selection
274
e5330daca1cd
	when launching an entry
275
e5330daca1cd
276
59be49691b29
	* added gnome session manager support
277
59be49691b29
278
59be49691b29
	* gtk/gnome arguments are properly handled
279
59be49691b29
280
88e8c3cdbfe9
2004-12-14  Erik Grinaker <erikg@codepoet.no>
281
88e8c3cdbfe9
282
88e8c3cdbfe9
	* all entry editing widgets activates default dialog response
283
88e8c3cdbfe9
284
88e8c3cdbfe9
	* set default response for filechooser dialogs
285
88e8c3cdbfe9
286
88e8c3cdbfe9
	* display tooltips wherever relevant
287
88e8c3cdbfe9
288
5d99fc2aa75a
	* wrapped and used gnome_authentication_manager_init()
289
5d99fc2aa75a
290
8077271f872d
2004-12-13  Erik Grinaker <erikg@codepoet.no>
291
8077271f872d
292
8077271f872d
	* added support for drag and drop of entries in tree
293
8077271f872d
294
dad9b7b301d1
	* added dynamic menu items for copying username/password to
295
dad9b7b301d1
	clipboard
296
dad9b7b301d1
297
c9d89f3ff91d
2004-12-10  Erik Grinaker <erikg@codepoet.no>
298
c9d89f3ff91d
299
c9d89f3ff91d
	* rewrote the application code, as well as the dialog and u
300
c9d89f3ff91d
	modules
301
c9d89f3ff91d
302
c9d89f3ff91d
	* the entry clipboard is shared between revelation instances
303
c9d89f3ff91d
304
704e07bb5692
	* wrote unit tests for new clipboard classes, and updated unit
305
704e07bb5692
	tests for config module
306
704e07bb5692
307
5d85e4e10813
	* added a mimetype and icon for Revelation data files
308
5d85e4e10813
309
f5f9aadf2e19
	* files can be dragged to Revelation to open them
310
f5f9aadf2e19
311
280f4ab4025f
	* check file format before asking for password
312
280f4ab4025f
313
c188d5e734c8
2004-11-26  Erik Grinaker <erikg@codepoet.no>
314
c188d5e734c8
315
c188d5e734c8
	* rewrote the data module
316
c188d5e734c8
317
c188d5e734c8
	* wrote unit tests for the data module
318
c188d5e734c8
319
cc7adb3529e8
	* moved build-time variables to config module
320
cc7adb3529e8
321
991e09fe2dfd
2004-11-23  Erik Grinaker <erikg@codepoet.no>
322
991e09fe2dfd
323
991e09fe2dfd
	* split configuration handling into a separate module
324
991e09fe2dfd
325
991e09fe2dfd
	* wrote unit tests for the config module
326
991e09fe2dfd
327
116c99733a1d
2004-11-19  Erik Grinaker <erikg@codepoet.no>
328
116c99733a1d
329
116c99733a1d
	* cleaned up the entry module API
330
116c99733a1d
331
116c99733a1d
	* added unit tests for the entry module
332
116c99733a1d
333
355e05c49e3d
	* moved parse_subst() from misc module to util module
334
355e05c49e3d
335
355e05c49e3d
	* added unit tests for parse_subst()
336
355e05c49e3d
337
355e05c49e3d
	* removed the misc module
338
355e05c49e3d
339
63404ea62808
2004-11-03  Erik Grinaker <erikg@codepoet.no>
340
63404ea62808
341
63404ea62808
	* rewrote the FPM data handler
342
63404ea62808
343
9445df12ea7b
	* added Makefile target for unit tests
344
9445df12ea7b
345
500cdfa073b3
2004-10-30  Erik Grinaker <erikg@codepoet.no>
346
500cdfa073b3
347
500cdfa073b3
	* rewrote the Revelation and RevelationXML data handlers
348
500cdfa073b3
349
500cdfa073b3
	* changed the data handler API
350
500cdfa073b3
351
500cdfa073b3
	* added unit tests for the Revelation and RevelationXML
352
500cdfa073b3
	data handlers
353
500cdfa073b3
354
4b0901db17b8
2004-10-23  Erik Grinaker <erikg@codepoet.no>
355
4b0901db17b8
356
4b0901db17b8
	* added util module, moved alot of code to it, and rewrote
357
4b0901db17b8
	the code
358
4b0901db17b8
359
4b0901db17b8
	* added unit tests for util module
360
4b0901db17b8
361
9e161d94bffc
2004-10-22  Erik Grinaker <erikg@codepoet.no>
362
9e161d94bffc
363
9e161d94bffc
	* rewrote file handling to use gnome-vfs
364
9e161d94bffc
365
cdae2ca76ac6
	* added unit tests for io module
366
cdae2ca76ac6
367
52f5c16c80a3
	* added unit tests for datahandler module
368
52f5c16c80a3
369
ed2d57fe8491
2004-09-18  Erik Grinaker <erikg@codepoet.no>
370
ed2d57fe8491
371
ed2d57fe8491
	* added ellpisis to menu items
372
ed2d57fe8491
373
ed2d57fe8491
	* changed the popular value threshold to 3
374
ed2d57fe8491
375
5550e9ad262a
2004-09-17  Erik Grinaker <erikg@codepoet.no>
376
5550e9ad262a
377
5550e9ad262a
	* prepend the current account username to the username dropdown
378
5550e9ad262a
379
5ff135ae2b70
	* syncronize searchbar entry text with the entry searcher
380
5ff135ae2b70
381
c371b70d69d8
2004-09-16  Erik Grinaker <erikg@codepoet.no>
382
c371b70d69d8
383
c371b70d69d8
	* copy password or other secret to clipboard when launching
384
c371b70d69d8
	an account
385
c371b70d69d8
386
56489234b090
	* added the users username to the username dropdown
387
56489234b090
388
8d5e58f25766
2004-09-15  Erik Grinaker <erikg@codepoet.no>
389
8d5e58f25766
390
8d5e58f25766
	* use 18x18 pixel icons in the treeview
391
8d5e58f25766
392
c8f36c4351e6
2004-09-13  Erik Grinaker <erikg@codepoet.no>
393
c8f36c4351e6
394
c8f36c4351e6
	* adapted the EntryDropdown to work for the search dialog
395
c8f36c4351e6
396
f50c3e79a2f5
	* pasting entries now works again
397
f50c3e79a2f5
398
f50c3e79a2f5
	* the edit entry dialog now works again
399
9b432dbfe641
400
a32ec604c58f
	* use improved entry edit widgets
401
a32ec604c58f
402
97164a3ebd42
	* display undo/redo actions in menu items again
403
97164a3ebd42
404
a7c01d3b4b22
	* set priority flag on add and launch entry items
405
a7c01d3b4b22
406
f5d667749703
2004-09-11  Erik Grinaker <erikg@codepoet.no>
407
f5d667749703
408
f5d667749703
	* the gconf schema check didn't use the DIR_GCONFSCHEMAS
409
f5d667749703
	variable
410
f5d667749703
411
f5d667749703
2004-09-09  Erik Grinaker <erikg@codepoet.no>
412
3dcf95408d8d
413
a62ae3d32272
	* use new ConboBox widget for dropdown menus
414
a62ae3d32272
415
6503155e148b
	* the @schemadir@ make variable wasn't properly expanded
416
6503155e148b
417
a62ae3d32272
2004-09-06  Erik Grinaker <erikg@codepoet.no>
418
a62ae3d32272
419
3dcf95408d8d
	* use the gnome icon theme instead of own icons
420
3dcf95408d8d
421
c100436fa782
	* the .desktop file now uses the base icon name, so it is
422
c100436fa782
	looked up in the icon theme
423
c100436fa782
424
67d9e9983ed8
	* added new application icons
425
67d9e9983ed8
426
a09619f1f68c
2004-09-05  Erik Grinaker <erikg@codepoet.no>
427
a09619f1f68c
428
a09619f1f68c
	* renamed data/images to data/icons
429
a09619f1f68c
430
086abbb6fc3c
2004-09-04  Erik Grinaker <erikg@codepoet.no>
431
086abbb6fc3c
432
086abbb6fc3c
	* port application ui to gtk.UIManager
433
086abbb6fc3c
434
60bbb60b4188
2004-08-31  Erik Grinaker <erikg@codepoet.no>
435
60bbb60b4188
436
60bbb60b4188
	* try libs in pythonpath from configure first
437
60bbb60b4188
438
0ff8fc3c76f8
2004-08-30  Erik Grinaker <erikg@codepoet.no>
439
0ff8fc3c76f8
440
0ff8fc3c76f8
	* use new file dialog from GTK+ 2.4
441
0ff8fc3c76f8
442
ec17fa90357a
	* reorganized source file tree
443
ec17fa90357a
444
a207757f8451
	* use GNU autotools instead of python distutils for
445
a207757f8451
	installation
446
a207757f8451
447
f9e0bdbb21fc
	* bumped version number to 0.4.0
448
f9e0bdbb21fc
449
0ff8fc3c76f8
450
6a0eda45ed35
---------------[ 2004-09-27 : 0.3.4 ]---------------
451
6a0eda45ed35
452
6a0eda45ed35
2004-09-27  Erik Grinaker <erikg@codepoet.no>
453
6a0eda45ed35
454
6a0eda45ed35
	* created a workaround for a possible python bug which crashed
455
6a0eda45ed35
	revelation when editing an entry on certain systems
456
6a0eda45ed35
457
6a0eda45ed35
	* bumped version number to 0.3.4
458
6a0eda45ed35
459
6a0eda45ed35
2004-09-23  Erik Grinaker <erikg@codepoet.no>
460
6a0eda45ed35
461
6a0eda45ed35
	* the searchbar follows the detachable toolbar setting in gnome
462
6a0eda45ed35
463
6a0eda45ed35
	* the user may attempt to continue running Revelation when
464
6a0eda45ed35
	an unhandled exception occurs
465
6a0eda45ed35
466
6a0eda45ed35
	* activate searchbar button when hitting return in the entry
467
6a0eda45ed35
468
6a0eda45ed35
2004-09-07  Erik Grinaker <erikg@codepoet.no>
469
6a0eda45ed35
470
6a0eda45ed35
	* fixed a bug which displayed the Domain fields tooltip as
471
6a0eda45ed35
	its name
472
6a0eda45ed35
473
6a0eda45ed35
474
7de8750f759b
---------------[ 2004-08-30 : 0.3.3 ]---------------
475
7de8750f759b
476
7de8750f759b
2004-08-30  Erik Grinaker <erikg@codepoet.no>
477
7de8750f759b
478
7de8750f759b
	* bumped version number to 0.3.3
479
96a566d69e06
480
2c0d2ff9a70e
2004-08-29  Erik Grinaker <erikg@codepoet.no>
481
2c0d2ff9a70e
482
2c0d2ff9a70e
	* renamed the XML (eXtensible Markup Language) filetype to XML
483
2c0d2ff9a70e
484
6865ee763d14
2004-08-28  Erik Grinaker <erikg@codepoet.no>
485
6865ee763d14
486
6865ee763d14
	* improved the xhtml exporter
487
6865ee763d14
488
29c5326b470e
2004-08-27  Erik Grinaker <erikg@codepoet.no>
489
29c5326b470e
490
29c5326b470e
	* added an xhtml/css exporter
491
29c5326b470e
492
70f4afcb004d
	* fixed a couple of bugs from the change to entry subclasses
493
70f4afcb004d
494
29c5326b470e
2004-08-26  Erik Grinaker <erikg@codepoet.no>
495
e17f1f517e59
496
e17f1f517e59
	* created entry subclasses for various types instead of
497
e17f1f517e59
	using the entry dict
498
e17f1f517e59
499
11f56ee74685
	* created field subclasses for various types instead of
500
11f56ee74685
	using the field dict
501
11f56ee74685
502
2aa629347f45
2004-08-24  Erik Grinaker <erikg@codepoet.no>
503
2aa629347f45
504
2aa629347f45
	* changed some launcher substitution variables
505
2aa629347f45
506
9f4974fcf2ce
	* added optional variables and optional substring expansions
507
9f4974fcf2ce
	to the launcher expansion syntax
508
9f4974fcf2ce
509
15be40dbc2c7
	* changed the default launchers
510
15be40dbc2c7
511
883e0df1bd01
	* added tooltips to launcher preferences
512
883e0df1bd01
513
f97ef7f08bed
2004-08-23  Erik Grinaker <erikg@codepoet.no>
514
f97ef7f08bed
515
f97ef7f08bed
	* changed the accelerators for adding, editing and removing
516
f97ef7f08bed
	entries to Control-Insert, Control-Return and Control-Delete
517
f97ef7f08bed
518
f97ef7f08bed
	* added key handler to the tree view to allow Insert, Return
519
f97ef7f08bed
	and Delete to be used when navigating the tree
520
f97ef7f08bed
521
d1f4a81f6886
	* added preference inputs for launcher commands
522
d1f4a81f6886
523
13ca8c0b80f7
	* multiple entries can now be launched simultaneously
524
13ca8c0b80f7
525
ea938274559d
2004-08-12  Erik Grinaker <erikg@codepoet.no>
526
ea938274559d
527
ea938274559d
	* added a password generator dialog
528
ea938274559d
529
3e7822789625
2004-08-11  Erik Grinaker <erikg@codepoet.no>
530
3e7822789625
531
3e7822789625
	* minor tweaks to launcher code
532
3e7822789625
533
c8cf337f7fa4
	* added a search toolbar
534
c8cf337f7fa4
535
96a566d69e06
2004-08-10  Erik Grinaker <erikg@codepoet.no>
536
96a566d69e06
537
96a566d69e06
	* added an exception handler which displays a dialog with
538
936d7e85c4eb
	a traceback whenever an unhandled exception occurs
539
96a566d69e06
540
b9ee81c1ceaf
	* fixed a bug in the edit entry dialog which caused entry
541
b9ee81c1ceaf
	description to not be set
542
b9ee81c1ceaf
543
936d7e85c4eb
	* added config_get() and config_connect() functions
544
936d7e85c4eb
545
51f801ba546f
	* added initial launcher support
546
51f801ba546f
547
9d7e2482d907
	* added exception handler for KeyboardInterrupt (Control-C)
548
9d7e2482d907
549
96a566d69e06
550
96a566d69e06
---------------[ 2004-08-09 : 0.3.2 ]---------------
551
02fc1b2867d4
552
02fc1b2867d4
2004-08-09  Erik Grinaker <erikg@codepoet.no>
553
02fc1b2867d4
554
02fc1b2867d4
	* don't try to load the removed druid module
555
02fc1b2867d4
556
02fc1b2867d4
	* bumped version number to 0.3.2
557
02fc1b2867d4
558
02fc1b2867d4
559
7d9375f894bb
---------------[ 2004-08-08 : 0.3.1 ]---------------
560
986c55309bf9
561
fd3e65dfc154
2004-08-08  Erik Grinaker <erikg@codepoet.no>
562
fd3e65dfc154
563
fd3e65dfc154
	* merged the ui module into the widget module
564
fd3e65dfc154
565
784a991e653d
	* fixed some bugs introduced during development
566
784a991e653d
567
f4e8220f0a3a
	* the window position is stored on quit
568
f4e8220f0a3a
569
a78b3bc44c12
2004-08-07  Erik Grinaker <erikg@codepoet.no>
570
a78b3bc44c12
571
a78b3bc44c12
	* minor code cleanups
572
a78b3bc44c12
573
487a1cfcc667
2004-08-06  Erik Grinaker <erikg@codepoet.no>
574
487a1cfcc667
575
487a1cfcc667
	* updated NEWS file
576
487a1cfcc667
577
f5321aba18db
	* bumped version number to 0.3.1
578
f5321aba18db
579
98840ff90c9d
2004-08-03  Erik Grinaker <erikg@codepoet.no>
580
98840ff90c9d
581
98840ff90c9d
	* the text entry in the find dialog is activated after
582
98840ff90c9d
	the "No match found" dialog has been displayed
583
98840ff90c9d
584
8fe4886d22c7
	* added import/export of GNOME Password Manager files
585
8fe4886d22c7
586
b181693cfdc7
2004-08-02  Erik Grinaker <erikg@codepoet.no>
587
b181693cfdc7
588
b181693cfdc7
	* added access keys to popup menus
589
b181693cfdc7
590
b181693cfdc7
	* code cleanups
591
b181693cfdc7
592
b181693cfdc7
	* updated some of the text files
593
b181693cfdc7
594
a877d43f0987
2004-07-29  Erik Grinaker <erikg@codepoet.no>
595
a877d43f0987
596
a877d43f0987
	* moved data about the current file into the EntryStore class
597
a877d43f0987
598
fe0f16515591
2004-07-28  Erik Grinaker <erikg@codepoet.no>
599
fe0f16515591
600
fe0f16515591
	* added various separate password dialogs, instead of
601
fe0f16515591
	using a common class
602
fe0f16515591
603
8de61fe329a0
	* added generate_display_widget() and generate_edit_widget()
604
8de61fe329a0
	methods to field objects
605
8de61fe329a0
606
9f5c1f647d44
	* removed gconf schema registration from setup.py to
607
9f5c1f647d44
	make packing less painful - the schema is registered on
608
9f5c1f647d44
	app startup anyways
609
9f5c1f647d44
610
9b3c9903350d
2004-07-27  Erik Grinaker <erikg@codepoet.no>
611
9b3c9903350d
612
9b3c9903350d
	* rewrote the app configuration handling
613
9b3c9903350d
614
3794d9b38446
	* cleaned up the widget code, and added docstrings to all
615
3794d9b38446
	classes, methods and functions
616
3794d9b38446
617
5c5c063d3896
	* the configuration is checked on startup, and if not found
618
5c5c063d3896
	the schema is automatically registered with the gconf
619
5c5c063d3896
	daemon
620
5c5c063d3896
621
f54fce826711
	* cleaned up most of the dialog code
622
f54fce826711
623
cbb553fc70d5
2004-07-15  Erik Grinaker <erikg@codepoet.no>
624
cbb553fc70d5
625
cbb553fc70d5
	* when adding an entry the default type is Generic (not Folder)
626
cbb553fc70d5
627
71831418a015
	* added a preference for automatically saving data when changed
628
71831418a015
629
0f15e637f284
	* code cleanups; moved all app ui code into main app class
630
0f15e637f284
631
4ccca6b59faa
2004-07-14  Erik Grinaker <erikg@codepoet.no>
632
4ccca6b59faa
633
abd0442ce774
	* rewrote the application use of data files and replaced the
634
abd0442ce774
	import/export druids with normal file selectors
635
4ccca6b59faa
636
c7ea41ac13a7
2004-07-10  Erik Grinaker <erikg@codepoet.no>
637
c7ea41ac13a7
638
c7ea41ac13a7
	* rewrote the data file handling, and cleaned up the
639
c7ea41ac13a7
	data handlers
640
c7ea41ac13a7
641
268984dc47cf
2004-07-09  Erik Grinaker <erikg@codepoet.no>
642
268984dc47cf
643
268984dc47cf
	* rewrote the Undo/Redo code, and moved most of it into the
644
268984dc47cf
	UndoQueue class
645
268984dc47cf
646
155810993977
2004-07-08  Erik Grinaker <erikg@codepoet.no>
647
155810993977
648
155810993977
	* the OK button in the password dialogs is inactive when it's
649
155810993977
	missing input
650
155810993977
651
4787d15f40a4
	* cleaned up the EntryStore code, and merged the DataStore
652
4787d15f40a4
	and EntryStore classes
653
4787d15f40a4
654
b33428fed2ea
2004-06-30  Erik Grinaker <erikg@codepoet.no>
655
b33428fed2ea
656
b33428fed2ea
	* file-selectors and the about dialog are set as transients
657
b33428fed2ea
	for the main app window
658
b33428fed2ea
659
2fd8a0ec71c3
2004-06-29  Erik Grinaker <erikg@codepoet.no>
660
2fd8a0ec71c3
661
2fd8a0ec71c3
	* miscellaneous code cleanups
662
2fd8a0ec71c3
663
030d8c23231d
	* updated the fpm datahandler to use new Entry class,
664
030d8c23231d
	and rewrote conversions routines
665
030d8c23231d
666
ca47b6d25ebe
	* added importer/exporter for .netrc files
667
ca47b6d25ebe
668
dc936312d815
2004-06-22  Erik Grinaker <erikg@codepoet.no>
669
dc936312d815
670
dc936312d815
	* rewrote internal data handling routines to use an Entry
671
3e82853a5581
	object instead of a normal dictionary, and Field objects
672
3e82853a5581
	instead of a field dict
673
dc936312d815
674
624c6010168e
2004-06-16  Erik Grinaker <erikg@codepoet.no>
675
624c6010168e
676
624c6010168e
	* fixed a bug introduced by recent cleanups, which broke
677
624c6010168e
	the TreeView.set_model() method - caused file locking to
678
624c6010168e
	not empty the treeview
679
624c6010168e
680
f98065c7823d
2004-06-11  Erik Grinaker <erikg@codepoet.no>
681
f98065c7823d
682
f98065c7823d
	* most dialogs can now be closed by pressing Escape
683
f98065c7823d
684
5b88b2ae73cc
2004-06-10  Erik Grinaker <erikg@codepoet.no>
685
5b88b2ae73cc
686
5b88b2ae73cc
	* fixed a bug introduced in yesterday's cleanups, which
687
5b88b2ae73cc
	omitted the treeview's scrolledwindow
688
5b88b2ae73cc
689
21899d302ea1
	* implemented a custom FileEntry widget to use instead of
690
21899d302ea1
	the libgnomeui one - will hopefully fix some nasty crasher
691
21899d302ea1
	bugs
692
21899d302ea1
693
f6b394dd343c
2004-06-09  Erik Grinaker <erikg@codepoet.no>
694
f6b394dd343c
695
f6b394dd343c
	* fixed a bug with spin buttons which made it impossible
696
f6b394dd343c
	to set a value with the keyboard
697
f6b394dd343c
698
e33e7dcb30cc
	* when saving, missing parent directories are automatically
699
e33e7dcb30cc
	created
700
e33e7dcb30cc
701
1aa324cfd765
	* the window size and main pane position is remembered
702
1aa324cfd765
703
fffef1a9295f
	* code cleanups in widget and ui code
704
fffef1a9295f
705
050afdb709b9
2004-06-06  Erik Grinaker <erikg@codepoet.no>
706
050afdb709b9
707
050afdb709b9
	* split out data handlers into separate modules
708
050afdb709b9
709
37d71641edee
2004-06-03  Erik Grinaker <erikg@codepoet.no>
710
37d71641edee
711
37d71641edee
	* the vertical scrollbar in the main window is only shown
712
37d71641edee
	when needed
713
37d71641edee
714
dc69203e823e
2004-05-09  Erik Grinaker <erikg@codepoet.no>
715
dc69203e823e
716
dc69203e823e
	* updated all references to the wired-networks.net domain
717
dc69203e823e
	to point to the new codepoet.no domain
718
dc69203e823e
719
dc69203e823e
	* added Id keyword to all code files
720
dc69203e823e
721
986c55309bf9
2004-04-30  Erik Grinaker <erikg@codepoet.no>
722
986c55309bf9
723
986c55309bf9
	* fixed a bug which caused the file selector to be opened
724
986c55309bf9
	when saving a file on quit confirmation
725
986c55309bf9
726
98c9ce692401
	* fixed a few bugs which caused fields containing & to
727
98c9ce692401
	behave unpredicably (not always displayed)
728
98c9ce692401
729
986c55309bf9
730
cea4127a11c0
---------------[ 2004-04-06 : 0.3.0 ]---------------
731
cea4127a11c0
732
cea4127a11c0
2004-04-05  Erik Grinaker <erikg@wired-networks.net>
733
cea4127a11c0
734
cea4127a11c0
	* fixed a bug which caused previously expanded folders to
735
cea4127a11c0
	retain the open folder icon after the file is unlocked
736
cea4127a11c0
737
cea4127a11c0
	* set a sane default button (cancel) for the revert
738
cea4127a11c0
	confirmation dialog
739
cea4127a11c0
740
cea4127a11c0
	* added a NEWS file
741
cea4127a11c0
742
cea4127a11c0
	* added note on restarting gconfd to the INSTALL file
743
cea4127a11c0
744
cea4127a11c0
2004-03-31  Erik Grinaker <erikg@wired-networks.net>
745
cea4127a11c0
746
cea4127a11c0
	* fixed the gconf schema installation
747
cea4127a11c0
748
cea4127a11c0
	* fixed a couple of bugs introduced in recent changes
749
cea4127a11c0
750
cea4127a11c0
2004-03-26  Erik Grinaker <erikg@wired-networks.net>
751
cea4127a11c0
752
cea4127a11c0
	* make setup.py register the gconf schema with the gconf daemon
753
cea4127a11c0
754
cea4127a11c0
2004-03-25  Erik Grinaker <erikg@wired-networks.net>
755
cea4127a11c0
756
cea4127a11c0
	* fixed a bug in DataStore.iter_traverse_next() which
757
cea4127a11c0
	caused it to fail when given None as input
758
cea4127a11c0
759
cea4127a11c0
	* the password generator now uses a balancing algorithm
760
cea4127a11c0
	which ensures a minimum amount of the different
761
cea4127a11c0
	character classes
762
cea4127a11c0
763
cea4127a11c0
	* doubleclicking an entry now opens the edit dialog. also
764
cea4127a11c0
	moved the edit and remove menu items to the top of the
765
cea4127a11c0
	entry popup menu, for hig compliance
766
cea4127a11c0
767
cea4127a11c0
	* added tooltips to preference and find dialogs
768
cea4127a11c0
769
cea4127a11c0
	* the find dialog can be closed by pressing Escape
770
cea4127a11c0
771
cea4127a11c0
	* removed the Usenet account type - old accounts are
772
cea4127a11c0
	converted to the Generic type on load
773
cea4127a11c0
774
cea4127a11c0
2004-03-22  Erik Grinaker <erikg@wired-networks.net>
775
cea4127a11c0
776
cea4127a11c0
	* fixed some bugs introduced by the recent code cleanups
777
cea4127a11c0
778
cea4127a11c0
	* added a File/Close menu item, for HIG compliance
779
cea4127a11c0
780
cea4127a11c0
	* restrict the length of entry fields in the password dialog,
781
cea4127a11c0
	to prevent passwords longer than the AES key length to be given
782
cea4127a11c0
783
cea4127a11c0
	* the password dialog gives the focus to the password entry
784
cea4127a11c0
	whenever it is run (after displaying an error dialog etc)
785
cea4127a11c0
786
cea4127a11c0
2004-03-20  Erik Grinaker <erikg@wired-networks.net>
787
cea4127a11c0
788
cea4127a11c0
	* code cleanups; split application ui setup and internal
789
cea4127a11c0
	mechanics into a separate class
790
cea4127a11c0
791
cea4127a11c0
2004-03-18  Erik Grinaker <erikg@wired-networks.net>
792
cea4127a11c0
793
cea4127a11c0
	* code cleanups; minor cleanups in druid module
794
cea4127a11c0
795
cea4127a11c0
	* code cleanups; minor cleanups in main application
796
cea4127a11c0
797
cea4127a11c0
2004-03-17  Erik Grinaker <erikg@wired-networks.net>
798
cea4127a11c0
799
cea4127a11c0
	* code cleanups; split the EntryStore class into a generic
800
cea4127a11c0
	TreeStore class (improved gtk.TreeStore) and an EntryStore
801
cea4127a11c0
	subclass which handles entry storage
802
cea4127a11c0
803
cea4127a11c0
	* code cleanups; cleaned up the data module
804
cea4127a11c0
805
cea4127a11c0
	* code cleanups; cleaned up the datafile module
806
cea4127a11c0
807
cea4127a11c0
2004-03-16  Erik Grinaker <erikg@wired-networks.net>
808
cea4127a11c0
809
cea4127a11c0
	* bumped version number to 0.3.0
810
cea4127a11c0
811
cea4127a11c0
	* code cleanups; cleaned up the tree widget code
812
cea4127a11c0
813
cea4127a11c0
	* code cleanups; moved the EntryDropdown widget into the
814
cea4127a11c0
	widget module
815
cea4127a11c0
816
cea4127a11c0
	* code cleanups; moved entry information and functions into
817
cea4127a11c0
	a separate module
818
cea4127a11c0
819
cea4127a11c0
	* code cleanups; moved the password generator into the misc
820
cea4127a11c0
	module
821
cea4127a11c0
822
cea4127a11c0
	* code cleanups; rewrote the entry search algorithm (and it's
823
cea4127a11c0
	oh-so-sexy ;p)
824
cea4127a11c0
825
cea4127a11c0
2004-03-15  Erik Grinaker <erikg@wired-networks.net>
826
cea4127a11c0
827
cea4127a11c0
	* code cleanups; rewrote the password dialog and the app file
828
cea4127a11c0
	handling
829
cea4127a11c0
830
cea4127a11c0
	* code cleanups; cleaned up custom widget code
831
cea4127a11c0
832
cea4127a11c0
	* code cleanups; moved stock items and icons into a separate
833
cea4127a11c0
	module
834
cea4127a11c0
835
cea4127a11c0
	* code cleanups; created "misc" module, and moved some functionality
836
cea4127a11c0
	into it
837
cea4127a11c0
838
cea4127a11c0
	* code cleanups; rewrote the dataview code
839
cea4127a11c0
840
cea4127a11c0
2004-03-14  Erik Grinaker <erikg@wired-networks.net>
841
cea4127a11c0
842
cea4127a11c0
	* code cleanups; split out custom widgets into own module,
843
cea4127a11c0
	and set up an abstract gconf synchronization superclass for use
844
cea4127a11c0
	in various custom widgets
845
cea4127a11c0
846
cea4127a11c0
	* code cleanups; removed the EntryTypes class, and used
847
cea4127a11c0
	functions instead
848
cea4127a11c0
849
cea4127a11c0
	* code cleanups; major cleanups in dialog code
850
cea4127a11c0
851
cea4127a11c0
2004-03-13  Erik Grinaker <erikg@wired-networks.net>
852
cea4127a11c0
853
cea4127a11c0
	* added functionality for locking the data file
854
cea4127a11c0
855
cea4127a11c0
	* fixed a bug in the find dialog which caused it to remain open
856
cea4127a11c0
	when the window destroy button was pressed
857
cea4127a11c0
858
cea4127a11c0
	* added find options to gconf
859
cea4127a11c0
860
cea4127a11c0
	* added a password generation button to password fields in the
861
cea4127a11c0
	edit dialog
862
cea4127a11c0
863
cea4127a11c0
	* added "length" and "avoid ambiguous characters" options for
864
cea4127a11c0
	the password generator
865
cea4127a11c0
866
cea4127a11c0
2004-03-12  Erik Grinaker <erikg@wired-networks.net>
867
cea4127a11c0
868
cea4127a11c0
	* added an option for obscuring passwords
869
cea4127a11c0
870
cea4127a11c0
	* redisplay the password dialog if wrong password was given when
871
cea4127a11c0
	opening a file
872
cea4127a11c0
873
cea4127a11c0
	* the import and export druids will set default files for various
874
cea4127a11c0
	filetypes when available
875
cea4127a11c0
876
cea4127a11c0
2004-03-11  Erik Grinaker <erikg@wired-networks.net>
877
cea4127a11c0
878
cea4127a11c0
	* fixed a bug in the Figaro's Password Manager importer, causing
879
cea4127a11c0
	it to fail on empty fields
880
cea4127a11c0
881
cea4127a11c0
2004-03-06  Erik Grinaker <erikg@wired-networks.net>
882
cea4127a11c0
883
cea4127a11c0
	* added gconf support
884
cea4127a11c0
885
cea4127a11c0
	* toolbar and statusbar states are saved as gconf values
886
cea4127a11c0
887
cea4127a11c0
	* added initial preference dialog
888
cea4127a11c0
889
cea4127a11c0
	* added options for automatically loading a file on startup
890
cea4127a11c0
891
cea4127a11c0
892
cea4127a11c0
---------------[ 2004-02-29 : 0.2.1 ]---------------
893
cea4127a11c0
894
cea4127a11c0
2004-02-29  Erik Grinaker <erikg@wired-networks.net>
895
cea4127a11c0
896
cea4127a11c0
	* reorganized menu a bit
897
cea4127a11c0
898
cea4127a11c0
	* bumped version number to 0.2.1
899
cea4127a11c0
900
cea4127a11c0
2004-02-28  Erik Grinaker <erikg@wired-networks.net>
901
cea4127a11c0
902
cea4127a11c0
	* fixed a bug in datafile saver, causing the Initial Vector
903
cea4127a11c0
	generation to overflow on certain systems
904
cea4127a11c0
905
cea4127a11c0
2004-02-24  Erik Grinaker <erikg@wired-networks.net>
906
cea4127a11c0
907
cea4127a11c0
	* the search now wraps around
908
cea4127a11c0
909
cea4127a11c0
	* it is now possible to search for entries even when the search
910
cea4127a11c0
	dialog is closed (using Find Next and Find Previous)
911
cea4127a11c0
912
cea4127a11c0
	* the search dialog will recall the previous search options
913
cea4127a11c0
	when opened
914
cea4127a11c0
915
cea4127a11c0
2004-02-22  Erik Grinaker <erikg@wired-networks.net>
916
cea4127a11c0
917
cea4127a11c0
	* umask is now 0077 by default, to make new files readable
918
cea4127a11c0
	by owner only
919
cea4127a11c0
920
cea4127a11c0
	* fixed a bug causing revelation.ui.Tree.select() to only work
921
cea4127a11c0
	on entries with a depth less than 2
922
cea4127a11c0
923
cea4127a11c0
	* fixed a bug causing undo to be possible after reverting to
924
cea4127a11c0
	the saved file
925
cea4127a11c0
926
cea4127a11c0
	* fixed a bug which broke the password confirmation in the
927
cea4127a11c0
	export druid
928
cea4127a11c0
929
cea4127a11c0
	* added search functionality
930
cea4127a11c0
931
cea4127a11c0
932
cea4127a11c0
---------------[ 2004-02-21 : 0.2.0 ]---------------
933
cea4127a11c0
934
cea4127a11c0
2004-02-21  Erik Grinaker <erikg@wired-networks.net>
935
cea4127a11c0
936
cea4127a11c0
	* rewrote the druid code
937
cea4127a11c0
938
cea4127a11c0
	* workaround for a pygtk crasher bug (122569) in druids
939
cea4127a11c0
940
cea4127a11c0
	* code cleanups
941
cea4127a11c0
942
cea4127a11c0
2004-02-20  Erik Grinaker <erikg@wired-networks.net>
943
cea4127a11c0
944
cea4127a11c0
	* rewrote the datafile handler
945
cea4127a11c0
946
cea4127a11c0
	* bumped version to 0.2.0
947
cea4127a11c0
948
cea4127a11c0
	* code cleanups
949
cea4127a11c0
950
cea4127a11c0
2004-02-19  Erik Grinaker <erikg@wired-networks.net>
951
cea4127a11c0
952
cea4127a11c0
	* code cleanups
953
cea4127a11c0
954
cea4127a11c0
	* added a druid for exporting data
955
cea4127a11c0
956
cea4127a11c0
	* added support for importing and exporting XML files
957
cea4127a11c0
958
cea4127a11c0
	* fixed a bug causing folders imported from FPM to have no
959
cea4127a11c0
	timestamp
960
cea4127a11c0
961
cea4127a11c0
	* added the data version number to the XML root node
962
cea4127a11c0
963
cea4127a11c0
	* file headers are now checked once a file is selected
964
cea4127a11c0
	(before asking for further input, such as passwords)
965
cea4127a11c0
966
cea4127a11c0
	* added file type autodetection to file import subsystem
967
cea4127a11c0
968
cea4127a11c0
2004-02-17  Erik Grinaker <erikg@wired-networks.net>
969
cea4127a11c0
970
cea4127a11c0
	* removed the Wimp importer, as Wimp seems to be horribly
971
cea4127a11c0
	broken
972
cea4127a11c0
973
cea4127a11c0
	* added a druid for importing data
974
cea4127a11c0
975
cea4127a11c0
2004-02-14  Erik Grinaker <erikg@wired-networks.net>
976
cea4127a11c0
977
cea4127a11c0
	* added support for exporting data in Figaro's Password Manager
978
cea4127a11c0
	format
979
cea4127a11c0
980
cea4127a11c0
	* added support for importing other Revelation data files
981
cea4127a11c0
982
cea4127a11c0
	* added a hostname field to the generic account type
983
cea4127a11c0
984
cea4127a11c0
	* added importer for Wimp? (Where Is My Password?) data files
985
cea4127a11c0
986
cea4127a11c0
2004-02-10  Erik Grinaker <erikg@wired-networks.net>
987
cea4127a11c0
988
cea4127a11c0
	* major rewrite of file handling - it now provides import/export
989
cea4127a11c0
	infrastructure
990
cea4127a11c0
991
cea4127a11c0
	* support for importing data from Figaros Password Manager
992
cea4127a11c0
993
cea4127a11c0
	* fixed a bug causing Undo and Redo menu items to lose their
994
cea4127a11c0
	access keys
995
cea4127a11c0
996
cea4127a11c0
	* added Select All and Deselect All menu items
997
cea4127a11c0
998
cea4127a11c0
	* fixed a bug causing the open folder icon to remain after the
999
cea4127a11c0
	entrys parent was collapsed
1000
cea4127a11c0
1001
cea4127a11c0
	* added Domain field to Shell account type
1002
cea4127a11c0
1003
cea4127a11c0
	* added Crypto Key account type
1004
cea4127a11c0
1005
cea4127a11c0
	* added tooltips to input fields in the edit entry dialog
1006
cea4127a11c0
1007
cea4127a11c0
2004-02-07  Erik Grinaker <erikg@wired-networks.net>
1008
cea4127a11c0
1009
cea4127a11c0
	* bugfix; the data view didn't display time since update in minutes
1010
cea4127a11c0
1011
cea4127a11c0
	* new, more secure data file format
1012
cea4127a11c0
1013
cea4127a11c0
2004-02-06  Erik Grinaker <erikg@wired-networks.net>
1014
cea4127a11c0
1015
cea4127a11c0
	* code cleanups
1016
cea4127a11c0
1017
cea4127a11c0
	* added menu item for reverting to saved file
1018
cea4127a11c0
1019
cea4127a11c0
	* added a database field to database accounts
1020
cea4127a11c0
1021
cea4127a11c0
	* fixed a bug causing the data view to not display "1 month
1022
cea4127a11c0
	since update" until after 1 month and 1 day
1023
cea4127a11c0
1024
cea4127a11c0
	* more robust error handling in file import/export
1025
cea4127a11c0
1026
cea4127a11c0
2004-02-05  Erik Grinaker <erikg@wired-networks.net>
1027
cea4127a11c0
1028
cea4127a11c0
	* implemented initial import/export infrastructure
1029
cea4127a11c0
	(currently only supports Revelation data files :))
1030
cea4127a11c0
1031
cea4127a11c0
1032
cea4127a11c0
---------------[ 2004-02-04 : 0.1.2 ]---------------
1033
cea4127a11c0
1034
cea4127a11c0
2004-02-04  Erik Grinaker <erikg@wired-networks.net>
1035
cea4127a11c0
1036
cea4127a11c0
	* more code cleanups
1037
cea4127a11c0
1038
cea4127a11c0
	* bumped version number to 0.1.2
1039
cea4127a11c0
1040
cea4127a11c0
	* workaround for possible pygtk / gtk+ bug
1041
cea4127a11c0
1042
cea4127a11c0
2004-02-03  Erik Grinaker <erikg@wired-networks.net>
1043
cea4127a11c0
1044
cea4127a11c0
	* the dataview may now be shrunk
1045
cea4127a11c0
1046
cea4127a11c0
	* major code cleanups
1047
cea4127a11c0
1048
cea4127a11c0
2004-02-02  Erik Grinaker <erikg@wired-networks.net>
1049
cea4127a11c0
1050
cea4127a11c0
	* human-readable period since update is displayed in dataview
1051
cea4127a11c0
1052
cea4127a11c0
2004-02-01  Erik Grinaker <erikg@wired-networks.net>
1053
cea4127a11c0
1054
cea4127a11c0
	* multiple entries may now be selected and changed simultaneously
1055
cea4127a11c0
1056
cea4127a11c0
2004-01-31  Erik Grinaker <erikg@wired-networks.net>
1057
cea4127a11c0
1058
cea4127a11c0
	* performance tweaks for expand/collapse row, open file and
1059
cea4127a11c0
	save file
1060
cea4127a11c0
1061
cea4127a11c0
1062
cea4127a11c0
---------------[ 2004-01-28 : 0.1.1 ]---------------
1063
cea4127a11c0
1064
cea4127a11c0
2004-01-28  Erik Grinaker <erikg@wired-networks.net>
1065
cea4127a11c0
1066
cea4127a11c0
	* minor HIG fixes
1067
cea4127a11c0
1068
cea4127a11c0
2004-01-27  Erik Grinaker <erikg@wired-networks.net>
1069
cea4127a11c0
1070
cea4127a11c0
	* added undo/redo functionality
1071
cea4127a11c0
1072
cea4127a11c0
	* code cleanups
1073
cea4127a11c0
1074
cea4127a11c0
	* all data is now properly escaped when needed. fixes a bug which
1075
cea4127a11c0
	caused invalid xml data to be generated when saving.
1076
cea4127a11c0
1077
cea4127a11c0
2004-01-25  Erik Grinaker <erikg@wired-networks.net>
1078
cea4127a11c0
1079
cea4127a11c0
	* major code cleanups
1080
cea4127a11c0
1081
cea4127a11c0
2004-01-23  Erik Grinaker <erikg@wired-networks.net>
1082
cea4127a11c0
1083
cea4127a11c0
	* minor code cleanups
1084
cea4127a11c0
1085
cea4127a11c0
2004-01-22  Erik Grinaker <erikg@wired-networks.net>
1086
cea4127a11c0
1087
cea4127a11c0
	* all menu items now show a description in the statusbar
1088
cea4127a11c0
1089
cea4127a11c0
2004-01-21  Erik Grinaker <erikg@wired-networks.net>
1090
cea4127a11c0
1091
cea4127a11c0
	* the toolbar can be shown/hidden through the menu
1092
cea4127a11c0
1093
cea4127a11c0
	* the popup menu always allows add entry and paste, to make
1094
cea4127a11c0
	it consistent with the app menu
1095
cea4127a11c0
1096
cea4127a11c0
	* code cleanups
1097
cea4127a11c0
1098
cea4127a11c0
	* HIG fixes
1099
cea4127a11c0
1100
cea4127a11c0
	* added requirements to INSTALL file
1101
cea4127a11c0
1102
cea4127a11c0
	* finalized cut/paste functionality
1103
cea4127a11c0
1104
cea4127a11c0
	* the edit dialog now recalls field values when changing type
1105
cea4127a11c0
1106
cea4127a11c0
	* new entries are placed right after the selected one when it
1107
cea4127a11c0
	is not a folder
1108
cea4127a11c0
1109
cea4127a11c0
2004-01-20  Erik Grinaker <erikg@wired-networks.net>
1110
cea4127a11c0
1111
cea4127a11c0
	* empty fields are not displayed in the account view
1112
cea4127a11c0
1113
cea4127a11c0
	* added TODO file
1114
cea4127a11c0
1115
cea4127a11c0
	* many HIG fixes
1116
cea4127a11c0
1117
cea4127a11c0
	* added initial cut/paste functionality
1118
cea4127a11c0
1119
cea4127a11c0
	* removed move entry functionality, cut/paste should be used instead
1120
cea4127a11c0
1121
cea4127a11c0
	* the statusbar can be shown/hidden through the menu
1122
cea4127a11c0
1123
cea4127a11c0
2004-01-19  Erik Grinaker <erikg@wired-networks.net>
1124
cea4127a11c0
1125
cea4127a11c0
	* fixed a bug causing revelation to crash when given a relative
1126
cea4127a11c0
	path as an argument
1127
cea4127a11c0
1128
cea4127a11c0
1129
cea4127a11c0
---------------[ 2004-01-18 : 0.1.0 ]---------------
1130
cea4127a11c0
1131
cea4127a11c0
2004-01-18  Erik Grinaker <erikg@wired-networks.net>
1132
cea4127a11c0
1133
cea4127a11c0
	* bugfixes
1134
cea4127a11c0
1135
cea4127a11c0
2004-01-12  Erik Grinaker <erikg@wired-networks.net>
1136
cea4127a11c0
1137
cea4127a11c0
	* a few minor bugfixes
1138
cea4127a11c0
1139
cea4127a11c0
2004-01-10  Erik Grinaker <erikg@wired-networks.net>
1140
cea4127a11c0
1141
cea4127a11c0
	* more code cleanups
1142
cea4127a11c0
1143
cea4127a11c0
2004-01-09  Erik Grinaker <erikg@wired-networks.net>
1144
cea4127a11c0
1145
cea4127a11c0
	* many code cleanups and minor changes
1146
cea4127a11c0
1147
cea4127a11c0
2004-01-06  Erik Grinaker <erikg@wired-networks.net>
1148
cea4127a11c0
1149
cea4127a11c0
	* asks user for overwrite confirmation if saving to existing
1150
cea4127a11c0
	file
1151
cea4127a11c0
1152
cea4127a11c0
	* added revelation.desktop file
1153
cea4127a11c0
1154
cea4127a11c0
2004-01-05  Erik Grinaker <erikg@wired-networks.net>
1155
cea4127a11c0
1156
cea4127a11c0
	* if a command-line argument is given on start, it is assumed
1157
cea4127a11c0
	to be a file and will be opened
1158
cea4127a11c0
1159
cea4127a11c0
2004-01-04  Erik Grinaker <erikg@wired-networks.net>
1160
cea4127a11c0
1161
cea4127a11c0
	* an entry is now shown and selected when added
1162
cea4127a11c0
1163
cea4127a11c0
	* all children of a folder are collapsed when it is collapsed
1164
cea4127a11c0
1165
cea4127a11c0
	* added edit menu with add, edit and remove entry items
1166
cea4127a11c0
1167
cea4127a11c0
	* menu and toolbar item sensitivity is updated based on
1168
cea4127a11c0
	current entry type
1169
cea4127a11c0
1170
cea4127a11c0
	* entry type can no longer be changed when the entry is a
1171
cea4127a11c0
	folder with children
1172
cea4127a11c0
1173
cea4127a11c0
	* folders get closed-icon when all children have been removed
1174
cea4127a11c0
	or moved
1175
cea4127a11c0
1176
cea4127a11c0
	* added shortcuts for add, edit and remove in the tree
1177
cea4127a11c0
1178
cea4127a11c0
	* misc widgets are made (in)sensitive based on the current type
1179
cea4127a11c0
1180
cea4127a11c0
	* cleaned up popup menu code
1181
cea4127a11c0
1182
cea4127a11c0
	* finalized the move entry functionality
1183
cea4127a11c0
1184
cea4127a11c0
	* ui changes to about dialog, and added home page menu iter
1185
cea4127a11c0
1186
cea4127a11c0
2003-12-27  Erik Grinaker <erikg@wired-networks.net>
1187
cea4127a11c0
1188
cea4127a11c0
	* display open folder icon when folder treerow is expanded
1189
cea4127a11c0
1190
cea4127a11c0
	* added functionality for moving entries
1191
cea4127a11c0
1192
cea4127a11c0
2003-12-26  Erik Grinaker <erikg@wired-networks.net>
1193
cea4127a11c0
1194
cea4127a11c0
	* added setup.py, to be used instead of Makefile
1195
cea4127a11c0
1196
cea4127a11c0
	* bumped version number to 0.1.0
1197
cea4127a11c0
1198
cea4127a11c0
	* changed the icon fs layout, and replaced some icons with
1199
cea4127a11c0
	lower-resolution ones which look nicer
1200
cea4127a11c0
1201
cea4127a11c0
2003-12-23  Erik Grinaker <erikg@wired-networks.net>
1202
cea4127a11c0
1203
cea4127a11c0
	* more code cleanups (again)
1204
cea4127a11c0
1205
cea4127a11c0
2003-12-22  Erik Grinaker <erikg@wired-networks.net>
1206
cea4127a11c0
1207
cea4127a11c0
	* even more code cleanups and minor changes
1208
cea4127a11c0
1209
cea4127a11c0
2003-12-21  Erik Grinaker <erikg@wired-networks.net>
1210
cea4127a11c0
1211
cea4127a11c0
	* lots of code cleanups
1212
cea4127a11c0
1213
cea4127a11c0
2003-12-20  Erik Grinaker <erikg@wired-networks.net>
1214
cea4127a11c0
1215
cea4127a11c0
	* moved all app code from lib to main script
1216
cea4127a11c0
1217
cea4127a11c0
	* lots of code cleanups and minor changes
1218
cea4127a11c0
1219
cea4127a11c0
	* renamed category entry type to folder
1220
cea4127a11c0
1221
cea4127a11c0
2003-12-16  Erik Grinaker <erikg@wired-networks.net>
1222
cea4127a11c0
1223
cea4127a11c0
	* the file selector now remembers the previous directory
1224
cea4127a11c0
1225
cea4127a11c0
	* now asks for password confirmation when using save as
1226
cea4127a11c0
1227
cea4127a11c0
	* set version number to 0.0.1, as the first version will be
1228
cea4127a11c0
	rather primitive
1229
cea4127a11c0
1230
cea4127a11c0
	* added a generic account type
1231
cea4127a11c0
1232
cea4127a11c0
	* display account type
1233
cea4127a11c0
1234
cea4127a11c0
2003-12-15  Erik Grinaker <erikg@wired-networks.net>
1235
cea4127a11c0
1236
cea4127a11c0
	* added database account type
1237
cea4127a11c0
1238
cea4127a11c0
2003-12-03  Erik Grinaker <erikg@wired-networks.net>
1239
cea4127a11c0
1240
cea4127a11c0
	* the name of the current file is displayed in the window title
1241
cea4127a11c0
1242
cea4127a11c0
	* doubleclick and space expands/collapses categories, and
1243
cea4127a11c0
	return opens the edit dialog
1244
cea4127a11c0
1245
cea4127a11c0
2003-11-30  Erik Grinaker <erikg@wired-networks.net>
1246
cea4127a11c0
1247
cea4127a11c0
	* removed the protocol field from email account type
1248
cea4127a11c0
1249
cea4127a11c0
	* new passwords must be confirmed, and the current password
1250
cea4127a11c0
	must be entered when changing it
1251
cea4127a11c0
1252
cea4127a11c0
2003-11-19  Erik Grinaker <erikg@wired-networks.net>
1253
cea4127a11c0
1254
cea4127a11c0
	* misc designtweaks
1255
cea4127a11c0
1256
cea4127a11c0
	* application info is only cleared when displaying an entry
1257
cea4127a11c0
1258
cea4127a11c0
	* the password for the current file can now be changed
1259
cea4127a11c0
1260
cea4127a11c0
2003-11-17  Erik Grinaker <erikg@wired-networks.net>
1261
cea4127a11c0
1262
cea4127a11c0
	* password is no longer SHA1 hashed
1263
cea4127a11c0
1264
cea4127a11c0
	* data files no longer have a magic string at the start (it's
1265
cea4127a11c0
	only AES data now)
1266
cea4127a11c0
1267
cea4127a11c0
	* redesigned the "edit entry" dialog
1268
cea4127a11c0
1269
cea4127a11c0
2003-11-16  Erik Grinaker <erikg@wired-networks.net>
1270
cea4127a11c0
1271
cea4127a11c0
	* initial version
1272
cea4127a11c0
1273
cea4127a11c0
	* added new, open and save to toolbar
1274
cea4127a11c0
1275
cea4127a11c0
	* only install .png files from pixmaps/ (to make it install
1276
cea4127a11c0
	correctly when using CVS)
1277
cea4127a11c0
1278
cea4127a11c0
	* new popup menu containing only "new entry" when right-clicking
1279
cea4127a11c0
	but no entry
1280
cea4127a11c0
1281
cea4127a11c0
	* xml importer now adds empty fields according to entry type if
1282
cea4127a11c0
	the field is missing in the data file
1283
cea4127a11c0
1284
cea4127a11c0
	* added ccv2 number to credit card entry type
1285
cea4127a11c0
1286
cea4127a11c0
	* beautified dialogs
1287
cea4127a11c0
1288
cea4127a11c0
	* renamed "LDAP directory" account to "LDAP"
1289
cea4127a11c0