Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added api/index, api/combox.file | Siddharth Ravikumar | 2015-12-23 | 1 | -0/+6 |
| | |||||
* | combox/file.py: updated docstrings. | Siddharth Ravikumar | 2015-12-23 | 1 | -0/+5 |
| | |||||
* | README.rst: removed contact section. | Siddharth Ravikumar | 2015-12-22 | 1 | -0/+4 |
| | |||||
* | setup.py: changed `author` field. | Siddharth Ravikumar | 2015-12-22 | 1 | -0/+4 |
| | |||||
* | authors -> contributors. | Siddharth Ravikumar | 2015-12-22 | 1 | -0/+23 |
| | |||||
* | Makefile: added new targets | Siddharth Ravikumar | 2015-12-22 | 1 | -0/+4 |
| | | | | | | | new targets: - clean-dist - clean-pyc | ||||
* | .py files coding set to utf-8. | Siddharth Ravikumar | 2015-12-22 | 1 | -0/+4 |
| | |||||
* | bumped to version 0.2.0v0.2.0 | Siddharth Ravikumar | 2015-12-22 | 1 | -0/+5 |
| | |||||
* | Added Makefile | Siddharth Ravikumar | 2015-12-22 | 1 | -0/+4 |
| | |||||
* | Fixed try-catch block in combox.cbox.main. | Siddharth Ravikumar | 2015-12-22 | 1 | -0/+5 |
| | |||||
* | README.rst: fixed lint errors. | Siddharth Ravikumar | 2015-12-22 | 1 | -0/+4 |
| | |||||
* | bumped to version 0.2.0.rc1 | Siddharth Ravikumar | 2015-12-22 | 1 | -0/+4 |
| | |||||
* | updated MANIFEST.in: included docs/ | Siddharth Ravikumar | 2015-12-22 | 1 | -0/+1 |
| | |||||
* | Added docs/ (uses sphinx). | Siddharth Ravikumar | 2015-12-22 | 1 | -0/+4 |
| | | | | Most of what was in README.rst was moved to docs/ | ||||
* | Added combox._version module. | Siddharth Ravikumar | 2015-12-21 | 1 | -0/+1 |
| | | | | This module is the canonical place for getting version information. | ||||
* | Added MANIFEST.in | Siddharth Ravikumar | 2015-12-21 | 1 | -0/+4 |
| | |||||
* | overhauled setup.py | Siddharth Ravikumar | 2015-12-21 | 1 | -0/+4 |
| | |||||
* | Now use `os.renames` instead `os.rename` function. | Siddharth Ravikumar | 2015-12-21 | 1 | -0/+9 |
| | |||||
* | updated ChangeLog. | Siddharth Ravikumar | 2015-12-21 | 1 | -0/+10 |
| | |||||
* | combox defaults to using gui for config. | Siddharth Ravikumar | 2015-12-13 | 1 | -0/+6 |
| | |||||
* | `combox.gui.ComboxConfigDialog` accepts config_dir | Siddharth Ravikumar | 2015-12-13 | 1 | -0/+7 |
| | |||||
* | combox/gui.py (ComboxConfigDialog.apply) | Siddharth Ravikumar | 2015-12-10 | 1 | -0/+6 |
| | | | | | | 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: input validation kinda done + added status bar. | Siddharth Ravikumar | 2015-12-03 | 1 | -0/+4 |
| | |||||
* | updated ChangeLog (commit 952906378f80). | Siddharth Ravikumar | 2015-12-03 | 1 | -0/+7 |
| | |||||
* | Rough non-functioning version of combox's graphical interface for ↵ | Siddharth Ravikumar | 2015-11-30 | 1 | -0/+5 |
| | | | | | | | configuration done. new file: combox/gui.py modified: ChangeLog | ||||
* | Now ComboxDirMonitor uses Lock. Addresses bug#11. | Siddharth Ravikumar | 2015-11-19 | 1 | -0/+9 |
| | |||||
* | bumped to v0.1.3v0.1.3 | Siddharth Ravikumar | 2015-11-13 | 1 | -0/+4 |
| | |||||
* | Updated combox.events.ComboxDirMonitor and combox.events.NodeDirMonitor. See ↵ | rsiddharth | 2015-11-08 | 1 | -1/+17 |
| | | | | | | ChangeLog. Changes related to bug#10. | ||||
* | updated ChangeLog | Siddharth Ravikumar | 2015-11-03 | 1 | -0/+9 |
| | |||||
* | bumped to v0.1.2v0.1.2 | Siddharth Ravikumar | 2015-10-20 | 1 | -0/+4 |
| | | | | | modified: ChangeLog modified: setup.py | ||||
* | combox now uses python's logging module instead of `print` to stdout ↵ | Siddharth Ravikumar | 2015-10-17 | 1 | -0/+8 |
| | | | | | | | | | | information/errors. modified: ChangeLog modified: combox/cbox.py modified: combox/events.py modified: combox/file.py modified: combox/log.py | ||||
* | Added ChangeLogv0.1.0 | Siddharth Ravikumar | 2015-09-17 | 1 | -0/+5 |