summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/gui/wizard/page
Commit message (Collapse)AuthorAgeFilesLines
* [client] Add missing null checkSimon Rettberg2019-04-091-1/+3
|
* [client] introduce branding, --dump and --packJonathan Bauer2019-01-312-5/+5
| | | | | | | | | | | | | | | | | | | | | 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/+21
| | | | This reverts commit b9f993161d7a8472e82f2c747c2361a3ba411b6a.
* [client] Get rid of Feature checks; RPC version was bumpedSimon Rettberg2018-12-071-21/+2Star
|
* [client] Simplify detected vm type handlingSimon Rettberg2018-09-171-20/+14Star
|
* [client] reworked ImageDetailsWindowJonathan Bauer2018-06-251-1/+1
| | | | | | * switch to tab layout * support for new dialog monitor * simplified (hah!) permissions handling
* [client] Move netrules configurator into tabSimon Rettberg2018-06-221-20/+1Star
|
* [client] Refactor change monitor classes, better error message handlingSimon Rettberg2018-06-211-1/+1
|
* [client] Switch over LectureDetailsWindow to new change monitor systemSimon Rettberg2018-06-201-1/+1
| | | | This saves ~230 LOC, making the class about 25% smaller
* [client] Use TConst virtualizer constantsSimon Rettberg2018-04-241-2/+3
|
* [client] too much bash :)Jonathan Bauer2018-04-231-1/+1
|
* [client] remove test code -.-Jonathan Bauer2018-04-201-1/+1
|
* [client] respect Feature.MULTIPLE_HYPERVISORJonathan Bauer2018-04-201-13/+25
|
* [client] formattingJonathan Bauer2018-04-201-6/+5Star
|
* [client] error if VM (not disk) has snapshotsJonathan Bauer2018-04-201-3/+2Star
|
* [client] Better error msg for hypervisor mismatch on uploadSteffen Ritter2018-04-181-1/+1
|
* [client] do not allow a change in virtualizerJonathan Bauer2018-04-181-0/+11
|
* [client] fix wrong filter selected when creating new vmJonathan Bauer2018-04-171-3/+1Star
|
* [client] Minor cleanups, add/remove TODOs, rename vars, ...Simon Rettberg2018-04-161-3/+3
|
* [*] Add virtualbox supportVictor Mocanu2018-04-162-18/+67
|
* [client] Add hint to image upload wizard that you can update existing VMsSimon Rettberg2016-11-101-2/+2
|
* [client] remove unneeded wrapped class for netrules/runscript + fix some ↵Jonathan Bauer2016-09-051-9/+10
| | | | save button enable problems once more...
* [client] sort OS list in wizard's image creation pageJonathan Bauer2016-09-021-0/+3
|
* [client] splitted netrules & runscript tab/panel/w/eJonathan Bauer2016-09-021-12/+15
|
* [client] reworked vmx editorJonathan Bauer2016-09-022-2/+1Star
|
* [client] Don't allow upload of snapshotted VMsSimon Rettberg2016-08-301-6/+43
|
* [client] Check for vmware lock file when user selects a vm for uploadSimon Rettberg2016-08-171-0/+22
|
* [client] fix bad conditionJonathan Bauer2016-08-171-2/+1Star
|
* [client] re-enable advanced and restrictions tabs based on API versionJonathan Bauer2016-08-171-5/+7
|
* [client] ImageUploadWizard: hide the "create lecture for that VM" button ↵Jonathan Bauer2016-08-151-2/+4
| | | | until the download is complete instead of just disabling it
* [client] disabled UI elements for unfinished featuresJonathan Bauer2016-06-221-0/+2
|
* [client] fix typo + always call collapseFullySelectedNodes in setCheckedStateJonathan Bauer2016-03-151-1/+0Star
|
* [client/server] add support for advanced configuration for usb/netrules stuffJonathan Bauer2016-03-031-5/+27
|
* [client] Improve some texts (image -> vm mostly)Simon Rettberg2016-02-041-4/+5
|
* [client] Show lecture valid days in red if < 7 daysSimon Rettberg2016-01-291-0/+2
|
* [client] Sanitize coding style/conventions in GUI classesSimon Rettberg2016-01-299-66/+66
|
* [client] Fix NPESimon Rettberg2016-01-261-1/+1
|
* [client] Save locations selected in winzard; check location count; default ↵Simon Rettberg2016-01-221-1/+14
| | | | to "prioritize"
* [client] Cleanup & formattingSimon Rettberg2016-01-221-31/+4Star
|
* [client] Changed location selector from lists to tree selectionJonathan Bauer2016-01-211-18/+18
|
* [client] checkbox to show the lecture only in the selected roomsJonathan Bauer2016-01-051-10/+11
| | | | | | functionality still wip renamed room -> locations
* [client] room selection widget [wip]Jonathan Bauer2015-12-181-0/+57
| | | | | new wizard page in the lecture wizard new button "Raumauswahl" LectureDetailsWindow
* [client] Refactoring: Use TextChangeListener instead of DocumentListenerSimon Rettberg2015-10-272-29/+6Star
|
* [client] Disabled checkboxes for not implemented features (internet access ↵Stephan Schwaer2015-10-081-0/+4
| | | | and exam) for lectures
* [client] Removed useless isActive button from imageCreation wizard.Stephan Schwaer2015-10-071-2/+0Star
|
* [client] Code formatting.Stephan Schwaer2015-10-073-13/+13
|
* [client] Can now continue in imageListPage in lecture wizard with double ↵Stephan Schwaer2015-10-071-1/+16
| | | | click on image.
* [client] Made dedicated buttons in the mainWindow. Changed string in lecture ↵Stephan Schwaer2015-10-071-3/+3
| | | | wizard.
* [client] Calculate and show the days between the selected dates in lecture ↵Stephan Schwaer2015-10-061-2/+22
| | | | creation wizard.
* [client] Fixed default permissions not beeing written at image creation.Stephan Schwaer2015-10-061-5/+7
|