[med-svn] [openmolar] branch upstream updated (cbb542a -> da5d3d8)
Dmitry Smirnov
onlyjob at moszumanska.debian.org
Sat Mar 14 02:23:50 UTC 2015
This is an automated email from the git hooks/post-receive script.
onlyjob pushed a change to branch upstream
in repository openmolar.
from cbb542a Imported Upstream version 0.6.0
new da5d3d8 Imported Upstream version 0.6.2
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
MANIFEST | 15 +-
PKG-INFO | 2 +-
src/openmolar/__init__.py | 2 +-
src/openmolar/dbtools/accounts.py | 17 +-
src/openmolar/dbtools/daybook.py | 2 +-
src/openmolar/dbtools/estimates.py | 5 +
src/openmolar/dbtools/forum.py | 18 +-
src/openmolar/dbtools/medhist.py | 217 ++
src/openmolar/dbtools/patient_class.py | 80 +-
src/openmolar/dbtools/patient_write_changes.py | 55 +-
src/openmolar/dbtools/queries.py | 2 +
src/openmolar/dbtools/standard_letter.py | 153 +
src/openmolar/dbtools/updateMH.py | 79 -
src/openmolar/ptModules/formatted_notes.py | 37 +-
src/openmolar/ptModules/standardletter.py | 83 -
src/openmolar/qt4gui/charts/charts_gui.py | 23 +-
.../qt4gui/compiled_uis/Ui_enter_letter_text.py | 68 -
src/openmolar/qt4gui/compiled_uis/Ui_main.py | 19 +-
.../qt4gui/compiled_uis/Ui_ortho_ref_wizard.py | 251 --
src/openmolar/qt4gui/compiled_uis/Ui_toothProps.py | 29 +-
.../qt4gui/customwidgets/completer_textedit.py | 122 +
src/openmolar/qt4gui/customwidgets/toothProps.py | 11 +-
.../dialogs/advanced_record_management_dialog.py | 3 +-
src/openmolar/qt4gui/dialogs/alter_todays_notes.py | 10 +-
.../qt4gui/dialogs/auto_address_dialog.py | 4 +-
src/openmolar/qt4gui/dialogs/child_smile_dialog.py | 13 +-
.../qt4gui/dialogs/clinician_select_dialog.py | 18 +-
.../qt4gui/dialogs/correspondence_dialog.py | 143 +
src/openmolar/qt4gui/dialogs/dialog_collection.py | 9 +-
...s_dialog.py => edit_standard_letters_dialog.py} | 216 +-
.../qt4gui/dialogs/find_patient_dialog.py | 93 +-
src/openmolar/qt4gui/dialogs/med_notes_dialog.py | 145 -
.../qt4gui/dialogs/medical_history_dialog.py | 425 +++
src/openmolar/qt4gui/diary_widget.py | 3 +-
src/openmolar/qt4gui/fees/daybook_module.py | 3 -
src/openmolar/qt4gui/fees/fees_module.py | 29 +-
src/openmolar/qt4gui/fees/manipulate_plan.py | 26 +-
src/openmolar/qt4gui/forum_gui_module.py | 2 +-
src/openmolar/qt4gui/maingui.py | 179 +-
src/openmolar/qt4gui/new_patient_gui.py | 17 +-
src/openmolar/qt4gui/printing/bulk_mail.py | 32 +-
src/openmolar/qt4gui/printing/gp17/gp17_data.py | 1 +
src/openmolar/qt4gui/printing/letterprint.py | 2 +-
src/openmolar/qt4gui/printing/om_printing.py | 150 +-
src/openmolar/qt4gui/schema_updater.py | 14 +
src/openmolar/resources/icons/med.png | Bin 0 -> 340 bytes
src/openmolar/schema_upgrades/druglist.py | 3173 ++++++++++++++++++++
.../{schema2_8to2_9.py => schema2_9to3_0.py} | 75 +-
src/openmolar/schema_upgrades/schema3_0to3_1.py | 289 ++
src/openmolar/settings/fee_tables.py | 5 +-
src/openmolar/settings/localsettings.py | 44 +-
src/openmolar/settings/version.py | 2 +-
52 files changed, 5276 insertions(+), 1139 deletions(-)
create mode 100644 src/openmolar/dbtools/medhist.py
create mode 100644 src/openmolar/dbtools/standard_letter.py
delete mode 100644 src/openmolar/dbtools/updateMH.py
delete mode 100644 src/openmolar/ptModules/standardletter.py
delete mode 100644 src/openmolar/qt4gui/compiled_uis/Ui_enter_letter_text.py
delete mode 100644 src/openmolar/qt4gui/compiled_uis/Ui_ortho_ref_wizard.py
create mode 100644 src/openmolar/qt4gui/customwidgets/completer_textedit.py
create mode 100644 src/openmolar/qt4gui/dialogs/correspondence_dialog.py
copy src/openmolar/qt4gui/dialogs/{edit_referral_centres_dialog.py => edit_standard_letters_dialog.py} (54%)
delete mode 100644 src/openmolar/qt4gui/dialogs/med_notes_dialog.py
create mode 100644 src/openmolar/qt4gui/dialogs/medical_history_dialog.py
create mode 100644 src/openmolar/resources/icons/med.png
create mode 100644 src/openmolar/schema_upgrades/druglist.py
copy src/openmolar/schema_upgrades/{schema2_8to2_9.py => schema2_9to3_0.py} (62%)
create mode 100644 src/openmolar/schema_upgrades/schema3_0to3_1.py
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/openmolar.git
More information about the debian-med-commit
mailing list