mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-09 21:24:36 +00:00
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".
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