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
ba434a17e651
parent
e6bf198935fe
branch
default
tags
revelation-0.4.6

set release dates

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