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 / src / revelation-applet.in
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 | #!/usr/bin/env python
#
# Revelation 0.4.4 - a password manager for GNOME 2
# http://oss.codepoet.no/revelation/
# $Id$
#
# Applet for account lookup
#
#
# Copyright (c) 2003-2005 Erik Grinaker
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
# as published by the Free Software Foundation; either version 2
# of the License, or (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#
import gnome, gobject, gtk, os, sys
try:
import gnomeapplet
except ImportError:
import gnome.applet as gnomeapplet
if "@pyexecdir@" not in sys.path:
sys.path.insert(0, "@pyexecdir@")
from revelation import config, data, datahandler, dialog, entry, gnomemisc, io, ui, util
class RevelationApplet(object):
"Revelation applet"
def __init__(self, applet, iid):
self.applet = applet
self.iid = iid
sys.excepthook = self.__cb_exception
try:
self.__init_config()
self.__init_facilities()
self.__init_ui()
self.__init_states()
except config.ConfigError:
dialog.Error(None, "Missing configuration data", "The applet could not find its configuration data, please reinstall Revelation.").run()
sys.exit(1)
def __init_config(self):
"Sets up configuration"
self.applet.add_preferences("/schemas/apps/revelation-applet/prefs")
self.config = config.Config(self.applet.get_preferences_key())
# set up defaults
# TODO this shouldn't really be necessary, the schema should
# be used for defaults - is this even possible with the current
# applet api?
defaults = {
"autolock" : True,
"autolock_timeout" : 15,
"chain_username" : False,
"file" : "",
"menuaction" : "show",
"show_passwords" : True
}
for key, value in defaults.items():
try:
self.config.get(key)
except config.ConfigError:
self.config.set_force(key, value)
# make sure the launchers have been set up, otherwise
# install the Revelation schema
def check_launchers():
try:
for entrytype in [ et for et in entry.ENTRYLIST if et != entry.FolderEntry ]:
self.config.get("/apps/revelation/launcher/%s" % entrytype.id)
except config.ConfigError:
return False
else:
return True
if check_launchers() == False:
if config.install_schema("%s/revelation.schemas" % config.DIR_GCONFSCHEMAS) == False:
raise config.ConfigError
if check_launchers() == False:
raise config.ConfigError
def __init_facilities(self):
"Sets up facilities"
self.clipboard = data.Clipboard()
self.datafile = io.DataFile(datahandler.Revelation)
self.entrystore = data.EntryStore()
self.entrysearch = data.EntrySearch(self.entrystore)
self.items = ui.ItemFactory(self.applet)
self.locktimer = data.Timer()
self.config.monitor("autolock_timeout", lambda k,v,d: self.locktimer.start(v * 60))
self.config.monitor("file", self.__cb_config_file)
self.datafile.connect("changed", self.__cb_file_changed)
self.datafile.connect("content-changed", self.__cb_file_content_changed)
self.locktimer.connect("ring", self.__cb_file_autolock)
self.entrysearch.folders = False
def __init_states(self):
"Sets up the initial states"
self.datafile.emit("changed", self.datafile.get_file())
os.chdir(os.path.expanduser("~/"))
def __init_ui(self):
"Sets up the main ui"
# set up applet
self.applet.set_flags(gnomeapplet.EXPAND_MINOR)
# set up window icons
pixbufs = [ self.items.load_icon("revelation", size) for size in ( 48, 32, 24, 16) ]
pixbufs = [ pixbuf for pixbuf in pixbufs if pixbuf != None ]
if len(pixbufs) > 0:
gtk.window_set_default_icon_list(*pixbufs)
# set up popup menu
self.applet.setup_menu("""
<popup name="button3">
<menuitem name="file-unlock" verb="file-unlock" label="Unlock File" pixtype="stock" pixname="revelation-unlock" />
<menuitem name="file-lock" verb="file-lock" label="Lock File" pixtype="stock" pixname="revelation-lock" />
<menuitem name="file-reload" verb="file-reload" label="Reload File" pixtype="stock" pixname="revelation-reload" />
<separator />
<menuitem name="revelation" verb="revelation" label="Start Revelation" pixtype="stock" pixname="revelation-revelation" />
<menuitem name="prefs" verb="prefs" label="Preferences" pixtype="stock" pixname="gtk-properties" />
<menuitem name="about" verb="about" label="About" pixtype="stock" pixname="gnome-stock-about" />
</popup>
""", (
( "about", lambda w,d=None: self.about() ),
( "file-lock", lambda w,d=None: self.file_close() ),
( "file-reload", lambda w,d=None: self.file_reload() ),
( "file-unlock", lambda w,d=None: self.file_open(self.config.get("file")) ),
( "prefs", lambda w,d=None: self.prefs() ),
( "revelation", lambda w,d=None: util.execute_child("revelation") ),
), None)
# set up ui items
self.entry = ui.Entry()
self.entry.set_width_chars(16)
self.entry.connect("activate", self.__cb_entry_activate)
self.entry.connect("button_press_event", self.__cb_entry_buttonpress)
self.entry.connect("key_press_event", lambda w,d=None: self.locktimer.reset())
self.icon = ui.Image()
self.eventbox = ui.EventBox(self.icon)
self.eventbox.connect("button_press_event", self.__cb_icon_buttonpress)
self.hbox = ui.HBox(self.eventbox, self.entry)
self.applet.add(self.hbox)
# set up various ui element holders
self.popup_entryview = None
self.popup_entrylist = None
self.entrymenu = None
##### CALLBACKS #####
def __cb_config_file(self, key, value, data):
"Config callback for file key changes"
self.file_close()
self.applet.get_popup_component().set_prop("/commands/file-unlock", "sensitive", self.config.get("file") != "" and "1" or "0")
def __cb_exception(self, type, value, trace):
"Callback for unhandled exceptions"
if type == KeyboardInterrupt:
sys.exit(1)
traceback = util.trace_exception(type, value, trace)
sys.stderr.write(traceback)
if dialog.Exception(None, traceback).run() == True:
gtk.main()
else:
sys.exit(1)
def __cb_entry_activate(self, widget, data = None):
"Callback for entry activation (pressing enter etc)"
self.entry_search(self.entry.get_text(), True)
def __cb_entry_buttonpress(self, widget, data = None):
"Callback for entry button presses"
self.locktimer.reset()
# from gnome 2.10, the panel doesn't receive focus when clicked
if data.button == 1 and hasattr(gnomemisc, "panel_applet_request_focus") == True:
gnomemisc.panel_applet_request_focus(self.applet, long(data.time))
def __cb_file_autolock(self, widget, data = None):
"Callback for autolocking the file"
if self.config.get("autolock") == True:
self.file_close()
def __cb_file_content_changed(self, widget, data = None):
"Callback for changed file content"
try:
self.file_open(self.datafile.get_file(), self.datafile.get_password())
except datahandler.PasswordError:
self.file_close()
def __cb_file_changed(self, widget, data = None):
"Callback for changed data file"
popup = self.applet.get_popup_component()
if self.datafile.get_file() == None:
self.entry.set_text("")
popup.set_prop("/commands/file-unlock", "sensitive", self.config.get("file") != "" and "1" or "0")
popup.set_prop("/commands/file-lock", "sensitive", "0")
popup.set_prop("/commands/file-reload", "sensitive", "0")
self.icon.set_from_stock(ui.STOCK_REVELATION_LOCKED, ui.ICON_SIZE_APPLET)
else:
popup.set_prop("/commands/file-unlock", "sensitive", "0")
popup.set_prop("/commands/file-lock", "sensitive", "1")
popup.set_prop("/commands/file-reload", "sensitive", "1")
self.icon.set_from_stock(ui.STOCK_REVELATION, ui.ICON_SIZE_APPLET)
def __cb_icon_buttonpress(self, widget, data = None):
"Callback for buttonpress on button"
if data.button != 1:
return False
self.entry_menu(data.time)
return True
def __cb_popup_activate(self, widget, data = None):
"Takes appropriate action when a menu item is activated"
self.locktimer.reset()
action = self.config.get("menuaction")
if action == "show":
self.entry_show(data)
elif action == "copy":
self.entry_copychain(data)
elif self.__launcher_valid(data):
self.entry_goto(data)
else:
self.entry_show(data)
##### PRIVATE METHODS #####
def __close_popups(self):
"Closes any open popups"
self.locktimer.reset()
if hasattr(self, "popup_entryview") == True and self.popup_entryview != None:
self.popup_entryview.destroy()
if hasattr(self, "popup_entrylist") == True and self.popup_entrylist != None:
self.popup_entrylist.destroy()
if hasattr(self, "entrymenu") == True and self.entrymenu != None:
self.entrymenu.hide()
def __flash_entry(self, color = "#ffbaba", duration = 500):
"Flashes the entry with a color"
color_normal = ui.Entry().rc_get_style().base[gtk.STATE_NORMAL]
color_new = gtk.gdk.color_parse(color)
self.entry.modify_base(gtk.STATE_NORMAL, color_new)
gobject.timeout_add(duration, lambda: self.entry.modify_base(gtk.STATE_NORMAL, color_normal))
def __focus_entry(self):
"Gives focus to the entry"
if hasattr(gnomemisc, "panel_applet_request_focus") == True:
gnomemisc.panel_applet_request_focus(self.applet, long(0))
def __generate_entrymenu(self, entrystore, parent = None):
"Generates an entry menu tree"
menu = gtk.Menu()
for i in range(entrystore.iter_n_children(parent)):
iter = entrystore.iter_nth_child(parent, i)
e = entrystore.get_entry(iter)
item = ui.ImageMenuItem(type(e) == entry.FolderEntry and ui.STOCK_FOLDER or e.icon, e.name)
item.connect("select", lambda w,d=None: self.locktimer.reset())
if type(e) == entry.FolderEntry:
item.set_submenu(self.__generate_entrymenu(entrystore, iter))
else:
item.connect("activate", self.__cb_popup_activate, e)
menu.append(item)
return menu
def __get_launcher(self, e):
"Returns a launcher command for an entry, if possible"
command = self.config.get("/apps/revelation/launcher/%s" % e.id)
if command in ( "", None ):
return None
subst = {}
for field in e.fields:
subst[field.symbol] = field.value
command = util.parse_subst(command, subst)
return command
def __get_popup_offset(self, popup):
"Returns a tuple of x and y offset coords for popups"
screen = self.applet.get_screen()
a = self.applet.get_allocation()
rw, rh = popup.size_request()
x, y = self.applet.window.get_origin()
x += a.x
y += a.y
# TODO use constants ORIENT_UP etc here, if available
if self.applet.get_orient() in ( 0, 1 ):
x = min(x, screen.get_width() - rw)
if (y > screen.get_height() / 2):
y -= rh
else:
y += a.height
else:
y = min(y, screen.get_height() - rh)
if (x > screen.get_width() / 2):
x -= rw
else:
x += a.width
return x, y
def __launcher_valid(self, e):
"Checks if a launcher is valid"
try:
command = self.__get_launcher(e)
return command != None
except ( util.SubstFormatError ):
return True
except ( util.SubstValueError, config.ConfigError ):
return False
def __require_file(self):
"Checks if a datafile is loaded, or alerts the user"
if self.datafile.get_file() != None:
return True
if self.config.get("file") != "":
return self.file_open(self.config.get("file"))
d = dialog.Info(
None, "File not selected",
"You must select a Revelation data file to use - this can be done in the applet preferences.",
( ( gtk.STOCK_PREFERENCES, gtk.RESPONSE_ACCEPT ), ( gtk.STOCK_OK, gtk.RESPONSE_OK ) )
)
if d.run() == gtk.RESPONSE_ACCEPT:
self.prefs()
return False
##### PUBLIC METHODS #####
def about(self):
"Displays an about dialog"
dialog.run_unique(About, self.applet)
def entry_copychain(self, e, launcher = ""):
"Copies all passwords from an entry as a chain"
if e == None:
return
secrets = [ field.value for field in e.fields if field.datatype == entry.DATATYPE_PASSWORD and field.value != "" ]
if self.config.get("chain_username") == True and len(secrets) > 0:
if e.has_field(entry.UsernameField) and e[entry.UsernameField] != "":
if "%" + entry.UsernameField.symbol not in launcher:
secrets.insert(0, e[entry.UsernameField])
self.clipboard.set(secrets)
def entry_goto(self, e):
"Goes to an entry"
try:
command = self.__get_launcher(e)
if command == None:
return
self.entry_copychain(e)
util.execute_child(command)
except ( util.SubstFormatError, config.ConfigError ):
dialog.Error(None, "Invalid goto command format", "The goto command for '" + e.typename + "' entries is invalid, please correct this in the preferences.").run()
except util.SubstValueError:
self.entry_show(e)
def entry_menu(self, time = None):
"Displays the entry menu"
self.__close_popups()
if self.__require_file() == False:
return
if self.entrymenu == None:
return
x, y = self.__get_popup_offset(self.entrymenu)
self.entrymenu.show_all()
self.entrymenu.popup(None, None, lambda d: (x, y, False), 1, time)
def entry_search(self, term, focusafter = False):
"Searches for an entry"
self.__close_popups()
if term.strip() == "":
return
if self.__require_file() == False:
return
matches = [ self.entrystore.get_entry(iter) for iter in self.entrysearch.find_all(term) ]
if len(matches) == 0:
self.__focus_entry()
self.__flash_entry()
self.entry.select_region(0, -1)
elif len(matches) == 1:
self.entry_show(matches[0], True)
else:
self.popup_entrylist = EntryListPopup(matches)
self.popup_entrylist.connect("entry-chosen", lambda w,e: self.entry_show(e, focusafter))
if focusafter == True:
self.popup_entrylist.connect("closed", lambda w: self.__focus_entry())
self.popup_entrylist.realize()
x, y = self.__get_popup_offset(self.popup_entrylist)
self.popup_entrylist.show(x, y)
def entry_show(self, e, focusafter = False):
"Shows an entry"
self.__close_popups()
self.popup_entryview = EntryViewPopup(e, self.config, self.clipboard)
if focusafter == True:
self.popup_entryview.connect("closed", lambda w: self.__focus_entry())
def cb_goto(widget):
if self.__launcher_valid(e):
self.entry_goto(e)
self.popup_entryview.close()
self.popup_entryview.button_goto.connect("clicked", cb_goto)
self.popup_entryview.button_goto.set_sensitive(self.__launcher_valid(e))
self.popup_entryview.realize()
x, y = self.__get_popup_offset(self.popup_entryview)
self.popup_entryview.show(x, y)
def file_close(self):
"Closes the current data file"
self.__close_popups()
self.locktimer.stop()
self.datafile.close()
self.entrystore.clear()
self.entrymenu = None
def file_open(self, file, password = None):
"Opens a data file"
try:
if file in ( "", None ):
return False
if dialog.present_unique(dialog.PasswordOpen) == True:
return False
entrystore = self.datafile.load(file, password, lambda: dialog.run_unique(dialog.PasswordOpen, None, os.path.basename(file)))
self.entrystore.clear()
self.entrystore.import_entry(entrystore, None)
self.entrymenu = self.__generate_entrymenu(self.entrystore)
self.locktimer.start(self.config.get("autolock_timeout") * 60)
self.__close_popups()
return True
except dialog.CancelError:
pass
except datahandler.FormatError:
dialog.Error(None, "Invalid file format", "The file '%s' contains invalid data." % file).run()
except ( datahandler.DataError, entry.EntryTypeError, entry.EntryFieldError ):
dialog.Error(None, "Unknown data", "The file '%s' contains unknown data. It may have been created by a more recent version of Revelation.." % file).run()
except datahandler.PasswordError:
dialog.Error(None, "Incorrect password", "You entered an incorrect password for the file '%s', please try again." % file).run()
self.file_open(file, None)
except datahandler.VersionError:
dialog.Error(None, "Unknown data version", "The file '%s' has a future version number, please upgrade Revelation to open it." % file).run()
except IOError:
dialog.Error(None, "Unable to open file", "The file '%s' could not be opened. Make sure that the file exists, and that you have permissions to open it." % file).run()
return False
def file_reload(self):
"Reloads the current data file"
if self.datafile.get_file() == None:
return
self.file_open(self.datafile.get_file(), self.datafile.get_password())
def prefs(self):
"Displays the preference dialog"
dialog.run_unique(Preferences, None, self.config)
class About(gnome.ui.About):
"About dialog"
def __init__(self, parent):
gnome.ui.About.__init__(
self, "Revelation Account Lookup", config.VERSION, config.COPYRIGHT,
""""%s"\n\nAn applet for looking up account data from Revelation""" % config.RELNAME,
( config.AUTHOR, ), None, "",
parent.render_icon(ui.STOCK_REVELATION, gtk.ICON_SIZE_DIALOG)
)
def run(self):
"Displays the dialog"
self.show_all()
class EntryListPopup(dialog.Popup):
"A popup for displaying a list of entries"
def __init__(self, entries):
dialog.Popup.__init__(self)
self.set_default_size(225, 200)
self.entrystore = data.EntryStore()
self.entrystore.set_sort_column_id(0, gtk.SORT_ASCENDING)
for e in entries:
self.entrystore.add_entry(e)
self.treeview = ui.EntryTree(self.entrystore)
self.treeview.set_cursor((0,))
self.treeview.connect("row-activated", self.__cb_row_activated)
self.scrolledwindow = ui.ScrolledWindow(self.treeview)
self.scrolledwindow.set_policy(gtk.POLICY_NEVER, gtk.POLICY_AUTOMATIC)
self.add(self.scrolledwindow)
def __cb_row_activated(self, widget, path, data = None):
"Callback for tree row activation"
iter = self.entrystore.get_iter(path)
e = self.entrystore.get_entry(iter)
self.emit("entry-chosen", e)
self.close()
gobject.signal_new("entry-chosen", EntryListPopup, gobject.SIGNAL_ACTION, gobject.TYPE_BOOLEAN, ( gobject.TYPE_PYOBJECT, ))
class EntryViewPopup(dialog.Popup):
"A popup for displaying an entry"
def __init__(self, e, cfg = None, clipboard = None):
dialog.Popup.__init__(self)
self.set_title(e.name)
self.entryview = ui.EntryView(cfg, clipboard)
self.entryview.set_border_width(0)
self.entryview.display_entry(e)
self.button_close = ui.Button(gtk.STOCK_CLOSE, lambda w: self.close())
self.button_goto = ui.Button(ui.STOCK_GOTO)
self.buttonbox = ui.HButtonBox(self.button_goto, self.button_close)
self.vbox = ui.VBox(self.entryview, self.buttonbox)
self.vbox.set_border_width(12)
self.vbox.set_spacing(15)
self.add(self.vbox)
self.connect("show", lambda w: self.button_close.grab_focus())
class Preferences(dialog.Utility):
"A preference dialog"
def __init__(self, parent, cfg):
dialog.Utility.__init__(self, parent, "Preferences")
self.config = cfg
self.set_modal(False)
self.notebook = ui.Notebook()
self.vbox.pack_start(self.notebook)
self.page_general = self.notebook.create_page("General")
self.__init_section_file(self.page_general)
self.__init_section_menuaction(self.page_general)
self.__init_section_misc(self.page_general)
self.page_goto = self.notebook.create_page("Goto Commands")
self.__init_section_gotocmd(self.page_goto)
self.connect("response", lambda w,d: self.destroy())
def __init_section_file(self, page):
"Sets up a file section in a page"
self.section_file = page.add_section("File Handling")
# entry for file
self.entry_file = ui.FileEntry("Select File to Use")
ui.config_bind(self.config, "file", self.entry_file)
eventbox = ui.EventBox(self.entry_file)
self.tooltips.set_tip(eventbox, "The data file to search for accounts in")
self.section_file.append_widget("File to use", eventbox)
# check-button for autolock
self.check_autolock = ui.CheckButton("Lock file when inactive for")
ui.config_bind(self.config, "autolock", self.check_autolock)
self.check_autolock.connect("toggled", lambda w: self.spin_autolock_timeout.set_sensitive(w.get_active()))
self.tooltips.set_tip(self.check_autolock, "Automatically lock the file after a period of inactivity")
# spin-entry for autolock-timeout
self.spin_autolock_timeout = ui.SpinEntry()
self.spin_autolock_timeout.set_range(1, 120)
self.spin_autolock_timeout.set_sensitive(self.check_autolock.get_active())
ui.config_bind(self.config, "autolock_timeout", self.spin_autolock_timeout)
self.tooltips.set_tip(self.spin_autolock_timeout, "The period of inactivity before locking the file, in minutes")
# container for autolock-widgets
hbox = ui.HBox()
hbox.set_spacing(3)
hbox.pack_start(self.check_autolock)
hbox.pack_start(self.spin_autolock_timeout)
hbox.pack_start(ui.Label("minutes"))
self.section_file.append_widget(None, hbox)
def __init_section_gotocmd(self, page):
"Sets up the goto command section"
self.section_goto = page.add_section("Goto Commands")
for entrytype in entry.ENTRYLIST:
if entrytype == entry.FolderEntry:
continue
e = entrytype()
widget = ui.Entry()
ui.config_bind(self.config, "/apps/revelation/launcher/%s" % e.id, widget)
tooltip = "Goto command for %s accounts. The following expansion variables can be used:\n\n" % e.typename
for field in e.fields:
tooltip += "%%%s: %s\n" % ( field.symbol, field.name )
tooltip += "\n"
tooltip += "%%: a % sign\n"
tooltip += "%?x: optional expansion variable\n"
tooltip += "%(...%): optional substring expansion"
self.tooltips.set_tip(widget, tooltip)
self.section_goto.append_widget(e.typename, widget)
def __init_section_menuaction(self, page):
"Sets up a menuaction section in a page"
self.section_menuaction = page.add_section("Menu Action")
# radio-button for show
self.radio_show = ui.RadioButton(None, "Display account info")
ui.config_bind(self.config, "menuaction", self.radio_show, "show")
self.tooltips.set_tip(self.radio_show, "Display the account information")
self.section_menuaction.append_widget(None, self.radio_show)
# radio-button for goto
self.radio_goto = ui.RadioButton(self.radio_show, "Go to account, if possible")
ui.config_bind(self.config, "menuaction", self.radio_goto, "goto")
self.tooltips.set_tip(self.radio_goto, "Open the account in an external application if possible, otherwise display it")
self.section_menuaction.append_widget(None, self.radio_goto)
# radio-button for copy username/password
self.radio_copy = ui.RadioButton(self.radio_show, "Copy password to clipboard")
ui.config_bind(self.config, "menuaction", self.radio_copy, "copy")
self.tooltips.set_tip(self.radio_copy, "Copy the account password to the clipboard")
self.section_menuaction.append_widget(None, self.radio_copy)
def __init_section_misc(self, page):
"Sets up the misc section"
self.section_misc = page.add_section("Miscellaneous")
# show passwords checkbutton
self.check_show_passwords = ui.CheckButton("Show passwords and other secrets")
ui.config_bind(self.config, "show_passwords", self.check_show_passwords)
self.tooltips.set_tip(self.check_show_passwords, "Display passwords and other secrets, such as PIN codes (otherwise, hide with ******)")
self.section_misc.append_widget(None, self.check_show_passwords)
# check-button for username
self.check_chain_username = ui.CheckButton("Also copy username when copying password")
ui.config_bind(self.config, "chain_username", self.check_chain_username)
self.tooltips.set_tip(self.check_chain_username, "When the password is copied to clipboard, put the username before the password as a clipboard \"chain\"")
self.section_misc.append_widget(None, self.check_chain_username)
def run(self):
"Runs the dialog"
self.show_all()
def factory(applet, iid):
"Applet factory function"
RevelationApplet(applet, iid)
applet.show_all()
return True
if __name__ == "__main__":
gnome.init(config.APPNAME, config.VERSION)
gnomeapplet.bonobo_factory(
"OAFIID:GNOME_RevelationApplet_Factory",
gnomeapplet.Applet.__gtype__,
config.APPNAME, config.VERSION, factory
)
|