This is an automated email from the git hooks/post-receive script.
New change to branch feature/1223 in repository lima.
See http://git.chorem.org/lima.git
discards c44d15d refs #1223: l'onglet lettrage est peu réactif
adds f8d81c6 refs #1226 Hide close tab button if you cannot close the tab
adds 2184fc7 fixes #1226 Hide close tab button if you cannot close the tab Merge branch 'feature/1226' into develop
adds e06ef0c fixes #1193 La zone des critères de recherche apparait réduite, les critères de recherche ne sont donc pas visibles, il faudrait définir une taille minimale
adds 2581c20 refs #1226 Hide close tab button if you cannot close the tab
adds a9d9110 utilisation css
adds e8a9357 fixes #1193: La zone des critères de recherche apparait réduite, les critères de recherche ne sont donc pas visibles, il faudrait définir une taille minimale Merge branch 'feature/1193' into develop
adds 9243835 change remove icon on tab
adds 47dacdc refs #1187 : account popups
adds 0e30c25 refs #1187 : entry book popups
adds 4ac2c21 refs #1187 : fiscal period popups
adds ece040e refs #1187 : inancial statement popups
adds 1f5f807 refs #1187 : Vat chart popups
adds 37937e4 refs #1187 : identitiy popups
adds 964faf1 fixes #1187: Améliorer l'apparence des Popup Merge branch 'feature/1187' into develop
adds 3c0f684 refs #1221: Erreur à l'annulation des import/export
adds 80adf13 fixes #1221 Erreur à l'annulation des import/export Merge branch 'feature/1221' into develop
adds 9aa89d0 refs #1222: Le lettrage ne fonctionne plus
adds cc2841b fixes #1222 Le lettrage ne fonctionne plus Merge branch 'feature/1222' into develop
adds 8da87c9 refs #1209: A l'ajout automatique d'une écriture le focus ne correspond pas à la cellule éditée
adds 275821d fixes #1209 A l'ajout automatique d'une écriture le focus ne correspond pas à la cellule éditée Merge branch 'feature/1209' into develop
adds 89caf6e refs #1218: Plan BCR : exception à la deuxième modification d'un regrouppement
adds 3e445d8 fixes #1218 Plan BCR : exception à la deuxième modification d'un regrouppement Merge branch 'feature/1218' into develop
new c771213 refs #1223: l'onglet lettrage est peu réactif
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (c44d15d)
\
N -- N -- N refs/heads/feature/1223 (c771213)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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.
Detailed log of new commits:
commit c77121333bce53bc94d4067c80a805888a69b3c0
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Wed Apr 8 10:02:37 2015 +0200
refs #1223: l'onglet lettrage est peu réactif
Summary of changes:
.../business/api/FinancialStatementService.java | 4 +-
.../ejb/FinancialStatementServiceImpl.java | 54 ++--
.../lima/business/ejb/ImportServiceImpl.java | 17 +-
.../org/chorem/lima/FinancialStatementWayEnum.java | 42 +---
.../resources/i18n/lima-callao_en_GB.properties | 6 +-
.../resources/i18n/lima-callao_fr_FR.properties | 6 +-
.../src/main/java/org/chorem/lima/LimaMain.java | 1 +
.../org/chorem/lima/enums/AccountsChartEnum.java | 24 +-
.../lima/enums/FinancialStatementsChartEnum.java | 22 +-
.../chorem/lima/enums/VatStatementsChartEnum.java | 26 +-
.../java/org/chorem/lima/ui/ClosableTabHeader.css | 14 +-
.../java/org/chorem/lima/ui/ClosableTabHeader.jaxx | 6 +-
.../src/main/java/org/chorem/lima/ui/MainView.css | 275 +++++++++++++++++----
.../java/org/chorem/lima/ui/MainViewHandler.java | 1 +
.../org/chorem/lima/ui/account/AccountForm.css | 2 +
.../org/chorem/lima/ui/account/AccountForm.jaxx | 20 +-
.../chorem/lima/ui/account/AccountImportForm.css | 39 +--
.../chorem/lima/ui/account/AccountImportForm.jaxx | 61 ++---
.../chorem/lima/ui/account/AccountViewHandler.java | 2 +-
.../chorem/lima/ui/account/UpdateAccountForm.css | 2 +
.../chorem/lima/ui/account/UpdateAccountForm.jaxx | 17 +-
.../org/chorem/lima/ui/entrybook/EntryBookForm.css | 2 +
.../chorem/lima/ui/entrybook/EntryBookForm.jaxx | 20 +-
.../lima/ui/entrybook/EntryBookImportForm.css | 2 +
.../lima/ui/entrybook/EntryBookImportForm.jaxx | 26 +-
.../FinancialStatementChartTreeTableModel.java | 94 +++----
.../FinancialStatementChartViewHandler.java | 35 +--
.../FinancialStatementHeaderForm.css | 25 +-
.../FinancialStatementHeaderForm.jaxx | 65 ++---
.../FinancialStatementImportForm.css | 41 ++-
.../FinancialStatementImportForm.jaxx | 84 +++----
.../FinancialStatementMovementForm.css | 16 +-
.../FinancialStatementMovementForm.jaxx | 63 +++--
.../FinancialTransactionTable.java | 11 +-
.../FinancialTransactionViewHandler.java | 13 +-
.../FinancialTransactionSearchView.css | 6 +-
.../FinancialTransactionSearchView.jaxx | 7 +-
.../FinancialTransactionSearchViewHandler.java | 13 +-
.../org/chorem/lima/ui/fiscalperiod/AddPeriod.css | 6 +-
.../org/chorem/lima/ui/fiscalperiod/AddPeriod.jaxx | 28 +--
.../ui/fiscalperiod/FiscalPeriodViewHandler.java | 70 ++++--
.../fiscalperiod/RetainedEarningsEntryBookForm.css | 33 ++-
.../RetainedEarningsEntryBookForm.jaxx | 85 ++-----
.../org/chorem/lima/ui/identity/IdentityForm.css | 18 +-
.../org/chorem/lima/ui/identity/IdentityForm.jaxx | 130 +++++-----
.../chorem/lima/ui/importexport/ImportExport.java | 55 +++--
.../org/chorem/lima/ui/lettering/LetteringView.css | 6 +-
.../chorem/lima/ui/vatchart/VatChartImportForm.css | 35 +--
.../lima/ui/vatchart/VatChartImportForm.jaxx | 84 +++----
.../lima/ui/vatchart/VatChartMovementForm.css | 29 ++-
.../lima/ui/vatchart/VatChartMovementForm.jaxx | 59 +++--
.../lima/ui/vatchart/VatChartViewHandler.java | 7 +-
.../java/org/chorem/lima/util/ReportDialogView.css | 5 +-
.../org/chorem/lima/util/ReportDialogView.jaxx | 2 +-
.../resources/i18n/lima-swing_en_GB.properties | 13 +-
.../resources/i18n/lima-swing_fr_FR.properties | 49 ++--
.../src/main/resources/icons/action-cancel.png | Bin 0 -> 587 bytes
...{action-account-remove.png => action-close.png} | Bin
.../src/main/resources/icons/action-closeTab.png | Bin 3140 -> 0 bytes
lima-swing/src/main/resources/icons/action-ok.png | Bin 0 -> 537 bytes
60 files changed, 999 insertions(+), 879 deletions(-)
create mode 100644 lima-swing/src/main/resources/icons/action-cancel.png
copy lima-swing/src/main/resources/icons/{action-account-remove.png => action-close.png} (100%)
delete mode 100644 lima-swing/src/main/resources/icons/action-closeTab.png
create mode 100644 lima-swing/src/main/resources/icons/action-ok.png
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.
This is an automated email from the git hooks/post-receive script.
New change to branch feature/1207 in repository lima.
See http://git.chorem.org/lima.git
discards 2956d2e refs #1270 corrections d'erreurs majeures
discards d0ce73b refs #1270 corrections d'erreurs majeures
discards 06d873b refs #1207 : correction d'erreurs criticals
adds f8d81c6 refs #1226 Hide close tab button if you cannot close the tab
adds 2184fc7 fixes #1226 Hide close tab button if you cannot close the tab Merge branch 'feature/1226' into develop
adds e06ef0c fixes #1193 La zone des critères de recherche apparait réduite, les critères de recherche ne sont donc pas visibles, il faudrait définir une taille minimale
adds 2581c20 refs #1226 Hide close tab button if you cannot close the tab
adds a9d9110 utilisation css
adds e8a9357 fixes #1193: La zone des critères de recherche apparait réduite, les critères de recherche ne sont donc pas visibles, il faudrait définir une taille minimale Merge branch 'feature/1193' into develop
adds 9243835 change remove icon on tab
adds 47dacdc refs #1187 : account popups
adds 0e30c25 refs #1187 : entry book popups
adds 4ac2c21 refs #1187 : fiscal period popups
adds ece040e refs #1187 : inancial statement popups
adds 1f5f807 refs #1187 : Vat chart popups
adds 37937e4 refs #1187 : identitiy popups
adds 964faf1 fixes #1187: Améliorer l'apparence des Popup Merge branch 'feature/1187' into develop
adds 3c0f684 refs #1221: Erreur à l'annulation des import/export
adds 80adf13 fixes #1221 Erreur à l'annulation des import/export Merge branch 'feature/1221' into develop
adds 9aa89d0 refs #1222: Le lettrage ne fonctionne plus
adds cc2841b fixes #1222 Le lettrage ne fonctionne plus Merge branch 'feature/1222' into develop
adds 8da87c9 refs #1209: A l'ajout automatique d'une écriture le focus ne correspond pas à la cellule éditée
adds 275821d fixes #1209 A l'ajout automatique d'une écriture le focus ne correspond pas à la cellule éditée Merge branch 'feature/1209' into develop
adds 89caf6e refs #1218: Plan BCR : exception à la deuxième modification d'un regrouppement
adds 3e445d8 fixes #1218 Plan BCR : exception à la deuxième modification d'un regrouppement Merge branch 'feature/1218' into develop
new ead303a refs #1207 : correction d'erreurs criticals
new a0b7cbf refs #1207 corrections d'erreurs majeures
new 78602e6 refs #1207 corrections d'erreurs majeures
new 248ce54 rebase to develop (refs #1207)
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (2956d2e)
\
N -- N -- N refs/heads/feature/1207 (248ce54)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 4 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 248ce540b90ad1de855962267b56169a84454287
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Fri Apr 24 17:49:49 2015 +0200
rebase to develop (refs #1207)
commit 78602e6e7cfe590b4539af03f57d83dd0a72902f
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Sat Mar 21 07:44:17 2015 +0100
refs #1207 corrections d'erreurs majeures
commit a0b7cbf7ffd4eb5a24d035627ded995a73ee1acb
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Sat Mar 21 01:32:19 2015 +0100
refs #1207 corrections d'erreurs majeures
commit ead303aaceb60840e697504d95a6515412b6a714
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Sat Mar 21 00:32:12 2015 +0100
refs #1207 : correction d'erreurs criticals
Summary of changes:
.../business/api/FinancialStatementService.java | 4 +-
.../ejb/FinancialStatementServiceImpl.java | 58 ++---
.../lima/business/ejb/ImportServiceImpl.java | 17 +-
.../org/chorem/lima/FinancialStatementWayEnum.java | 30 +--
.../resources/i18n/lima-callao_en_GB.properties | 6 +-
.../resources/i18n/lima-callao_fr_FR.properties | 6 +-
.../src/main/java/org/chorem/lima/LimaMain.java | 1 +
.../org/chorem/lima/enums/AccountsChartEnum.java | 24 +-
.../lima/enums/FinancialStatementsChartEnum.java | 22 +-
.../chorem/lima/enums/VatStatementsChartEnum.java | 26 +-
.../java/org/chorem/lima/ui/ClosableTabHeader.css | 14 +-
.../java/org/chorem/lima/ui/ClosableTabHeader.jaxx | 6 +-
.../src/main/java/org/chorem/lima/ui/MainView.css | 275 +++++++++++++++++----
.../java/org/chorem/lima/ui/MainViewHandler.java | 1 +
.../org/chorem/lima/ui/account/AccountForm.css | 2 +
.../org/chorem/lima/ui/account/AccountForm.jaxx | 20 +-
.../chorem/lima/ui/account/AccountImportForm.css | 39 +--
.../chorem/lima/ui/account/AccountImportForm.jaxx | 61 ++---
.../chorem/lima/ui/account/AccountViewHandler.java | 2 +-
.../chorem/lima/ui/account/UpdateAccountForm.css | 2 +
.../chorem/lima/ui/account/UpdateAccountForm.jaxx | 17 +-
.../org/chorem/lima/ui/entrybook/EntryBookForm.css | 2 +
.../chorem/lima/ui/entrybook/EntryBookForm.jaxx | 20 +-
.../lima/ui/entrybook/EntryBookImportForm.css | 2 +
.../lima/ui/entrybook/EntryBookImportForm.jaxx | 26 +-
.../FinancialStatementChartTreeTableModel.java | 101 ++++----
.../FinancialStatementChartViewHandler.java | 24 +-
.../FinancialStatementHeaderForm.css | 25 +-
.../FinancialStatementHeaderForm.jaxx | 65 ++---
.../FinancialStatementImportForm.css | 41 ++-
.../FinancialStatementImportForm.jaxx | 84 +++----
.../FinancialStatementMovementForm.css | 16 +-
.../FinancialStatementMovementForm.jaxx | 63 +++--
.../FinancialTransactionTable.java | 11 +-
.../FinancialTransactionViewHandler.java | 13 +-
.../FinancialTransactionSearchView.css | 6 +-
.../FinancialTransactionSearchView.jaxx | 7 +-
.../FinancialTransactionSearchViewHandler.java | 14 +-
.../org/chorem/lima/ui/fiscalperiod/AddPeriod.css | 6 +-
.../org/chorem/lima/ui/fiscalperiod/AddPeriod.jaxx | 28 +--
.../ui/fiscalperiod/FiscalPeriodViewHandler.java | 70 ++++--
.../fiscalperiod/RetainedEarningsEntryBookForm.css | 33 ++-
.../RetainedEarningsEntryBookForm.jaxx | 85 ++-----
.../org/chorem/lima/ui/identity/IdentityForm.css | 18 +-
.../org/chorem/lima/ui/identity/IdentityForm.jaxx | 130 +++++-----
.../chorem/lima/ui/importexport/ImportExport.java | 55 +++--
.../org/chorem/lima/ui/lettering/LetteringView.css | 6 +-
.../chorem/lima/ui/vatchart/VatChartImportForm.css | 35 +--
.../lima/ui/vatchart/VatChartImportForm.jaxx | 84 +++----
.../lima/ui/vatchart/VatChartMovementForm.css | 29 ++-
.../lima/ui/vatchart/VatChartMovementForm.jaxx | 59 +++--
.../lima/ui/vatchart/VatChartViewHandler.java | 7 +-
.../java/org/chorem/lima/util/ReportDialogView.css | 5 +-
.../org/chorem/lima/util/ReportDialogView.jaxx | 2 +-
.../resources/i18n/lima-swing_en_GB.properties | 13 +-
.../resources/i18n/lima-swing_fr_FR.properties | 49 ++--
.../src/main/resources/icons/action-cancel.png | Bin 0 -> 587 bytes
...{action-account-remove.png => action-close.png} | Bin
.../src/main/resources/icons/action-closeTab.png | Bin 3140 -> 0 bytes
lima-swing/src/main/resources/icons/action-ok.png | Bin 0 -> 537 bytes
60 files changed, 1002 insertions(+), 865 deletions(-)
create mode 100644 lima-swing/src/main/resources/icons/action-cancel.png
copy lima-swing/src/main/resources/icons/{action-account-remove.png => action-close.png} (100%)
delete mode 100644 lima-swing/src/main/resources/icons/action-closeTab.png
create mode 100644 lima-swing/src/main/resources/icons/action-ok.png
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.
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 275821d fixes #1209 A l'ajout automatique d'une écriture le focus ne correspond pas à la cellule éditée Merge branch 'feature/1209' into develop
new 89caf6e refs #1218: Plan BCR : exception à la deuxième modification d'un regrouppement
new 3e445d8 fixes #1218 Plan BCR : exception à la deuxième modification d'un regrouppement Merge branch 'feature/1218' into develop
The 2 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 3e445d8b8d6039df527c70af15734f8d1b2dbded
Merge: 275821d 89caf6e
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Fri Apr 24 16:42:54 2015 +0200
fixes #1218 Plan BCR : exception à la deuxième modification d'un regrouppement
Merge branch 'feature/1218' into develop
commit 89caf6e9bb57e0465ab27d7b5554e749ac79030b
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Wed Apr 8 09:58:55 2015 +0200
refs #1218: Plan BCR : exception à la deuxième modification d'un regrouppement
Summary of changes:
.../business/api/FinancialStatementService.java | 4 +-
.../ejb/FinancialStatementServiceImpl.java | 54 +++++--------
.../lima/business/ejb/ImportServiceImpl.java | 17 ++--
.../FinancialStatementChartTreeTableModel.java | 94 ++++++++++++----------
.../FinancialStatementChartViewHandler.java | 29 ++++---
5 files changed, 96 insertions(+), 102 deletions(-)
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.
This is an automated email from the git hooks/post-receive script.
New change to branch feature/1218 in repository lima.
See http://git.chorem.org/lima.git
was 89caf6e refs #1218: Plan BCR : exception à la deuxième modification d'un regrouppement
This change permanently discards the following revisions:
discards 89caf6e refs #1218: Plan BCR : exception à la deuxième modification d'un regrouppement
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.
This is an automated email from the git hooks/post-receive script.
New change to branch feature/1218 in repository lima.
See http://git.chorem.org/lima.git
discards e39aa14 refs #1218: Plan BCR : exception à la deuxième modification d'un regrouppement
adds f8d81c6 refs #1226 Hide close tab button if you cannot close the tab
adds 2184fc7 fixes #1226 Hide close tab button if you cannot close the tab Merge branch 'feature/1226' into develop
adds e06ef0c fixes #1193 La zone des critères de recherche apparait réduite, les critères de recherche ne sont donc pas visibles, il faudrait définir une taille minimale
adds 2581c20 refs #1226 Hide close tab button if you cannot close the tab
adds a9d9110 utilisation css
adds e8a9357 fixes #1193: La zone des critères de recherche apparait réduite, les critères de recherche ne sont donc pas visibles, il faudrait définir une taille minimale Merge branch 'feature/1193' into develop
adds 9243835 change remove icon on tab
adds 47dacdc refs #1187 : account popups
adds 0e30c25 refs #1187 : entry book popups
adds 4ac2c21 refs #1187 : fiscal period popups
adds ece040e refs #1187 : inancial statement popups
adds 1f5f807 refs #1187 : Vat chart popups
adds 37937e4 refs #1187 : identitiy popups
adds 964faf1 fixes #1187: Améliorer l'apparence des Popup Merge branch 'feature/1187' into develop
adds 3c0f684 refs #1221: Erreur à l'annulation des import/export
adds 80adf13 fixes #1221 Erreur à l'annulation des import/export Merge branch 'feature/1221' into develop
adds 9aa89d0 refs #1222: Le lettrage ne fonctionne plus
adds cc2841b fixes #1222 Le lettrage ne fonctionne plus Merge branch 'feature/1222' into develop
adds 8da87c9 refs #1209: A l'ajout automatique d'une écriture le focus ne correspond pas à la cellule éditée
adds 275821d fixes #1209 A l'ajout automatique d'une écriture le focus ne correspond pas à la cellule éditée Merge branch 'feature/1209' into develop
new 89caf6e refs #1218: Plan BCR : exception à la deuxième modification d'un regrouppement
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (e39aa14)
\
N -- N -- N refs/heads/feature/1218 (89caf6e)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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.
Detailed log of new commits:
commit 89caf6e9bb57e0465ab27d7b5554e749ac79030b
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Wed Apr 8 09:58:55 2015 +0200
refs #1218: Plan BCR : exception à la deuxième modification d'un regrouppement
Summary of changes:
.../org/chorem/lima/FinancialStatementWayEnum.java | 42 +---
.../resources/i18n/lima-callao_en_GB.properties | 6 +-
.../resources/i18n/lima-callao_fr_FR.properties | 6 +-
.../src/main/java/org/chorem/lima/LimaMain.java | 1 +
.../org/chorem/lima/enums/AccountsChartEnum.java | 24 +-
.../lima/enums/FinancialStatementsChartEnum.java | 22 +-
.../chorem/lima/enums/VatStatementsChartEnum.java | 26 +-
.../java/org/chorem/lima/ui/ClosableTabHeader.css | 14 +-
.../java/org/chorem/lima/ui/ClosableTabHeader.jaxx | 6 +-
.../src/main/java/org/chorem/lima/ui/MainView.css | 275 +++++++++++++++++----
.../java/org/chorem/lima/ui/MainViewHandler.java | 1 +
.../org/chorem/lima/ui/account/AccountForm.css | 2 +
.../org/chorem/lima/ui/account/AccountForm.jaxx | 20 +-
.../chorem/lima/ui/account/AccountImportForm.css | 39 +--
.../chorem/lima/ui/account/AccountImportForm.jaxx | 61 ++---
.../chorem/lima/ui/account/AccountViewHandler.java | 2 +-
.../chorem/lima/ui/account/UpdateAccountForm.css | 2 +
.../chorem/lima/ui/account/UpdateAccountForm.jaxx | 17 +-
.../org/chorem/lima/ui/entrybook/EntryBookForm.css | 2 +
.../chorem/lima/ui/entrybook/EntryBookForm.jaxx | 20 +-
.../lima/ui/entrybook/EntryBookImportForm.css | 2 +
.../lima/ui/entrybook/EntryBookImportForm.jaxx | 26 +-
.../FinancialStatementChartViewHandler.java | 6 +-
.../FinancialStatementHeaderForm.css | 25 +-
.../FinancialStatementHeaderForm.jaxx | 65 ++---
.../FinancialStatementImportForm.css | 41 ++-
.../FinancialStatementImportForm.jaxx | 84 +++----
.../FinancialStatementMovementForm.css | 16 +-
.../FinancialStatementMovementForm.jaxx | 63 +++--
.../FinancialTransactionTable.java | 11 +-
.../FinancialTransactionViewHandler.java | 13 +-
.../FinancialTransactionSearchView.css | 6 +-
.../FinancialTransactionSearchView.jaxx | 7 +-
.../FinancialTransactionSearchViewHandler.java | 13 +-
.../org/chorem/lima/ui/fiscalperiod/AddPeriod.css | 6 +-
.../org/chorem/lima/ui/fiscalperiod/AddPeriod.jaxx | 28 +--
.../ui/fiscalperiod/FiscalPeriodViewHandler.java | 70 ++++--
.../fiscalperiod/RetainedEarningsEntryBookForm.css | 33 ++-
.../RetainedEarningsEntryBookForm.jaxx | 85 ++-----
.../org/chorem/lima/ui/identity/IdentityForm.css | 18 +-
.../org/chorem/lima/ui/identity/IdentityForm.jaxx | 130 +++++-----
.../chorem/lima/ui/importexport/ImportExport.java | 55 +++--
.../org/chorem/lima/ui/lettering/LetteringView.css | 6 +-
.../chorem/lima/ui/vatchart/VatChartImportForm.css | 35 +--
.../lima/ui/vatchart/VatChartImportForm.jaxx | 84 +++----
.../lima/ui/vatchart/VatChartMovementForm.css | 29 ++-
.../lima/ui/vatchart/VatChartMovementForm.jaxx | 59 +++--
.../lima/ui/vatchart/VatChartViewHandler.java | 7 +-
.../java/org/chorem/lima/util/ReportDialogView.css | 5 +-
.../org/chorem/lima/util/ReportDialogView.jaxx | 2 +-
.../resources/i18n/lima-swing_en_GB.properties | 13 +-
.../resources/i18n/lima-swing_fr_FR.properties | 49 ++--
.../src/main/resources/icons/action-cancel.png | Bin 0 -> 587 bytes
...{action-account-remove.png => action-close.png} | Bin
.../src/main/resources/icons/action-closeTab.png | Bin 3140 -> 0 bytes
lima-swing/src/main/resources/icons/action-ok.png | Bin 0 -> 537 bytes
56 files changed, 903 insertions(+), 777 deletions(-)
create mode 100644 lima-swing/src/main/resources/icons/action-cancel.png
copy lima-swing/src/main/resources/icons/{action-account-remove.png => action-close.png} (100%)
delete mode 100644 lima-swing/src/main/resources/icons/action-closeTab.png
create mode 100644 lima-swing/src/main/resources/icons/action-ok.png
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.
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 cc2841b fixes #1222 Le lettrage ne fonctionne plus Merge branch 'feature/1222' into develop
new 8da87c9 refs #1209: A l'ajout automatique d'une écriture le focus ne correspond pas à la cellule éditée
new 275821d fixes #1209 A l'ajout automatique d'une écriture le focus ne correspond pas à la cellule éditée Merge branch 'feature/1209' into develop
The 2 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 275821da0900807fa97bd05d0e12dd71ff22f927
Merge: cc2841b 8da87c9
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Fri Apr 24 15:46:35 2015 +0200
fixes #1209 A l'ajout automatique d'une écriture le focus ne correspond pas à la cellule éditée
Merge branch 'feature/1209' into develop
commit 8da87c9d890676829ed1aed1a444015f72653dfc
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Wed Apr 8 09:39:24 2015 +0200
refs #1209: A l'ajout automatique d'une écriture le focus ne correspond pas à la cellule éditée
Summary of changes:
.../ui/financialtransaction/FinancialTransactionTable.java | 11 ++++++-----
.../FinancialTransactionViewHandler.java | 13 ++++++-------
2 files changed, 12 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.
This is an automated email from the git hooks/post-receive script.
New change to branch feature/1209 in repository lima.
See http://git.chorem.org/lima.git
was 8da87c9 refs #1209: A l'ajout automatique d'une écriture le focus ne correspond pas à la cellule éditée
This change permanently discards the following revisions:
discards 8da87c9 refs #1209: A l'ajout automatique d'une écriture le focus ne correspond pas à la cellule éditée
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.
This is an automated email from the git hooks/post-receive script.
New change to branch feature/1209 in repository lima.
See http://git.chorem.org/lima.git
discards a5d777d refs #1209: A l'ajout automatique d'une écriture le focus ne correspond pas à la cellule éditée
adds f8d81c6 refs #1226 Hide close tab button if you cannot close the tab
adds 2184fc7 fixes #1226 Hide close tab button if you cannot close the tab Merge branch 'feature/1226' into develop
adds e06ef0c fixes #1193 La zone des critères de recherche apparait réduite, les critères de recherche ne sont donc pas visibles, il faudrait définir une taille minimale
adds 2581c20 refs #1226 Hide close tab button if you cannot close the tab
adds a9d9110 utilisation css
adds e8a9357 fixes #1193: La zone des critères de recherche apparait réduite, les critères de recherche ne sont donc pas visibles, il faudrait définir une taille minimale Merge branch 'feature/1193' into develop
adds 9243835 change remove icon on tab
adds 47dacdc refs #1187 : account popups
adds 0e30c25 refs #1187 : entry book popups
adds 4ac2c21 refs #1187 : fiscal period popups
adds ece040e refs #1187 : inancial statement popups
adds 1f5f807 refs #1187 : Vat chart popups
adds 37937e4 refs #1187 : identitiy popups
adds 964faf1 fixes #1187: Améliorer l'apparence des Popup Merge branch 'feature/1187' into develop
adds 3c0f684 refs #1221: Erreur à l'annulation des import/export
adds 80adf13 fixes #1221 Erreur à l'annulation des import/export Merge branch 'feature/1221' into develop
adds 9aa89d0 refs #1222: Le lettrage ne fonctionne plus
adds cc2841b fixes #1222 Le lettrage ne fonctionne plus Merge branch 'feature/1222' into develop
new 8da87c9 refs #1209: A l'ajout automatique d'une écriture le focus ne correspond pas à la cellule éditée
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (a5d777d)
\
N -- N -- N refs/heads/feature/1209 (8da87c9)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
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.
Detailed log of new commits:
commit 8da87c9d890676829ed1aed1a444015f72653dfc
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Wed Apr 8 09:39:24 2015 +0200
refs #1209: A l'ajout automatique d'une écriture le focus ne correspond pas à la cellule éditée
Summary of changes:
.../org/chorem/lima/FinancialStatementWayEnum.java | 42 +---
.../resources/i18n/lima-callao_en_GB.properties | 6 +-
.../resources/i18n/lima-callao_fr_FR.properties | 6 +-
.../src/main/java/org/chorem/lima/LimaMain.java | 1 +
.../org/chorem/lima/enums/AccountsChartEnum.java | 24 +-
.../lima/enums/FinancialStatementsChartEnum.java | 22 +-
.../chorem/lima/enums/VatStatementsChartEnum.java | 26 +-
.../java/org/chorem/lima/ui/ClosableTabHeader.css | 14 +-
.../java/org/chorem/lima/ui/ClosableTabHeader.jaxx | 6 +-
.../src/main/java/org/chorem/lima/ui/MainView.css | 275 +++++++++++++++++----
.../java/org/chorem/lima/ui/MainViewHandler.java | 1 +
.../org/chorem/lima/ui/account/AccountForm.css | 2 +
.../org/chorem/lima/ui/account/AccountForm.jaxx | 20 +-
.../chorem/lima/ui/account/AccountImportForm.css | 39 +--
.../chorem/lima/ui/account/AccountImportForm.jaxx | 61 ++---
.../chorem/lima/ui/account/AccountViewHandler.java | 2 +-
.../chorem/lima/ui/account/UpdateAccountForm.css | 2 +
.../chorem/lima/ui/account/UpdateAccountForm.jaxx | 17 +-
.../org/chorem/lima/ui/entrybook/EntryBookForm.css | 2 +
.../chorem/lima/ui/entrybook/EntryBookForm.jaxx | 20 +-
.../lima/ui/entrybook/EntryBookImportForm.css | 2 +
.../lima/ui/entrybook/EntryBookImportForm.jaxx | 26 +-
.../FinancialStatementChartViewHandler.java | 8 +-
.../FinancialStatementHeaderForm.css | 25 +-
.../FinancialStatementHeaderForm.jaxx | 65 ++---
.../FinancialStatementImportForm.css | 41 ++-
.../FinancialStatementImportForm.jaxx | 84 +++----
.../FinancialStatementMovementForm.css | 16 +-
.../FinancialStatementMovementForm.jaxx | 63 +++--
.../FinancialTransactionSearchView.css | 6 +-
.../FinancialTransactionSearchView.jaxx | 7 +-
.../FinancialTransactionSearchViewHandler.java | 13 +-
.../org/chorem/lima/ui/fiscalperiod/AddPeriod.css | 6 +-
.../org/chorem/lima/ui/fiscalperiod/AddPeriod.jaxx | 28 +--
.../ui/fiscalperiod/FiscalPeriodViewHandler.java | 70 ++++--
.../fiscalperiod/RetainedEarningsEntryBookForm.css | 33 ++-
.../RetainedEarningsEntryBookForm.jaxx | 85 ++-----
.../org/chorem/lima/ui/identity/IdentityForm.css | 18 +-
.../org/chorem/lima/ui/identity/IdentityForm.jaxx | 130 +++++-----
.../chorem/lima/ui/importexport/ImportExport.java | 55 +++--
.../org/chorem/lima/ui/lettering/LetteringView.css | 6 +-
.../chorem/lima/ui/vatchart/VatChartImportForm.css | 35 +--
.../lima/ui/vatchart/VatChartImportForm.jaxx | 84 +++----
.../lima/ui/vatchart/VatChartMovementForm.css | 29 ++-
.../lima/ui/vatchart/VatChartMovementForm.jaxx | 59 +++--
.../lima/ui/vatchart/VatChartViewHandler.java | 7 +-
.../java/org/chorem/lima/util/ReportDialogView.css | 5 +-
.../org/chorem/lima/util/ReportDialogView.jaxx | 2 +-
.../resources/i18n/lima-swing_en_GB.properties | 13 +-
.../resources/i18n/lima-swing_fr_FR.properties | 49 ++--
.../src/main/resources/icons/action-cancel.png | Bin 0 -> 587 bytes
...{action-account-remove.png => action-close.png} | Bin
.../src/main/resources/icons/action-closeTab.png | Bin 3140 -> 0 bytes
lima-swing/src/main/resources/icons/action-ok.png | Bin 0 -> 537 bytes
54 files changed, 892 insertions(+), 766 deletions(-)
create mode 100644 lima-swing/src/main/resources/icons/action-cancel.png
copy lima-swing/src/main/resources/icons/{action-account-remove.png => action-close.png} (100%)
delete mode 100644 lima-swing/src/main/resources/icons/action-closeTab.png
create mode 100644 lima-swing/src/main/resources/icons/action-ok.png
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.
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 80adf13 fixes #1221 Erreur à l'annulation des import/export Merge branch 'feature/1221' into develop
new 9aa89d0 refs #1222: Le lettrage ne fonctionne plus
new cc2841b fixes #1222 Le lettrage ne fonctionne plus Merge branch 'feature/1222' into develop
The 2 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 cc2841bff3ea255a8ef3817eaf54dc687712462c
Merge: 80adf13 9aa89d0
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Fri Apr 24 15:09:54 2015 +0200
fixes #1222 Le lettrage ne fonctionne plus
Merge branch 'feature/1222' into develop
commit 9aa89d0768e088c533c385f59c26cb7743a834cd
Author: Tony CHEMIT <chemit(a)codelutin.com>
Date: Wed Apr 8 09:42:50 2015 +0200
refs #1222: Le lettrage ne fonctionne plus
Summary of changes:
.../src/main/java/org/chorem/lima/ui/lettering/LetteringView.css | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.
This is an automated email from the git hooks/post-receive script.
New change to branch feature/1222 in repository lima.
See http://git.chorem.org/lima.git
was 9aa89d0 refs #1222: Le lettrage ne fonctionne plus
This change permanently discards the following revisions:
discards 9aa89d0 refs #1222: Le lettrage ne fonctionne plus
--
To stop receiving notification emails like this one, please contact
chorem.org SCM administrator <admin+scm(a)chorem.org>.