summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
...
* [client] close popups a bit saferJonathan Bauer2015-07-102-2/+2
|
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Jonathan Bauer2015-07-108-63/+63
|\
| * [client] Minor refactoringSimon Rettberg2015-07-108-63/+63
| |
* | [client] fetch idop list in a separate threadJonathan Bauer2015-07-101-33/+68
|/
* [client] added 'About' to MainWindow menu with 'Disclaimer' and 'Virtualizer'Jonathan Bauer2015-07-102-1/+26
|
* [client] always show main menu and popup login window if not logged in yetJonathan Bauer2015-07-102-5/+12
| | | | | | current check to see if the user needs to login is simply to try and get the sat token. If this returns null, then we pop up the login window. Currently this always happen. Maybe we'll later have a better way to check whether the user is logged in or not.
* [client] renamed addContent to setContent in MainWindowJonathan Bauer2015-07-104-17/+11Star
| | | | removed unneeded removeContent() function - this is now done in setContent
* [client] GuiManager is now MainWindow, old MainWindow is now MainMenuWindowJonathan Bauer2015-07-1011-245/+242Star
|
* [client] Only allow Composites to be passed to openPopup; make Ctrl-Q quit ↵Simon Rettberg2015-07-091-24/+23Star
| | | | the application
* [client] Moved functions from ImageListWindowLayout to ImageListWindow and ↵Stephan Schwaer2015-07-095-227/+152Star
| | | | reduced code replication.
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Stephan Schwaer2015-07-091-1/+1
|\
| * [client] fix Enter key of numpad not triggering loginJonathan Bauer2015-07-091-1/+1
| |
* | Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Stephan Schwaer2015-07-097-38/+84
|\| | | | | | | | | Conflicts: dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/layout/ImageListWindowLayout.java
| * [client] fixed buttons of disclaimer/vmware licenseJonathan Bauer2015-07-097-37/+83
| | | | | | | | | | imagelistwindow first implementation with list refresh function openPopups set dialogShell as child of mainShell
* | [client] Added comments and improved readability of code.Stephan Schwaer2015-07-093-80/+65Star
|/
* [client] Support message boxes with feedback; ask user whether to retry on ↵Simon Rettberg2015-07-093-22/+16Star
| | | | thrift transport error
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Simon Rettberg2015-07-098-76/+138
|\ | | | | | | | | | | | | | | | | Conflicts: dozentenmodul/src/main/java/org/openslx/dozmod/authentication/EcpAuthenticator.java dozentenmodul/src/main/java/org/openslx/dozmod/gui/helper/GuiManager.java dozentenmodul/src/main/java/org/openslx/dozmod/gui/helper/MessageType.java dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/LoginWindow.java (Hopefully resolved)
| * [client] GuiManager.openPopup first stepsJonathan Bauer2015-07-092-2/+40
| |
| * [client] MainWindow class, only to show it :)Jonathan Bauer2015-07-091-0/+13
| |
| * [client] implemented GuiManager.showMessagBox using MessageType and SWT'ed ↵Jonathan Bauer2015-07-097-71/+124
| | | | | | | | | | | | | | the whole thing adapted rest of the classes further improved login error handling a bit
* | [client] Clean up login, implement showMessageBox, fix formattingSimon Rettberg2015-07-098-156/+152Star
|/
* [client] Redo package structure, add comments/TODOs, rename GUI classesSimon Rettberg2015-07-0839-595/+414Star
|
* oopsJonathan Bauer2015-07-081-1/+0Star
|
* [client] added thrift connection error callbackJonathan Bauer2015-07-082-43/+34Star
|
* [client] added style as parameter to showMessage of GuiManagerJonathan Bauer2015-07-083-23/+9Star
|
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Jonathan Bauer2015-07-081-0/+153
|\
| * Add BlockProgressBar, a progress bar designed to handle the blockwise status ↵Simon Rettberg2015-07-081-0/+153
| | | | | | | | arrays used for file transfers
* | [client] implemented login -> disclaimer -> vmwarelicense logicJonathan Bauer2015-07-087-233/+338
|/
* [client] user feedback when login fails.Jonathan Bauer2015-07-082-3/+13
| | | | | Need to change TAuthorizationException received on failed login by a TAuthenticationException, then we can actually do a proper handling of that error
* [client] authenticator for the direct masterserver loginJonathan Bauer2015-07-082-0/+69
|
* [client] Added imageWindowComposite and early stage of wizard for ↵Stephan Schwaer2015-07-0711-14/+738
| | | | creating/editing images.
* [client] Adapt to changes in master-sync-shared/ThriftManagerSimon Rettberg2015-07-062-2/+7
|
* [client] hardcode test sat ip for the new server apiJonathan Bauer2015-07-061-1/+4
|
* dozentenmodul/src/main/java/gui/core/LoginGUI.javaJonathan Bauer2015-07-061-2/+2
|
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Jonathan Bauer2015-07-065-19/+171
|\
| * [client] Continued work on cachingSimon Rettberg2015-07-065-19/+171
| |
* | [client] more error handling changes for BWIDM AuthJonathan Bauer2015-07-064-84/+110
|/
* [client] reworked exceptions handling of BWIDM authJonathan Bauer2015-07-064-23/+27
|
* [client] Add classes for caching of data fetched via thriftSimon Rettberg2015-07-032-0/+163
| | | | (could be used for other things too, code is fairly generic)
* [client] bwIDM Authentication implemented, yet to be finalized.Jonathan Bauer2015-07-038-183/+387
|
* Fixed background and added methods for logical gui functionsStephan Schwaer2015-07-015-42/+162
|
* Fixed some comments and variable namesStephan Schwaer2015-06-305-66/+82
|
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Stephan Schwaer2015-06-261-1/+5
|\
| * fix bwLehrpool logo not beeing read from the resourcesJonathan Bauer2015-06-221-1/+5
| |
* | Added disclaimer, main window and vmware info windows. Fixed some layout.Stephan Schwaer2015-06-266-53/+356
|/
* Added GUI for LoginStephan Schwaer2015-06-223-464/+245Star
|
* [client] rebasing the whole app...Jonathan Bauer2015-06-2247-15298/+123Star
|
* [client] Compiles again, but is broken....Simon Rettberg2015-05-2914-959/+607Star
|
* • removed link to OTRS from SuiteNino Breuer2015-05-262-10/+1Star
| | | | • removed email address from "About" as this address creates tickets in OTRS
* • logintype (test, bwidm) wird mitgespeichert und beim start mitgeladen. ↵Nino Breuer2015-05-262-2/+60
| | | | nicht schön aber selten, via stringvergleich