Conversation
…load fieldnotes and logs at the same time. Working with CLI.
…ote-Buttons are renamed to Fieldnote/Log-Buttons.
* Update status when downloading overview. * Refactor status resolving when downloading details. * Prevent `TypeError` when simulating GPS. * Remove useless whitespaces from `cachedownloader`.
* Prevent loss of data when error in parsing is encountered.
* Move cache types to constants, add missing common cache types. * Refactor imports in several modules - use explicit agtl namespace to avoid conflicts. * Clean cache type parsing - reduce duplicity. * Fix download of overview over multiple pages.
|
I have added two other commits. First one continues with download if there is error in cache page parsing. |
|
Cleaned up the rest of imports. It caused some import bug on N900. |
|
After all these comments on single commits or lines, I'd first like to thank you for the patches. I will try to use as much as possible. However, it would be easier if the refactoring things would be separated from the changes in functionality. |
|
Ad 1) The download of overview is quite a big method and bit confusing, it should be worth splitting it into several ones. If you think that these flags are the same or similar enough, we should merge them. |
|
I do not see an changes in devel branch, have you pushed it? |
Fix several bugs:
TypeErrorwhen simulating GPS.ImportErrorwhen using hildon GUI.