Add files from the old svn, r101.
authorMatthijs Kooijman <matthijs@stdin.nl>
Wed, 12 Aug 2009 16:31:19 +0000 (18:31 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Thu, 13 Aug 2009 09:58:33 +0000 (11:58 +0200)
commit826cc2e9923c858d3c6a86c04f371cfb326e1728
tree961af232f7b97409d530c8c7b63720e266e16263
parent44f7fa2ef41d54548aa800b2bb71a886261c5046
Add files from the old svn, r101.

The directory structure was changed and the files were converted to unix
line endings, but no other changes were made. The contents of the files
is still unmodified. This means it (still) doesn't work currently.
60 files changed:
Changelog.txt [new file with mode: 0644]
build/MobileGTD3rd.bat [new file with mode: 0644]
src/config/__init__.py [new file with mode: 0644]
src/config/config.py [new file with mode: 0644]
src/config/defaultconfig.py [new file with mode: 0644]
src/default.py [new file with mode: 0644]
src/gui/__init__.py [new file with mode: 0644]
src/gui/gui.py [new file with mode: 0644]
src/gui/project_details/__init__.py [new file with mode: 0644]
src/gui/project_details/action_view.py [new file with mode: 0644]
src/gui/project_details/action_widget.py [new file with mode: 0644]
src/gui/project_details/context_widget.py [new file with mode: 0644]
src/gui/project_details/info_widget.py [new file with mode: 0644]
src/gui/project_details/infos_widget.py [new file with mode: 0644]
src/gui/project_details/project_view.py [new file with mode: 0644]
src/gui/projects_list/__init__.py [new file with mode: 0644]
src/gui/projects_list/new_action_widget.py [new file with mode: 0644]
src/gui/projects_list/new_project_widget.py [new file with mode: 0644]
src/gui/projects_list/project_list_view.py [new file with mode: 0644]
src/gui/projects_list/project_widget.py [new file with mode: 0644]
src/gui/projects_list/sms_widget.py [new file with mode: 0644]
src/inout/__init__.py [new file with mode: 0644]
src/inout/io.py [new file with mode: 0644]
src/log/__init__.py [new file with mode: 0644]
src/log/logging.py [new file with mode: 0644]
src/log/traceS60.py [new file with mode: 0644]
src/logic/__init__.py [new file with mode: 0644]
src/logic/review_visitor.py [new file with mode: 0644]
src/main.py [new file with mode: 0644]
src/model/__init__.py [new file with mode: 0644]
src/model/action.py [new file with mode: 0644]
src/model/datetime.py [new file with mode: 0644]
src/model/filtered_list.py [new file with mode: 0644]
src/model/info.py [new file with mode: 0644]
src/model/model.py [new file with mode: 0644]
src/model/observable.py [new file with mode: 0644]
src/model/project.py [new file with mode: 0644]
src/model/projects.py [new file with mode: 0644]
src/model/tickler.py [new file with mode: 0644]
src/persistence/__init__.py [new file with mode: 0644]
src/persistence/action_file.py [new file with mode: 0644]
src/persistence/project_file.py [new file with mode: 0644]
src/persistence/projects_directory.py [new file with mode: 0644]
tests/specs/__init__.py [new file with mode: 0644]
tests/specs/logic/__init__.py [new file with mode: 0644]
tests/specs/logic/review_visitor_spec.py [new file with mode: 0644]
tests/specs/model/__init__.py [new file with mode: 0644]
tests/specs/model/action_spec.py [new file with mode: 0644]
tests/specs/model/filtered_list_spec.py [new file with mode: 0644]
tests/specs/model/model_spec.py [new file with mode: 0644]
tests/specs/model/observable_spec.py [new file with mode: 0644]
tests/specs/model/project_spec.py [new file with mode: 0644]
tests/specs/model/projects_spec.py [new file with mode: 0644]
tests/specs/persistence/__init__.py [new file with mode: 0644]
tests/specs/persistence/action_file_spec.py [new file with mode: 0644]
tests/specs/persistence/file_based_spec.py [new file with mode: 0644]
tests/specs/persistence/project_file_spec.py [new file with mode: 0644]
tests/specs/persistence/projects_directory_spec.py [new file with mode: 0644]
tests/specs/ui_spec.py [new file with mode: 0644]
tests/test_all.py [new file with mode: 0644]