summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/LectureListWindow.java
Commit message (Collapse)AuthorAgeFilesLines
* [netshare] add warning for unencrypted passwordJonathan Bauer2017-12-011-1/+0Star
| | | | | + fix formatting + unused import
* [client] fix download linked vm's nameJonathan Bauer2017-12-011-1/+1
| | | | when downloading within the lecture list
* [client] Allow filtering lecture list for examsSimon Rettberg2017-07-251-55/+39Star
| | | | Implements #3158
* [client] only allow double clicks on lectures if the user can list images ↵Jonathan Bauer2016-10-201-1/+5
| | | | and disable for edit button in that case
* [client] Reset filter when hiding lecture list if filtered by linked imageSimon Rettberg2016-08-311-3/+4
| | | | Fixes #2849
* [client] Fix "show only active lectures" to consider end dateSimon Rettberg2016-08-301-6/+4Star
| | | | | Start date is still ignored, there should be quite few lectures starting in the future anyways so this might be desireable behavior.
* [client] publish image stuff 2.0Jonathan Bauer2016-05-041-1/+1
|
* [client] first working draft for published images stuffJonathan Bauer2016-04-271-1/+2
|
* [client] Improve some texts (image -> vm mostly)Simon Rettberg2016-02-041-3/+3
|
* [client] Sanitize coding style/conventions in GUI classesSimon Rettberg2016-01-291-54/+54
|
* [client] Fix NPE for lectures without linked images.Stephan Schwaer2015-10-291-1/+3
|
* [client] Fix appearance of lecture and resulting NPE after deleting image ↵Stephan Schwaer2015-10-291-2/+3
| | | | the lecture linked to. Also make user feedback of deleting images more clear.
* [client] Clean up deleteLectures and improve it's user feadback.Stephan Schwaer2015-10-271-32/+22Star
|
* [client] Refactoring: Use TextChangeListener instead of DocumentListenerSimon Rettberg2015-10-271-15/+3Star
|
* [client] Make list deselection more consistent with native behaviour, match ↵Simon Rettberg2015-10-221-5/+0Star
| | | | scroll pane background with table
* [client] code cleanup and formatting.Stephan Schwaer2015-10-061-25/+8Star
|
* [client] Now possible to delete multiple images. Needs cleanupStephan Schwaer2015-10-051-19/+82
|
* [client] Changed keylisteners in loginWindow to keyBindings. Added some ↵Stephan Schwaer2015-09-301-3/+25
| | | | Keybindings to lecture- and image tables.
* [client] Added "Show linking lectures" button im imageDetailsW.Stephan Schwaer2015-09-291-23/+51
|
* [client] Disable buttons and options if user is student and can't see ↵Stephan Schwaer2015-09-291-3/+36
| | | | imageDetails.
* [client] Show number of the items in the table in image- and lecture window.Stephan Schwaer2015-09-211-1/+3
|
* [client] "Show image details" popup menu item in LectureListWindowJonathan Bauer2015-09-211-1/+5
|
* [client] minor typoJonathan Bauer2015-09-071-1/+1
|
* [client] Show only own lectures by defaultSimon Rettberg2015-09-071-3/+6
|
* [client] enumize LectureList Filters stuffJonathan Bauer2015-09-031-50/+120
|
* [client] several layout fixes, added some comments.Stephan Schwaer2015-08-311-5/+9
|
* [client] reworked ThriftActions.deleteImageBase and deleteImageVersionJonathan Bauer2015-08-261-2/+0Star
|
* [client] switch image <-> lectures buttons in *ListWindowsJonathan Bauer2015-08-261-10/+3Star
| | | | add LectureImageListPage if starting image is unknown in LectureWizard
* [client] lectureList popup menuJonathan Bauer2015-08-261-26/+125
|
* [client] fix lecture deleteionJonathan Bauer2015-08-241-1/+1
|
* [client] LectureDetails saving things [wip]Jonathan Bauer2015-08-241-1/+7
|
* [client] tried to fix teh brokenJonathan Bauer2015-08-211-1/+16
|
* [client] remove unused importsJonathan Bauer2015-08-211-1/+0Star
|
* [client] ThriftActions for lecture creationJonathan Bauer2015-08-211-3/+2Star
| | | | and minor comments
* [client] F5 = refresh in lecture and image listSimon Rettberg2015-08-191-5/+15
|
* [client] move thrift cache to its own packageJonathan Bauer2015-08-191-2/+2
|
* [client] also fix lecture list combobox filteringJonathan Bauer2015-08-181-1/+1
|
* [client] function for edit button in lecture listJonathan Bauer2015-08-171-45/+32Star
|
* [client] Added Combobox for filtering in lecture list, now also correctly ↵Stephan Schwaer2015-08-121-10/+71
| | | | sorting image and lecture list dates by date and not lexicographic.
* [client] lecture wizard quasi completeJonathan Bauer2015-08-111-1/+5
|
* [client] lecture wizard stuff (state, removed old bool, added date/time ↵Jonathan Bauer2015-08-111-1/+1
| | | | parsing/listener stuff)
* [client] removed right info pane for lecture. Added start/end date in table.Jonathan Bauer2015-08-101-38/+11Star
|
* [client] Added lecture details layout and window. (not working yet)Stephan Schwaer2015-08-031-0/+13
|
* [client] implemented search filter in ImageListWindow, auto sort table data ↵Jonathan Bauer2015-08-031-1/+1
| | | | if specified when setData() is called
* [client] Open "new lecture" wizardSimon Rettberg2015-08-031-1/+3
|
* [client] ImageListWindow ported to SwingSimon Rettberg2015-07-291-48/+74
|
* [client] Moar SwingSimon Rettberg2015-07-271-4/+4
|
* [client] Added UserToPermissionLink class, wizard for lecture and first page.Stephan Schwaer2015-07-211-0/+3
|
* [client] Get rid of copypaste-mania in ImageList and LectureListSimon Rettberg2015-07-171-63/+19Star
|
* [client] Added lecture list window with table, sorting and filter. Added ↵Stephan Schwaer2015-07-161-0/+173
back button for lecture and image window.