Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verbesserung ProjektAuswahlDialog #108

Merged
merged 5 commits into from
Jan 21, 2024

Conversation

JohannMaierhofer
Copy link

Ändere Button Text "weiter" zu "übernehmen". Weiter suggeriert das noch was folgt. Übernehmen ist wie bei anderen Dialogen.
Korrektur des falschen ä in "auswählen"
Icons für die Buttons hinzugefügt, analog zu den anderen Dialogen.
Korrektes Handling von Abbruch über Button, Icon und ESC ohne Ausgabe einer Meldung.
ESC und Abbruch Button meldeten "Fehler bei der Zuordnung des Projektes".
Abbruch Icon rechts oben meldete "Kein Projekt ausgewählt".

Update Button Text "weiter" zu "übernehmen". Weiter suggeriert das noch was folgt. Übernehmen wie bei anderen Dialogen.
Korrektur falsche ä
Icons für die Buttons
Korrektes Handling von Abbruch über Button, Icon und ESC ohne Meldung
@dippeal dippeal added the enhancement New feature or request label Jan 19, 2024
dippeal
dippeal previously approved these changes Jan 20, 2024
Habe den Kommentar bezüglich der catch Implementierung aus Request openjverein#104 implementiert.
Analog zu Buchungsart Zuordnung kann man einstellen ob überschrieben werden soll.
Analog zu Mitgliedskonto Zuordnung kann das Projekt auch gelöscht werden
MSchmalzl
MSchmalzl previously approved these changes Jan 20, 2024
@@ -51,7 +53,7 @@ public ProjektAuswahlDialog(int position, Buchung[] buchungen)
super(position);
this.buchungen = buchungen;

setTitle("Projekt ausw�hlen");
setTitle("Projekt ausw�hlen");
setSize(450, 150);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Vorschlag zur Verbesserung: Wenn hier der Wert von 150 auf 175 geändert wird bräuchte man nicht jedesmal den Dialog in der Höhe "zurechtzupfen".

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ist im neuen Commit schon gemacht

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

aber 175 ist besser statt 200

@dippeal dippeal merged commit fc0006a into openjverein:master Jan 21, 2024
@JohannMaierhofer JohannMaierhofer deleted the dialogVerbesserungen branch January 21, 2024 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants