summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/gui/control
Commit message (Collapse)AuthorAgeFilesLines
* [client] Fix warnings and replace deprecated methodsManuel Bentele2021-03-1119-31/+131
|
* [client] I18n of LocationSelectorMürsel Türk2020-12-311-2/+3
|
* [client] I18n of search in description featureMürsel Türk2020-12-311-1/+2
| | | | Feature #3691
* Merge remote-tracking branch 'origin/feature/docker-integration-new' into ↵Stephan Schwär2020-12-151-1/+1
|\ | | | | | | feature-merge
| * [client] Refactoringralph isenmann2020-12-011-1/+1
| | | | | | | | | | - rewrite visible text for usage, fix typos - hide gui controls, which are not used in container context.
* | [client] Make table background use look and feelStephan Schwär2020-11-301-16/+20
| | | | | | | | | | | | | | The table was opaque and therefore did not adhere to the look and feel. Table and TableCellRenderer now set to non opaque for non selected rows which lets the background through. Selected rows still should be opaque to show a different background indicating selection (e.g. blue).
* | [client] Set table row height according to scalingStephan Schwär2020-11-181-0/+4
| | | | | | | | | | | | - prevent rescaling for every TableCellRenderer call Issue: #3794
* | Merge branch 'feature/search-in-description' into feature-mergeStephan Schwär2020-11-171-7/+22
|\ \
| * | [client] Access directly to variable descriptionMürsel Türk2020-11-131-3/+4
| | | | | | | | | | | | Issue: #3691
| * | [client] Check if description field is setMürsel Türk2020-11-111-5/+7
| | | | | | | | | | | | | | | | | | | | | The helper class for checking whether object has field with the help of java reflection is removed and replaced by methods of Thrift TBase. Issue : #3691
| * | [client] Fixed search in descriptionMürsel Türk2020-11-101-9/+19
| | | | | | | | | | | | Issue: #3691
| * | [client] Search in descriptionMürsel Türk2020-10-141-0/+2
| | | | | | | | | | | | Resolves: #3691
* | | Merge remote-tracking branch 'origin/buxfix/searchCaseSensitive' into ↵Stephan Schwär2020-11-111-2/+5
|\ \ \ | | | | | | | | | | | | feature-merge
| * | | [client] fixed search funktionKuersat Akmaz2020-10-191-2/+1Star
| | | | | | | | | | | | | | | | | | | | | | | | the search is now Pattern.Case_insensitive and Pattern.UNICODE_CASE which was necessary to fix error Issue : #3783
| * | | [client] solved CaseSensitivity issue in searchfunktionKuersat Akmaz2020-10-071-0/+1
| | | | | | | | | | | | | | | | Issue : #3783
| * | | [client] Disabled cboFilter for Students in ImageListKuersat Akmaz2020-07-051-1/+4
| |/ / | | | | | | | | | | | | | | | | | | Student are not allowed to filer for certain categorys like own VMs because they can only access the available ones Issue : 3727
* | | Merge remote-tracking branch 'origin/feature/i18n' into feature-mergeStephan Schwär2020-11-1111-56/+115
|\ \ \ | |_|/ |/| |
| * | [client] Add resource bundle files for control classes. Update the control ↵Mürsel Türk2020-07-0711-56/+115
| |/ | | | | | | classes accordingly.
* / [client] allow user to define bind mounts for containerralph isenmann2020-10-051-0/+28
|/ | | | | | | - update gui with table that can be modified by user with entrys for bind mounts - update ContainerMeta to use these ContainerBindMount - remove older bind mount solution (gui elements) - TODO: update ImageDetailsList to allow modification on bind mounts
* [client] ldapfilter: remove grey text for predefJonathan Bauer2019-04-041-22/+0Star
| | | | caused some confusion: one could think they were not usable
* Revert "[client] show predefined shares in a light gray"Jonathan Bauer2019-04-041-22/+0Star
| | | | This reverts commit 4f08beb1570b762397003c85ee71b7373a891666.
* [client] show predefined shares in a light grayJonathan Bauer2019-04-041-0/+22
|
* [client] fix exception when predef netshare has noJonathan Bauer2019-03-011-0/+2
| | | | mount point
* [client] Show total size and version count in image tableSimon Rettberg2018-12-071-6/+13
|
* [client] NullPointer checks in ListTable etc.Simon Rettberg2018-12-041-0/+2
|
* [client] Trigger table change event on checkbox changeSimon Rettberg2018-11-291-0/+1
|
* [client] remove unused importJonathan Bauer2018-11-291-1/+0Star
|
* [client] remove commented codeJonathan Bauer2018-11-291-21/+0Star
|
* [client] fix NPE on deletion of entries in CheckListTableJonathan Bauer2018-11-291-1/+1
|
* [client] support predefined netshares 1.0Jonathan Bauer2018-11-281-2/+7
|
* [client] fix bad equals() in CheckListTableJonathan Bauer2018-11-281-1/+5
| | | | used to compare S to Wrapper<S> which can never be true
* [client] Support predefined filters in LDAP editorSimon Rettberg2018-11-262-3/+193
|
* [client] Add edit support to ListTableSimon Rettberg2018-11-262-3/+44
|
* [client] netshare new featuresJonathan Bauer2018-11-261-4/+11
| | | | | | | * added "is printer" checkbox (internally saves mount point as '-') * allow empty share names (internally mapped to '-') * allow empty share mount points (displayed as '-') * spaced out some form components
* [client] Fix stuff FindBugs complained aboutSimon Rettberg2018-06-271-2/+0Star
|
* [client] Sanitize class/var names, split up control packageSimon Rettberg2018-06-217-1744/+2Star
| | | | | | | 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] Refactor change monitor classes, better error message handlingSimon Rettberg2018-06-214-9/+17
|
* [client] Switch over LectureDetailsWindow to new change monitor systemSimon Rettberg2018-06-205-101/+96Star
| | | | This saves ~230 LOC, making the class about 25% smaller
* [client] Use WordWrapLabel for HelpTextSteffen Ritter2018-06-181-1/+1
|
* [client] LectureDetails: Auto-resize columns, make window a bit widerSimon Rettberg2018-06-182-7/+6Star
|
* Add support for LDAP lecture filtersSimon Rettberg2018-06-142-0/+238
|
* [client] UploadPanel: Add checkbox to toggle server side copyingSimon Rettberg2018-05-121-4/+13
|
* [client] Show server side progress and estimated virtual speedSimon Rettberg2018-05-091-7/+15
|
* [client] Hide virtualizer icon if only one type presentSimon Rettberg2018-04-281-0/+13
|
* [client] clear input fields after adding shareJonathan Bauer2018-04-241-19/+23
| | | | Closes #3359
* [client] never shrink columns (requested)Jonathan Bauer2018-04-181-1/+1
|
* [client] add hypervisor icons to image tableJonathan Bauer2018-04-182-3/+25
|
* [client] Fix JDatePicker init by passing default calendarSimon Rettberg2018-01-291-3/+2Star
|
* [client] Fix NPE with JDatePicker (by updating it)Simon Rettberg2018-01-291-8/+22
| | | | Fixes #3292
* [client] netshare: add %loginuser% hintJonathan Bauer2018-01-191-3/+5
| | | | Closes #3270