aboutsummaryrefslogtreecommitdiff
path: root/voctogui/lib/toolbar/misc.py
AgeCommit message (Collapse)Author
2017-01-31Add a ShortcutsWindow and tooltips to display acceleratorsFlorian Zeitz
The GtkShortcutsWindow is shown upon pressing `?`. This is only available in Gtk+ >= 3.20. For earlier versions nothing happens.
2016-09-15voctogui: pep8ifyFlorian Zeitz
* Indent by 4 spaces * Use spaces around infix operators * Reformat some argument lists * One import per line * Start line comments with '# ' * Two newlines before free functions * One newline before methods
2016-02-03Add keyboard shortcut to Cut buttonJoel Addison
Use `t` to perform cut in video, as with dvswitch.
2016-01-05add cut-button and a cutlist-script and make both configurableMaZderMind
2015-12-27add close-button to toolbarMaZderMind