[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gnumed-update] - better/correct logging in GetPluginLoadList()
From: |
ihaywood |
Subject: |
[Gnumed-update] - better/correct logging in GetPluginLoadList() |
Date: |
Fri, 16 Jul 2004 00:04:59 -0400 |
Commit from ncq (2004-07-15 01:17 EDT)
---------------
- better/correct logging in GetPluginLoadList()
gnumed gnumed/client/wxpython/gmPlugin.py 1.23
Commit from ncq (2004-07-15 02:15 EDT)
---------------
- fixed typo patch -> path
gnumed gnumed/client/wxpython/gmPlugin.py 1.24
Commit from ncq (2004-07-15 02:25 EDT)
---------------
- first checkin
+ gnumed gnumed/client/doc/make-schemadocs.sh 1.1
Commit from ncq (2004-07-15 02:28 EDT)
---------------
- fixed some pathes
gnumed gnumed/client/doc/make-schemadocs.sh 1.2
Commit from ihaywood (2004-07-15 03:57 EDT)
--------------------
This adds function-key bindings to select notebook tabs
(Okay, it's a bit more than that, I've changed the interaction
between gmGuiMain and gmPlugin to be event-based.)
Oh, and SOAPTextCtrl allows Ctrl-Enter
gnumed gnumed/client/etc/config-definitions/DBDefault.definitions 1.4
gnumed gnumed/client/pycommon/gmSignals.py 1.5
gnumed gnumed/client/wxpython/SOAPTextCtrl.py 1.4
gnumed gnumed/client/wxpython/gmGuiMain.py 1.158
gnumed gnumed/client/wxpython/gmPlugin.py 1.25
gnumed gnumed/client/wxpython/gui/gmConfigRegistry.py 1.21
gnumed gnumed/client/wxpython/gui/gmEMRTextDumpPlugin.py 1.9
gnumed gnumed/client/wxpython/gui/gmLabJournal.py 1.33
gnumed gnumed/client/wxpython/gui/gmShowLab.py 1.12
gnumed gnumed/client/wxpython/gui/gmShowMedDocs.py 1.50
gnumed gnumed/server/sql/country.specific/au/gmconfiguration.sql 1.2
Commit from ncq (2004-07-15 06:47 EDT)
---------------
- correctly include Gnumed/ link into PYTHONPATH
gnumed gnumed/server/bootstrap/redo-de.sh 1.4
gnumed gnumed/server/bootstrap/redo-max.sh 1.9
gnumed gnumed/server/bootstrap/redo-public.sh 1.10
Commit from ncq (2004-07-15 10:02 EDT)
---------------
- refactored out __set_GUI_size() from TopLevelFrame.__init__()
so cleanup will be easier
- added comment on layout managers
gnumed gnumed/client/wxpython/gmGuiMain.py 1.159
Commit from ncq (2004-07-15 10:40 EDT)
---------------
- cautiously move back to notebook plugin style
gnumed gnumed/client/wxpython/gui/gmEMRTextDumpPlugin.py 1.10
Commit from ncq (2004-07-15 10:47 EDT)
---------------
- revert back to notebook plugin
gnumed gnumed/client/wxpython/gui/gmLabJournal.py 1.34
Commit from ncq (2004-07-15 11:03 EDT)
---------------
- factored out from wxpython/gui/gmLabJournal.py
+ gnumed gnumed/client/wxpython/gmLabWidgets.py 1.1
Commit from ncq (2004-07-15 11:18 EDT)
---------------
- factored out everything that wasn't strictly notebook plugin
related, see wxpython/gmLabWidgets.py
gnumed gnumed/client/wxpython/gui/gmLabJournal.py 1.35
Commit from ncq (2004-07-15 11:53 EDT)
---------------
- go back to notebook plugin
- big cleanup/refactoring, see wxpython/gmLabWidgets.py
gnumed gnumed/client/wxpython/gui/gmShowLab.py 1.13
Commit from ncq (2004-07-15 11:55 EDT)
---------------
- include factored out code from gui/gmShowLab.py
gnumed gnumed/client/wxpython/gmLabWidgets.py 1.2
Commit from ncq (2004-07-15 12:04 EDT)
---------------
- fixed missing relative import
gnumed gnumed/client/wxpython/gui/gmShowLab.py 1.14
Commit from ncq (2004-07-15 14:41 EDT)
---------------
- cautiously go back to previous notebook plugin handling
avoiding to remove too much of Ian's new work
- store window size across sessions
- try a trick for veto()ing failing notebook page changes on broken platforms
gnumed gnumed/client/wxpython/gmGuiMain.py 1.160
Commit from ncq (2004-07-15 14:43 EDT)
---------------
- main.window.mode -> *.layout_style
gnumed gnumed/client/etc/config-definitions/DBDefault.definitions 1.5
Commit from ncq (2004-07-15 16:36 EDT)
---------------
- better default size
gnumed gnumed/client/wxpython/gmPatientSelector.py 1.41
Commit from ncq (2004-07-15 16:37 EDT)
---------------
- I really believe we should keep plugin code nicely separated
- go back to plain notebook plugins, not super-plugins again
gnumed gnumed/client/wxpython/gmPlugin.py 1.26
Commit from ncq (2004-07-15 16:39 EDT)
---------------
- normalize/cleanup layout, I'm sure Richard will have a
say on this but it does look cleaner to me
gnumed gnumed/client/wxpython/gmTopPanel.py 1.45
Commit from ncq (2004-07-15 16:42 EDT)
---------------
- support if-needed updates again
gnumed gnumed/client/wxpython/gui/gmShowMedDocs.py 1.51
Commit from ncq (2004-07-15 19:16 EDT)
---------------
- refactor vaccinations GUI code into
- gmVaccWidgets.py: layout manager independant widgets
- gui/gmVaccinationsPlugins.py: Horst space notebook plugin
- patient/gmPG_Immunisation.py: erstwhile Richard space patient plugin
+ gnumed gnumed/client/wxpython/gmVaccWidgets.py 1.1
+ gnumed gnumed/client/wxpython/gui/gmVaccinationsPlugin.py 1.1
gnumed gnumed/client/wxpython/patient/gmGP_Immunisation.py 1.34
Commit from ncq (2004-07-15 19:27 EDT)
---------------
- typo fix
gnumed gnumed/client/wxpython/gui/gmVaccinationsPlugin.py 1.2
Commit from ncq (2004-07-15 19:28 EDT)
---------------
- vaccinations edit area factored out
gnumed gnumed/client/wxpython/gmEditArea.py 1.76
Commit from ncq (2004-07-15 19:30 EDT)
---------------
- 'clinical_record' -> get_clinical_record()
gnumed gnumed/client/business/gmPatient.py 1.46
gnumed gnumed/client/wxpython/gmSingleBoxSOAP.py 1.14
gnumed gnumed/client/wxpython/patient/gmGP_Allergies.py 1.24
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gnumed-update] - better/correct logging in GetPluginLoadList(),
ihaywood <=