summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/gui
Commit message (Collapse)AuthorAgeFilesLines
...
* | | [client] Remove unused code of earlier solutionStephan Schwär2020-11-231-8/+0Star
| | | | | | | | | | | | Feature: #3771
* | | [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-173-16/+44
|\ \ \
| * | | [client] Access directly to variable descriptionMürsel Türk2020-11-132-7/+9
| | | | | | | | | | | | | | | | Issue: #3691
| * | | [client] Check if description field is setMürsel Türk2020-11-112-10/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-103-20/+38
| | | | | | | | | | | | | | | | Issue: #3691
| * | | [client] Search in descriptionMürsel Türk2020-10-142-0/+4
| | | | | | | | | | | | | | | | Resolves: #3691
* | | | Merge remote-tracking branch 'origin/buxfix/searchCaseSensitive' into ↵Stephan Schwär2020-11-115-9/+53
|\ \ \ \ | | | | | | | | | | | | | | | feature-merge
| * | | | [client] fixed search funktionKuersat Akmaz2020-10-192-4/+2Star
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-072-0/+2
| | | | | | | | | | | | | | | | | | | | Issue : #3783
| * | | | [client] 'VM-Details-anzeigen' Button when multiselect activatedKuersat Akmaz2020-10-071-4/+4
| | | | | | | | | | | | | | | | | | | | Bug fix Issue : #3743
| * | | | [client] renamed the function deactiveUnnecessaryButtonsForStudents -> ↵Kuersat Akmaz2020-10-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | disableUnnecessaryButtonsForStudents Issue : #3743
| * | | | [client] Button 'Startseite' disabled for StudentsKuersat Akmaz2020-10-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | The Button is not needed for Students because they cant acces it anyway issue : #3743
| * | | | [client] Removed deactivateunneccessarrybuttons functionKuersat Akmaz2020-08-011-30/+1Star
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | since student cant access the imagelist only the lecturelist there is no need to disable buttons for students in the imagelist. Issue : #3743
| * | | | [client] PopupMenu Download Button in Lecturelist for Students enabledKuersat Akmaz2020-07-151-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Enabled the Download Button in Lecturelist for Students and disabled all other buttons. Issue : #3727
| * | | | [client] Deactivated Switch view button for Student in LecturelistKuersat Akmaz2020-07-151-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since Student are not allowed to see the ImageList it makes no sense to give them an uncklickable button at the bottom of the windows. As Discussed in the meeting on 07.07.2020. Issue : #3727
| * | | | [client] Students are directly forwarded to LecturelistKuersat Akmaz2020-07-151-0/+7
| | | | | | | | | | | | | | | | | | | | | | | | | As Discussed in the meeting on 07.07.2020 Issue : 3727
| * | | | [client] Session.isStudent definition and all ocurences RemovedKuersat Akmaz2020-07-072-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Session.canListImages fullwills the same purpose so no redundance needed. Issue : #3727
| * | | | [client] Diabled cboFilter for Students in LectureListKuersat Akmaz2020-07-051-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | students dont need it Issue : #3727
| * | | | [client] Disabled cboFilter for Students in ImageListKuersat Akmaz2020-07-052-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Student are not allowed to filer for certain categorys like own VMs because they can only access the available ones Issue : 3727
| * | | | [client] removed activation of deactive function for Buttons in MainMenuWindowKuersat Akmaz2020-07-051-7/+0Star
| | | | | | | | | | | | | | | | | | | | | | | | | I Removed it, because it can be done without it issue #3727
| * | | | [client] Disabled all unnecessary Buttons in LectureListKuersat Akmaz2020-07-051-0/+20
| | | | |
| * | | | [client] Disabled all unneccessary Buttons in ImageListKuersat Akmaz2020-07-052-4/+40
| |/ / / | | | | | | | | | | | | | | | | | | | | All Buttons which are unneccessary for the Student have been disabled in the Imagelist. Next Step is to do the same thing in Lecturelist. Issue : #3727
* | | | Merge remote-tracking branch 'origin/feature/i18n' into feature-mergeStephan Schwär2020-11-1180-796/+1045
|\ \ \ \
| * | | | [client] Add combobox for choosing languageMürsel Türk2020-08-053-15/+64
| | | | |
| * | | | [client] Add turkish translation for windowMürsel Türk2020-08-051-2/+2
| | | | |
| * | | | [client] Add turkish translation for pageMürsel Türk2020-08-042-5/+4Star
| | | | |
| * | | | [client] Fix missing params for argsMürsel Türk2020-07-161-1/+2
| | | | |
| * | | | [client] Add resource bundle files appMürsel Türk2020-07-141-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Added resource bundle files for the App class. Then updated this class accordingly.
| * | | | [client] Add resource bundle files thriftMürsel Türk2020-07-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Added resource bundle files for the thrift classes. Then updated these classes accordingly.
| * | | | [client] Update GraphicalCertHandlerMürsel Türk2020-07-081-10/+9Star
| | | | | | | | | | | | | | | | | | | | | | | | | Added the updated version of GraphicalCertHandler class that was missing from the last commit.
| * | | | [client] Add resource bundle files for gui folderMürsel Türk2020-07-082-35/+26Star
| | | | | | | | | | | | | | | | | | | | | | | | | Added resource bundle files for the gui classes that are not located in a subfolder. Then updated these classes accordingly.
| * | | | [client] Add helper classes for i18n.Mürsel Türk2020-07-072-0/+104
| | | | |
| * | | | [client] Add resource bundle files for wizard classes. Update the wizard ↵Mürsel Türk2020-07-074-19/+22
| | | | | | | | | | | | | | | | | | | | classes accordingly.
| * | | | [client] Add resource bundle files for wizard/page classes. Update the ↵Mürsel Türk2020-07-077-66/+66
| | | | | | | | | | | | | | | | | | | | wizard/page classes accordingly.
| * | | | [client] Add resource bundle files for wizard/page/layout classes. Update ↵Mürsel Türk2020-07-0710-61/+76
| | | | | | | | | | | | | | | | | | | | the wizard/page/layout classes accordingly.
| * | | | [client] Add resource bundle files for window classes. Update the window ↵Mürsel Türk2020-07-0714-146/+156
| | | | | | | | | | | | | | | | | | | | classes accordingly.
| * | | | [client] Add resource bundle files for window/layout classes. Update the ↵Mürsel Türk2020-07-0716-256/+258
| | | | | | | | | | | | | | | | | | | | window/layout classes accordingly.
| * | | | [client] Add resource bundle files for helper classes. Update the helper ↵Mürsel Türk2020-07-072-11/+11
| | | | | | | | | | | | | | | | | | | | classes accordingly.
| * | | | [client] Add resource bundle files for control classes. Update the control ↵Mürsel Türk2020-07-0711-56/+115
| | | | | | | | | | | | | | | | | | | | classes accordingly.
| * | | | [client] Add resource bundle files for configurator classes. Update the ↵Mürsel Türk2020-07-076-105/+103Star
| | | | | | | | | | | | | | | | | | | | configurator classes accordingly.
| * | | | [client] Add resource bundle files for activity classes. Update the activity ↵Mürsel Türk2020-07-075-18/+27
| |/ / / | | | | | | | | | | | | classes accordingly.
* | | | [client] Check if the ovf or ova image were created by vmware or vboxStephan Schwär2020-11-061-8/+12
| | | | | | | | | | | | | | | | Feature: #3771
* | | | [client] Show notification when trying to convert image created with vboxStephan Schwär2020-11-042-4/+31
| | | | | | | | | | | | | | | | Feature: #3771
* | | | [client] Allow conversion of VMware OVA imagesStephan Schwär2020-10-291-27/+32
| | | | | | | | | | | | | | | | Feature: #3771
* | | | [client] Improve flow to detect started, cancelled and finished konversions.Stephan Schwär2020-10-281-11/+13
| | | | | | | | | | | | | | | | Feature: #3771
* | | | [client] Make conversion possible in update wizardStephan Schwär2020-10-281-1/+25
| | | | | | | | | | | | | | | | Feature: #3771
* | | | [client] Set OVF Tool path for different Windows versionsStephan Schwär2020-10-221-2/+2
| | | |
* | | | [client] Add OVF Tool path for vmware workstation under windowsStephan Schwär2020-10-223-65/+50Star
| | | | | | | | | | | | | | | | | | | | | | | | | | | | + Code cleanup + Fix some user feedback strings Feature: #3771
* | | | [client] Set standard path of ovftool in windowsStephan Schwär2020-10-221-1/+7
| | | |