Changes

Summary

  1. Upgraded to TheseFoolishThings 3.2-ALPHA-23, SteelBlue 1.1-ALPHA-3 and code clean up. (details)
  2. Untracked some IDEA files. (details)
Commit 85854f0bc7b588ffa2cf094ded1e19388478a38d by Fabrizio Giudici
Upgraded to TheseFoolishThings 3.2-ALPHA-23, SteelBlue 1.1-ALPHA-3 and code clean up.
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/CustomerRegistry.java (diff)
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryCustomerRegistry.java (diff)
The file was modified modules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/projectexplorer/impl/javafx/JavaFxProjectExplorerPresentationDelegate.java (diff)
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/xml/JobEventXml.java (diff)
The file was modified modules/UI/src/main/java/it/tidalwave/accounting/impl/DefaultAccountingController.java (diff)
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryAccounting.java (diff)
The file was modified modules/Model/src/test/java/it/tidalwave/accounting/test/util/Dumper.java (diff)
The file was modified modules/XmlMarshalling/src/test/java/it/tidalwave/accounting/exporter/xml/impl/AccountingXmlMarshallableTest.java (diff)
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/xml/ProjectXml.java (diff)
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/Accounting.java (diff)
The file was modified modules/iBizImporter/src/test/java/it/tidalwave/accounting/importer/ibiz/impl/DefaultIBizImporterTest.java (diff)
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryInvoiceFinderFromMap.java (diff)
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/Customer.java (diff)
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/adapters/LocalDateTimeAdapter.java (diff)
The file was modified modules/UIHourlyReport/src/main/java/it/tidalwave/accounting/ui/hourlyreport/impl/ProjectReportUserActionProvider.java (diff)
The file was modified modules/Model/src/test/java/it/tidalwave/accounting/test/util/ScenarioFactory.java (diff)
The file was modified modules/JavaFXUI/src/main/resources/it/tidalwave/accounting/ui/hourlyreport/impl/javafx/HourlyReport.fxml (diff)
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/xml/AccountingXml.java (diff)
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/AccountingXmlMarshallable.java (diff)
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryInvoiceRegistry.java (diff)
The file was modified modules/UIHourlyReport/src/main/java/it/tidalwave/accounting/ui/hourlyreport/impl/DefaultHourlyReportPresentationControl.java (diff)
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryFlatJobEvent.java (diff)
The file was modified modules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/impl/DefaultIBizProjectImporter.java (diff)
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryJobEventFinderSupport.java (diff)
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryJobEventGroup.java (diff)
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/xml/InvoiceXml.java (diff)
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryProject.java (diff)
The file was modified modules/Model/src/test/java/it/tidalwave/accounting/model/types/AddressTest.java (diff)
The file was modified modules/UIiBizImporter/src/main/java/it/tidalwave/accounting/ui/importer/ibiz/impl/DefaultIBizImporterPresentationControl.java (diff)
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/InvoiceRegistry.java (diff)
The file was modified modules/pom.xml (diff)
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/spi/ObjectFactory.java (diff)
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/adapters/LocalDateAdapter.java (diff)
The file was modified modules/UIJobEventExplorer/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/impl/JobEventPresentable.java (diff)
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/Project.java (diff)
The file was modified modules/JavaFXApplication/src/main/java/it/tidalwave/accounting/ui/impl/javafx/BlueHourApplicationAssembler.java (diff)
The file was modified modules/UIJobEventExplorer/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/impl/TimedJobEventPresentable.java (diff)
The file was modified modules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/customerexplorer/impl/javafx/JavaFxCustomerExplorerPresentation.java (diff)
The file was modified modules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/IBizImporter.java (diff)
The file was modified modules/JavaFXApplication/src/main/java/it/tidalwave/accounting/ui/impl/javafx/JavaFXApplicationPresentationDelegate.java (diff)
The file was modified modules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/impl/DefaultIBizInvoiceImporter.java (diff)
The file was modified modules/JavaFXApplication/src/main/java/it/tidalwave/application/javafx/JavaFXToolBarModel.java (diff)
The file was modified modules/JavaFXUI/src/main/resources/it/tidalwave/accounting/ui/jobeventexplorer/impl/javafx/JobEventExplorer.fxml (diff)
The file was modified modules/ModelInMemory/src/test/java/it/tidalwave/accounting/model/types/impl/ProjectTest.java (diff)
The file was modified modules/XmlMarshalling/src/test/java/it/tidalwave/accounting/exporter/xml/impl/AccountingXmlUnmarshallableTest.java (diff)
The file was modified modules/UICustomerExplorer/src/main/java/it/tidalwave/accounting/ui/customerexplorer/impl/DefaultCustomerExplorerPresentationControl.java (diff)
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryProjectRegistry.java (diff)
The file was modified modules/JavaFXApplication/src/main/java/it/tidalwave/accounting/ui/impl/javafx/Main.java (diff)
The file was modified modules/JavaFXApplication/src/main/resources/it/tidalwave/accounting/ui/impl/javafx/Application.fxml (diff)
The file was modified modules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/customerexplorer/impl/javafx/JavaFxCustomerExplorerPresentationDelegate.java (diff)
The file was modified modules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/projectexplorer/impl/javafx/JavaFxProjectExplorerPresentation.java (diff)
The file was modified pom.xml (diff)
The file was modified modules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/hourlyreport/impl/javafx/JavaFxHourlyReportPresentationDelegate.java (diff)
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/Invoice.java (diff)
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryCustomer.java (diff)
The file was modified modules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/impl/javafx/JavaFxJobEventExplorerPresentationDelegate.java (diff)
The file was modified modules/Model/src/test/java/it/tidalwave/accounting/model/types/MoneyTest.java (diff)
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryTimedJobEvent.java (diff)
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/impl/DefaultHourlyReportGenerator.java (diff)
The file was modified modules/UIJobEventExplorer/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/impl/DefaultJobEventExplorerPresentationControl.java (diff)
The file was modified modules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/impl/DefaultIBizImporter.java (diff)
The file was modified modules/UIProjectExplorer/src/main/java/it/tidalwave/accounting/ui/projectexplorer/impl/ProjectPresentable.java (diff)
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryInvoice.java (diff)
The file was modified modules/iBizImporter/src/main/java/it/tidalwave/accounting/importer/ibiz/impl/ConfigurationDecorator.java (diff)
The file was modified modules/UIProjectExplorer/src/main/java/it/tidalwave/accounting/ui/projectexplorer/impl/DefaultProjectExplorerPresentationControl.java (diff)
The file was modified modules/UICustomerExplorer/src/main/java/it/tidalwave/accounting/ui/customerexplorer/impl/CustomerPresentable.java (diff)
The file was modified modules/UIJobEventExplorer/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/impl/JobEventGroupPresentable.java (diff)
The file was modified modules/UIJobEventExplorer/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/impl/RedStyleForNegativeMoney.java (diff)
The file was modified modules/UIJobEventExplorer/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/impl/FlatJobEventPresentable.java (diff)
The file was modified modules/UICommons/src/main/java/it/tidalwave/role/ui/spi/MessageSendingUserAction.java (diff)
The file was modified modules/ModelInMemory/src/main/java/it/tidalwave/accounting/model/impl/InMemoryJobEvent.java (diff)
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/AccountingXmlUnmarshallable.java (diff)
The file was modified modules/ModelInMemory/src/test/java/it/tidalwave/accounting/model/types/impl/JobEventTest.java (diff)
The file was modified modules/UICommons/src/main/java/it/tidalwave/accounting/role/LoadableSaveableAccounting.java (diff)
The file was modified modules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/jobeventexplorer/impl/javafx/JavaFxJobEventExplorerPresentation.java (diff)
The file was modified modules/JavaFXUI/src/main/java/it/tidalwave/accounting/ui/importer/ibiz/impl/javafx/JavaFxIBizImporterPresentationDelegate.java (diff)
The file was modified modules/ModelInMemory/src/test/java/it/tidalwave/accounting/model/types/impl/CustomerTest.java (diff)
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/types/Money.java (diff)
The file was modified modules/UIiBizImporter/src/main/java/it/tidalwave/accounting/ui/importer/ibiz/impl/IBizImporterActionProvider.java (diff)
The file was modified modules/XmlMarshalling/src/main/java/it/tidalwave/accounting/exporter/xml/impl/xml/CustomerXml.java (diff)
The file was modified modules/Model/src/main/java/it/tidalwave/accounting/model/JobEvent.java (diff)
Commit cdf9a1755e9459babcd37a63b3502d37be5eccd2 by Fabrizio Giudici
Untracked some IDEA files.
The file was removed.idea/markdown.xml
The file was removed.idea/jpa-buddy.xml
The file was removed.idea/encodings.xml
The file was removed.idea/pmd-idea.xml
The file was removed.idea/vcs.xml
The file was removed.idea/modules.xml
The file was removed.idea/compiler.xml
The file was removed.idea/checkstyle-idea.xml
The file was removed.idea/misc.xml
The file was removed.idea/uiDesigner.xml
The file was modified .gitignore (diff)
The file was removed.idea/jarRepositories.xml