| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | [client] close popups a bit safer | Jonathan Bauer | 2015-07-10 | 2 | -2/+2 | |
| | | ||||||
| * | Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1 | Jonathan Bauer | 2015-07-10 | 8 | -63/+63 | |
| |\ | ||||||
| | * | [client] Minor refactoring | Simon Rettberg | 2015-07-10 | 8 | -63/+63 | |
| | | | ||||||
| * | | [client] fetch idop list in a separate thread | Jonathan Bauer | 2015-07-10 | 1 | -33/+68 | |
| |/ | ||||||
| * | [client] added 'About' to MainWindow menu with 'Disclaimer' and 'Virtualizer' | Jonathan Bauer | 2015-07-10 | 2 | -1/+26 | |
| | | ||||||
| * | [client] always show main menu and popup login window if not logged in yet | Jonathan Bauer | 2015-07-10 | 2 | -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 MainWindow | Jonathan Bauer | 2015-07-10 | 4 | -17/+11![]() | |
| | | | | | removed unneeded removeContent() function - this is now done in setContent | |||||
| * | [client] GuiManager is now MainWindow, old MainWindow is now MainMenuWindow | Jonathan Bauer | 2015-07-10 | 11 | -245/+242![]() | |
| | | ||||||
| * | [client] Only allow Composites to be passed to openPopup; make Ctrl-Q quit ↵ | Simon Rettberg | 2015-07-09 | 1 | -24/+23![]() | |
| | | | | | the application | |||||
| * | [client] Moved functions from ImageListWindowLayout to ImageListWindow and ↵ | Stephan Schwaer | 2015-07-09 | 5 | -227/+152![]() | |
| | | | | | reduced code replication. | |||||
| * | Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1 | Stephan Schwaer | 2015-07-09 | 1 | -1/+1 | |
| |\ | ||||||
| | * | [client] fix Enter key of numpad not triggering login | Jonathan Bauer | 2015-07-09 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1 | Stephan Schwaer | 2015-07-09 | 7 | -38/+84 | |
| |\| | | | | | | | | | Conflicts: dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/layout/ImageListWindowLayout.java | |||||
| | * | [client] fixed buttons of disclaimer/vmware license | Jonathan Bauer | 2015-07-09 | 7 | -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 Schwaer | 2015-07-09 | 3 | -80/+65![]() | |
| |/ | ||||||
| * | [client] Support message boxes with feedback; ask user whether to retry on ↵ | Simon Rettberg | 2015-07-09 | 3 | -22/+16![]() | |
| | | | | | thrift transport error | |||||
| * | Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1 | Simon Rettberg | 2015-07-09 | 8 | -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 steps | Jonathan Bauer | 2015-07-09 | 2 | -2/+40 | |
| | | | ||||||
| | * | [client] MainWindow class, only to show it :) | Jonathan Bauer | 2015-07-09 | 1 | -0/+13 | |
| | | | ||||||
| | * | [client] implemented GuiManager.showMessagBox using MessageType and SWT'ed ↵ | Jonathan Bauer | 2015-07-09 | 7 | -71/+124 | |
| | | | | | | | | | | | | | | | the whole thing adapted rest of the classes further improved login error handling a bit | |||||
| * | | [client] Clean up login, implement showMessageBox, fix formatting | Simon Rettberg | 2015-07-09 | 8 | -156/+152![]() | |
| |/ | ||||||
| * | [client] Redo package structure, add comments/TODOs, rename GUI classes | Simon Rettberg | 2015-07-08 | 39 | -595/+414![]() | |
| | | ||||||
| * | oops | Jonathan Bauer | 2015-07-08 | 1 | -1/+0![]() | |
| | | ||||||
| * | [client] added thrift connection error callback | Jonathan Bauer | 2015-07-08 | 2 | -43/+34![]() | |
| | | ||||||
| * | [client] added style as parameter to showMessage of GuiManager | Jonathan Bauer | 2015-07-08 | 3 | -23/+9![]() | |
| | | ||||||
| * | Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1 | Jonathan Bauer | 2015-07-08 | 1 | -0/+153 | |
| |\ | ||||||
| | * | Add BlockProgressBar, a progress bar designed to handle the blockwise status ↵ | Simon Rettberg | 2015-07-08 | 1 | -0/+153 | |
| | | | | | | | | | arrays used for file transfers | |||||
| * | | [client] implemented login -> disclaimer -> vmwarelicense logic | Jonathan Bauer | 2015-07-08 | 7 | -233/+338 | |
| |/ | ||||||
| * | [client] user feedback when login fails. | Jonathan Bauer | 2015-07-08 | 2 | -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 login | Jonathan Bauer | 2015-07-08 | 2 | -0/+69 | |
| | | ||||||
| * | [client] Added imageWindowComposite and early stage of wizard for ↵ | Stephan Schwaer | 2015-07-07 | 11 | -14/+738 | |
| | | | | | creating/editing images. | |||||
| * | [client] Adapt to changes in master-sync-shared/ThriftManager | Simon Rettberg | 2015-07-06 | 2 | -2/+7 | |
| | | ||||||
| * | [client] hardcode test sat ip for the new server api | Jonathan Bauer | 2015-07-06 | 1 | -1/+4 | |
| | | ||||||
| * | dozentenmodul/src/main/java/gui/core/LoginGUI.java | Jonathan Bauer | 2015-07-06 | 1 | -2/+2 | |
| | | ||||||
| * | Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1 | Jonathan Bauer | 2015-07-06 | 5 | -19/+171 | |
| |\ | ||||||
| | * | [client] Continued work on caching | Simon Rettberg | 2015-07-06 | 5 | -19/+171 | |
| | | | ||||||
| * | | [client] more error handling changes for BWIDM Auth | Jonathan Bauer | 2015-07-06 | 4 | -84/+110 | |
| |/ | ||||||
| * | [client] reworked exceptions handling of BWIDM auth | Jonathan Bauer | 2015-07-06 | 4 | -23/+27 | |
| | | ||||||
| * | [client] Add classes for caching of data fetched via thrift | Simon Rettberg | 2015-07-03 | 2 | -0/+163 | |
| | | | | | (could be used for other things too, code is fairly generic) | |||||
| * | [client] bwIDM Authentication implemented, yet to be finalized. | Jonathan Bauer | 2015-07-03 | 8 | -183/+387 | |
| | | ||||||
| * | Fixed background and added methods for logical gui functions | Stephan Schwaer | 2015-07-01 | 5 | -42/+162 | |
| | | ||||||
| * | Fixed some comments and variable names | Stephan Schwaer | 2015-06-30 | 5 | -66/+82 | |
| | | ||||||
| * | Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1 | Stephan Schwaer | 2015-06-26 | 1 | -1/+5 | |
| |\ | ||||||
| | * | fix bwLehrpool logo not beeing read from the resources | Jonathan Bauer | 2015-06-22 | 1 | -1/+5 | |
| | | | ||||||
| * | | Added disclaimer, main window and vmware info windows. Fixed some layout. | Stephan Schwaer | 2015-06-26 | 6 | -53/+356 | |
| |/ | ||||||
| * | Added GUI for Login | Stephan Schwaer | 2015-06-22 | 3 | -464/+245![]() | |
| | | ||||||
| * | [client] rebasing the whole app... | Jonathan Bauer | 2015-06-22 | 47 | -15298/+123![]() | |
| | | ||||||
| * | [client] Compiles again, but is broken.... | Simon Rettberg | 2015-05-29 | 14 | -959/+607![]() | |
| | | ||||||
| * | • removed link to OTRS from Suite | Nino Breuer | 2015-05-26 | 2 | -10/+1![]() | |
| | | | | | • removed email address from "About" as this address creates tickets in OTRS | |||||
| * | • logintype (test, bwidm) wird mitgespeichert und beim start mitgeladen. ↵ | Nino Breuer | 2015-05-26 | 2 | -2/+60 | |
| | | | | | nicht schön aber selten, via stringvergleich | |||||

