summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/layout/LectureDetailsWindowLayout.java
Commit message (Collapse)AuthorAgeFilesLines
* [client] introduce branding, --dump and --packJonathan Bauer2019-01-311-2/+3
| | | | | | | | | | | | | | | | | | | | | Application name, service name, master server endpoints, documentation websites needed to be configurable to allow for an easy rebranding of the suite. Two new options allow this: use '--dump <folder>' to dump the jar's configurable files into that folder. Aside from text templates in 'txt', logos and icons in 'img', the 'branding.properties' file contains: * masterserver.address : self-explanatory * application.name : name to be shown on graphical elements like the main window * service.name : name to be used as a prefix for formulation like 'bwLehrpool-Team' or 'bwLehrpool-System' etc * service.faq.website : link to FAQ website * service.email : support contact address Once edited, the whole folder can be integrated into the Suite with '--pack <folder> <new_jar>'. The path to the new jar is then the rebranded version of the suite.
* Revert "[client] Get rid of Feature checks; RPC version was bumped"Simon Rettberg2018-12-111-2/+7
| | | | This reverts commit b9f993161d7a8472e82f2c747c2361a3ba411b6a.
* [client] Get rid of Feature checks; RPC version was bumpedSimon Rettberg2018-12-071-7/+2Star
|
* [client] Increase LectureDetailsWindow height by 100pxSimon Rettberg2018-11-281-1/+1
|
* [client] Rename files/varsSimon Rettberg2018-11-221-3/+3
|
* [client] Rename Startscript tabSimon Rettberg2018-11-211-2/+1Star
|
* [client] image details: Move share/update button to overview tabSimon Rettberg2018-06-281-2/+2
| | | | Also tweak some minor UI issues
* [client] Move netrules configurator into tabSimon Rettberg2018-06-221-35/+37
|
* [client] Sanitize class/var names, split up control packageSimon Rettberg2018-06-211-6/+6
| | | | | | | All configurators have moved from *.control to *.configurator *.control should be used for simple controls that feel like they're really just one thing. The configurators are more like a group of controls.
* [client] Switch over LectureDetailsWindow to new change monitor systemSimon Rettberg2018-06-201-2/+0Star
| | | | This saves ~230 LOC, making the class about 25% smaller
* [client] LectureDetails: Auto-resize columns, make window a bit widerSimon Rettberg2018-06-181-1/+1
|
* Add support for LDAP lecture filtersSimon Rettberg2018-06-141-1/+19
|
* [client] Fix NPE with JDatePicker (by updating it)Simon Rettberg2018-01-291-11/+5Star
| | | | Fixes #3292
* "Netzwerk-Share" -> "Netzlaufwerke"Jonathan Bauer2017-12-181-1/+1
|
* Lecture name should not be multiline!Jonathan Bauer2017-12-011-2/+2
|
* [netshare] minor layout optimizationsJonathan Bauer2017-09-071-1/+1
|
* [client/server] network share feature [WIP]Jonathan Bauer2017-09-061-0/+17
|
* [client] Formatting/Wording/Layout of lecture details and netrules improvedSimon Rettberg2016-09-191-56/+54Star
|
* [client] minor text changesJonathan Bauer2016-09-071-2/+2
|
* [client] splitted netrules & runscript tab/panel/w/eJonathan Bauer2016-09-021-16/+18
|
* [client] don't use System.lineSeparator() but regular linefeed/carriage returnJonathan Bauer2016-09-021-0/+1
|
* [client] reworked vmx editorJonathan Bauer2016-09-021-2/+2
|
* [client] re-enable advanced and restrictions tabs based on API versionJonathan Bauer2016-08-171-4/+7
|
* [client] disabled UI elements for unfinished featuresJonathan Bauer2016-06-221-3/+5
|
* [client] wording improvementJonathan Bauer2016-03-181-2/+2
|
* [client] reworked lecture details windowJonathan Bauer2016-03-151-115/+235
| | | | now uses tabs for subsets of options - clearing up the gui a bit
* [client/server] add support for advanced configuration for usb/netrules stuffJonathan Bauer2016-03-031-4/+14
|
* [client] Improve some texts (image -> vm mostly)Simon Rettberg2016-02-041-2/+2
|
* [client] Add icons to lecture and image list buttonsSimon Rettberg2016-02-021-1/+2
|
* [client] Sanitize coding style/conventions in GUI classesSimon Rettberg2016-01-291-13/+13
|
* [client] checkbox to show the lecture only in the selected roomsJonathan Bauer2016-01-051-3/+3
| | | | | | functionality still wip renamed room -> locations
* [client] room selection widget [wip]Jonathan Bauer2015-12-181-1/+6
| | | | | new wizard page in the lecture wizard new button "Raumauswahl" LectureDetailsWindow
* [client] Fix ui ugliness in image-/lecture details window of the description ↵Stephan Schwaer2015-11-031-2/+5
| | | | text.
* [client] Code formatting.Stephan Schwaer2015-10-071-2/+1Star
|
* [client] Fixed layout of datepickers in lecture window.Stephan Schwaer2015-09-211-6/+13
|
* [client] forgotten TODOs that are long doneJonathan Bauer2015-09-161-2/+0Star
|
* [client] reworked german textJonathan Bauer2015-09-151-2/+2
|
* [client] LectureDetailsWindowLayout: error labelJonathan Bauer2015-09-111-0/+6
|
* [client] LectureDetails: moved fields around to keep the same order as in ↵Jonathan Bauer2015-09-101-27/+28
| | | | ImageDetailsWindow
* [client] Scale windows/panels according to the saved scaling factorJonathan Bauer2015-09-071-2/+2
| | | | When setting sizes, please use Gui.getScaledDimension(width, height)t
* [client] Add a date picker that supports proper event for changes :)Simon Rettberg2015-09-071-4/+4
|
* [client] Close details windows on save, 'Cancel' => 'Close'Simon Rettberg2015-09-041-1/+1
|
* [client] Don't go crazy on lectures without an imageSimon Rettberg2015-09-031-16/+16
|
* [client] "Cancel"/"Save" button order for DetailsWindowsJonathan Bauer2015-09-021-2/+2
| | | | added confirmation if the user wants to close a detail window were he changed some of the field
* [client] implements missing UIFeedbackJonathan Bauer2015-09-011-1/+1
|
* [client] Don't render HTML where it's not requiredSimon Rettberg2015-08-281-24/+24
|
* [client] Mark invalid image versions in lecture details windowSimon Rettberg2015-08-251-7/+11
|
* [client] Major layout fixStephan Schwaer2015-08-241-1/+1
|
* [client] Included new permission options into lecture details.Stephan Schwaer2015-08-241-29/+15Star
|
* [client] LectureDetails saving things [wip]Jonathan Bauer2015-08-241-7/+4Star
|