summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/layout/ImageListWindowLayout.java
Commit message (Collapse)AuthorAgeFilesLines
* [client] Fix warnings and replace deprecated methodsManuel Bentele2021-03-111-4/+5
|
* [client] Add resource bundle files for window/layout classes. Update the ↵Mürsel Türk2020-07-071-18/+21
| | | | window/layout classes accordingly.
* [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 ↵Stephan Schwaer2015-09-171-1/+1
| | | | ImageMetaDataPage.
* [client] ImageListViewer now accepts a default FilterType given in the ↵Jonathan Bauer2015-09-071-1/+2
| | | | constructor
* [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
| | | | add LectureImageListPage if starting image is unknown in LectureWizard
* [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 ↵Stephan Schwaer2015-08-121-7/+6Star
| | | | sorting image and lecture list dates by date and not lexicographic.
* [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 ↵Stephan Schwaer2015-08-031-43/+7Star
| | | | details window.
* [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 ↵Jonathan Bauer2015-07-291-37/+14Star
| | | | ImageListLayout based on BorderLayout
* [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
| | | | | | | | image list.
| * [client] Changed date selection in lecture create page, set text fields ↵Stephan Schwaer2015-07-231-2/+12
| | | | | | | | editable in image details if user has edit rights, dispose fonts.
* | [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 ↵Stephan Schwaer2015-07-161-10/+17
| | | | back button for lecture and image window.
* [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 ↵Simon Rettberg2015-07-131-4/+2Star
| | | | dispose and create pages every time, instead show and hide them as needed
* [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 ↵Stephan Schwaer2015-07-091-214/+38Star
| | | | reduced code replication.
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Stephan Schwaer2015-07-091-26/+5Star
|\ | | | | | | | | Conflicts: dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/layout/ImageListWindowLayout.java