summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/gui/activity
Commit message (Collapse)AuthorAgeFilesLines
* [*] Make ServerSideCopy configurableSimon Rettberg2019-02-221-1/+3
| | | | | | | | Options are OFF, ON, AUTO, USER AUTO enables it as soon as upload speed falls below 10MiB/s USER enables a checkbox in the client to toggle it for each individual upload
* Revert "[client] Get rid of Feature checks; RPC version was bumped"Simon Rettberg2018-12-111-4/+9
| | | | This reverts commit b9f993161d7a8472e82f2c747c2361a3ba411b6a.
* [client] Get rid of Feature checks; RPC version was bumpedSimon Rettberg2018-12-071-9/+4Star
|
* [client] Sanitize class/var names, split up control packageSimon Rettberg2018-06-212-5/+5
| | | | | | | All configurators have moved from *.control to *.configurator *.control should be used for simple controls that feel like they're really just one thing. The configurators are more like a group of controls.
* [client] UploadPanel: Add checkbox to toggle server side copyingSimon Rettberg2018-05-122-1/+60
|
* [client] Show server side progress and estimated virtual speedSimon Rettberg2018-05-091-1/+5
|
* [translation] Satelliten-Server/Master-Server -> Satellitenserver/MasterserverSteffen Ritter2018-04-241-1/+1
|
* [client] Minor cleanups, add/remove TODOs, rename vars, ...Simon Rettberg2018-04-161-2/+1Star
|
* [*] Add virtualbox supportVictor Mocanu2018-04-161-1/+2
|
* [client] Make update notification a bit more noticeable; add "open update ↵Simon Rettberg2017-01-131-8/+23
| | | | window" button to it
* [client] Add handling for master<->sat transfersSimon Rettberg2016-04-251-1/+7
|
* [*] Display sat->master progress in clientSimon Rettberg2016-04-183-10/+42
|
* [client] fix '.part' not beeing removed from TransferPanel when the transfer ↵Jonathan Bauer2016-03-151-3/+6
| | | | ended
* [client] Fixed layout problems in transferPanel with long image names.Stephan Schwaer2015-10-081-1/+5
|
* [client] Add raised border to activity panelsSimon Rettberg2015-10-053-3/+7
|
* [client] Shrink transfer panel when completed successfullySimon Rettberg2015-10-021-8/+21
|
* [client] Start upload only when finishing wizard, add final summary page to ↵Simon Rettberg2015-10-011-12/+5Star
| | | | wizard
* [client] More user window fixes; Moved default permissions to custom ↵Stephan Schwaer2015-09-251-1/+1
| | | | permissionpage of lecture wizard.
* [client] TransferPanel germanizedStephan Schwaer2015-09-171-2/+15
|
* [client] Scale windows/panels according to the saved scaling factorJonathan Bauer2015-09-071-5/+4Star
| | | | When setting sizes, please use Gui.getScaledDimension(width, height)t
* [client] fix open folder (missing listener)Jonathan Bauer2015-09-071-16/+15Star
| | | | removed class and make the panel implements its own actionListener, hope thats fine
* [client] more work on client update stuffJonathan Bauer2015-09-071-1/+1
|
* [client] Working on Client update checks [WIP]Jonathan Bauer2015-09-071-0/+57
| | | | | TODO real URL for getting newest version TODO continue update check window popup
* [client] Add "open folder" button to download panelSimon Rettberg2015-09-032-8/+33
|
* [client] Don't render HTML where it's not requiredSimon Rettberg2015-08-281-11/+11
|
* [client] cancel has generator if cancel is clickedJonathan Bauer2015-08-201-0/+1
|
* [client] Refactoring TransferPanelsSimon Rettberg2015-08-123-10/+5Star
|
* [client] Add DownloadPanel to show progress of images being downloadedSimon Rettberg2015-08-113-120/+183
|
* [client] Implement progress bar for uploads in main windowSimon Rettberg2015-08-072-14/+119
|
* [client] Add ActivityPanel to MainWindowSimon Rettberg2015-08-032-0/+93