summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | [client] refreshList after image creationJonathan Bauer2015-08-032-2/+1Star
|/
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Jonathan Bauer2015-08-0315-128/+612
|\
| * [client] Added lecture details layout and window. (not working yet)Stephan Schwaer2015-08-033-0/+311
| |
| * [client] Remove debug output from LoginWindowSimon Rettberg2015-08-031-23/+19Star
| |
| * Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Simon Rettberg2015-08-035-93/+32Star
| |\
| | * [client] Removed the image details panel and added some info in image ↵Stephan Schwaer2015-08-035-93/+32Star
| | | | | | | | | | | | details window.
| * | [client] Debug output in TransferTaskSimon Rettberg2015-08-031-0/+2
| | |
| * | [client] Add ActivityPanel to MainWindowSimon Rettberg2015-08-033-6/+138
| |/
| * [client] Minor tweaksSimon Rettberg2015-08-032-7/+7
| |
| * [client] Add debug window (VMarg -Dlog=true)Simon Rettberg2015-08-032-0/+104
| |
* | [client] add column classes to generic ListTableJonathan Bauer2015-08-036-16/+93
|/ | | | better handling of view vs model idnex getters
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Simon Rettberg2015-08-037-11/+39
|\
| * Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Jonathan Bauer2015-08-033-51/+25Star
| |\
| | * [client] Removed minimum size of lecture table.Stephan Schwaer2015-08-032-2/+3
| | |
| * | [client] implemented search filter in ImageListWindow, auto sort table data ↵Jonathan Bauer2015-08-035-9/+36
| | | | | | | | | | | | if specified when setData() is called
* | | [client] Add eMail feature to PersonLabelSimon Rettberg2015-08-032-23/+88
| |/ |/|
* | [client] Cleaned up "OpenLinks" classSimon Rettberg2015-08-031-49/+22Star
|/
* [client] ...everywhere...Simon Rettberg2015-08-031-3/+1Star
|
* [client] ...and remove unneeded calls to it :)Simon Rettberg2015-08-031-6/+5Star
|
* [client] Delete old SWT helper classSimon Rettberg2015-08-031-22/+0Star
|
* [client] Open "new lecture" wizardSimon Rettberg2015-08-031-1/+3
|
* [client] Fix remaining compilation errorsSimon Rettberg2015-08-0311-185/+235
|
* [client] autosort OS in detailsJonathan Bauer2015-07-311-8/+17
|
* [client] fix layout for footer of WizardJonathan Bauer2015-07-311-0/+1
|
* [client] removed old jface's helper classesJonathan Bauer2015-07-317-556/+0Star
|
* [client] swingified disclaimerJonathan Bauer2015-07-311-27/+28
|
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Simon Rettberg2015-07-315-104/+151
|\ | | | | | | | | Conflicts: dozentenmodul/src/main/java/org/openslx/dozmod/gui/MainWindow.java
| * [client] ImageDetailsWindow pretty much doneJonathan Bauer2015-07-313-75/+133
| |
| * [client] PersonLabel now a subclass of JLabelJonathan Bauer2015-07-311-24/+18Star
| | | | | | | | TODO could not query the color for hyperlink through SystemColor, what to do?
| * [client] remove hackJonathan Bauer2015-07-311-6/+0Star
| |
* | [client] Mostly finished Wizard implementationSimon Rettberg2015-07-3113-209/+377
|/
* [client] Continued implementation of WizardSimon Rettberg2015-07-3018-289/+204Star
|
* [client] Started porting wizards to SwingSimon Rettberg2015-07-298-347/+389
|
* [client] Get top level window when showing message box with parentSimon Rettberg2015-07-291-0/+3
|
* [client] Ported BlockProgressBar to SwingSimon Rettberg2015-07-291-72/+61Star
|
* [client] first steps for the swingified imagedetailswindowJonathan Bauer2015-07-294-152/+135Star
|
* [client] auto adjust columns with magicJonathan Bauer2015-07-292-1/+6
|
* [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-295-263/+139Star
| | | | ImageListLayout based on BorderLayout
* [client] register ImageListWindow in MainWindowJonathan Bauer2015-07-291-1/+2
|
* [client] ImageListLayout using ImageTable (no functions yet!)Jonathan Bauer2015-07-293-333/+284Star
|
* [client] moved TableRenderer (to remove the dotted border around selected ↵Jonathan Bauer2015-07-292-24/+18Star
| | | | cells in the table) to ListTable helper
* [client] ImageListWindow ported to SwingSimon Rettberg2015-07-296-169/+201
|
* [client] Add JTable helper class ListTableSimon Rettberg2015-07-292-0/+125
| | | | Use it for lecture list
* [server] Fix canLogin logic for OrganizationSimon Rettberg2015-07-281-0/+2
|
* [client] Fix bwLehrstuhlSimon Rettberg2015-07-285-53/+57
|
* [client] warning-freeJonathan Bauer2015-07-281-2/+1Star
|
* [client] login window rises from the swt ashesJonathan Bauer2015-07-282-365/+357Star
|
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Jonathan Bauer2015-07-285-28/+37
|\