summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/ImageListWindow.java
Commit message (Expand)AuthorAgeFilesLines
...
* [client] Added Combobox for filtering in lecture list, now also correctly sor...Stephan Schwaer2015-08-121-5/+5
* [client] Add DownloadPanel to show progress of images being downloadedSimon Rettberg2015-08-111-10/+12
* [client] Show image name in lecture wizard; check form validity on "Next"Simon Rettberg2015-08-111-20/+1Star
* [client] Fix/finish download feature (no visual feedback yet)Simon Rettberg2015-08-111-25/+49
* [client] Refined download of image a bit.Stephan Schwaer2015-08-111-6/+5Star
* [client] lecture wizard quasi completeJonathan Bauer2015-08-111-1/+34
* [client] added combo and filter to filter imagelist for editable and own images.Stephan Schwaer2015-08-111-7/+54
* [client] improved an error messageStephan Schwaer2015-08-101-1/+1
* [client] Seperated filechooser from ImageUploadPage and also added it as dire...Stephan Schwaer2015-08-101-6/+37
* [client] remove "New" button from image list context menu as it doesn't make ...Jonathan Bauer2015-08-101-6/+0Star
* [client] functionless popup mnue in image list TODO functions :)Jonathan Bauer2015-08-101-1/+59
* [client] unused importsJonathan Bauer2015-08-051-1/+0Star
* [*] Simplify DB scheme by removing version.isenabled and image.currentversionidSimon Rettberg2015-08-041-3/+3
* [client] image deletion with user feedbackJonathan Bauer2015-08-041-7/+42
* [client] refreshList after image creationJonathan Bauer2015-08-031-1/+1
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Jonathan Bauer2015-08-031-47/+1Star
|\
| * [client] Removed the image details panel and added some info in image details...Stephan Schwaer2015-08-031-47/+1Star
* | [client] add column classes to generic ListTableJonathan Bauer2015-08-031-1/+3
|/
* [client] implemented search filter in ImageListWindow, auto sort table data i...Jonathan Bauer2015-08-031-2/+11
* [client] ImageDetailsWindow pretty much doneJonathan Bauer2015-07-311-2/+6
* [client] Continued implementation of WizardSimon Rettberg2015-07-301-1/+3
* [client] first steps for the swingified imagedetailswindowJonathan Bauer2015-07-291-2/+3
* [client] ImageTable now with proper column labeling, finalized ImageListLayou...Jonathan Bauer2015-07-291-156/+103Star
* [client] ImageListLayout using ImageTable (no functions yet!)Jonathan Bauer2015-07-291-155/+138Star
* [client] Moar SwingSimon Rettberg2015-07-271-11/+8Star
* [client] minor changes to jtable handlingSimon Rettberg2015-07-251-28/+23Star
* [client] fix invocation exceptionJonathan Bauer2015-07-241-50/+51
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Jonathan Bauer2015-07-241-8/+8
|\
| * [client] Added ImagePerms for checking permissions, removed edit button from ...Stephan Schwaer2015-07-231-8/+8
* | [client] rework tables to jtables for ImageListWindowJonathan Bauer2015-07-241-139/+142
|/
* [client] focus the "neu" button after each image list refreshJonathan Bauer2015-07-221-0/+2
* [client] Added listener scheme to the upload taskSimon Rettberg2015-07-191-1/+0Star
* [client] Async image list loadingSimon Rettberg2015-07-171-5/+18
* [client] Add image details windowSimon Rettberg2015-07-171-11/+27
* [client] More copypaste removedSimon Rettberg2015-07-171-41/+21Star
* [client] Minot tweaks for the "new vm" wizardSimon Rettberg2015-07-171-7/+9
* [client] Get rid of copypaste-mania in ImageList and LectureListSimon Rettberg2015-07-171-11/+2Star
* [client] upload workflow working aside from the periodic status query of the ...Jonathan Bauer2015-07-161-1/+0Star
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Jonathan Bauer2015-07-161-3/+15
|\
| * [client] Added lecture list window with table, sorting and filter. Added back...Stephan Schwaer2015-07-161-2/+11
| * [client] Resolve user ids to names in image list window.Stephan Schwaer2015-07-161-2/+5
* | [client] ImageListWindow refresh image list when wizard returns successfullyJonathan Bauer2015-07-161-5/+7
|/
* [client] fix imageBaseWrite pushing to satelliteJonathan Bauer2015-07-151-2/+1Star
* [client] Clean up SWT resources when exitingSimon Rettberg2015-07-151-1/+1
* [client] Fix image deletionSimon Rettberg2015-07-141-18/+20
* [client] more steps towards uploading an image: push image metadata to serverJonathan Bauer2015-07-141-0/+59
* [client] Added filter and column sorting for the imageList.Stephan Schwaer2015-07-131-4/+26
* [client] Common parent class for pages shown in the main window. Do not dispo...Simon Rettberg2015-07-131-10/+12
* [client] null check on selectedElement in ImageListWindow to prevent those na...Jonathan Bauer2015-07-101-1/+1
* [client] Fix indentationSimon Rettberg2015-07-101-6/+4Star