-
Notifications
You must be signed in to change notification settings - Fork 104
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #396 from sialcasa/develop
merge develop version into stable to begin new dev cycle
- Loading branch information
Showing
385 changed files
with
15,601 additions
and
9,640 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 3 additions & 1 deletion
4
...example/src/main/java/de/saxsys/mvvmfx/examples/contacts/events/ContactsUpdatedEvent.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,9 @@ | ||
package de.saxsys.mvvmfx.examples.contacts.events; | ||
|
||
/** | ||
* CDI event class that is used to indicate that a contact was updated/added/removed. | ||
* CDI event class that is used to indicate that a contact was | ||
* updated/added/removed. | ||
*/ | ||
public class ContactsUpdatedEvent { | ||
|
||
} |
9 changes: 0 additions & 9 deletions
9
...example/src/main/java/de/saxsys/mvvmfx/examples/contacts/events/OpenAboutDialogEvent.java
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
...le/src/main/java/de/saxsys/mvvmfx/examples/contacts/events/OpenAddContactDialogEvent.java
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
...-example/src/main/java/de/saxsys/mvvmfx/examples/contacts/events/OpenAuthorPageEvent.java
This file was deleted.
Oops, something went wrong.
25 changes: 0 additions & 25 deletions
25
...e/src/main/java/de/saxsys/mvvmfx/examples/contacts/events/OpenEditContactDialogEvent.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,5 @@ | |
* Event class to trigger the shutdown of the application. | ||
*/ | ||
public class TriggerShutdownEvent { | ||
|
||
} |
4 changes: 2 additions & 2 deletions
4
...ontacts-example/src/main/java/de/saxsys/mvvmfx/examples/contacts/events/package-info.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
/** | ||
* This package contains CDI event classes. | ||
* This package contains CDI event classes. | ||
*/ | ||
package de.saxsys.mvvmfx.examples.contacts.events; | ||
package de.saxsys.mvvmfx.examples.contacts.events; |
Oops, something went wrong.