summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/ImageDetailsWindow.java
Commit message (Collapse)AuthorAgeFilesLines
* [client] added improved documentation for editorfeature/htmlEditorInDescrioptionTextKuersat Akmaz2021-01-201-1/+4
| | | | | Added comments for better maintainance issue : #3727
* [client] fixed htmleditor in LectureDetailsWindownKuersat Akmaz2020-11-301-0/+12
| | | | Issue : #3732
* [client] added fixed htmleditor to imagedetailswindowKuersat Akmaz2020-11-301-51/+87
| | | | Issue : #3732
* [client] added WYSIWYG button into image datailswindowKuersat Akmaz2020-11-121-0/+19
| | | | Issue : #3732
* [client] added text sizing and color to htmleditor in imagedetailswindowKuersat Akmaz2020-11-121-0/+42
| | | | Issue : #3732
* [client] Added Html editor into ImageCreationPageKuersat Akmaz2020-10-171-0/+3
| | | | Issue : #3732
* [client] Allow editing VMX of VMs from master serverSimon Rettberg2019-03-191-2/+1Star
|
* [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-3/+5
| | | | This reverts commit b9f993161d7a8472e82f2c747c2361a3ba411b6a.
* [client] date woes... *g*Jonathan Bauer2018-12-071-9/+7Star
|
* [client] Get rid of Feature checks; RPC version was bumpedSimon Rettberg2018-12-071-5/+3Star
|
* [client] Fix date comparisonSimon Rettberg2018-11-281-1/+1
|
* [client] allow user to choose how long an image is to be extended forJonathan Bauer2018-11-271-3/+22
|
* [client] remove old workaroundJonathan Bauer2018-11-261-4/+0Star
|
* [client] image details: Move share/update button to overview tabSimon Rettberg2018-06-281-0/+1
| | | | Also tweak some minor UI issues
* [client] Fix string compareSimon Rettberg2018-06-271-1/+1
|
* [client] Fix compile error: Remove ref to undefined memberSimon Rettberg2018-06-261-1/+1
|
* [client] more optimization on ImageDetailWindowJonathan Bauer2018-06-251-20/+16Star
| | | | (gimme dat star!)
* [client] reworked ImageDetailsWindowJonathan Bauer2018-06-251-168/+136Star
| | | | | | * switch to tab layout * support for new dialog monitor * simplified (hah!) permissions handling
* [client] Sanitize class/var names, split up control packageSimon Rettberg2018-06-211-2/+2
| | | | | | | 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.
* Prevent users from publishing non-vmware imageJonathan Bauer2018-04-261-0/+8
| | | | | and filter non-vmware image out from the published image list in case they manage to somehow upload it anyway
* formattingJonathan Bauer2018-04-261-35/+37
|
* [client] handle formatting of xml while editingJonathan Bauer2018-04-251-1/+1
|
* [client] Use TConst virtualizer constantsSimon Rettberg2018-04-241-1/+2
|
* [translation] Satelliten-Server/Master-Server -> Satellitenserver/MasterserverSteffen Ritter2018-04-241-1/+1
|
* [client] Minor cleanups, add/remove TODOs, rename vars, ...Simon Rettberg2018-04-161-2/+1Star
|
* [*] Add virtualbox supportVictor Mocanu2018-04-161-3/+14
|
* [client] major fixJonathan Bauer2017-11-301-1/+1
|
* [client] Allow download of expired image versionsSimon Rettberg2017-11-211-2/+1Star
| | | | Fixes #3234
* [client] Inform user about transfers that run independently of their clientSimon Rettberg2017-07-271-12/+24
|
* [client] Add support for Feature.EXTEND_EXPIRED_VMSimon Rettberg2017-07-241-1/+7
|
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Victor Mocanu2016-10-311-4/+5
|\
| * [client] disable "extend image expiry date" again until the server supports ↵Jonathan Bauer2016-10-271-4/+5
| | | | | | | | it correctly
* | [client] added simple vmx editorVictor Mocanu2016-10-311-1/+1
|/
* [client] allow extending the expiry date on invalid imagesJonathan Bauer2016-10-201-2/+1Star
|
* [client] Add/fix several weblinks ->Simon Rettberg2016-09-191-1/+4
| | | | | | Add FAQ URL to 'About' menu Add 'Register' button to LoginWindow Fix registration URL when image publishing fails
* [client] publish error: give the user a hint about a potential cause of the ↵Jonathan Bauer2016-09-191-1/+2
| | | | problem
* [client] respect ShareMode of the image when en/disabling popup menu items. ↵Jonathan Bauer2016-09-091-4/+2Star
| | | | And removed unneeded code.
* [client] hide vmx edit button if dmsd does not support itJonathan Bauer2016-09-081-1/+2
|
* [client] make image details editable only when working with local imagesJonathan Bauer2016-09-051-0/+5
|
* [client] don't use System.lineSeparator() but regular linefeed/carriage returnJonathan Bauer2016-09-021-0/+5
|
* [client] reworked vmx editorJonathan Bauer2016-09-021-26/+1Star
|
* [client] vm-config editor finished, accessible from the popup menu of ↵Jonathan Bauer2016-08-311-38/+61
| | | | image's versions
* [client] started rudimentary VMX editorJonathan Bauer2016-08-251-0/+39
|
* [client] Allow deletion of expired image versionsSimon Rettberg2016-08-171-3/+2Star
| | | | | The menu entry was grayed out for expired versions, making it impossible to delete such versions.
* [client] Add rudimentary menu entry to extend image expire dateSimon Rettberg2016-07-221-19/+53
|
* [client] published image button statesJonathan Bauer2016-05-191-4/+3Star
| | | | | | | * always show "public images" button * hide the "upload to master" button instead of disabling it if the sat doesnt support it * introduced Session.isImagePublishSupported instead of multiple satApiVersion checks * added SelectionListener for ImagePublishedWindow to en/disable download buttons on selection change
* [client] add confirmation message before uploading an image to the masterserverJonathan Bauer2016-05-101-0/+8
|
* [client] publish image stuff 2.0Jonathan Bauer2016-05-041-3/+9
|
* [client] first working draft for published images stuffJonathan Bauer2016-04-271-14/+25
|