branch develop updated (144659a -> d7915e5)
This is an automated email from the git hooks/post-receive script. New change to branch develop in repository lima. See https://gitlab.nuiton.org/chorem/lima.git from 144659a doc(README.md): Actualisation du README avec le contenu de l'index du site new e099d71 refs #1316 ajout de logs new 5da06cc refs #1316 changement de comportement, il est possible de rechercher un compte tant qu'aucune correspondance a été trouvée, une fois une correspondance unique trouvée la recherche est intérompue (peut-être reprise avec F12) et l'utilisateur peut alors passer sur une autre cellule new 9622606 refs #1317 déclaration de licences manquante new bc1f7e6 refs #1317 déclaration de licences manquante new f761cfc refs #1317 déclaration de licences manquante new 60c6329 refs #1317 déclaration de licences manquante new 434a917 refs #1317 déclaration de licences manquante new 5f97fd8 refs #1317 déclaration de licences manquante new 9294f5d refs #1317 déclaration de licences manquante new 7ea6ec6 refs #1317 déclaration de licences manquante new d7915e5 Merge branch 'feature/1316-Rendre-utilisable-la-selection-de-compte' into develop The 11 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 d7915e5fc63505d6d95b38e2f635fa914fed8c9b Merge: 144659a 7ea6ec6 Author: David Cossé <cosse@codelutin.com> Date: Tue Jul 5 14:32:11 2016 +0200 Merge branch 'feature/1316-Rendre-utilisable-la-selection-de-compte' into develop commit 7ea6ec630f14389da7517cc5807cdfad4686b5d5 Author: David Cossé <cosse@codelutin.com> Date: Tue Jul 5 13:49:45 2016 +0200 refs #1317 déclaration de licences manquante commit 9294f5ded7d5ae8f6669656e7acaa8f1dacdc540 Author: David Cossé <cosse@codelutin.com> Date: Tue Jul 5 13:44:08 2016 +0200 refs #1317 déclaration de licences manquante commit 5f97fd88c9919b591343c409935b5a882eb531c2 Author: David Cossé <cosse@codelutin.com> Date: Tue Jul 5 13:49:45 2016 +0200 refs #1317 déclaration de licences manquante commit 434a917ddacc9146b91561b34161ad154f8a883a Author: David Cossé <cosse@codelutin.com> Date: Tue Jul 5 13:44:08 2016 +0200 refs #1317 déclaration de licences manquante commit 60c63297757933a7fd7f40919c28ebf85412ddd6 Author: David Cossé <cosse@codelutin.com> Date: Tue Jul 5 13:36:48 2016 +0200 refs #1317 déclaration de licences manquante commit f761cfcd947af40261fac0269ceb94a007a75fa2 Author: David Cossé <cosse@codelutin.com> Date: Tue Jul 5 13:49:45 2016 +0200 refs #1317 déclaration de licences manquante commit bc1f7e6579eb21336d5d26aa5db1aa19152eb83a Author: David Cossé <cosse@codelutin.com> Date: Tue Jul 5 13:44:08 2016 +0200 refs #1317 déclaration de licences manquante commit 96226066c4401e6f8c6a1d168d48ca2d8924495c Author: David Cossé <cosse@codelutin.com> Date: Tue Jul 5 13:36:48 2016 +0200 refs #1317 déclaration de licences manquante commit 5da06cc2c3f01f0dbc08277be1bad7634172d85d Author: dcosse <cosse@codelutin.com> Date: Sat Feb 20 17:43:00 2016 +0100 refs #1316 changement de comportement, il est possible de rechercher un compte tant qu'aucune correspondance a été trouvée, une fois une correspondance unique trouvée la recherche est intérompue (peut-être reprise avec F12) et l'utilisateur peut alors passer sur une autre cellule commit e099d71c2da0ed961a46ce9ed97008d7191ea4fe Author: dcosse <cosse@codelutin.com> Date: Sat Feb 20 17:39:23 2016 +0100 refs #1316 ajout de logs Summary of changes: lima-server/src/license/THIRD-PARTY.properties | 11 ++++--- lima-swing/src/license/THIRD-PARTY.properties | 11 ++++--- .../lima/ui/celleditor/AccountTableCellEditor.java | 37 ++++++++++++++++++---- .../chorem/lima/ui/combobox/AccountComboBox.java | 7 ++-- .../chorem/lima/ui/common/AbstractLimaTable.java | 4 +++ .../ui/financialtransaction/AccountColumn.java | 4 +++ 6 files changed, 55 insertions(+), 19 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository lima. See https://gitlab.nuiton.org/chorem/lima.git commit 5da06cc2c3f01f0dbc08277be1bad7634172d85d Author: dcosse <cosse@codelutin.com> Date: Sat Feb 20 17:43:00 2016 +0100 refs #1316 changement de comportement, il est possible de rechercher un compte tant qu'aucune correspondance a été trouvée, une fois une correspondance unique trouvée la recherche est intérompue (peut-être reprise avec F12) et l'utilisateur peut alors passer sur une autre cellule --- .../lima/ui/celleditor/AccountTableCellEditor.java | 37 ++++++++++++++++++---- 1 file changed, 30 insertions(+), 7 deletions(-) diff --git a/lima-swing/src/main/java/org/chorem/lima/ui/celleditor/AccountTableCellEditor.java b/lima-swing/src/main/java/org/chorem/lima/ui/celleditor/AccountTableCellEditor.java index 5d6e734..799a1d0 100644 --- a/lima-swing/src/main/java/org/chorem/lima/ui/celleditor/AccountTableCellEditor.java +++ b/lima-swing/src/main/java/org/chorem/lima/ui/celleditor/AccountTableCellEditor.java @@ -61,29 +61,52 @@ public class AccountTableCellEditor extends AbstractCellEditor implements TableC accountComboBox.setShowDecorator(false); final JComboBox comboBox = accountComboBox.getCombobox(); - comboBox.getEditor().getEditorComponent().addKeyListener(new KeyAdapter() { + final ComboBoxEditor editor = comboBox.getEditor(); + + editor.getEditorComponent().addKeyListener(new KeyAdapter() { + @Override public void keyReleased(KeyEvent e) { + if (log.isDebugEnabled()) { + log.debug("keyReleased:" + e.getKeyCode()); + log.debug("items:" + comboBox.getItemCount()); + } + // in case of unique chose available this one is auto-selected if (accountComboBox.isEnterToSelectUniqueUniverse() && comboBox.getItemCount() == 1) { - // auto-select the account + if (log.isDebugEnabled()) { - log.debug("Auto-select unique result with *ENTER* or *TAB* key"); + log.debug("Auto-select unique result"); } e.consume(); - // edition is done + if (log.isDebugEnabled()) { + log.debug("setEditable false"); + } + + // set the account into the combobox + // disabled edition to avoid user taping other chars and unvolontary start a new research + // User can press Tab or Enter to leave the combo or F12 to edit it again + comboBox.getItemAt(0); comboBox.setSelectedIndex(0); - comboBox.getModel().setSelectedItem(comboBox.getSelectedItem()); - comboBox.hidePopup(); + editor.setItem(comboBox.getSelectedItem()); + comboBox.setEditable(false); + } } }); + } @Override public Component getTableCellEditorComponent(JTable table, Object value, boolean isSelected, int row, int column) { - if (value instanceof Account) { + // focus reach the combo by either coming into it or pressing F12 + // cell is set editable for user to be able to start a new research + accountComboBox.getCombobox().setEditable(true); + if (value != null && (value instanceof Account)) { + if (log.isDebugEnabled()) { + log.debug("set account:" + ((Account) value).getAccountNumber()); + } accountComboBox.setSelectedItem(value); } return accountComboBox; -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository lima. See https://gitlab.nuiton.org/chorem/lima.git commit 96226066c4401e6f8c6a1d168d48ca2d8924495c Author: David Cossé <cosse@codelutin.com> Date: Tue Jul 5 13:36:48 2016 +0200 refs #1317 déclaration de licences manquante --- lima-server/src/license/THIRD-PARTY.properties | 11 ++++++----- lima-swing/src/license/THIRD-PARTY.properties | 4 ++-- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/lima-server/src/license/THIRD-PARTY.properties b/lima-server/src/license/THIRD-PARTY.properties index 2024cc3..5a33ad9 100644 --- a/lima-server/src/license/THIRD-PARTY.properties +++ b/lima-server/src/license/THIRD-PARTY.properties @@ -4,9 +4,11 @@ # - AL 2.0 # - Apache 2 # - Apache License 2.0 +# - Apache License, Version 2.0 # - Apache License, version 2.0 # - Apache Software License - Version 2.0 # - Apache Software License 2.0 +# - BSD # - BSD License # - CDDL + GPLv2 with classpath exception # - CDDL 1.1 @@ -21,15 +23,14 @@ # - GNU General Public Library # - GNU General Public License, Version 2 with the Classpath Exception # - GNU Lesser General Public Licence +# - GNU Lesser General Public License # - GNU Library or Lesser General Public License # - GPL2 w/ CPE # - General Public License (GPL) # - HSQLDB License, a BSD open source license -# - Indiana University Extreme! Lab Software License, vesion 1.1.1 +# - LGPL 2.1 # - Lesser General Public License (LGPL) # - Lesser General Public License (LGPL) v 3.0 -# - Lesser General Public License (LPGL) -# - Lesser General Public License (LPGL) v 2.1 # - MIT License # - MPL 1.1 # - Mozilla Public License Version 2.0 @@ -44,7 +45,7 @@ # Please fill the missing licenses for dependencies : # # -#Thu Feb 25 11:08:50 CET 2016 +#Tue Jul 05 13:15:48 CEST 2016 commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 dom4j--dom4j--1.6.1=jdomlicence jakarta-regexp--jakarta-regexp--1.4=The Apache Software License, Version 2.0 @@ -52,7 +53,7 @@ org.codehaus.castor--castor-core--1.3.3=The Apache Software License, Version 2.0 org.codehaus.castor--castor-xml--1.3.3=The Apache Software License, Version 2.0 org.metatype.sxc--sxc-jaxb-core--0.8=CDDL 1.1 org.metatype.sxc--sxc-runtime--0.8=CDDL 1.1 -org.olap4j--olap4j--0.9.7.309-JS-3=Lesser General Public License (LPGL) +org.olap4j--olap4j--0.9.7.309-JS-3=The Apache Software License, Version 2.0 org.springframework--spring-aop--3.0.6.RELEASE=The Apache Software License, Version 2.0 org.springframework--spring-asm--3.0.6.RELEASE=The Apache Software License, Version 2.0 org.springframework--spring-beans--3.0.6.RELEASE=The Apache Software License, Version 2.0 diff --git a/lima-swing/src/license/THIRD-PARTY.properties b/lima-swing/src/license/THIRD-PARTY.properties index fcad152..fe3990f 100644 --- a/lima-swing/src/license/THIRD-PARTY.properties +++ b/lima-swing/src/license/THIRD-PARTY.properties @@ -46,7 +46,7 @@ # Please fill the missing licenses for dependencies : # # -#Thu Feb 25 11:09:13 CET 2016 +#Tue Jul 05 13:19:07 CEST 2016 commons-jxpath--commons-jxpath--1.3=The Apache Software License, Version 2.0 commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 dom4j--dom4j--1.6.1=jdomlicence @@ -55,7 +55,7 @@ org.codehaus.castor--castor-core--1.3.3=The Apache Software License, Version 2.0 org.codehaus.castor--castor-xml--1.3.3=The Apache Software License, Version 2.0 org.metatype.sxc--sxc-jaxb-core--0.8=CDDL 1.1 org.metatype.sxc--sxc-runtime--0.8=CDDL 1.1 -org.olap4j--olap4j--0.9.7.309-JS-3=Lesser General Public License (LPGL) +org.olap4j--olap4j--0.9.7.309-JS-3=The Apache Software License, Version 2.0 org.springframework--spring-aop--3.0.6.RELEASE=The Apache Software License, Version 2.0 org.springframework--spring-asm--3.0.6.RELEASE=The Apache Software License, Version 2.0 org.springframework--spring-beans--3.0.6.RELEASE=The Apache Software License, Version 2.0 -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository lima. See https://gitlab.nuiton.org/chorem/lima.git commit bc1f7e6579eb21336d5d26aa5db1aa19152eb83a Author: David Cossé <cosse@codelutin.com> Date: Tue Jul 5 13:44:08 2016 +0200 refs #1317 déclaration de licences manquante --- lima-server/src/license/THIRD-PARTY.properties | 6 +++--- lima-swing/src/license/THIRD-PARTY.properties | 12 +++++++----- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/lima-server/src/license/THIRD-PARTY.properties b/lima-server/src/license/THIRD-PARTY.properties index 5a33ad9..d650045 100644 --- a/lima-server/src/license/THIRD-PARTY.properties +++ b/lima-server/src/license/THIRD-PARTY.properties @@ -14,10 +14,10 @@ # - CDDL 1.1 # - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 # - Common Development and Distribution License -# - Common Public License Version 1.0 # - Eclipse Distribution License (EDL), Version 1.0 # - Eclipse Public License (EPL), Version 1.0 # - Eclipse Public License - Version 1.0 +# - Eclipse Public License 1.0 # - Eclipse Public License v1.0 # - GNU General Lesser Public License (LGPL) version 3.0 # - GNU General Public Library @@ -28,6 +28,7 @@ # - GPL2 w/ CPE # - General Public License (GPL) # - HSQLDB License, a BSD open source license +# - ICU License # - LGPL 2.1 # - Lesser General Public License (LGPL) # - Lesser General Public License (LGPL) v 3.0 @@ -45,7 +46,7 @@ # Please fill the missing licenses for dependencies : # # -#Tue Jul 05 13:15:48 CEST 2016 +#Tue Jul 05 13:37:14 CEST 2016 commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 dom4j--dom4j--1.6.1=jdomlicence jakarta-regexp--jakarta-regexp--1.4=The Apache Software License, Version 2.0 @@ -61,4 +62,3 @@ org.springframework--spring-context--3.0.6.RELEASE=The Apache Software License, org.springframework--spring-core--3.0.6.RELEASE=The Apache Software License, Version 2.0 org.springframework--spring-expression--3.0.6.RELEASE=The Apache Software License, Version 2.0 stax--stax--1.2.0=The Apache Software License, Version 2.0 -xml-apis--xml-apis--1.3.02=The Apache Software License, Version 2.0 diff --git a/lima-swing/src/license/THIRD-PARTY.properties b/lima-swing/src/license/THIRD-PARTY.properties index fe3990f..d753da0 100644 --- a/lima-swing/src/license/THIRD-PARTY.properties +++ b/lima-swing/src/license/THIRD-PARTY.properties @@ -4,34 +4,36 @@ # - AL 2.0 # - Apache 2 # - Apache License 2.0 +# - Apache License, Version 2.0 # - Apache License, version 2.0 # - Apache Software License - Version 2.0 # - Apache Software License 2.0 +# - BSD # - BSD License # - CDDL # - CDDL + GPLv2 with classpath exception # - CDDL 1.1 # - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 # - Common Development and Distribution License -# - Common Public License Version 1.0 # - Eclipse Distribution License (EDL), Version 1.0 # - Eclipse Public License (EPL), Version 1.0 # - Eclipse Public License - Version 1.0 +# - Eclipse Public License 1.0 # - Eclipse Public License v1.0 # - GNU General Lesser Public License (LGPL) version 3.0 # - GNU General Public Library # - GNU General Public License, Version 2 with the Classpath Exception # - GNU Lesser General Public Licence +# - GNU Lesser General Public License # - GNU Library or Lesser General Public License # - GPL2 w/ CPE # - GPLv2+CE # - General Public License (GPL) # - HSQLDB License, a BSD open source license -# - Indiana University Extreme! Lab Software License, vesion 1.1.1 +# - ICU License +# - LGPL 2.1 # - Lesser General Public License (LGPL) # - Lesser General Public License (LGPL) v 3.0 -# - Lesser General Public License (LPGL) -# - Lesser General Public License (LPGL) v 2.1 # - MIT License # - MPL 1.1 # - Mozilla Public License Version 2.0 @@ -46,7 +48,7 @@ # Please fill the missing licenses for dependencies : # # -#Tue Jul 05 13:19:07 CEST 2016 +#Tue Jul 05 13:37:50 CEST 2016 commons-jxpath--commons-jxpath--1.3=The Apache Software License, Version 2.0 commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 dom4j--dom4j--1.6.1=jdomlicence -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository lima. See https://gitlab.nuiton.org/chorem/lima.git commit f761cfcd947af40261fac0269ceb94a007a75fa2 Author: David Cossé <cosse@codelutin.com> Date: Tue Jul 5 13:49:45 2016 +0200 refs #1317 déclaration de licences manquante --- lima-server/src/license/THIRD-PARTY.properties | 6 +++--- lima-swing/src/license/THIRD-PARTY.properties | 5 ++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/lima-server/src/license/THIRD-PARTY.properties b/lima-server/src/license/THIRD-PARTY.properties index d650045..cb43d73 100644 --- a/lima-server/src/license/THIRD-PARTY.properties +++ b/lima-server/src/license/THIRD-PARTY.properties @@ -14,10 +14,10 @@ # - CDDL 1.1 # - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 # - Common Development and Distribution License +# - Common Public License Version 1.0 # - Eclipse Distribution License (EDL), Version 1.0 # - Eclipse Public License (EPL), Version 1.0 # - Eclipse Public License - Version 1.0 -# - Eclipse Public License 1.0 # - Eclipse Public License v1.0 # - GNU General Lesser Public License (LGPL) version 3.0 # - GNU General Public Library @@ -28,7 +28,6 @@ # - GPL2 w/ CPE # - General Public License (GPL) # - HSQLDB License, a BSD open source license -# - ICU License # - LGPL 2.1 # - Lesser General Public License (LGPL) # - Lesser General Public License (LGPL) v 3.0 @@ -46,7 +45,7 @@ # Please fill the missing licenses for dependencies : # # -#Tue Jul 05 13:37:14 CEST 2016 +#Tue Jul 05 13:45:32 CEST 2016 commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 dom4j--dom4j--1.6.1=jdomlicence jakarta-regexp--jakarta-regexp--1.4=The Apache Software License, Version 2.0 @@ -62,3 +61,4 @@ org.springframework--spring-context--3.0.6.RELEASE=The Apache Software License, org.springframework--spring-core--3.0.6.RELEASE=The Apache Software License, Version 2.0 org.springframework--spring-expression--3.0.6.RELEASE=The Apache Software License, Version 2.0 stax--stax--1.2.0=The Apache Software License, Version 2.0 +xml-apis--xml-apis--1.3.02=The Apache Software License, Version 2.0 diff --git a/lima-swing/src/license/THIRD-PARTY.properties b/lima-swing/src/license/THIRD-PARTY.properties index d753da0..296b8d4 100644 --- a/lima-swing/src/license/THIRD-PARTY.properties +++ b/lima-swing/src/license/THIRD-PARTY.properties @@ -15,10 +15,10 @@ # - CDDL 1.1 # - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 # - Common Development and Distribution License +# - Common Public License Version 1.0 # - Eclipse Distribution License (EDL), Version 1.0 # - Eclipse Public License (EPL), Version 1.0 # - Eclipse Public License - Version 1.0 -# - Eclipse Public License 1.0 # - Eclipse Public License v1.0 # - GNU General Lesser Public License (LGPL) version 3.0 # - GNU General Public Library @@ -30,7 +30,6 @@ # - GPLv2+CE # - General Public License (GPL) # - HSQLDB License, a BSD open source license -# - ICU License # - LGPL 2.1 # - Lesser General Public License (LGPL) # - Lesser General Public License (LGPL) v 3.0 @@ -48,7 +47,7 @@ # Please fill the missing licenses for dependencies : # # -#Tue Jul 05 13:37:50 CEST 2016 +#Tue Jul 05 13:49:05 CEST 2016 commons-jxpath--commons-jxpath--1.3=The Apache Software License, Version 2.0 commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 dom4j--dom4j--1.6.1=jdomlicence -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository lima. See https://gitlab.nuiton.org/chorem/lima.git commit 60c63297757933a7fd7f40919c28ebf85412ddd6 Author: David Cossé <cosse@codelutin.com> Date: Tue Jul 5 13:36:48 2016 +0200 refs #1317 déclaration de licences manquante --- lima-server/src/license/THIRD-PARTY.properties | 2 +- lima-swing/src/license/THIRD-PARTY.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lima-server/src/license/THIRD-PARTY.properties b/lima-server/src/license/THIRD-PARTY.properties index cb43d73..0490a71 100644 --- a/lima-server/src/license/THIRD-PARTY.properties +++ b/lima-server/src/license/THIRD-PARTY.properties @@ -45,7 +45,7 @@ # Please fill the missing licenses for dependencies : # # -#Tue Jul 05 13:45:32 CEST 2016 +#Sun Jan 31 19:57:44 CET 2016 commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 dom4j--dom4j--1.6.1=jdomlicence jakarta-regexp--jakarta-regexp--1.4=The Apache Software License, Version 2.0 diff --git a/lima-swing/src/license/THIRD-PARTY.properties b/lima-swing/src/license/THIRD-PARTY.properties index 296b8d4..1cbe873 100644 --- a/lima-swing/src/license/THIRD-PARTY.properties +++ b/lima-swing/src/license/THIRD-PARTY.properties @@ -47,7 +47,7 @@ # Please fill the missing licenses for dependencies : # # -#Tue Jul 05 13:49:05 CEST 2016 +#Tue Jul 05 13:19:07 CEST 2016 commons-jxpath--commons-jxpath--1.3=The Apache Software License, Version 2.0 commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 dom4j--dom4j--1.6.1=jdomlicence -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository lima. See https://gitlab.nuiton.org/chorem/lima.git commit 434a917ddacc9146b91561b34161ad154f8a883a Author: David Cossé <cosse@codelutin.com> Date: Tue Jul 5 13:44:08 2016 +0200 refs #1317 déclaration de licences manquante --- lima-server/src/license/THIRD-PARTY.properties | 5 +++-- lima-swing/src/license/THIRD-PARTY.properties | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/lima-server/src/license/THIRD-PARTY.properties b/lima-server/src/license/THIRD-PARTY.properties index 0490a71..7ff41a9 100644 --- a/lima-server/src/license/THIRD-PARTY.properties +++ b/lima-server/src/license/THIRD-PARTY.properties @@ -14,10 +14,10 @@ # - CDDL 1.1 # - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 # - Common Development and Distribution License -# - Common Public License Version 1.0 # - Eclipse Distribution License (EDL), Version 1.0 # - Eclipse Public License (EPL), Version 1.0 # - Eclipse Public License - Version 1.0 +# - Eclipse Public License 1.0 # - Eclipse Public License v1.0 # - GNU General Lesser Public License (LGPL) version 3.0 # - GNU General Public Library @@ -28,6 +28,7 @@ # - GPL2 w/ CPE # - General Public License (GPL) # - HSQLDB License, a BSD open source license +# - ICU License # - LGPL 2.1 # - Lesser General Public License (LGPL) # - Lesser General Public License (LGPL) v 3.0 @@ -45,7 +46,7 @@ # Please fill the missing licenses for dependencies : # # -#Sun Jan 31 19:57:44 CET 2016 +#Tue Jul 05 13:37:14 CEST 2016 commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 dom4j--dom4j--1.6.1=jdomlicence jakarta-regexp--jakarta-regexp--1.4=The Apache Software License, Version 2.0 diff --git a/lima-swing/src/license/THIRD-PARTY.properties b/lima-swing/src/license/THIRD-PARTY.properties index 1cbe873..130519a 100644 --- a/lima-swing/src/license/THIRD-PARTY.properties +++ b/lima-swing/src/license/THIRD-PARTY.properties @@ -15,10 +15,10 @@ # - CDDL 1.1 # - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 # - Common Development and Distribution License -# - Common Public License Version 1.0 # - Eclipse Distribution License (EDL), Version 1.0 # - Eclipse Public License (EPL), Version 1.0 # - Eclipse Public License - Version 1.0 +# - Eclipse Public License 1.0 # - Eclipse Public License v1.0 # - GNU General Lesser Public License (LGPL) version 3.0 # - GNU General Public Library @@ -30,6 +30,7 @@ # - GPLv2+CE # - General Public License (GPL) # - HSQLDB License, a BSD open source license +# - ICU License # - LGPL 2.1 # - Lesser General Public License (LGPL) # - Lesser General Public License (LGPL) v 3.0 @@ -47,7 +48,7 @@ # Please fill the missing licenses for dependencies : # # -#Tue Jul 05 13:19:07 CEST 2016 +#Tue Jul 05 13:37:50 CEST 2016 commons-jxpath--commons-jxpath--1.3=The Apache Software License, Version 2.0 commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 dom4j--dom4j--1.6.1=jdomlicence @@ -64,4 +65,3 @@ org.springframework--spring-context--3.0.6.RELEASE=The Apache Software License, org.springframework--spring-core--3.0.6.RELEASE=The Apache Software License, Version 2.0 org.springframework--spring-expression--3.0.6.RELEASE=The Apache Software License, Version 2.0 stax--stax--1.2.0=The Apache Software License, Version 2.0 -xml-apis--xml-apis--1.3.02=The Apache Software License, Version 2.0 -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository lima. See https://gitlab.nuiton.org/chorem/lima.git commit 5f97fd88c9919b591343c409935b5a882eb531c2 Author: David Cossé <cosse@codelutin.com> Date: Tue Jul 5 13:49:45 2016 +0200 refs #1317 déclaration de licences manquante --- lima-server/src/license/THIRD-PARTY.properties | 5 ++--- lima-swing/src/license/THIRD-PARTY.properties | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/lima-server/src/license/THIRD-PARTY.properties b/lima-server/src/license/THIRD-PARTY.properties index 7ff41a9..cb43d73 100644 --- a/lima-server/src/license/THIRD-PARTY.properties +++ b/lima-server/src/license/THIRD-PARTY.properties @@ -14,10 +14,10 @@ # - CDDL 1.1 # - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 # - Common Development and Distribution License +# - Common Public License Version 1.0 # - Eclipse Distribution License (EDL), Version 1.0 # - Eclipse Public License (EPL), Version 1.0 # - Eclipse Public License - Version 1.0 -# - Eclipse Public License 1.0 # - Eclipse Public License v1.0 # - GNU General Lesser Public License (LGPL) version 3.0 # - GNU General Public Library @@ -28,7 +28,6 @@ # - GPL2 w/ CPE # - General Public License (GPL) # - HSQLDB License, a BSD open source license -# - ICU License # - LGPL 2.1 # - Lesser General Public License (LGPL) # - Lesser General Public License (LGPL) v 3.0 @@ -46,7 +45,7 @@ # Please fill the missing licenses for dependencies : # # -#Tue Jul 05 13:37:14 CEST 2016 +#Tue Jul 05 13:45:32 CEST 2016 commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 dom4j--dom4j--1.6.1=jdomlicence jakarta-regexp--jakarta-regexp--1.4=The Apache Software License, Version 2.0 diff --git a/lima-swing/src/license/THIRD-PARTY.properties b/lima-swing/src/license/THIRD-PARTY.properties index 130519a..296b8d4 100644 --- a/lima-swing/src/license/THIRD-PARTY.properties +++ b/lima-swing/src/license/THIRD-PARTY.properties @@ -15,10 +15,10 @@ # - CDDL 1.1 # - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 # - Common Development and Distribution License +# - Common Public License Version 1.0 # - Eclipse Distribution License (EDL), Version 1.0 # - Eclipse Public License (EPL), Version 1.0 # - Eclipse Public License - Version 1.0 -# - Eclipse Public License 1.0 # - Eclipse Public License v1.0 # - GNU General Lesser Public License (LGPL) version 3.0 # - GNU General Public Library @@ -30,7 +30,6 @@ # - GPLv2+CE # - General Public License (GPL) # - HSQLDB License, a BSD open source license -# - ICU License # - LGPL 2.1 # - Lesser General Public License (LGPL) # - Lesser General Public License (LGPL) v 3.0 @@ -48,7 +47,7 @@ # Please fill the missing licenses for dependencies : # # -#Tue Jul 05 13:37:50 CEST 2016 +#Tue Jul 05 13:49:05 CEST 2016 commons-jxpath--commons-jxpath--1.3=The Apache Software License, Version 2.0 commons-primitives--commons-primitives--1.0=The Apache Software License, Version 2.0 dom4j--dom4j--1.6.1=jdomlicence @@ -65,3 +64,4 @@ org.springframework--spring-context--3.0.6.RELEASE=The Apache Software License, org.springframework--spring-core--3.0.6.RELEASE=The Apache Software License, Version 2.0 org.springframework--spring-expression--3.0.6.RELEASE=The Apache Software License, Version 2.0 stax--stax--1.2.0=The Apache Software License, Version 2.0 +xml-apis--xml-apis--1.3.02=The Apache Software License, Version 2.0 -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository lima. See https://gitlab.nuiton.org/chorem/lima.git commit 9294f5ded7d5ae8f6669656e7acaa8f1dacdc540 Author: David Cossé <cosse@codelutin.com> Date: Tue Jul 5 13:44:08 2016 +0200 refs #1317 déclaration de licences manquante --- lima-server/src/license/THIRD-PARTY.properties | 3 ++- lima-swing/src/license/THIRD-PARTY.properties | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lima-server/src/license/THIRD-PARTY.properties b/lima-server/src/license/THIRD-PARTY.properties index cb43d73..012f939 100644 --- a/lima-server/src/license/THIRD-PARTY.properties +++ b/lima-server/src/license/THIRD-PARTY.properties @@ -14,10 +14,10 @@ # - CDDL 1.1 # - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 # - Common Development and Distribution License -# - Common Public License Version 1.0 # - Eclipse Distribution License (EDL), Version 1.0 # - Eclipse Public License (EPL), Version 1.0 # - Eclipse Public License - Version 1.0 +# - Eclipse Public License 1.0 # - Eclipse Public License v1.0 # - GNU General Lesser Public License (LGPL) version 3.0 # - GNU General Public Library @@ -28,6 +28,7 @@ # - GPL2 w/ CPE # - General Public License (GPL) # - HSQLDB License, a BSD open source license +# - ICU License # - LGPL 2.1 # - Lesser General Public License (LGPL) # - Lesser General Public License (LGPL) v 3.0 diff --git a/lima-swing/src/license/THIRD-PARTY.properties b/lima-swing/src/license/THIRD-PARTY.properties index 296b8d4..c9b67d9 100644 --- a/lima-swing/src/license/THIRD-PARTY.properties +++ b/lima-swing/src/license/THIRD-PARTY.properties @@ -15,10 +15,10 @@ # - CDDL 1.1 # - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 # - Common Development and Distribution License -# - Common Public License Version 1.0 # - Eclipse Distribution License (EDL), Version 1.0 # - Eclipse Public License (EPL), Version 1.0 # - Eclipse Public License - Version 1.0 +# - Eclipse Public License 1.0 # - Eclipse Public License v1.0 # - GNU General Lesser Public License (LGPL) version 3.0 # - GNU General Public Library @@ -30,6 +30,7 @@ # - GPLv2+CE # - General Public License (GPL) # - HSQLDB License, a BSD open source license +# - ICU License # - LGPL 2.1 # - Lesser General Public License (LGPL) # - Lesser General Public License (LGPL) v 3.0 -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository lima. See https://gitlab.nuiton.org/chorem/lima.git commit 7ea6ec630f14389da7517cc5807cdfad4686b5d5 Author: David Cossé <cosse@codelutin.com> Date: Tue Jul 5 13:49:45 2016 +0200 refs #1317 déclaration de licences manquante --- lima-server/src/license/THIRD-PARTY.properties | 3 +-- lima-swing/src/license/THIRD-PARTY.properties | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/lima-server/src/license/THIRD-PARTY.properties b/lima-server/src/license/THIRD-PARTY.properties index 012f939..cb43d73 100644 --- a/lima-server/src/license/THIRD-PARTY.properties +++ b/lima-server/src/license/THIRD-PARTY.properties @@ -14,10 +14,10 @@ # - CDDL 1.1 # - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 # - Common Development and Distribution License +# - Common Public License Version 1.0 # - Eclipse Distribution License (EDL), Version 1.0 # - Eclipse Public License (EPL), Version 1.0 # - Eclipse Public License - Version 1.0 -# - Eclipse Public License 1.0 # - Eclipse Public License v1.0 # - GNU General Lesser Public License (LGPL) version 3.0 # - GNU General Public Library @@ -28,7 +28,6 @@ # - GPL2 w/ CPE # - General Public License (GPL) # - HSQLDB License, a BSD open source license -# - ICU License # - LGPL 2.1 # - Lesser General Public License (LGPL) # - Lesser General Public License (LGPL) v 3.0 diff --git a/lima-swing/src/license/THIRD-PARTY.properties b/lima-swing/src/license/THIRD-PARTY.properties index c9b67d9..296b8d4 100644 --- a/lima-swing/src/license/THIRD-PARTY.properties +++ b/lima-swing/src/license/THIRD-PARTY.properties @@ -15,10 +15,10 @@ # - CDDL 1.1 # - COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0 # - Common Development and Distribution License +# - Common Public License Version 1.0 # - Eclipse Distribution License (EDL), Version 1.0 # - Eclipse Public License (EPL), Version 1.0 # - Eclipse Public License - Version 1.0 -# - Eclipse Public License 1.0 # - Eclipse Public License v1.0 # - GNU General Lesser Public License (LGPL) version 3.0 # - GNU General Public Library @@ -30,7 +30,6 @@ # - GPLv2+CE # - General Public License (GPL) # - HSQLDB License, a BSD open source license -# - ICU License # - LGPL 2.1 # - Lesser General Public License (LGPL) # - Lesser General Public License (LGPL) v 3.0 -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository lima. See https://gitlab.nuiton.org/chorem/lima.git commit d7915e5fc63505d6d95b38e2f635fa914fed8c9b Merge: 144659a 7ea6ec6 Author: David Cossé <cosse@codelutin.com> Date: Tue Jul 5 14:32:11 2016 +0200 Merge branch 'feature/1316-Rendre-utilisable-la-selection-de-compte' into develop lima-server/src/license/THIRD-PARTY.properties | 11 ++++--- lima-swing/src/license/THIRD-PARTY.properties | 11 ++++--- .../lima/ui/celleditor/AccountTableCellEditor.java | 37 ++++++++++++++++++---- .../chorem/lima/ui/combobox/AccountComboBox.java | 7 ++-- .../chorem/lima/ui/common/AbstractLimaTable.java | 4 +++ .../ui/financialtransaction/AccountColumn.java | 4 +++ 6 files changed, 55 insertions(+), 19 deletions(-) -- To stop receiving notification emails like this one, please contact chorem.org SCM administrator <admin+scm@chorem.org>.
participants (1)
-
chorem.org scm