1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2024-10-18 08:43:08 +00:00
dupeguru/hscommon
Virgil Dupras e5ce6680ca Modernized progress window GUI
Following the refactoring that has been initiated in pdfmasher's
"vala" branch, I pushed more progress window logic into the
core.

The UI code is now a bit dumber than it used to be, and the core
now directly decides when the progress window is shown and
hidden. The "job finished" notification is also directly sent by the
core. Job description update logic is handled by a core gui
textfield.

Job description contsants also moved to the core, triggering
a localisation migration from "ui" to "core".
2013-08-03 16:27:36 -04:00
..
.tx Added hscommon repo as a subtree 2013-06-22 21:32:23 -04:00
docs Added hscommon repo as a subtree 2013-06-22 21:32:23 -04:00
gui Modernized progress window GUI 2013-08-03 16:27:36 -04:00
locale Added hscommon repo as a subtree 2013-06-22 21:32:23 -04:00
tests Added hscommon repo as a subtree 2013-06-22 21:32:23 -04:00
__init__.py Added hscommon repo as a subtree 2013-06-22 21:32:23 -04:00
.gitignore Added hscommon repo as a subtree 2013-06-22 21:32:23 -04:00
build.py Added hscommon repo as a subtree 2013-06-22 21:32:23 -04:00
conflict.py Added hscommon repo as a subtree 2013-06-22 21:32:23 -04:00
currency.py Added hscommon repo as a subtree 2013-06-22 21:32:23 -04:00
debug.py Added hscommon repo as a subtree 2013-06-22 21:32:23 -04:00
geometry.py Added hscommon repo as a subtree 2013-06-22 21:32:23 -04:00
io.py Added hscommon repo as a subtree 2013-06-22 21:32:23 -04:00
LICENSE Added hscommon repo as a subtree 2013-06-22 21:32:23 -04:00
loc.py Added hscommon repo as a subtree 2013-06-22 21:32:23 -04:00
notify.py Added hscommon repo as a subtree 2013-06-22 21:32:23 -04:00
path.py Added hscommon repo as a subtree 2013-06-22 21:32:23 -04:00
plat.py Added hscommon repo as a subtree 2013-06-22 21:32:23 -04:00
pygettext.py Added hscommon repo as a subtree 2013-06-22 21:32:23 -04:00
README Added hscommon repo as a subtree 2013-06-22 21:32:23 -04:00
reg.py Added hscommon repo as a subtree 2013-06-22 21:32:23 -04:00
sphinxgen.py Added hscommon repo as a subtree 2013-06-22 21:32:23 -04:00
sqlite.py Added hscommon repo as a subtree 2013-06-22 21:32:23 -04:00
testutil.py Added hscommon repo as a subtree 2013-06-22 21:32:23 -04:00
trans.py Added hscommon repo as a subtree 2013-06-22 21:32:23 -04:00
util.py Added hscommon repo as a subtree 2013-06-22 21:32:23 -04:00

The documentation has to be built with Sphinx. You can get Sphinx at http://sphinx.pocoo.org/

Once you installed it, you can build the documentation with:

cd docs
sphinx-build . ../docs_html

The reason why you have to move in 'docs' is because hscommon.io conflicts with the builtin 'io'
module. The documentation is also available online at http://www.hardcoded.net/docs/hscommon