This is an automated email from the git hooks/post-receive script. New change to branch develop in repository lima. See http://git.chorem.org/lima.git from 807085c Merge branch 'feature/1208' into develop new 931a9e6 fixes #1229 : recherche d'un compt sur tout ou partie du code ou de la désignation new d0e4e99 refs #1229 : suppression d'une variable non utilisé. new acf87ab Merge branch 'feature/1229' into develop The 3 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. Detailed log of new commits: commit acf87ab6a70870dcaba9b2a4bd97264bd56ca01c Merge: 807085c d0e4e99 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Fri May 29 10:58:52 2015 +0200 Merge branch 'feature/1229' into develop commit d0e4e992380dc55977d2f24d5e24ea46967f1e07 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Fri May 29 10:52:04 2015 +0200 refs #1229 : suppression d'une variable non utilisé. commit 931a9e6e50e2831cb9ea869a3c482403acb1c6e5 Author: Sylvain Bavencoff <bavencoff@codelutin.com> Date: Fri May 22 16:54:34 2015 +0200 fixes #1229 : recherche d'un compt sur tout ou partie du code ou de la désignation Summary of changes: lima-swing/pom.xml | 1 + .../AccountCondition/AccountConditionHandler.java | 8 ++ .../AccountCondition/AccountConditionView.css | 8 +- .../AccountCondition/AccountConditionView.jaxx | 11 ++- .../lima/ui/celleditor/AccountTableCellEditor.java | 70 ++++------------ .../chorem/lima/ui/combobox/AccountComboBox.java | 70 ++++++++++++++++ .../lima/ui/combobox/AccountComboBoxModel.java | 98 ---------------------- .../lima/ui/common/AccountComboBoxModel.java | 54 ------------ .../org/chorem/lima/ui/lettering/LetteringView.css | 4 +- .../chorem/lima/ui/lettering/LetteringView.jaxx | 8 +- .../lima/ui/lettering/LetteringViewHandler.java | 64 ++++++++------ pom.xml | 2 +- 12 files changed, 147 insertions(+), 251 deletions(-) create mode 100644 lima-swing/src/main/java/org/chorem/lima/ui/combobox/AccountComboBox.java delete mode 100644 lima-swing/src/main/java/org/chorem/lima/ui/combobox/AccountComboBoxModel.java delete mode 100644 lima-swing/src/main/java/org/chorem/lima/ui/common/AccountComboBoxModel.java -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.