summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* docs: Added links to v0.2.3 archives.devSiddharth Ravikumar2016-03-011-0/+1
|
* bumped to v0.2.3v0.2.3Siddharth Ravikumar2016-03-011-0/+4
|
* Updated ChangeLog.Siddharth Ravikumar2016-03-011-0/+4
|
* docs/releases.rst: Added links to v0.2.2 archives.Siddharth Ravikumar2016-01-111-0/+1
|
* bumped to v0.2.2v0.2.2Siddharth Ravikumar2016-01-111-0/+4
|
* README.rst: validation fix.Siddharth Ravikumar2016-01-111-0/+1
|
* updated docs/releases.rstSiddharth Ravikumar2016-01-111-0/+1
|
* bumped to version 0.2.1v0.2.1Siddharth Ravikumar2016-01-111-0/+1
|
* updated 'download_url' in setup.py.Siddharth Ravikumar2016-01-111-0/+2
|
* modified combox.file.rm_path function.Siddharth Ravikumar2016-01-111-0/+2
|
* [bug fix] setup.pySiddharth Ravikumar2016-01-111-0/+2
| | | | Function for reading a file is defined in setup.py itself.
* combox/config.py: modified config_cb function.Siddharth Ravikumar2016-01-111-0/+4
| | | | | | The combox configuration directory creation is now done after reading all the configuration values; the function also creates the combox directory if it does not already exist.
* combox/cbox.py: configuration related update.Siddharth Ravikumar2016-01-111-0/+6
| | | | | Now, combox starts configuration when the configuration directory or the configuration file does not exist.
* Added docs/api/combox.log.rstSiddharth Ravikumar2016-01-101-1/+2
|
* combox.log: rewrote docstrings.Siddharth Ravikumar2016-01-101-0/+1
| | | | They're sphinx friendly now.
* Added docs/api/combox.gui.rstSiddharth Ravikumar2016-01-101-0/+2
|
* combox.gui: rewrote docstrings.Siddharth Ravikumar2016-01-101-0/+5
| | | | They're sphinx friendly now.
* Updated Changelog.Siddharth Ravikumar2016-01-071-0/+29
|
* updated ChangeLogSiddharth Ravikumar2015-12-251-0/+5
|
* docs: added link to git repo in sidebar.Siddharth Ravikumar2015-12-241-0/+2
|
* Added docs/setup/index.rstSiddharth Ravikumar2015-12-241-2/+3
| | | | | | `docs/setup/index.rst` contains information about install combox on gnu/linux and osx and information about setting up development environment on windows.
* removed gnu, osx, setup-combox & windows docs.Siddharth Ravikumar2015-12-241-2/+8
| | | | Content in these pages will later be moved to setup/
* Added docs/releases.rst.Siddharth Ravikumar2015-12-241-1/+2
|
* updated Changlog.Siddharth Ravikumar2015-12-241-0/+10
|
* Added api/index, api/combox.fileSiddharth Ravikumar2015-12-231-0/+6
|
* combox/file.py: updated docstrings.Siddharth Ravikumar2015-12-231-0/+5
|
* README.rst: removed contact section.Siddharth Ravikumar2015-12-221-0/+4
|
* setup.py: changed `author` field.Siddharth Ravikumar2015-12-221-0/+4
|
* authors -> contributors.Siddharth Ravikumar2015-12-221-0/+23
|
* Makefile: added new targetsSiddharth Ravikumar2015-12-221-0/+4
| | | | | | | new targets: - clean-dist - clean-pyc
* .py files coding set to utf-8.Siddharth Ravikumar2015-12-221-0/+4
|
* bumped to version 0.2.0v0.2.0Siddharth Ravikumar2015-12-221-0/+5
|
* Added MakefileSiddharth Ravikumar2015-12-221-0/+4
|
* Fixed try-catch block in combox.cbox.main.Siddharth Ravikumar2015-12-221-0/+5
|
* README.rst: fixed lint errors.Siddharth Ravikumar2015-12-221-0/+4
|
* bumped to version 0.2.0.rc1Siddharth Ravikumar2015-12-221-0/+4
|
* updated MANIFEST.in: included docs/Siddharth Ravikumar2015-12-221-0/+1
|
* Added docs/ (uses sphinx).Siddharth Ravikumar2015-12-221-0/+4
| | | | Most of what was in README.rst was moved to docs/
* Added combox._version module.Siddharth Ravikumar2015-12-211-0/+1
| | | | This module is the canonical place for getting version information.
* Added MANIFEST.inSiddharth Ravikumar2015-12-211-0/+4
|
* overhauled setup.pySiddharth Ravikumar2015-12-211-0/+4
|
* Now use `os.renames` instead `os.rename` function.Siddharth Ravikumar2015-12-211-0/+9
|
* updated ChangeLog.Siddharth Ravikumar2015-12-211-0/+10
|
* combox defaults to using gui for config.Siddharth Ravikumar2015-12-131-0/+6
|
* `combox.gui.ComboxConfigDialog` accepts config_dirSiddharth Ravikumar2015-12-131-0/+7
|
* combox/gui.py (ComboxConfigDialog.apply)Siddharth Ravikumar2015-12-101-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 Ravikumar2015-12-031-0/+4
|
* updated ChangeLog (commit 952906378f80).Siddharth Ravikumar2015-12-031-0/+7
|
* Rough non-functioning version of combox's graphical interface for ↵Siddharth Ravikumar2015-11-301-0/+5
| | | | | | | configuration done. new file: combox/gui.py modified: ChangeLog
* Now ComboxDirMonitor uses Lock. Addresses bug#11.Siddharth Ravikumar2015-11-191-0/+9
|