Baseline for work is Dialcentral 1.0.6-10
authorEd Page <eopage@byu.net>
Fri, 25 Sep 2009 18:00:41 +0000 (13:00 -0500)
committerEd Page <eopage@byu.net>
Fri, 25 Sep 2009 18:00:41 +0000 (13:00 -0500)
commit869f01f31ca4fb49bac4c506953604dc65f04925
tree3d8817be215651195f2634d99ec85e306fd86dee
Baseline for work is Dialcentral 1.0.6-10
49 files changed:
LICENSE [new file with mode: 0644]
Makefile [new file with mode: 0644]
README [new file with mode: 0644]
TODO [new file with mode: 0644]
src/__init__.py [new file with mode: 0644]
src/alarm_handler.py [new file with mode: 0644]
src/alarm_notify.py [new file with mode: 0755]
src/browser_emu.py [new file with mode: 0644]
src/constants.py [new file with mode: 0644]
src/dc_glade.py [new file with mode: 0755]
src/dialcentral.glade [new file with mode: 0644]
src/dialcentral.py [new file with mode: 0755]
src/example_custom_notifier.py [new file with mode: 0755]
src/file_backend.py [new file with mode: 0644]
src/gtk_toolbox.py [new file with mode: 0644]
src/gv_backend.py [new file with mode: 0644]
src/gv_views.py [new file with mode: 0644]
src/hildonize.py [new file with mode: 0755]
src/led_handler.py [new file with mode: 0755]
src/null_backend.py [new file with mode: 0644]
src/null_views.py [new file with mode: 0644]
support/builddeb.py [new file with mode: 0755]
support/dialcentral.desktop [new file with mode: 0644]
support/fake_py2deb.py [new file with mode: 0644]
support/icons/hicolor/26x26/hildon/dialcentral.png [new file with mode: 0644]
support/icons/hicolor/64x64/hildon/dialcentral.png [new file with mode: 0644]
support/icons/hicolor/scalable/hildon/dialcentral.png [new file with mode: 0644]
support/py2deb.py [new file with mode: 0644]
support/pylint.rc [new file with mode: 0644]
support/test_syntax.py [new file with mode: 0755]
support/todo.py [new file with mode: 0755]
tests/basic_data/basic.csv [new file with mode: 0644]
tests/basic_data/empty.csv [new file with mode: 0644]
tests/basic_data/google.csv [new file with mode: 0644]
tests/basic_data/grandcentral.csv [new file with mode: 0644]
tests/basic_data/settings.ini [new file with mode: 0644]
tests/dummy_hildon/__init__.py [new file with mode: 0644]
tests/dummy_hildon/hildon.py [new file with mode: 0644]
tests/gc_samples/__init__.py [new file with mode: 0644]
tests/gc_samples/dump_cookies.py [new file with mode: 0755]
tests/gc_samples/generate_gc_samples.py [new file with mode: 0755]
tests/gv_samples/__init__.py [new file with mode: 0644]
tests/gv_samples/dump_cookies.py [new file with mode: 0755]
tests/gv_samples/generate_gv_samples.py [new file with mode: 0755]
tests/test_file_backend.py [new file with mode: 0644]
tests/test_gc_backend.py [new file with mode: 0644]
tests/test_gv_backend.py [new file with mode: 0644]
tests/test_startup.py [new file with mode: 0644]
tests/test_utils.py [new file with mode: 0644]