summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/gui/control/table/LectureTable.java
Commit message (Expand)AuthorAgeFilesLines
* [client] Add edit support to ListTableSimon Rettberg2018-11-261-1/+2
* [client] Make list deselection more consistent with native behaviour, match s...Simon Rettberg2015-10-221-1/+1
* [client] reworked german textJonathan Bauer2015-09-151-2/+2
* [client] Show only own lectures by defaultSimon Rettberg2015-09-071-1/+7
* [client] ListTable: Support showing and hiding columns; set sorter through Co...Simon Rettberg2015-08-271-10/+6Star
* [client] Changes to column handling in ListTableSimon Rettberg2015-08-271-25/+23Star
* [client] Simplify ListTable interfaces, add util class for color handlingSimon Rettberg2015-08-261-50/+48Star
* [client] Mark lectures that are out of their validity date range, mark own le...Simon Rettberg2015-08-251-25/+56
* [client] Clean up sorting logic of image and lecture tableSimon Rettberg2015-08-191-19/+4Star
* [client] move thrift cache to its own packageJonathan Bauer2015-08-191-1/+1
* [client] Added button for updating image version (not functioning yet)Stephan Schwaer2015-08-171-0/+2
* [client] Now also correctly sorting lecture list.Stephan Schwaer2015-08-171-9/+54
* [client] Added Combobox for filtering in lecture list, now also correctly sor...Stephan Schwaer2015-08-121-2/+7
* [client] removed right info pane for lecture. Added start/end date in table.Jonathan Bauer2015-08-101-2/+7
* [client] add column classes to generic ListTableJonathan Bauer2015-08-031-2/+2
* [client] Add JTable helper class ListTableSimon Rettberg2015-07-291-0/+26