| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | [client] date picker and time spinner in lecture details now initialize with ↵ | Stephan Schwaer | 2015-08-07 | 2 | -5/+72 | |
| |/ | | | | correct date and time. | |||||
| * | [client] little less buggy popup | Jonathan Bauer | 2015-08-06 | 1 | -14/+20 | |
| | | ||||||
| * | [client] Some layout fixes, added versions in comboBox for lectureDetailsWindow | Stephan Schwaer | 2015-08-06 | 4 | -31/+79 | |
| | | ||||||
| * | [client] first buggy popup menu | Jonathan Bauer | 2015-08-05 | 3 | -1/+62 | |
| | | | | | TODO fix the highlighting of the row when right-clicking it! | |||||
| * | [client] search user text field actually filters | Jonathan Bauer | 2015-08-05 | 2 | -3/+33 | |
| | | ||||||
| * | [client] first draft at UserListWindow | Jonathan Bauer | 2015-08-05 | 4 | -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 wizard | Jonathan Bauer | 2015-08-05 | 1 | -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 imports | Jonathan Bauer | 2015-08-05 | 1 | -1/+0![]() | |
| | | ||||||
| * | [client] Fix javadoc comment formatting | Simon Rettberg | 2015-08-04 | 1 | -7/+4![]() | |
| | | ||||||
| * | [client] Add better error messages to image upload wizard | Simon Rettberg | 2015-08-04 | 1 | -8/+13 | |
| | | ||||||
| * | [client] Fixed name of a variable... | Stephan Schwaer | 2015-08-04 | 1 | -4/+4 | |
| | | ||||||
| * | [client] Added version table to image details, improved lecture details, ↵ | Stephan Schwaer | 2015-08-04 | 7 | -66/+159 | |
| | | | | | added ImageVersionTable and LecturePerms classes. | |||||
| * | [client] Fix TransferTask initiating a huge amount of connections | Simon Rettberg | 2015-08-04 | 1 | -10/+9![]() | |
| | | ||||||
| * | [client] Synchronize logging events in DebugWindow | Simon Rettberg | 2015-08-04 | 1 | -6/+14 | |
| | | ||||||
| * | [client] load default permission on the users in CustomPermPage | Jonathan Bauer | 2015-08-04 | 1 | -11/+17 | |
| | | ||||||
| * | [client] fix "add/delete user" buttons not showing up in ↵ | Jonathan Bauer | 2015-08-04 | 2 | -15/+28 | |
| | | | | | ImageCustomPermissionPage | |||||
| * | [client] save custom image permissions to state | Jonathan Bauer | 2015-08-04 | 1 | -0/+22 | |
| | | ||||||
| * | [client] getPageSize() -> getConfiguration() | Simon Rettberg | 2015-08-04 | 4 | -13/+46 | |
| | | ||||||
| * | [*] Simplify DB scheme by removing version.isenabled and image.currentversionid | Simon Rettberg | 2015-08-04 | 4 | -7/+7 | |
| | | ||||||
| * | [client] image deletion with user feedback | Jonathan Bauer | 2015-08-04 | 1 | -7/+42 | |
| | | ||||||
| * | [client] improved table boolean object support (for checkboxes) | Jonathan Bauer | 2015-08-04 | 3 | -38/+12![]() | |
| | | ||||||
| * | [client] Feature: save session to skip login | Simon Rettberg | 2015-08-03 | 4 | -6/+67 | |
| | | ||||||
| * | [client] Remove accidentally commited debug code | Simon Rettberg | 2015-08-03 | 1 | -5/+0![]() | |
| | | ||||||
| * | [client] Center MainWindow on start | Simon Rettberg | 2015-08-03 | 1 | -0/+1 | |
| | | ||||||
| * | [client] dont go into the vip area if closing login window | Jonathan Bauer | 2015-08-03 | 2 | -2/+11 | |
| | | ||||||
| * | Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1 | Jonathan Bauer | 2015-08-03 | 3 | -54/+44![]() | |
| |\ | ||||||
| | * | [client] Fixed rows in LectureDetailsWindowLayout, fixed comments and imports. | Stephan Schwaer | 2015-08-03 | 3 | -54/+44![]() | |
| | | | ||||||
| * | | [client] refreshList after image creation | Jonathan Bauer | 2015-08-03 | 2 | -2/+1![]() | |
| |/ | ||||||
| * | Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1 | Jonathan Bauer | 2015-08-03 | 15 | -128/+612 | |
| |\ | ||||||
| | * | [client] Added lecture details layout and window. (not working yet) | Stephan Schwaer | 2015-08-03 | 3 | -0/+311 | |
| | | | ||||||
| | * | [client] Remove debug output from LoginWindow | Simon Rettberg | 2015-08-03 | 1 | -23/+19![]() | |
| | | | ||||||
| | * | Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1 | Simon Rettberg | 2015-08-03 | 5 | -93/+32![]() | |
| | |\ | ||||||
| | | * | [client] Removed the image details panel and added some info in image ↵ | Stephan Schwaer | 2015-08-03 | 5 | -93/+32![]() | |
| | | | | | | | | | | | | | details window. | |||||
| | * | | [client] Debug output in TransferTask | Simon Rettberg | 2015-08-03 | 1 | -0/+2 | |
| | | | | ||||||
| | * | | [client] Add ActivityPanel to MainWindow | Simon Rettberg | 2015-08-03 | 3 | -6/+138 | |
| | |/ | ||||||
| | * | [client] Minor tweaks | Simon Rettberg | 2015-08-03 | 2 | -7/+7 | |
| | | | ||||||
| | * | [client] Add debug window (VMarg -Dlog=true) | Simon Rettberg | 2015-08-03 | 2 | -0/+104 | |
| | | | ||||||
| * | | [client] add column classes to generic ListTable | Jonathan Bauer | 2015-08-03 | 6 | -16/+93 | |
| |/ | | | | better handling of view vs model idnex getters | |||||
| * | Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1 | Simon Rettberg | 2015-08-03 | 7 | -11/+39 | |
| |\ | ||||||
| | * | Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1 | Jonathan Bauer | 2015-08-03 | 3 | -51/+25![]() | |
| | |\ | ||||||
| | | * | [client] Removed minimum size of lecture table. | Stephan Schwaer | 2015-08-03 | 2 | -2/+3 | |
| | | | | ||||||
| | * | | [client] implemented search filter in ImageListWindow, auto sort table data ↵ | Jonathan Bauer | 2015-08-03 | 5 | -9/+36 | |
| | | | | | | | | | | | | | if specified when setData() is called | |||||
| * | | | [client] Add eMail feature to PersonLabel | Simon Rettberg | 2015-08-03 | 2 | -23/+88 | |
| | |/ |/| | ||||||
| * | | [client] Cleaned up "OpenLinks" class | Simon Rettberg | 2015-08-03 | 1 | -49/+22![]() | |
| |/ | ||||||
| * | [client] ...everywhere... | Simon Rettberg | 2015-08-03 | 1 | -3/+1![]() | |
| | | ||||||
| * | [client] ...and remove unneeded calls to it :) | Simon Rettberg | 2015-08-03 | 1 | -6/+5![]() | |
| | | ||||||
| * | [client] Delete old SWT helper class | Simon Rettberg | 2015-08-03 | 1 | -22/+0![]() | |
| | | ||||||
| * | [client] Open "new lecture" wizard | Simon Rettberg | 2015-08-03 | 1 | -1/+3 | |
| | | ||||||
| * | [client] Fix remaining compilation errors | Simon Rettberg | 2015-08-03 | 10 | -185/+230 | |
| | | ||||||
| * | [client] autosort OS in details | Jonathan Bauer | 2015-07-31 | 1 | -8/+17 | |
| | | ||||||

