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 againRevelation / NEWS
- commit
- 82c055d03a36
- parent
- 13ec1163cf9f
- branch
- default
- tags
- revelation-0.4.4
set release date
1 |
82c055d03a36
|
2005-08-07: Revelation 0.4.4 |
2 |
c8c5d2502a09
|
============================ |
3 |
c8c5d2502a09
|
|
4 |
2dd98538694e
|
New features: |
5 |
c6e069377f71
|
- GNOME panel applet for looking up account info |
6 |
bb1810f15e75
|
- option for copying password to clipboard on doubleclick |
7 |
8812d70e39d9
|
- passwords are removed from clipboard after 60 seconds |
8 |
c6e069377f71
|
- drag-and-drop from password labels when hiding passwords |
9 |
9ed2b9f71fd9
|
- new "Add folder" item, instead of adding folders through "Add entry" |
10 |
c6e069377f71
|
- rearranged toolbar layout |
11 |
c6e069377f71
|
- option for setting toolbar style |
12 |
92c45e701471
|
- the searchbar entry gets focus on startup if shown |
13 |
2dd98538694e
|
|
14 |
c8c5d2502a09
|
Bugfixes: |
15 |
c70268e6a3c3
|
- don't crash when attempting to load missing theme icons |
16 |
aa9311a3571e
|
- properly handle all gnome-vfs errors when reading/writing files |
17 |
92c45e701471
|
- password labels are unselectable when hiding passwords |
18 |
92c45e701471
|
- don't warn about missing config data when schema install worked |
19 |
92c45e701471
|
- avoid showing duplicates of non-modal dialogs |
20 |
92c45e701471
|
- HIGified labels in dialogs |
21 |
9ed2b9f71fd9
|
- install modules into platform-specific pyexecdir instead of pythondir |
22 |
44b2a186b97c
|
- don't use deprecated gnome.vfs module with gnome-python 2.10 |
23 |
fe6d15c327ab
|
- properly quote autoconf macro names |
24 |
c8c5d2502a09
|
|
25 |
32ed441f39a8
|
Code changes: |
26 |
32ed441f39a8
|
- removed unit tests |
27 |
89c3dd775abc
|
- moved Timer class from ui module to data module |
28 |
1c56d7845099
|
- moved the wrap/ directory to src/wrap/ |
29 |
44b2a186b97c
|
- renamed the authmanager module to gnomemisc |
30 |
ca2af4e02c4c
|
- wrapped panel_applet_request_focus() |
31 |
c8c5d2502a09
|
|
32 |
e5681e842641
|
|
33 |
35864a73a048
|
2005-03-31: Revelation 0.4.3 |
34 |
5411d685ecc6
|
============================ |
35 |
5411d685ecc6
|
|
36 |
5411d685ecc6
|
New features: |
37 |
5411d685ecc6
|
- added quit button to unlock file dialog |
38 |
5411d685ecc6
|
|
39 |
8f6033ffc71b
|
Bugfixes: |
40 |
0adf2eed4344
|
- don't wrap gnome_authentication_manager_dialog_is_visible() |
41 |
0adf2eed4344
|
(only available from libgnomeui-2.7.92) |
42 |
070d0062872f
|
- make configure search for cracklib-format, cracklib-packer, |
43 |
070d0062872f
|
crack_mkdict and crack_packer as well as the normal commands |
44 |
72bff8816fca
|
- stop autolock-timer when manually locking file, to avoid crash when |
45 |
72bff8816fca
|
timer tries to re-lock file |
46 |
8f6033ffc71b
|
|
47 |
5411d685ecc6
|
|
48 |
c649040647c5
|
2005-03-22: Revelation 0.4.2 |
49 |
546c9c94d2eb
|
============================ |
50 |
546c9c94d2eb
|
|
51 |
546c9c94d2eb
|
Bugfixes: |
52 |
deb6e8bed5dc
|
- don't use gtk.Action.set_sensitive() (API from gtk 2.6) |
53 |
546c9c94d2eb
|
- check for mkdict/packer under /sbin and /usr/sbin in addition to $PATH |
54 |
546c9c94d2eb
|
|
55 |
546c9c94d2eb
|
|
56 |
ac9e3621e5ea
|
2005-03-21: Revelation 0.4.1 |
57 |
bffe619c6cec
|
============================ |
58 |
bffe619c6cec
|
|
59 |
bffe619c6cec
|
New features: |
60 |
9b4f955e623a
|
- option to autolock file after a period of inactivity |
61 |
bffe619c6cec
|
- check password strength while entering, using cracklib |
62 |
bffe619c6cec
|
- ask user to reload file if it is changed outside revelation |
63 |
7f9cbee4434c
|
- added preference to select doubleclick action; go to, or edit |
64 |
9b4f955e623a
|
- added password checker dialog |
65 |
06ace2beb7ad
|
- improved the preference dialog |
66 |
06ace2beb7ad
|
- improved user interface for copying passwords (and optionally |
67 |
260e1dfe3e88
|
usernames) to the clipboard |
68 |
bffe619c6cec
|
|
69 |
bffe619c6cec
|
Bugfixes: |
70 |
d3c3fba655b9
|
- use correct encoding in data files |
71 |
d3c3fba655b9
|
- workaround for incorrect data file encoding (as generated by 0.4.0) |
72 |
bffe619c6cec
|
- make undo actually work for edit actions |
73 |
bffe619c6cec
|
- don't crash when redoing an undone edit action |
74 |
dae43bdfcbd0
|
- don't crash when unable to save file (wrong permissions etc) |
75 |
51d3c446da8f
|
- don't crash when loading missing icons from theme |
76 |
693fe3e0223f
|
- fix potential crash on quit with some pygtk versions |
77 |
96d3632398c6
|
- workaround for gnome-python bug causing crashes on 64-bit systems |
78 |
96d3632398c6
|
when changing a preference |
79 |
bffe619c6cec
|
- workaround for gnome-python 2.9.x crasher bug in the session client |
80 |
f75bf9f5bc0d
|
- properly handle invalid data in data files |
81 |
bffe619c6cec
|
- prefs, password generator and search dialogs are no longer modal |
82 |
53887f414c8f
|
- display non-ascii characters in filenames correctly |
83 |
09c83811662e
|
- use fallback folder icons when not found in theme |
84 |
c8f7da645a99
|
- hide any open dialogs when locking the file |
85 |
5a85d838a653
|
- don't steal clipboard events from widgets in main window |
86 |
09c83811662e
|
- update icons on theme change |
87 |
f0ee0670f523
|
- use better lock icon |
88 |
4dfbd6e95194
|
- use better stock icons for dialog buttons |
89 |
171c8c03142d
|
- left-align labels in link-buttons (for URLs etc) |
90 |
bffe619c6cec
|
|
91 |
1c96b7e48232
|
Code changes: |
92 |
1c96b7e48232
|
- cleaned up the build-system and source file layout |
93 |
1c96b7e48232
|
|
94 |
bffe619c6cec
|
|
95 |
ab267e8bc63d
|
2005-02-08: Revelation 0.4.0 |
96 |
4790385b8001
|
============================ |
97 |
c335973efe9f
|
|
98 |
c335973efe9f
|
New features: |
99 |
c335973efe9f
|
- added export to plain text |
100 |
c335973efe9f
|
|
101 |
c335973efe9f
|
Bugfixes: |
102 |
5f46bd4ac49c
|
- treeview keyboard commands caused unhandled exception |
103 |
249de64f5d68
|
- autosave file on drag/drop, if enabled |
104 |
c335973efe9f
|
- set default button for overwrite dialog to cancel |
105 |
ab267e8bc63d
|
- added configure switches for disabling mime and desktop update |
106 |
ab267e8bc63d
|
- respect --disable-schemas-install configure switch |
107 |
d34142b4f528
|
- build byte-compiled datahandler modules |
108 |
c335973efe9f
|
|
109 |
c335973efe9f
|
|
110 |
cff0e6f7ef34
|
2005-02-01: Revelation 0.4.0-pre2 |
111 |
22ce7edb8982
|
================================= |
112 |
22ce7edb8982
|
|
113 |
22ce7edb8982
|
Bugfixes: |
114 |
261b3a5ba927
|
- allow entry drag'n'drop to folder directly before/after entry |
115 |
5706a9d0a689
|
- crash when undoing an entry drag/drop under certain circumstances |
116 |
3ce10ad7a1e6
|
- place Revelation under Accessories in the GNOME menu (Utility category) |
117 |
1dae273ecf5e
|
- install mimetype icon into correct directory |
118 |
552a2dc1b520
|
- run update-desktop-database on install, to register app for mimetype |
119 |
9be42a38f988
|
- don't install authmanager module into bindir |
120 |
9be42a38f988
|
- build authmanager module with position-independent code |
121 |
9be42a38f988
|
- allow installation when fd.o shared MIME utils are missing |
122 |
9be42a38f988
|
- don't update MIME databases at build-time if DESTDIR is set |
123 |
22ce7edb8982
|
|
124 |
86bdcc2b8f52
|
Code changes: |
125 |
86bdcc2b8f52
|
- updated unit tests for ui module |
126 |
86bdcc2b8f52
|
|
127 |
22ce7edb8982
|
|
128 |
9e1db933e6ed
|
2005-01-24: Revelation 0.4.0-pre1 |
129 |
9e1db933e6ed
|
================================= |
130 |
0ff8fc3c76f8
|
|
131 |
0ff8fc3c76f8
|
New features: |
132 |
a62ae3d32272
|
- port to gtk+ 2.4 (new file dialog, combobox etc) |
133 |
9e161d94bffc
|
- file handling uses GNOME VFS (can open files over http, ftp etc) |
134 |
88e8c3cdbfe9
|
- use icons from the active GNOME icon theme |
135 |
a32ec604c58f
|
- improved widgets when editing entries (dropdowns, fileselectors etc) |
136 |
8077271f872d
|
- drag and drop of entries in tree |
137 |
f5f9aadf2e19
|
- files can be dragged to Revelation to open them |
138 |
c9d89f3ff91d
|
- the account clipboard is shared between Revelation instances |
139 |
b57efdd083f5
|
- an account password chain is copied to the clipboard when launching entry |
140 |
b57efdd083f5
|
- added menu item for copying username and password chain to clipboard |
141 |
dad9b7b301d1
|
- username and password can be copied to clipboard, even when hidden |
142 |
095f4008dc7f
|
- default action for entries is "go to" |
143 |
59be49691b29
|
- integrated with gnome session manager |
144 |
67d9e9983ed8
|
- new application icon |
145 |
88e8c3cdbfe9
|
- added icon and mime-type for the data files |
146 |
0ff8fc3c76f8
|
|
147 |
ec1f31e8f8e5
|
Bugfixes: |
148 |
c9d89f3ff91d
|
- quit works correctly after continuing from an unhandled error |
149 |
59be49691b29
|
- gtk/gnome command-line arguments are handled correctly |
150 |
e7e3c35fedf0
|
- don't subclass gnome.ui.HRef (abstract widget from gnome-python 2.9.x) |
151 |
47caac1545f2
|
- fall back to False for GNOME toolbar_detachable setting |
152 |
095f4008dc7f
|
- renamed "launch" to "go to" |
153 |
ec1f31e8f8e5
|
|
154 |
ec17fa90357a
|
Code changes: |
155 |
c9d89f3ff91d
|
- rewrote and cleaned up all code |
156 |
116c99733a1d
|
- improved the module APIs |
157 |
8ec66df6d4cf
|
- added unittests for config, data, datahandler, entry, io, ui and util |
158 |
c188d5e734c8
|
modules |
159 |
88e8c3cdbfe9
|
- removed libxml dependency (uses xml.dom.minidom from python instead) |
160 |
ec17fa90357a
|
- reorganized source file tree |
161 |
a207757f8451
|
- use GNU autotools for installation instead of python distutils |
162 |
086abbb6fc3c
|
- use GtkUIManager for UI generation and management |
163 |
ec17fa90357a
|
|
164 |
0ff8fc3c76f8
|
|
165 |
6a0eda45ed35
|
2004-09-27: Revelation 0.3.4 |
166 |
6a0eda45ed35
|
============================ |
167 |
6a0eda45ed35
|
|
168 |
6a0eda45ed35
|
Bugfixes: |
169 |
6a0eda45ed35
|
- the Domain field had the tooltip set as its name |
170 |
6a0eda45ed35
|
- the searchbar follows the detachable toolbar setting in gnome |
171 |
6a0eda45ed35
|
- ask to continue running when an unknown error occurs |
172 |
6a0eda45ed35
|
- activate searchbar button when hitting return in the entry |
173 |
6a0eda45ed35
|
- workaround for crasher bug when editing an entry on some systems |
174 |
6a0eda45ed35
|
|
175 |
6a0eda45ed35
|
|
176 |
7de8750f759b
|
2004-08-30: Revelation 0.3.3 |
177 |
96a566d69e06
|
============================ |
178 |
96a566d69e06
|
|
179 |
96a566d69e06
|
New features: |
180 |
51f801ba546f
|
- added entry launchers |
181 |
c8cf337f7fa4
|
- added a search toolbar (disabled by default) |
182 |
ea938274559d
|
- added a password generator dialog |
183 |
29c5326b470e
|
- added an XHTML/CSS exporter |
184 |
936d7e85c4eb
|
- unknown errors are reported in a dialog with an error call traceback |
185 |
96a566d69e06
|
|
186 |
b9ee81c1ceaf
|
Bugfixes: |
187 |
b9ee81c1ceaf
|
- entry descriptions were not set when adding/editing an entry |
188 |
f97ef7f08bed
|
- changed the keyboard shortcuts for add, edit and update entry to use |
189 |
f97ef7f08bed
|
the control modifier key, to avoid overriding other use of the keys. |
190 |
f97ef7f08bed
|
the old keyboard shortcuts can still be used when the tree has focus |
191 |
b9ee81c1ceaf
|
|
192 |
936d7e85c4eb
|
Code changes: |
193 |
e17f1f517e59
|
- created subclasses of Entry class for the various entry types |
194 |
11f56ee74685
|
- created subclasses of Field class for the various field types |
195 |
936d7e85c4eb
|
- added config_get() and config_connect() convenience functions |
196 |
936d7e85c4eb
|
|
197 |
96a566d69e06
|
|
198 |
02fc1b2867d4
|
2004-08-09: Revelation 0.3.2 |
199 |
02fc1b2867d4
|
============================ |
200 |
02fc1b2867d4
|
|
201 |
02fc1b2867d4
|
Bugfixes: |
202 |
02fc1b2867d4
|
- don't attempt to load the removed druid module on startup |
203 |
02fc1b2867d4
|
|
204 |
02fc1b2867d4
|
|
205 |
7d9375f894bb
|
2004-08-08: Revelation 0.3.1 |
206 |
487a1cfcc667
|
============================ |
207 |
487a1cfcc667
|
|
208 |
487a1cfcc667
|
New features: |
209 |
487a1cfcc667
|
- added a preference for autosaving data on change |
210 |
487a1cfcc667
|
- added import/export of .netrc files |
211 |
487a1cfcc667
|
- added import/export of GNOME Password Manager (gpass) files |
212 |
487a1cfcc667
|
- replaced the import/export druids with normal file selectors |
213 |
f4e8220f0a3a
|
- window size and position is stored on quit |
214 |
487a1cfcc667
|
- default type when adding entries is Generic |
215 |
487a1cfcc667
|
- vertical scrollbar only displayed when needed |
216 |
487a1cfcc667
|
- most dialogs can be closed by pressing Escape |
217 |
487a1cfcc667
|
- the OK button in password dialogs is ghosted until passwords are given |
218 |
487a1cfcc667
|
- removed schema installation from setup.py to ease packaging |
219 |
487a1cfcc667
|
|
220 |
487a1cfcc667
|
Bugfixes: |
221 |
487a1cfcc667
|
- the preferences and import/export druids crashed on some systems |
222 |
487a1cfcc667
|
- the gconf schema is checked on startup, and reinstalled when needed |
223 |
487a1cfcc667
|
- fields containing & were not displayed correctly |
224 |
487a1cfcc667
|
- file selector was opened when saving file in quit confirmation |
225 |
487a1cfcc667
|
- spin buttons would not accept input from the keyboard |
226 |
487a1cfcc667
|
- missing parent directories are created when saving files |
227 |
487a1cfcc667
|
- added access keys to popup menus |
228 |
487a1cfcc667
|
- file selectors and the about dialog set as transient for main window |
229 |
487a1cfcc667
|
|
230 |
487a1cfcc667
|
Code changes: |
231 |
487a1cfcc667
|
- rewrote data handling to use new Entry and Field objects, |
232 |
487a1cfcc667
|
and improved EntryStore, UndoQueue, DataFile and other |
233 |
487a1cfcc667
|
related systems |
234 |
487a1cfcc667
|
- data handlers split out into separate modules |
235 |
487a1cfcc667
|
- rewrote the configuration handling, using a new Config class |
236 |
487a1cfcc667
|
- merged application UI and functionality classes |
237 |
487a1cfcc667
|
- cleaned up dialog and ui code |
238 |
487a1cfcc667
|
|
239 |
487a1cfcc667
|
|
240 |
cea4127a11c0
|
2004-04-06: Revelation 0.3.0 |
241 |
cea4127a11c0
|
============================ |
242 |
cea4127a11c0
|
|
243 |
cea4127a11c0
|
New features: |
244 |
cea4127a11c0
|
- integrated password generator |
245 |
cea4127a11c0
|
- gconf integration |
246 |
cea4127a11c0
|
- new preference dialog |
247 |
cea4127a11c0
|
- option for automatically opening file on startup |
248 |
cea4127a11c0
|
- option for hiding passwords |
249 |
cea4127a11c0
|
- an opened file can be locked |
250 |
cea4127a11c0
|
- many small ui and usability improvements |
251 |
cea4127a11c0
|
|
252 |
cea4127a11c0
|
Bugfixes: |
253 |
cea4127a11c0
|
- the Figaro's Password Manager importer failed on empty fields |
254 |
cea4127a11c0
|
- the password dialog allowed passwords longer than the keylength |
255 |
cea4127a11c0
|
of the encryption algorithms, causing them to fail |
256 |
cea4127a11c0
|
|
257 |
cea4127a11c0
|
Other changes: |
258 |
cea4127a11c0
|
- complete rewrite of some components, and major cleanups of others |
259 |
cea4127a11c0
|
- removed the Usenet account type |
260 |
cea4127a11c0
|