summaryrefslogtreecommitdiffstats
path: root/combox/gui.py
Commit message (Collapse)AuthorAgeFilesLines
* Copyright changed.Siddharth Ravikumar2016-03-011-1/+1
| | | | From combox contributors -> Dr. Robert C. Green II.
* combox.gui: rewrote docstrings.Siddharth Ravikumar2016-01-101-26/+66
| | | | They're sphinx friendly now.
* authors -> contributors.Siddharth Ravikumar2015-12-221-1/+1
|
* .py files coding set to utf-8.Siddharth Ravikumar2015-12-221-1/+2
|
* `combox.gui.ComboxConfigDialog` accepts config_dirSiddharth Ravikumar2015-12-131-2/+9
|
* combox/gui.py (ComboxConfigDialog.apply)Siddharth Ravikumar2015-12-101-4/+12
| | | | | | Glued the graphical interface with the combox configuration function; now the ComboxConfigDialog.apply method writes the configuration information to the default combox configuration directory.
* combox/gui.py: fixed spacing.Siddharth Ravikumar2015-12-031-2/+1
|
* combox/gui.py: input validation kinda done + added status bar.Siddharth Ravikumar2015-12-031-3/+101
|
* gui.py: added "re-enter passphrase" field + validation for it.Siddharth Ravikumar2015-12-031-3/+21
|
* Rough non-functioning version of combox's graphical interface for ↵Siddharth Ravikumar2015-11-301-0/+283
configuration done. new file: combox/gui.py modified: ChangeLog