summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
...
* [client] first draft at UserListWindowJonathan Bauer2015-08-054-21/+238
| | | | | | Used a one-column table since we already have a lot to get from our ListTable. Currently used a double-click control scheme, to be discussed... TODO: filtering users and in general a way to query the existing users without UserCache.getAll()
* [client] pointed to a small bug in wizardJonathan Bauer2015-08-051-0/+5
| | | | Wizards are centered too early, the page's top left corner appear to be centered and not the actual center of the page.
* [client] unused importsJonathan Bauer2015-08-051-1/+0Star
|
* [client] Fix javadoc comment formattingSimon Rettberg2015-08-041-7/+4Star
|
* [client] Add better error messages to image upload wizardSimon Rettberg2015-08-041-8/+13
|
* [client] Fixed name of a variable...Stephan Schwaer2015-08-041-4/+4
|
* [client] Added version table to image details, improved lecture details, ↵Stephan Schwaer2015-08-047-66/+159
| | | | added ImageVersionTable and LecturePerms classes.
* [client] Fix TransferTask initiating a huge amount of connectionsSimon Rettberg2015-08-041-10/+9Star
|
* [client] Synchronize logging events in DebugWindowSimon Rettberg2015-08-041-6/+14
|
* [client] load default permission on the users in CustomPermPageJonathan Bauer2015-08-041-11/+17
|
* [client] fix "add/delete user" buttons not showing up in ↵Jonathan Bauer2015-08-042-15/+28
| | | | ImageCustomPermissionPage
* [client] save custom image permissions to stateJonathan Bauer2015-08-041-0/+22
|
* [client] getPageSize() -> getConfiguration()Simon Rettberg2015-08-044-13/+46
|
* [*] Simplify DB scheme by removing version.isenabled and image.currentversionidSimon Rettberg2015-08-044-7/+7
|
* [client] image deletion with user feedbackJonathan Bauer2015-08-041-7/+42
|
* [client] improved table boolean object support (for checkboxes)Jonathan Bauer2015-08-043-38/+12Star
|
* [client] Feature: save session to skip loginSimon Rettberg2015-08-034-6/+67
|
* [client] Remove accidentally commited debug codeSimon Rettberg2015-08-031-5/+0Star
|
* [client] Center MainWindow on startSimon Rettberg2015-08-031-0/+1
|
* [client] dont go into the vip area if closing login windowJonathan Bauer2015-08-032-2/+11
|
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Jonathan Bauer2015-08-033-54/+44Star
|\
| * [client] Fixed rows in LectureDetailsWindowLayout, fixed comments and imports.Stephan Schwaer2015-08-033-54/+44Star
| |
* | [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-0310-185/+230
|
* [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
| |