summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/layout/ImageListWindowLayout.java
Commit message (Expand)AuthorAgeFilesLines
* [client] Fix warnings and replace deprecated methodsManuel Bentele2021-03-111-4/+5
* [client] Add resource bundle files for window/layout classes. Update the wind...Mürsel Türk2020-07-071-18/+21
* [client] Clean up importsSimon Rettberg2019-05-291-1/+0Star
* [client] fix "Show published images" button not beeing properly initializedJonathan Bauer2016-08-301-4/+3Star
* [client] re-enable advanced and restrictions tabs based on API versionJonathan Bauer2016-08-171-2/+5
* [client] disabled UI elements for unfinished featuresJonathan Bauer2016-06-221-2/+2
* [client] icon revampJonathan Bauer2016-05-101-5/+6
* [client] publish image stuff 2.0Jonathan Bauer2016-05-041-3/+3
* [client] first working draft for published images stuffJonathan Bauer2016-04-271-29/+6Star
* [client] Add handling for master<->sat transfersSimon Rettberg2016-04-251-10/+41
* [client] Improve some texts (image -> vm mostly)Simon Rettberg2016-02-041-1/+1
* [client] Add icons to lecture and image list buttonsSimon Rettberg2016-02-021-12/+17
* [client] Sanitize coding style/conventions in GUI classesSimon Rettberg2016-01-291-21/+21
* [client] Code formatting.Stephan Schwaer2015-10-071-3/+2Star
* [client] Now possible to delete multiple images. Needs cleanupStephan Schwaer2015-10-051-1/+1
* [client] Changed "Neu" Buttonlabel in ImageListW, fix userfeedback in ImageMe...Stephan Schwaer2015-09-171-1/+1
* [client] ImageListViewer now accepts a default FilterType given in the constr...Jonathan Bauer2015-09-071-1/+2
* [client] several layout fixes, added some comments.Stephan Schwaer2015-08-311-4/+13
* [client] Don't render HTML where it's not requiredSimon Rettberg2015-08-281-3/+3
* [client] switch image <-> lectures buttons in *ListWindowsJonathan Bauer2015-08-261-4/+7
* [client] add "View/Edit" button to button panel and popup menu in ImageListJonathan Bauer2015-08-261-1/+4
* [client] Extracted ImageList from imageListWindow to ImageListViewer.Stephan Schwaer2015-08-251-51/+11Star
* [client] Add filter for only templates in image list.Stephan Schwaer2015-08-171-2/+2
* [client] Added Combobox for filtering in lecture list, now also correctly sor...Stephan Schwaer2015-08-121-7/+6Star
* [client] added combo and filter to filter imagelist for editable and own images.Stephan Schwaer2015-08-111-2/+14
* [client] "download" button in popupmenu, fine tune buttons on image listJonathan Bauer2015-08-101-3/+7
* [client] add "neue veran." buttonJonathan Bauer2015-08-101-3/+11
* [client] Removed the image details panel and added some info in image details...Stephan Schwaer2015-08-031-43/+7Star
* [client] ImageListWindow info textJonathan Bauer2015-07-291-1/+5
* [client] removed code doing nothing :)Jonathan Bauer2015-07-291-4/+0Star
* [client] ImageTable now with proper column labeling, finalized ImageListLayou...Jonathan Bauer2015-07-291-37/+14Star
* [client] ImageListLayout using ImageTable (no functions yet!)Jonathan Bauer2015-07-291-178/+119Star
* [client] Moar SwingSimon Rettberg2015-07-271-2/+3
* [client] minor changes to jtable handlingSimon Rettberg2015-07-251-5/+1Star
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Jonathan Bauer2015-07-241-6/+12
|\
| * [client] Added ImagePerms for checking permissions, removed edit button from ...Stephan Schwaer2015-07-231-4/+0Star
| * [client] Changed date selection in lecture create page, set text fields edita...Stephan Schwaer2015-07-231-2/+12
* | [client] rework tables to jtables for ImageListWindowJonathan Bauer2015-07-241-20/+54
|/
* [client] Cleaned up layout code of gui a bit.Stephan Schwaer2015-07-231-5/+2Star
* [client] Added lecture list window with table, sorting and filter. Added back...Stephan Schwaer2015-07-161-10/+17
* [client] Clean up SWT resources when exitingSimon Rettberg2015-07-151-1/+1
* [client] Added filter and column sorting for the imageList.Stephan Schwaer2015-07-131-3/+25
* [client] Common parent class for pages shown in the main window. Do not dispo...Simon Rettberg2015-07-131-4/+2Star
* [client] Cleaned up and fixed image list window layoutSimon Rettberg2015-07-131-20/+23
* [client] Fix indentationSimon Rettberg2015-07-101-23/+5Star
* [client] More refactoring, introduce a Gui helper class (again)Simon Rettberg2015-07-101-2/+2
* [client] Minor refactoringSimon Rettberg2015-07-101-1/+1
* [client] GuiManager is now MainWindow, old MainWindow is now MainMenuWindowJonathan Bauer2015-07-101-2/+2
* [client] Moved functions from ImageListWindowLayout to ImageListWindow and re...Stephan Schwaer2015-07-091-214/+38Star
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Stephan Schwaer2015-07-091-26/+5Star
|\