summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* docs: added link to git repo in sidebar.Siddharth Ravikumar2015-12-242-1/+6
|
* Added docs/setup/index.rstSiddharth Ravikumar2015-12-242-2/+168
| | | | | | `docs/setup/index.rst` contains information about install combox on gnu/linux and osx and information about setting up development environment on windows.
* docs/releases.rst: added bash highlighting.Siddharth Ravikumar2015-12-241-0/+2
|
* removed gnu, osx, setup-combox & windows docs.Siddharth Ravikumar2015-12-246-189/+9
| | | | Content in these pages will later be moved to setup/
* README.rst: cosmetic edit.Siddharth Ravikumar2015-12-241-0/+2
|
* docs/releases.rst: changed the styling of heading.Siddharth Ravikumar2015-12-241-1/+2
|
* docs/releases.rst: updated 0.2.0 archives.Siddharth Ravikumar2015-12-241-3/+8
|
* Added docs/releases.rst.Siddharth Ravikumar2015-12-243-1/+64
|
* updated Changlog.Siddharth Ravikumar2015-12-241-0/+10
|
* setup.py: updated `description`.Siddharth Ravikumar2015-12-241-1/+1
|
* docs: Added combox.crypto module.Siddharth Ravikumar2015-12-242-0/+7
|
* README.rst: changed the position of fancy buttons.Siddharth Ravikumar2015-12-241-7/+9
|
* README.rst: updated fancy buttons.Siddharth Ravikumar2015-12-241-8/+8
|
* README.rst: Fixed typo.Siddharth Ravikumar2015-12-241-1/+1
|
* Rewrote docstrings in combox.crypto module.Siddharth Ravikumar2015-12-241-29/+100
| | | | It is sphinx friendly now.
* Added shields.io buttons (pypi); fancy stuff.Siddharth Ravikumar2015-12-241-0/+16
|
* Added api/index, api/combox.fileSiddharth Ravikumar2015-12-234-0/+21
|
* combox/file.py: updated docstrings.Siddharth Ravikumar2015-12-232-84/+189
|
* README.rst: removed contact section.Siddharth Ravikumar2015-12-222-6/+4
|
* setup.py: changed `author` field.Siddharth Ravikumar2015-12-222-1/+5
|
* authors -> contributors.Siddharth Ravikumar2015-12-2221-23/+48
|
* Makefile: added new targetsSiddharth Ravikumar2015-12-222-2/+11
| | | | | | | new targets: - clean-dist - clean-pyc
* .py files coding set to utf-8.Siddharth Ravikumar2015-12-2216-2/+34
|
* README.rst: cosmetic fix.Siddharth Ravikumar2015-12-221-1/+1
|
* bumped to version 0.2.0v0.2.0Siddharth Ravikumar2015-12-223-1/+14
|
* Added MakefileSiddharth Ravikumar2015-12-222-0/+52
|
* Fixed try-catch block in combox.cbox.main.Siddharth Ravikumar2015-12-223-3/+9
|
* README.rst: fixed lint errors.Siddharth Ravikumar2015-12-224-3/+7
|
* bumped to version 0.2.0.rc1Siddharth Ravikumar2015-12-222-2/+6
|
* updated MANIFEST.in: included docs/Siddharth Ravikumar2015-12-222-0/+3
|
* Added docs/ (uses sphinx).Siddharth Ravikumar2015-12-2213-79/+958
| | | | Most of what was in README.rst was moved to docs/
* unicoded the version strings.Siddharth Ravikumar2015-12-211-2/+4
|
* Added combox._version module.Siddharth Ravikumar2015-12-214-3/+68
| | | | This module is the canonical place for getting version information.
* Added MANIFEST.inSiddharth Ravikumar2015-12-212-0/+8
|
* overhauled setup.pySiddharth Ravikumar2015-12-212-12/+34
|
* fixed README.rstSiddharth Ravikumar2015-12-211-2/+2
|
* README.md -> README.rstSiddharth Ravikumar2015-12-212-113/+130
|
* Now use `os.renames` instead `os.rename` function.Siddharth Ravikumar2015-12-213-3/+12
|
* updated ChangeLog.Siddharth Ravikumar2015-12-211-0/+10
|
* Accounted for watchdog's weirdess.Siddharth Ravikumar2015-12-211-2/+22
| | | | This fixes two tests that were failing on OS X.
* Removed buffering in combox.file.write_file func.Siddharth Ravikumar2015-12-171-1/+1
|
* Re-did the error messages in at combox.fileSiddharth Ravikumar2015-12-171-5/+5
|
* combox defaults to using gui for config.Siddharth Ravikumar2015-12-132-1/+15
|
* `combox.gui.ComboxConfigDialog` accepts config_dirSiddharth Ravikumar2015-12-132-2/+16
|
* combox/gui.py (ComboxConfigDialog.apply)Siddharth Ravikumar2015-12-102-4/+18
| | | | | | 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-032-3/+105
|
* updated ChangeLog (commit 952906378f80).Siddharth Ravikumar2015-12-031-0/+7
|
* 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-302-0/+288
| | | | | | | configuration done. new file: combox/gui.py modified: ChangeLog