[SCM] MoleCuilder branch GUI_Fixes updated. v1.4.7-18-g8859b5e
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "MoleCuilder". The branch, GUI_Fixes has been updated via 8859b5e80aaacf810ed6de2750789019357f0fa0 (commit) via 29b52b1607551f45b84d99fb44f6e5e121221626 (commit) via 9bdcc9b9d75a09f2bb7ddfba50b34f7ad62a7e68 (commit) via 0ac3e3aeb53bc6b57899974dd8ec414158ffaccc (commit) via f8bccc9d2f41fb1866651aadba4beab9fe0bea1d (commit) from 0741f4d175456b6ffd128ea624a7a20273533b6c (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 8859b5e80aaacf810ed6de2750789019357f0fa0 Author: Frederik Heber <heber@ins.uni-bonn.de> Date: Fri Sep 12 10:00:59 2014 +0200 Added QtFavoriteActions to QtToolBar to spawn placeholder icons of most favorite Actions. commit 29b52b1607551f45b84d99fb44f6e5e121221626 Author: Frederik Heber <heber@ins.uni-bonn.de> Date: Fri Sep 12 10:00:16 2014 +0200 Made ActionQueue observable. - has channel ActionQueued. - this is preparatory to know about most used Actions. commit 9bdcc9b9d75a09f2bb7ddfba50b34f7ad62a7e68 Author: Frederik Heber <heber@ins.uni-bonn.de> Date: Thu Sep 11 22:55:47 2014 +0200 FIX: QtHomologyList lacked use of FunctionModel::filter_t to split up arguments. - we need to split up the vector of arguments into lists of argument tuples that each potential can digest. And these tuples are different per potential. commit 0ac3e3aeb53bc6b57899974dd8ec414158ffaccc Author: Frederik Heber <heber@ins.uni-bonn.de> Date: Thu Sep 11 09:30:53 2014 +0200 FIX: QSeisPlotPage takes up all remaining space in QtHomologyList. - thanks to http://stackoverflow.com/questions/11911323/how-to-allow-a-qwidget-to-expand... commit f8bccc9d2f41fb1866651aadba4beab9fe0bea1d Author: Frederik Heber <heber@ins.uni-bonn.de> Date: Thu Sep 11 00:12:17 2014 +0200 FIX: QtQueryList now works with pointers, FileQtQuery gives name of file. - FileQtQuery always said "input-file:" which becomes ambigious when multiple files are queried in a single dialog. - Value_string was a specialization for string type. This was used to also specialize for element type (and also for atom and molecule type). - This automatically fixes problems where QtQueryList would show memory addresses in the list instead of e.g. element names. This occurs because toString() is used on the pointer, now getName() is called. ----------------------------------------------------------------------- Summary of changes: src/Actions/ActionQueue.cpp | 15 ++- src/Actions/ActionQueue.hpp | 29 +++- src/Parameters/Makefile.am | 26 ++- .../Specifics/Value_atom.cpp} | 63 ++++--- src/Parameters/Specifics/Value_atom.hpp | 33 ++++ .../Specifics/Value_element.cpp} | 52 +++--- src/Parameters/Specifics/Value_element.hpp | 33 ++++ src/Parameters/Specifics/Value_molecule.cpp | 76 ++++++++ src/Parameters/Specifics/Value_molecule.hpp | 33 ++++ src/Parameters/{ => Specifics}/Value_string.cpp | 6 + src/Parameters/{ => Specifics}/Value_string.hpp | 3 + src/Parameters/Value.hpp | 5 +- src/UIElements/Makefile.am | 1 + src/UIElements/Qt4/QtMainWindow.cpp | 1 + src/UIElements/Qt4/Query/FileQtQuery.cpp | 2 +- src/UIElements/Views/Qt4/Plotting/QSeisPlot.cpp | 2 +- src/UIElements/Views/Qt4/QtHomologyList.cpp | 44 +++-- src/UIElements/Views/Qt4/QtToolBar.cpp | 11 +- src/UIElements/Views/Qt4/QtToolBar.hpp | 74 +++++++- .../Views/Qt4/QtToolBar_QtFavoriteActions.cpp | 199 ++++++++++++++++++++ 20 files changed, 619 insertions(+), 89 deletions(-) copy src/{Fragmentation/Exporters/unittests/stubs/SaturatedBondStub.cpp => Parameters/Specifics/Value_atom.cpp} (52%) create mode 100644 src/Parameters/Specifics/Value_atom.hpp copy src/{Actions/toPythonString.cpp => Parameters/Specifics/Value_element.cpp} (52%) create mode 100644 src/Parameters/Specifics/Value_element.hpp create mode 100644 src/Parameters/Specifics/Value_molecule.cpp create mode 100644 src/Parameters/Specifics/Value_molecule.hpp rename src/Parameters/{ => Specifics}/Value_string.cpp (92%) rename src/Parameters/{ => Specifics}/Value_string.hpp (83%) create mode 100644 src/UIElements/Views/Qt4/QtToolBar_QtFavoriteActions.cpp hooks/post-receive -- MoleCuilder
participants (1)
-
git@ins.uni-bonn.de