summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/gui/control/table/ImageTable.java
Commit message (Expand)AuthorAgeFilesLines
* [client] Show total size and version count in image tableSimon Rettberg2018-12-071-6/+13
* [client] add hypervisor icons to image tableJonathan Bauer2018-04-181-1/+9
* [client] added "expires" column in ImageTable + increased MainWindow width a bitJonathan Bauer2016-08-301-2/+5
* [client] Tweak caching strategies for meta dataSimon Rettberg2015-09-091-1/+1
* [client] Fix: Set OS column type to IntegerSimon Rettberg2015-08-271-1/+1
* [client] ListTable: Support showing and hiding columns; set sorter through Co...Simon Rettberg2015-08-271-16/+7Star
* [client] Changes to column handling in ListTableSimon Rettberg2015-08-271-27/+24Star
* [client] Simplify ListTable interfaces, add util class for color handlingSimon Rettberg2015-08-261-33/+19Star
* [client] Exchanged version clumn in imageList with validityStephan Schwaer2015-08-251-4/+4
* [client] Clean up sorting logic of image and lecture tableSimon Rettberg2015-08-191-39/+13Star
* [client] move thrift cache to its own packageJonathan Bauer2015-08-191-2/+2
* [client] Added button for updating image version (not functioning yet)Stephan Schwaer2015-08-171-4/+4
* [client] Now also correctly sorting lecture list.Stephan Schwaer2015-08-171-16/+14Star
* [client] Implemented ImageTableRenderer to be able to correctly sort image li...Stephan Schwaer2015-08-171-7/+77
* [client] Layout tweaks, Change owner featureSimon Rettberg2015-08-131-7/+20
* [client] Added Combobox for filtering in lecture list, now also correctly sor...Stephan Schwaer2015-08-121-0/+3
* [client] added combo and filter to filter imagelist for editable and own images.Stephan Schwaer2015-08-111-1/+1
* [*] Simplify DB scheme by removing version.isenabled and image.currentversionidSimon Rettberg2015-08-041-2/+2
* [client] improved table boolean object support (for checkboxes)Jonathan Bauer2015-08-041-2/+2
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Jonathan Bauer2015-08-031-1/+5
|\
| * [client] Removed the image details panel and added some info in image details...Stephan Schwaer2015-08-031-1/+5
* | [client] add column classes to generic ListTableJonathan Bauer2015-08-031-3/+5
|/
* [client] auto adjust columns with magicJonathan Bauer2015-07-291-1/+0Star
* [client] ImageTable now with proper column labeling, finalized ImageListLayou...Jonathan Bauer2015-07-291-1/+9
* [client] ImageListLayout using ImageTable (no functions yet!)Jonathan Bauer2015-07-291-0/+27